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

Simple Type: PrimitiveDataType

[Table of contents]

Super-types:xs:NCName < PrimitiveDataType (by restriction)
Sub-types:None
NamePrimitiveDataType
Content
  • Base XSD Type: NCName
  • value comes from list: {'BOOL_TYPE'|'SHORT_TYPE'|'INT_TYPE'|'LONGLONG_TYPE'|'UNSIGNED_SHORT_TYPE'|'UNSIGNED_INT_TYPE'|'UNSIGNED_LONGLONG_TYPE'|'FLOAT_TYPE'|'DOUBLE_TYPE'|'STRING_TYPE'}
DocumentationPrimitive data types. These have no associated values.
Diagram
Schema Component Representation
<xs:simpleType name="PrimitiveDataType">
<xs:restriction base="xs:NCName">
<xs:enumeration value="BOOL_TYPE"/>
<xs:enumeration value="SHORT_TYPE"/>
<xs:enumeration value="INT_TYPE"/>
<xs:enumeration value="LONGLONG_TYPE"/>
<xs:enumeration value="UNSIGNED_SHORT_TYPE"/>
<xs:enumeration value="UNSIGNED_INT_TYPE"/>
<xs:enumeration value="UNSIGNED_LONGLONG_TYPE"/>
<xs:enumeration value="FLOAT_TYPE"/>
<xs:enumeration value="DOUBLE_TYPE"/>
<xs:enumeration value="STRING_TYPE"/>
</xs:restriction>
</xs:simpleType>