nc:AddressType

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

Definition

A data type for a geophysical location described by postal information.

Diagram

XML Schema

<xs:complexType name="AddressType">
<xs:annotation>
<xs:documentation>
A data type for a geophysical location described by postal information.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:AddressFullText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:AddressPrivateMailboxText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:AddressSecondaryUnitText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:AddressDeliveryPointAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:AddressRecipientName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:LocationCityName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:LocationCountyAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:LocationState" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:LocationCountry" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:LocationPostalCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:LocationPostalExtensionCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:AddressUrbanizationName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:AddressCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:AddressAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>