namespace | http://www.ite.org/tmdd | ||
type | restriction of xs:unsignedShort | ||
used by |
|
||
facets |
|
||
annotation |
|
||
source | <xs:simpleType name="Link-restriction-length"> <xs:annotation> <xs:documentation> <objectClass>Link</objectClass> <definition>Maximum Vehicle Length allowable on a Link in centimeters. 6000 centimeters = 196 feet centimeters</definition> </xs:documentation> </xs:annotation> <xs:restriction base="xs:unsignedShort"> <xs:maxInclusive value="6000"/> </xs:restriction> </xs:simpleType> |