namespace | http://www.ite.org/tmdd | ||
type | restriction of xs:unsignedInt | ||
used by |
|
||
facets |
|
||
annotation |
|
||
source | <xs:simpleType name="Link-restriction-weight-vehicle"> <xs:annotation> <xs:documentation> <objectClass>Link</objectClass> <definition>Maximum Vehicle Weight allowable on a Link in kilograms. 80,000 KG = 176,128 lbs. kilograms</definition> </xs:documentation> </xs:annotation> <xs:restriction base="xs:unsignedInt"> <xs:maxInclusive value="80000"/> </xs:restriction> </xs:simpleType> |