simpleType Gate-request-command
namespace http://www.ite.org/tmdd
type union of (restriction of xs:unsignedInt, restriction of xs:string)
used by
elements GateControlRequest/gate-control GateControlSchedule/gate-control
annotation
documentation
<objectClass>Gate</objectClass>
<definition>A request command from one TMC to another to open or close a gate.</definition>
source <xs:simpleType name="Gate-request-command">
 
<xs:annotation>
   
<xs:documentation>
     
<objectClass>Gate</objectClass>
     
<definition>A request command from one TMC to another to open or close a gate.</definition>
   
</xs:documentation>
 
</xs:annotation>
 
<xs:union>
   
<xs:simpleType>
     
<xs:restriction base="xs:unsignedInt">
       
<xs:minInclusive value="1"/>
       
<xs:maxInclusive value="2"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:enumeration value="open gate"/>
       
<xs:enumeration value="close gate"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:union>
</xs:simpleType>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy