nc:AddressGridType

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

Definition

A data type for a location identified by a unit of a grid system overlaid on an area.

Diagram

XML Schema

<xs:complexType name="AddressGridType">
<xs:annotation>
<xs:documentation>
A data type for a location identified by a unit of a grid system overlaid on an area.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:AddressGridID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:AddressGridText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:AddressGridAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>