<xs:schema
xmlns:xs="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://niem.gov/niem/external/iso-19139-gmd/draft-0.1/gmd/dhs-gmo/1.0.0"
xmlns:gmd="http://niem.gov/niem/external/iso-19139-gmd/draft-0.1/gmd/dhs-gmo/1.0.0"
xmlns:gco="http://niem.gov/niem/external/iso-19139-gmd/draft-0.1/gco/dhs-gmo/1.0.0"
xmlns:gts="http://niem.gov/niem/external/iso-19139-gmd/draft-0.1/gts/dhs-gmo/1.0.0"
xmlns:gsr="http://niem.gov/niem/external/iso-19139-gmd/draft-0.1/gsr/dhs-gmo/1.0.0"
xmlns:gss="http://niem.gov/niem/external/iso-19139-gmd/draft-0.1/gss/dhs-gmo/1.0.0"
xmlns:xlink="http://niem.gov/niem/external/w3c-xlink/1.0/dhs-gmo/1.0.0"
elementFormDefault="qualified" version="0.1">
<!-- ================================= Annotation ================================ -->
<xs:annotation>
<xs:documentation>This file was generated from ISO TC/211 UML class diagrams == 01-26-2005 12:40:04 ======
ISO DTS 19139 Metadata XML Schema "gmd Geographic MetaData extensible markup language"
see ../readme.txt see ../version.txt
DHS Changes
2006-09-28 Changed namespace
ns old http://niem.gov/niem/external/xlink/1.0.0/dhs-gmo/1.0.0
ns new http://niem.gov/niem/external/w3c-xlink/1.0/dhs-gmo/1.0.0
2006-09-22 Changed namespaces following NIEM conventions
1) targetNamespace http://niem.gov/niem/external/iso-19139-gmd/draft-0.1/gmd/dhs-gmo/1.0.0
2) gmd namespace http://niem.gov/niem/external/iso-19139-gmd/draft-0.1/gmd/dhs-gmo/1.0.0
3) gco namespace http://niem.gov/niem/external/iso-19139-gmd/draft-0.1/gco/dhs-gmo/1.0.0
4) gts namespace http://niem.gov/niem/external/iso-19139-gmd/draft-0.1/gts/dhs-gmo/1.0.0
5) gsr namespace http://niem.gov/niem/external/iso-19139-gmd/draft-0.1/gsr/dhs-gmo/1.0.0
6) gss namespace http://niem.gov/niem/external/iso-19139-gmd/draft-0.1/gss/dhs-gmo/1.0.0
7) xlink namespace http://niem.gov/niem/external/xlink/1.0.0/dhs-gmo/1.0.0
2006-09-19 Changes DHS namespaces and schema locations, were
targetNamespace="http://www.isotc211.org/2005/gmd"
xmlns:gmd="http://www.isotc211.org/2005/gmd"
xmlns:gco="http://www.isotc211.org/2005/gco"
xmlns:gts="http://www.isotc211.org/2005/gts"
xmlns:gsr="http://www.isotc211.org/2005/gsr"
xmlns:gss="http://www.isotc211.org/2005/gss"
xmlns:xlink="http://www.w3.org/1999/xlink"
</xs:documentation>
</xs:annotation>
<!-- ================================== Imports ================================== -->
<xs:import namespace="http://niem.gov/niem/external/iso-19139-gmd/draft-0.1/gss/dhs-gmo/1.0.0"
schemaLocation="../../../gss/dhs-gmo/1.0.0/gss.xsd"/>
<xs:import namespace="http://niem.gov/niem/external/iso-19139-gmd/draft-0.1/gts/dhs-gmo/1.0.0"
schemaLocation="../../../gts/dhs-gmo/1.0.0/gts.xsd"/>
<xs:import namespace="http://niem.gov/niem/external/iso-19139-gmd/draft-0.1/gco/dhs-gmo/1.0.0"
schemaLocation="../../../gco/dhs-gmo/1.0.0/gco.xsd"/>
<xs:import namespace="http://niem.gov/niem/external/iso-19139-gmd/draft-0.1/gsr/dhs-gmo/1.0.0"
schemaLocation="../../../gsr/dhs-gmo/1.0.0/gsr.xsd"/>
<!-- modify includes to reflect refaactoring and remove circular dependencies -->
<!-- SJDC 2006-01-14 -->
<!-- <xs:include schemaLocation="../gmd/referenceSystem.xsd"/> -->
<xs:include schemaLocation="citation.xsd"/>
<!-- end modify include -->
<!-- ########################################################################### -->
<!-- ########################################################################### -->
<!-- ================================== Classes ================================= -->
<xs:complexType name="EX_TemporalExtent_Type">
<xs:annotation>
<xs:documentation>Time period covered by the content of the dataset</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="gco:AbstractObject_Type">
<xs:sequence>
<xs:element name="extent" type="gts:TM_Primitive_PropertyType"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<!-- ........................................................................ -->
<xs:element name="EX_TemporalExtent" type="gmd:EX_TemporalExtent_Type"/>
<!-- ........................................................................ -->
<xs:complexType name="EX_TemporalExtent_PropertyType">
<xs:sequence>
<xs:element ref="gmd:EX_TemporalExtent" minOccurs="0"/>
</xs:sequence>
<xs:attributeGroup ref="gco:ObjectReference"/>
<xs:attribute ref="gco:nilReason"/>
</xs:complexType>
<!-- =========================================================================== -->
<xs:complexType name="EX_VerticalExtent_Type">
<xs:annotation>
<xs:documentation>Vertical domain of dataset</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="gco:AbstractObject_Type">
<xs:sequence>
<xs:element name="minimumValue" type="gco:Real_PropertyType"/>
<xs:element name="maximumValue" type="gco:Real_PropertyType"/>
<xs:element name="CRS" type="gsr:SC_CRS_PropertyType"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<!-- ........................................................................ -->
<xs:element name="EX_VerticalExtent" type="gmd:EX_VerticalExtent_Type"/>
<!-- ........................................................................ -->
<xs:complexType name="EX_VerticalExtent_PropertyType">
<xs:sequence>
<xs:element ref="gmd:EX_VerticalExtent" minOccurs="0"/>
</xs:sequence>
<xs:attributeGroup ref="gco:ObjectReference"/>
<xs:attribute ref="gco:nilReason"/>
</xs:complexType>
<!-- =========================================================================== -->
<xs:complexType name="EX_BoundingPolygon_Type">
<xs:annotation>
<xs:documentation>Boundary enclosing the dataset expressed as the closed set of (x,y) coordinates of the polygon (last point replicates first point)</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="gmd:AbstractEX_GeographicExtent_Type">
<xs:sequence>
<xs:element name="polygon" type="gss:GM_Object_PropertyType" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<!-- ........................................................................ -->
<xs:element name="EX_BoundingPolygon" type="gmd:EX_BoundingPolygon_Type" substitutionGroup="gmd:AbstractEX_GeographicExtent"/>
<!-- ........................................................................ -->
<xs:complexType name="EX_BoundingPolygon_PropertyType">
<xs:sequence>
<xs:element ref="gmd:EX_BoundingPolygon" minOccurs="0"/>
</xs:sequence>
<xs:attributeGroup ref="gco:ObjectReference"/>
<xs:attribute ref="gco:nilReason"/>
</xs:complexType>
<!-- =========================================================================== -->
<xs:complexType name="EX_Extent_Type">
<xs:annotation>
<xs:documentation>Information about spatial, vertical, and temporal extent</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="gco:AbstractObject_Type">
<xs:sequence>
<xs:element name="description" type="gco:CharacterString_PropertyType" minOccurs="0"/>
<xs:element name="geographicElement" type="gmd:EX_GeographicExtent_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="temporalElement" type="gmd:EX_TemporalExtent_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="verticalElement" type="gmd:EX_VerticalExtent_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<!-- ........................................................................ -->
<xs:element name="EX_Extent" type="gmd:EX_Extent_Type"/>
<!-- ........................................................................ -->
<xs:complexType name="EX_Extent_PropertyType">
<xs:sequence>
<xs:element ref="gmd:EX_Extent" minOccurs="0"/>
</xs:sequence>
<xs:attributeGroup ref="gco:ObjectReference"/>
<xs:attribute ref="gco:nilReason"/>
</xs:complexType>
<!-- =========================================================================== -->
<xs:complexType name="AbstractEX_GeographicExtent_Type" abstract="true">
<xs:annotation>
<xs:documentation>Geographic area of the dataset</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="gco:AbstractObject_Type">
<xs:sequence>
<xs:element name="extentTypeCode" type="gco:Boolean_PropertyType" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<!-- ........................................................................ -->
<xs:element name="AbstractEX_GeographicExtent" type="gmd:AbstractEX_GeographicExtent_Type" abstract="true"/>
<!-- ........................................................................ -->
<xs:complexType name="EX_GeographicExtent_PropertyType">
<xs:sequence>
<xs:element ref="gmd:AbstractEX_GeographicExtent" minOccurs="0"/>
</xs:sequence>
<xs:attributeGroup ref="gco:ObjectReference"/>
<xs:attribute ref="gco:nilReason"/>
</xs:complexType>
<!-- =========================================================================== -->
<xs:complexType name="EX_GeographicBoundingBox_Type">
<xs:annotation>
<xs:documentation>Geographic area of the entire dataset referenced to WGS 84</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="gmd:AbstractEX_GeographicExtent_Type">
<xs:sequence>
<xs:element name="westBoundLongitude" type="gco:Decimal_PropertyType"/>
<xs:element name="eastBoundLongitude" type="gco:Decimal_PropertyType"/>
<xs:element name="southBoundLatitude" type="gco:Decimal_PropertyType"/>
<xs:element name="northBoundLatitude" type="gco:Decimal_PropertyType"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<!-- ........................................................................ -->
<xs:element name="EX_GeographicBoundingBox" type="gmd:EX_GeographicBoundingBox_Type" substitutionGroup="gmd:AbstractEX_GeographicExtent"/>
<!-- ........................................................................ -->
<xs:complexType name="EX_GeographicBoundingBox_PropertyType">
<xs:sequence>
<xs:element ref="gmd:EX_GeographicBoundingBox" minOccurs="0"/>
</xs:sequence>
<xs:attributeGroup ref="gco:ObjectReference"/>
<xs:attribute ref="gco:nilReason"/>
</xs:complexType>
<!-- =========================================================================== -->
<xs:complexType name="EX_SpatialTemporalExtent_Type">
<xs:annotation>
<xs:documentation>Extent with respect to date and time</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="gmd:EX_TemporalExtent_Type">
<xs:sequence>
<xs:element name="spatialExtent" type="gmd:EX_GeographicExtent_PropertyType" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<!-- ........................................................................ -->
<xs:element name="EX_SpatialTemporalExtent" type="gmd:EX_SpatialTemporalExtent_Type" substitutionGroup="gmd:EX_TemporalExtent"/>
<!-- ........................................................................ -->
<xs:complexType name="EX_SpatialTemporalExtent_PropertyType">
<xs:sequence>
<xs:element ref="gmd:EX_SpatialTemporalExtent" minOccurs="0"/>
</xs:sequence>
<xs:attributeGroup ref="gco:ObjectReference"/>
<xs:attribute ref="gco:nilReason"/>
</xs:complexType>
<!-- =========================================================================== -->
<xs:complexType name="EX_GeographicDescription_Type">
<xs:complexContent>
<xs:extension base="gmd:AbstractEX_GeographicExtent_Type">
<xs:sequence>
<xs:element name="geographicIdentifier" type="gmd:MD_Identifier_PropertyType"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<!-- ........................................................................ -->
<xs:element name="EX_GeographicDescription" type="gmd:EX_GeographicDescription_Type" substitutionGroup="gmd:AbstractEX_GeographicExtent"/>
<!-- ........................................................................ -->
<xs:complexType name="EX_GeographicDescription_PropertyType">
<xs:sequence>
<xs:element ref="gmd:EX_GeographicDescription" minOccurs="0"/>
</xs:sequence>
<xs:attributeGroup ref="gco:ObjectReference"/>
<xs:attribute ref="gco:nilReason"/>
</xs:complexType>
<!-- =========================================================================== -->
</xs:schema>
|