Schema element "b:part "
The data is composed of different parts.
Definitions
<element name="part" type="b:Part" />
<complexType name="Part">
<sequence>
<group ref="b:data" />
</sequence>
<attribute name="name" type="NMTOKEN" use! />
</complexType>
Description
The content is devided in parts means that they do belong
together, but for some reason are not packaged as one set of bytes.
For instance, one part is contained as blob, and the other available
via a fetch.
Of course, parts can also be nested in alternatives, encoded,
and compressed.
Examples
use of parts
<unit>
<content>
<size>234141</size>
<part name="html">
<type>iana:MediaType/text/html"</type>
<blob>...
<part>
<part name="image1">
<type>iana:MediaType/image/gif"</type>
<blob>...
</part>
</content>
</unit>
mark@overmeer.net
Web-pages generated on 2023-12-19
|