st:SurfaceCodeSimpleType
simpleType SurfaceCodeSimpleType in namespace http://release.niem.gov/niem/domains/surfaceTransportation/4.1/
Definition
A data type indicating the surface segment code
Diagram
Enumerations
Value | Definition |
1 | Unpaved |
10 | Unbonded CRCP Overlay on PCC Pavements |
11 | Bonded PCC Overlays on PCC Pavements |
12 | Other |
2 | Bituminous |
3 | JPCP - Jointed Plain Concrete Pavement |
4 | JRCP - Jointed Reinforced Concrete Pavement |
5 | CRCP - Continuously Reinforced Concrete Pavement |
6 | Asphalt-Concrete (AC) Overlay over Existing AC Pavement |
7 | AC Overlay over Existing Jointed Concrete Pavement |
8 | AC (Bi Overlay over Existing CRCP) |
9 | Unbonded 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:restriction base="xs:token">
<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>