nc:HighwayType

complexType HighwayType in namespace http://release.niem.gov/niem/niem-core/4.0/

Definition

A data type for a major public road.

Diagram

XML Schema

<xs:complexType name="HighwayType">
<xs:annotation>
<xs:documentation>
A data type for a major public road.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:HighwayFullText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:HighwayName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:HighwayID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:HighwayPositionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:HighwayAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>