namespace | http://www.ite.org/tmdd | ||
type | union of (restriction of xs:int, restriction of xs:string) | ||
used by |
|
||
annotation |
|
||
source | <xs:simpleType name="Link-data-stored"> <xs:annotation> <xs:documentation> <objectClass>Link</objectClass> <definition>Lists the types of road data stored for the Link by a TMC or ISP. Such data will include speed, volume, etc.</definition> </xs:documentation> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:int"> <xs:minInclusive value="1"/> <xs:maxInclusive value="7"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="current link volume"/> <xs:enumeration value="current occupancy"/> <xs:enumeration value="current ave range speed"/> <xs:enumeration value="current delay time"/> <xs:enumeration value="current travel time"/> <xs:enumeration value="roadway status"/> <xs:enumeration value="daily peak volume and hour of peak volume"/> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> |