nc:StructuredAddress
An address.
Element information
Namespace: http://niem.gov/niem/niem-core/2.0
Schema document: lexs.gov/niem/niem-core/2.0/niem-core.xsd
Type: nc:StructuredAddressType
Properties: Global, Qualified, Nillable
NIEM Properties:
- Base: nc:AddressRepresentation
Content
- Sequence [1..1]
- Choice [0..2]
- nc:AddressSecondaryUnitTextA particular unit within a larger unit or grouping at a location.
- nc:LocationStreetA road, thoroughfare or highway.
from subst. group nc:AddressDeliveryPoint - nc:LocationCityName [0..1]A name of a city or town.
- nc:LocationStateName [0..1]A state, commonwealth, province, or other such geopolitical subdivision of a country.
- nc:LocationCountryName [0..1]A country, territory, dependency, or other such geopolitical subdivision of a location.
- nc:LocationPostalCode [0..1]An identifier of a post office-assigned zone for an address.
from subst. group nc:LocationStatefrom subst. group nc:LocationCountry - Choice [0..2]
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 (Element nc:LocationAddress)
Substitution hierarchy
- nc:AddressRepresentation
- nc:AddressFullText
- nc:StructuredAddress
Sample instance
<nc:StructuredAddress> <nc:LocationStreet> <nc:StreetFullText>123 N. Main St. SW</nc:StreetFullText> <nc:StreetNumberText>123</nc:StreetNumberText> <nc:StreetPredirectionalText>North</nc:StreetPredirectionalText> <nc:StreetName>Main</nc:StreetName> <nc:StreetCategoryText>Street</nc:StreetCategoryText> <nc:StreetPostdirectionalText>Southwest</nc:StreetPostdirectionalText> </nc:LocationStreet> <nc:AddressSecondaryUnitText>Apt 1A</nc:AddressSecondaryUnitText> <nc:LocationCityName>Atlanta</nc:LocationCityName> <nc:LocationStateName>Georgia</nc:LocationStateName> <nc:LocationCountryName>United States</nc:LocationCountryName> <nc:LocationPostalCode>12345</nc:LocationPostalCode> </nc:StructuredAddress>