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

Simple Type: CrossDataType

[Table of contents]

Super-types:PrimitiveDataType < CrossDataType (by restriction)
Sub-types:None
NameCrossDataType
Content
  • 'PrimitiveDataType' super type was not found in this schema. Its facets could not be printed out.
  • value comes from list: {'SHORT_TYPE'|'INT_TYPE'}
Diagram
Schema Component Representation
<xs:simpleType name="CrossDataType">
<xs:restriction base="PrimitiveDataType">
<xs:enumeration value="SHORT_TYPE"/>
<xs:enumeration value="INT_TYPE"/>
</xs:restriction>
</xs:simpleType>