namespace | http://www.TMDD-Partial-00-00-00 | ||||
type | union of (restriction of xs:unsignedInt, restriction of xs:string) | ||||
used by |
|
||||
annotation |
|
||||
source | <xs:simpleType name="Link-pavement-type"> <xs:annotation> <xs:appinfo> asphalt (1) open graded asphalt (2) concrete (3) grooved concrete (4) steel bridge (5) concrete bridge (6) asphalt overlay bridge (7) timber bridge (8) gravel (9) dirt (10) </xs:appinfo> <xs:documentation> <Definition> The type of material from which the roadway pavement is constructed (e.g. concrete, asphalt).This lists the surfaces used by traffic on the Link.</Definition> <Remarks> V1.2 - Revised Valid Value List to include gravel, dirt road, and other. Changed ANS1 Data Type to octetstring. V1.3 - Revised Valid Value Rule to synchronize with NTCIP ESS and HPMS codes. Removed ANSI X3.4 from Value Domain. V1.7 - Added FADD_ID attribute; revised Class Name, Classification Scheme Name/Version, Data Concept Identifier/Version to reflect harmonization with ITS Data Registry.</Remarks> </xs:documentation> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="1"/> <xs:maxInclusive value="10"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="asphalt"/> <xs:enumeration value="open graded asphalt"/> <xs:enumeration value="concrete"/> <xs:enumeration value="grooved concrete"/> <xs:enumeration value="steel bridge"/> <xs:enumeration value="concrete bridge"/> <xs:enumeration value="asphalt overlay bridge"/> <xs:enumeration value="timber bridge"/> <xs:enumeration value="gravel"/> <xs:enumeration value="dirt"/> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> |