geo:LandmarkAddressProperty
Encapsulates or references a LandmarkAddress 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 LandmarkAddress 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:LandmarkAddressPropertyType
Properties: Global, Qualified, Nillable
Content
- Choice [0..*]
- geo:CommunityAddress A Puerto Rican urbanization address where the urbanization name is preceded by a number, and no street name is included.
- geo:MultiSiteLandmarkAddress A landmark address specified by two landmark names, where one landmark is inside the other.
- geo:SingleSiteLandmarkAddress A landmark address specified by reference to a single landmark.
from subst. group geo:AnyLandmarkAddress
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:LandmarkAddressProperty> <geo:CommunityAddress> <addr:CommunityAddress> <addr:CompleteAddressNumber>... </addr:CompleteAddressNumber> <addr:CommunityPlaceName>string</addr:CommunityPlaceName> <addr:CompleteOccupancyIdentifier>... </addr:CompleteOccupancyIdentifier> <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:CommunityAddress> </geo:CommunityAddress> </geo:LandmarkAddressProperty>