nc:AddressType

complexType AddressType in namespace http://release.niem.gov/niem/niem-core/5.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:AddressCityName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:AddressCountyAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:AddressState" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:AddressCountry" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:AddressPostalCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:AddressPostalExtensionCode" 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>