simpleType tcip:PI-MarkerType
namespace http://www.TCIP-Adopted-03-00-01
type union of (restriction of xs:unsignedInt, restriction of xs:string, restriction of xs:unsignedInt, PI-MarkerType)
used by
element tcip:CPTStoppoint/markerType
annotation
appinfo

            posted (1) -- Posted Sign
            shelter (2) -- at Station or Shelter
            post (3) -- concrete post
             -- 4-127 reserved
             -- 128-255 local use
        
source <xs:simpleType name="PI-MarkerType">
 
<xs:annotation>
   
<xs:appinfo>
            posted (1) -- Posted Sign
            shelter (2) -- at Station or Shelter
            post (3) -- concrete post
             -- 4-127 reserved
             -- 128-255 local use
        
</xs:appinfo>
 
</xs:annotation>
 
<xs:union>
   
<xs:simpleType>
     
<xs:restriction base="xs:unsignedInt">
       
<xs:minInclusive value="1"/>
       
<xs:maxInclusive value="3"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:enumeration value="posted"/>
       
<xs:enumeration value="shelter"/>
       
<xs:enumeration value="post"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="xs:unsignedInt">
       
<xs:minInclusive value="128"/>
       
<xs:maxInclusive value="255"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="local:PI-MarkerType"/>
   
</xs:simpleType>
 
</xs:union>
</xs:simpleType>


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