simpleType Link-length
namespace http://www.ite.org/tmdd
type restriction of xs:unsignedInt
used by
element LinkList/link-length
facets
maxInclusive 160000
annotation
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>
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>


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