Schema element "b:content "
Add any kind of data directly inside a unit.
Definitions
<element name="content" type="b:Content"
substitutionGroup="b:payload" nillable="true" />
<complexType name="Content">
<complexContent>
<extension base="b:Payload">
<sequence>
<group ref="b:data" />
</sequence>
</extension>
</complexContent>
</complexType>
Description
The content of a b:unit is a non-native
payload: data which is interpreted by applications, not by the Meshy
Space (Concept) infrastructure itself.
The content MAY produce bytes which exactly match the unit's
type , but usually it is a serialization of that data.
This can happen in a nested definition.
group data
All kinds of elements which describe the contained data, plus the data
itself.
mark@overmeer.net
Web-pages generated on 2023-12-19
|