gmd:address
Element information
Namespace: http://www.isotc211.org/2005/gmd
Schema document: external/ogc/iso/19139/20070417/gmd/citation.xsd
Type: gmd:CI_Address_PropertyType
Properties: Local, Qualified
Content
- gmd:CI_Address [0..1]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
uuidref | [0..1] | xsd:string | from group gco:ObjectReference | |
gco:nilReason | [0..1] | gml:NilReasonType |
Used in
- Type gmd:CI_Contact_Type (Element gmd:CI_Contact)
Sample instance
<gmd:address> <gmd:CI_Address> <gmd:deliveryPoint> <gco:CharacterString>string</gco:CharacterString> </gmd:deliveryPoint> <gmd:city> <gco:CharacterString>string</gco:CharacterString> </gmd:city> <gmd:administrativeArea> <gco:CharacterString>string</gco:CharacterString> </gmd:administrativeArea> <gmd:postalCode> <gco:CharacterString>string</gco:CharacterString> </gmd:postalCode> <gmd:country> <gco:CharacterString>string</gco:CharacterString> </gmd:country> <gmd:electronicMailAddress> <gco:CharacterString>string</gco:CharacterString> </gmd:electronicMailAddress> </gmd:CI_Address> </gmd:address>