Showing:

Diagrams
Instances
Properties
Source
Used by
Element geographicIdentifier
Namespace http://metadata.dod.mil/mdr/ns/DDMS/3.0/
Diagram
Diagram DDMS-GeospatialCoverage_xsd_Element_geographicIdentifier.tmp#geographicIdentifier_name DDMS-GeospatialCoverage_xsd_Element_geographicIdentifier.tmp#geographicIdentifier_region DDMS-GeospatialCoverage_xsd_Element_countryCode.tmp#countryCode DDMS-GeospatialCoverage_xsd_Element_facilityIdentifier.tmp#facilityIdentifier
Properties
content: complex
Used by
Complex Type PlaceType
Model name{0,1} | region{0,1} | countryCode | facilityIdentifier
Children countryCode, facilityIdentifier, name, region
Instance
<geographicIdentifier xmlns="http://metadata.dod.mil/mdr/ns/DDMS/3.0/">
  <name>{0,1}</name>
  <region>{0,1}</region>
  <countryCode qualifier="" value="">{1,1}</countryCode>
  <facilityIdentifier beNumber="" osuffix="">{1,1}</facilityIdentifier>
</geographicIdentifier>
Source
<xs:element name="geographicIdentifier">
  <xs:annotation>
    <xs:appinfo>
      <mdr:definition>Models a GML compliant geographic identifier. See ISO 19115 EX_GeographicDescription.</mdr:definition>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:choice maxOccurs="unbounded">
      <xs:element name="name" type="xs:string" minOccurs="0"/>
      <xs:element name="region" type="xs:string" minOccurs="0"/>
      <xs:element ref="ddms:countryCode"/>
      <xs:element ref="ddms:facilityIdentifier"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
Schema location DDMS-GeospatialCoverage.xsd
Element geographicIdentifier / name
Namespace http://metadata.dod.mil/mdr/ns/DDMS/3.0/
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="name" type="xs:string" minOccurs="0"/>
Schema location DDMS-GeospatialCoverage.xsd
Element geographicIdentifier / region
Namespace http://metadata.dod.mil/mdr/ns/DDMS/3.0/
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="region" type="xs:string" minOccurs="0"/>
Schema location DDMS-GeospatialCoverage.xsd