namespace | http://www.ite.org/tmdd | ||||
type | restriction of xs:unsignedByte | ||||
used by |
|
||||
facets |
|
||||
annotation |
|
||||
source | <xs:simpleType name="Ramp-lane-number"> <xs:annotation> <xs:documentation> <objectClass>RampMeter</objectClass> <definition>The number of lanes at ramp meter. This data element is used to calculate the capacity of the metered ramps. lanes</definition> </xs:documentation> </xs:annotation> <xs:restriction base="xs:unsignedByte"> <xs:minInclusive value="1"/> <xs:maxInclusive value="50"/> </xs:restriction> </xs:simpleType> |