st:SurfaceCodeSimpleType

simpleType SurfaceCodeSimpleType in namespace http://release.niem.gov/niem/domains/surfaceTransportation/4.0/

Definition

A data type indicating the surface segment code

Diagram

Enumerations

ValueDefinition
1Unpaved
10Unbonded CRCP Overlay on PCC Pavements
11Bonded PCC Overlays on PCC Pavements
12Other
2Bituminous
3JPCP – Jointed Plain Concrete Pavement
4JRCP – Jointed Reinforced Concrete Pavement
5CRCP – Continuously Reinforced Concrete Pavement
6Asphalt-Concrete (AC) Overlay over Existing AC Pavement
7AC Overlay over Existing Jointed Concrete Pavement
8AC (Bi Overlay over Existing CRCP)
9Unbonded Jointed Concrete Overlay on Portland Cement Concrete (PCC) Pavements

XML Schema

<xs:simpleType name="SurfaceCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type indicating the surface segment code
</xs:documentation>
</xs:annotation>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Unpaved
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="10">
<xs:annotation>
<xs:documentation>
Unbonded CRCP Overlay on PCC Pavements
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="11">
<xs:annotation>
<xs:documentation>
Bonded PCC Overlays on PCC Pavements
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="12">
<xs:annotation>
<xs:documentation>
Other
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Bituminous
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="3">
<xs:annotation>
<xs:documentation>
JPCP – Jointed Plain Concrete Pavement
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="4">
<xs:annotation>
<xs:documentation>
JRCP – Jointed Reinforced Concrete Pavement
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="5">
<xs:annotation>
<xs:documentation>
CRCP – Continuously Reinforced Concrete Pavement
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="6">
<xs:annotation>
<xs:documentation>
Asphalt-Concrete (AC) Overlay over Existing AC Pavement
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="7">
<xs:annotation>
<xs:documentation>
AC Overlay over Existing Jointed Concrete Pavement
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="8">
<xs:annotation>
<xs:documentation>
AC (Bi Overlay over Existing CRCP)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="9">
<xs:annotation>
<xs:documentation>
Unbonded Jointed Concrete Overlay on Portland Cement Concrete (PCC) Pavements
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>