namespace | http://www.ite.org/tmdd | ||||
type | restriction of xs:unsignedInt | ||||
used by |
|
||||
facets |
|
||||
annotation |
|
||||
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> |