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

Simple Type: NumBin

[Table of contents]

Super-types:xs:positiveInteger < NumBin (by restriction)
Sub-types:None
NameNumBin
Content
  • Base XSD Type: positiveInteger
  • value comes from list: {'1'|'2'|'4'}
Diagram
Schema Component Representation
<xs:simpleType name="NumBin">
<xs:restriction base="xs:positiveInteger">
<xs:enumeration value="1"/>
<xs:enumeration value="2"/>
<xs:enumeration value="4"/>
</xs:restriction>
</xs:simpleType>