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

Simple Type: typeType

[Table of contents]

Super-types:xs:token < typeType (by restriction)
Sub-types:None
NametypeType
Content
  • Base XSD Type: token
  • value comes from list: {'simple'|'extended'|'title'|'resource'|'locator'|'arc'}
Diagram
Schema Component Representation
<xs:simpleType name="typeType">
<xs:restriction base="xs:token">
<xs:enumeration value="simple"/>
<xs:enumeration value="extended"/>
<xs:enumeration value="title"/>
<xs:enumeration value="resource"/>
<xs:enumeration value="locator"/>
<xs:enumeration value="arc"/>
</xs:restriction>
</xs:simpleType>