simpleType Intersection-turning-movement-direction
namespace http://www.ite.org/tmdd
type restriction of xs:unsignedInt
used by
element Intersection-turning-movement/movement-direction
facets
minInclusive 0
maxInclusive 35999
annotation
documentation
<objectClass>IntersectionSignal</objectClass>
<definition>A number representing the direction of travel. E.g. 59.75 degrees would be 5975.
hundredths of degree
</definition>
source <xs:simpleType name="Intersection-turning-movement-direction">
 
<xs:annotation>
   
<xs:documentation>
     
<objectClass>IntersectionSignal</objectClass>
     
<definition>A number representing the direction of travel. E.g. 59.75 degrees would be 5975.
hundredths of degree
</definition>
   
</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:unsignedInt">
   
<xs:minInclusive value="0"/>
   
<xs:maxInclusive value="35999"/>
 
</xs:restriction>
</xs:simpleType>


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