simpleType Link-data-type
namespace http://www.ite.org/tmdd
type union of (restriction of xs:unsignedInt, restriction of xs:string)
used by
element LinkStatusList/link-data-type
annotation
documentation
<objectClass>Link</objectClass>
<definition>The type of the traffic data provided for the link.</definition>
source <xs:simpleType name="Link-data-type">
 
<xs:annotation>
   
<xs:documentation>
     
<objectClass>Link</objectClass>
     
<definition>The type of the traffic data provided for the link.</definition>
   
</xs:documentation>
 
</xs:annotation>
 
<xs:union>
   
<xs:simpleType>
     
<xs:restriction base="xs:unsignedInt">
       
<xs:minInclusive value="1"/>
       
<xs:maxInclusive value="6"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:enumeration value="actual"/>
       
<xs:enumeration value="reconstructed"/>
       
<xs:enumeration value="historical"/>
       
<xs:enumeration value="predicted"/>
       
<xs:enumeration value="smoothed"/>
       
<xs:enumeration value="averaged"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:union>
</xs:simpleType>


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