nc:StructuredAddress
An address.
Element information
Namespace: http://niem.gov/niem/niem-core/2.0
Schema document: niem-core/2.0/niem-core.xsd
Type: nc:StructuredAddressType
Properties: Global, Qualified, Nillable
NIEM properties:
- Base: nc:AddressRepresentation
Content
- Sequence [1..1]
- nc:AddressRecipientName [0..*] A name of a person, organization, or other recipient to whom physical mail may be sent.
- Choice [0..*]
- nc:AddressBuildingText A physical structure at an address.
- nc:AddressDeliveryPointID An identifier of a single place or unit at which mail is delivered.
- nc:AddressDeliveryPointText A single place or unit at which mail is delivered.
- nc:AddressPrivateMailboxText A private mailbox within a company.
- nc:AddressSecondaryUnitText A particular unit within a larger unit or grouping at a location.
- nc:LocationRouteName A name and number of a postal route.
- nc:LocationStreet A road, thoroughfare or highway.
from subst. group nc:AddressDeliveryPoint - nc:LocationCityName [0..*] A name of a city or town.
- Choice [0..*]
- nc:LocationCountyCode A county, parish, vicinage, or other such geopolitical subdivision of a state.
- nc:LocationCountyName A county, parish, vicinage, or other such geopolitical subdivision of a state.
from subst. group nc:LocationCounty - Choice [0..*]
- nc:LocationStateCanadianProvinceCode A state, commonwealth, province, or other such geopolitical subdivision of a country.
- nc:LocationStateFIPS10-4InternationalCode A state, commonwealth, province, or other such geopolitical subdivision of a country.
- nc:LocationStateFIPS5-2AlphaCode A state, commonwealth, province, or other such geopolitical subdivision of a country.
- nc:LocationStateFIPS5-2NumericCode A state, commonwealth, province, or other such geopolitical subdivision of a country.
- nc:LocationStateNCICLISCode A state, commonwealth, province, or other such geopolitical subdivision of a country.
- nc:LocationStateNCICLSTACode A state, commonwealth, province, or other such geopolitical subdivision of a country.
- nc:LocationStateNCICRESCode A state, commonwealth, province, or other such geopolitical subdivision of a country.
- nc:LocationStateName A state, commonwealth, province, or other such geopolitical subdivision of a country.
- nc:LocationStateUSPostalServiceCode A state, commonwealth, province, or other such geopolitical subdivision of a country.
from subst. group nc:LocationState - Choice [0..*]
- intel:LocationCountryFIPS10-4PlusNCTCCode A union of additional country codes managed by NCTC and the FIPS 10-4 country codes.
- scr:LocationCountryIdentification An identifier that represents a country.
- nc:LocationCountryFIPS10-4Code A country, territory, dependency, or other such geopolitical subdivision of a location.
- nc:LocationCountryISO3166Alpha2Code A country, territory, dependency, or other such geopolitical subdivision of a location.
- nc:LocationCountryISO3166Alpha3Code A country, territory, dependency, or other such geopolitical subdivision of a location.
- nc:LocationCountryISO3166NumericCode A country, territory, dependency, or other such geopolitical subdivision of a location.
- nc:LocationCountryName A country, territory, dependency, or other such geopolitical subdivision of a location.
from subst. group nc:LocationCountry - nc:LocationPostalCode [0..*] An identifier of a post office-assigned zone for an address.
- nc:LocationPostalExtensionCode [0..*] An identifier of a smaller area within a post office-assigned zone for an address.
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 |
Used in
- Type nc:AddressType (Elements nc:Address, nc:ContactMailingAddress, nc:DocumentCoverageTextAddress, nc:LocationAddress, nc:VehicleInspectionAddress)
Substitution hierarchy
- nc:AddressRepresentation
- can be substituted with nc:StructuredAddress
Sample instance
<nc:StructuredAddress> <nc:AddressRecipientName>string</nc:AddressRecipientName> <nc:AddressBuildingText>string</nc:AddressBuildingText> <nc:LocationCityName>string</nc:LocationCityName> <nc:LocationCountyCode>000</nc:LocationCountyCode> <nc:LocationStateCanadianProvinceCode>AB</nc:LocationStateCanadianProvinceCode> <intel:LocationCountryFIPS10-4PlusNCTCCode>string</intel:LocationCountryFIPS10-4PlusNCTCCode> <nc:LocationPostalCode>string</nc:LocationPostalCode> <nc:LocationPostalExtensionCode>string</nc:LocationPostalExtensionCode> </nc:StructuredAddress>