namespace | http://www.ite.org/tmdd | ||
type | restriction of xs:unsignedInt | ||
used by |
|
||
facets |
|
||
annotation |
|
||
source | <xs:simpleType name="Link-length"> <xs:annotation> <xs:documentation> <objectClass>Link</objectClass> <definition>The length of the Link from beginning Node to ending Node in meters. Remarks: 160,000 meters is 100 miles meters</definition> </xs:documentation> </xs:annotation> <xs:restriction base="xs:unsignedInt"> <xs:maxInclusive value="160000"/> </xs:restriction> </xs:simpleType> |