simpleType atis:VerticalType
namespace http://www.ATIS-Draft-03-00-79
type union of (restriction of xs:unsignedInt, restriction of xs:string)
used by
elements atis:ManeuverInstruction/instructions/instruction/takeElevator atis:ManeuverInstruction/instructions/instruction/takeEscalator atis:ManeuverInstruction/instructions/instruction/takeStairs
annotation
appinfo

            up (0)
            down (1)
        
source <xs:simpleType name="VerticalType">
 
<xs:annotation>
   
<xs:appinfo>
            up (0)
            down (1)
        
</xs:appinfo>
 
</xs:annotation>
 
<xs:union>
   
<xs:simpleType>
     
<xs:restriction base="xs:unsignedInt">
       
<xs:minInclusive value="0"/>
       
<xs:maxInclusive value="1"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:enumeration value="up"/>
       
<xs:enumeration value="down"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:union>
</xs:simpleType>


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