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

Simple Type: actuateType

[Table of contents]

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