geo:PostalAddressProperty
Encapsulates or references a PostalAddress element. The Geography Markup Language (GML) specification uses property types and elements to encapsulate or reference GML class elements with identity. This element allows NIEM PostalAddress elements to be referenced from GML conformant application schemas developed for use with NIEM.
Element information
Namespace: http://niem.gov/niem/geospatial/2.0
Schema document: geospatial/2.0/geospatial.xsd
Type: geo:PostalAddressPropertyType
Properties: Global, Qualified, Nillable
Content
- Choice [0..*]
- geo:USPSGeneralDeliveryAddress A USPS General Delivery Address that has no definite relation to the location of the recipient.
- geo:USPSPostalDeliveryBox A USPS Postal Delivery Box that has no definite relation to the location of the recipient.
- geo:USPSPostalDeliveryRoute A USPS Postal Delivery Route address that has no definite relation to the location of the recipient.
from subst. group geo:AnyPostalAddress
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 |
Sample instance
<geo:PostalAddressProperty> <geo:USPSGeneralDeliveryAddress> <addr:USPSGeneralDeliveryAddress> <addr:USPSGeneralDeliveryPoint>string</addr:USPSGeneralDeliveryPoint> <addr:PlaceName>... </addr:PlaceName> <addr:StateName>AL</addr:StateName> <addr:ZipCode>string</addr:ZipCode> <addr:ZipPlus4>string</addr:ZipPlus4> <addr:NationName>string</addr:NationName> <addr:AddressAttributes>... </addr:AddressAttributes> </addr:USPSGeneralDeliveryAddress> </geo:USPSGeneralDeliveryAddress> </geo:PostalAddressProperty>