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

Simple Type: showType

[Table of contents]

Super-types:xs:token < showType (by restriction)
Sub-types:None
NameshowType
Content
  • Base XSD Type: token
  • value comes from list: {'new'|'replace'|'embed'|'other'|'none'}
Diagram
Schema Component Representation
<xs:simpleType name="showType">
<xs:restriction base="xs:token">
<xs:enumeration value="new"/>
<xs:enumeration value="replace"/>
<xs:enumeration value="embed"/>
<xs:enumeration value="other"/>
<xs:enumeration value="none"/>
</xs:restriction>
</xs:simpleType>