nc:StructuredAddress
An address.
Element information
Namespace: http://niem.gov/niem/niem-core/2.0
Schema document: niem-constrained/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 | The id attribute is used to define XML IDs for NIEM objects. These IDs may be targets of reference elements, metadata attributes, and link metadata attributes. | from type s:ComplexObjectType |
s:metadata | [0..1] | xsd:IDREFS | The attribute metadata allows an object to point to metadata that affects itself. | from type s:ComplexObjectType |
s:linkMetadata | [0..1] | xsd:IDREFS | The linkMetadata attribute allows an element to point to metadata that affects the relationship between the context and the value of the object. | from type s:ComplexObjectType |
Used in
- NIEM reference target from lexslib:ObjectReference
- NIEM reference target from lexslib:PayloadObjectReference
- NIEM reference target from lexslib:SameAsDigestReference
- Type nc:AddressType (Element nc:LocationAddress)
Substitution hierarchy
- nc:AddressRepresentation
- nc:AddressFullText
- nc:StructuredAddress
Sample instance
<nc:StructuredAddress> <nc:LocationStreet> <nc:StreetFullText>12 Main Highway N</nc:StreetFullText> </nc:LocationStreet> <nc:LocationCityName>Smallville</nc:LocationCityName> <nc:LocationStateName>WV</nc:LocationStateName> <nc:LocationCountryName>USA</nc:LocationCountryName> <nc:LocationPostalCode>33445</nc:LocationPostalCode> </nc:StructuredAddress>