namespace | http://www.ite.org/tmdd | ||
type | union of (restriction of xs:unsignedInt, restriction of xs:string) | ||
used by |
|
||
annotation |
|
||
source | <xs:simpleType name="Link-level-of-service"> <xs:annotation> <xs:documentation> <objectClass>Link</objectClass> <definition>A qualitative measure describing operational conditions within a traffic stream and their perception by motorists and/or passengers as defined in the Highway Capacity Manual. This level of service is derived as defined in the FHWA Highway Capacity Manual. Refer to Sections 1,3,4,5,7,8,9,10, and 11.</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="free flow conditions"/> <xs:enumeration value="stable flow with noticeable decline in free flow conditions"/> <xs:enumeration value="stable flow with significant increase in driver discomfort"/> <xs:enumeration value="high density but stable flow"/> <xs:enumeration value="conditions near capacity level"/> <xs:enumeration value="forced flow"/> <!-- LOS A --> <!-- LOS B --> <!-- LOS C --> <!-- LOS D --> <!-- LOS E --> <!-- LOS E --> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> |