simpleType atis:Direction
namespace http://www.ATIS-Draft-03-00-79
type union of (restriction of xs:unsignedInt, restriction of xs:string)
used by
elements LaneDescription/direction SightingReport/direction EmergencyMessageToCenter/pullBackDirection ImmediateSiteEvacuation/pullBackDirection MaterialRelease/windCompass LinkDataSet/windDirection
annotation
appinfo

            one Direction (0)
            both Directions (1)
        
source <xs:simpleType name="Direction">
 
<xs:annotation>
   
<xs:appinfo>
            one Direction (0)
            both Directions (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="one Direction"/>
       
<xs:enumeration value="both Directions"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:union>
</xs:simpleType>


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