nc:Highway
A major public road.
Element information
Namespace: http://niem.gov/niem/niem-core/2.0
Schema document: niem-core/2.0/niem-core.xsd
Type: nc:HighwayType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- nc:HighwayFullText [0..*] A complete reference to a highway.
- nc:HighwayName [0..*] A name of a highway.
- nc:HighwayID [0..*] An identifier of a highway.
- nc:HighwayPositionText [0..*] A designation of a specific place on a highway.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | from type s:ComplexObjectType | |
s:metadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType | |
s:linkMetadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType |
Sample instance
<nc:Highway> <nc:HighwayFullText>string</nc:HighwayFullText> <nc:HighwayName>string</nc:HighwayName> <nc:HighwayID>string</nc:HighwayID> <nc:HighwayPositionText>string</nc:HighwayPositionText> </nc:Highway>