simpleType LayerType
namespace http://www.DSRC-Draft-03-00-24
type union of (restriction of xs:unsignedInt, restriction of xs:string, local:LayerType)
used by
element MapFragment/layerType
annotation
appinfo

            none (0)
            intersectionData (1)
            itemThree (2)
            itemFour (3)
        
source <xs:simpleType name="LayerType">
 
<xs:annotation>
   
<xs:appinfo>
            none (0)
            intersectionData (1)
            itemThree (2)
            itemFour (3)
        
</xs:appinfo>
 
</xs:annotation>
 
<xs:union>
   
<xs:simpleType>
     
<xs:restriction base="xs:unsignedInt">
       
<xs:minInclusive value="0"/>
       
<xs:maxInclusive value="3"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:enumeration value="none"/>
       
<xs:enumeration value="intersectionData"/>
       
<xs:enumeration value="itemThree"/>
       
<xs:enumeration value="itemFour"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="local:LayerType"/>
   
</xs:simpleType>
 
</xs:union>
</xs:simpleType>


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