Schema for the XML headers of the SDM Binary Data Format (vers. 0.94)

Simple Type: AttachmentId

[Table of contents]

Super-types:xs:Name < AttachmentId (by restriction)
Sub-types:None
NameAttachmentId
Content
  • Base XSD Type: Name
  • pattern = cid:.*_.*.bin
DocumentationThe adopted convention is that all the binary attachments must have the extension .bin . The content identifiers declared in the XML attachments must have a one-to-one correspondance with the MIME Content identifiers,
Diagram
Schema Component Representation
<xs:simpleType name="AttachmentId">
<xs:restriction base="xs:Name">
<xs:pattern value="cid:.*_.*.bin"/>
</xs:restriction>
</xs:simpleType>