simpleType Detector-lane-number
namespace http://www.ite.org/tmdd
type restriction of binary
used by
elements LCSInventory/controlled-lane-number DetectorStatus/detector-lane-number DetectorHistory/detector-lane-number LaneData/detector-lane-number DetectionLane/lane-number Intersection-turning-movement/lane-number LinkStatusList/lane-number
facets
minLength 1
maxLength 255
pattern [01]*
annotation
documentation
<objectClass>Detector</objectClass>
<definition>The number which indicates the lane a particular detector is monitoring
            Select one bit per lane.  Lanes are numbered from the median out beginning with 1.</definition>
source <xs:simpleType name="Detector-lane-number">
 
<xs:annotation>
   
<xs:documentation>
     
<objectClass>Detector</objectClass>
     
<definition>The number which indicates the lane a particular detector is monitoring
            Select one bit per lane.  Lanes are numbered from the median out beginning with 1.
</definition>
   
</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="binary">
   
<xs:minLength value="1"/>
   
<xs:maxLength value="255"/>
 
</xs:restriction>
</xs:simpleType>


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