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

            noData (0) -- ('0000000000000000'B)
            median (1) -- ('0000000000000001'B)
            strippedLines (2) -- ('0000000000000010'B)
            trafficCones (4) -- ('0000000000000100'B)
            constructionBarrier (8) -- ('0000000000001000'B)
            tafficChannels (16) -- ('0000000000010000'B)
            lowCurbs (32) -- ('0000000000100000'B)
            highCurbs (64) -- ('0000000001000000'B)
            missing2 (128) -- ('0000000010000000'B)
        
source <xs:simpleType name="BarrierAttributes">
 
<xs:annotation>
   
<xs:appinfo>
            noData (0) -- (&apos;0000000000000000&apos;B)
            median (1) -- (&apos;0000000000000001&apos;B)
            strippedLines (2) -- (&apos;0000000000000010&apos;B)
            trafficCones (4) -- (&apos;0000000000000100&apos;B)
            constructionBarrier (8) -- (&apos;0000000000001000&apos;B)
            tafficChannels (16) -- (&apos;0000000000010000&apos;B)
            lowCurbs (32) -- (&apos;0000000000100000&apos;B)
            highCurbs (64) -- (&apos;0000000001000000&apos;B)
            missing2 (128) -- (&apos;0000000010000000&apos;B)
        
</xs:appinfo>
 
</xs:annotation>
 
<xs:union>
   
<xs:simpleType>
     
<xs:restriction base="xs:unsignedInt">
       
<xs:minInclusive value="0"/>
       
<xs:maxInclusive value="128"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:enumeration value="noData"/>
       
<xs:enumeration value="median"/>
       
<xs:enumeration value="strippedLines"/>
       
<xs:enumeration value="trafficCones"/>
       
<xs:enumeration value="constructionBarrier"/>
       
<xs:enumeration value="tafficChannels"/>
       
<xs:enumeration value="lowCurbs"/>
       
<xs:enumeration value="highCurbs"/>
       
<xs:enumeration value="missing2"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:union>
</xs:simpleType>


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