Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element gmd:EX_Extent_Type / gmd:description
Namespace http://www.isotc211.org/2005/gmd
Diagram
Diagram index6.tmp#id983 index145.tmp#id951 index146.tmp#id950
Type gco:CharacterString_PropertyType
Properties
content: complex
minOccurs: 0
Model gco:CharacterString
Children gco:CharacterString
Instance
<gmd:description gco:nilReason="">
  <gco:CharacterString>{1,1}</gco:CharacterString>
</gmd:description>
Attributes
QName Type Fixed Default Use Annotation
gco:nilReason NilReasonType optional
Source
<xs:element name="description" type="gco:CharacterString_PropertyType" minOccurs="0"/>
Schema location http://schemas.opengis.net/iso/19139/20070417/gmd/extent.xsd
Element gmd:EX_Extent_Type / gmd:geographicElement
Namespace http://www.isotc211.org/2005/gmd
Diagram
Diagram index5.tmp#id994 index6.tmp#id983 index1317.tmp#id986 index1318.tmp#id985
Type gmd:EX_GeographicExtent_PropertyType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model gmd:AbstractEX_GeographicExtent
Children gmd:AbstractEX_GeographicExtent
Instance
<gmd:geographicElement xlink:actuate="" xlink:arcrole="" xlink:href="" gco:nilReason="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple" uuidref="">
  <gmd:AbstractEX_GeographicExtent id="" uuid="">{1,1}</gmd:AbstractEX_GeographicExtent>
</gmd:geographicElement>
Attributes
QName Type Fixed Default Use Annotation
gco:nilReason NilReasonType optional
uuidref xs:string optional
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Source
<xs:element name="geographicElement" type="gmd:EX_GeographicExtent_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
Schema location http://schemas.opengis.net/iso/19139/20070417/gmd/extent.xsd
Element gmd:EX_Extent_Type / gmd:temporalElement
Namespace http://www.isotc211.org/2005/gmd
Diagram
Diagram index5.tmp#id994 index6.tmp#id983 index1102.tmp#id998 index1260.tmp#id997
Type gmd:EX_TemporalExtent_PropertyType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model gmd:EX_TemporalExtent
Children gmd:EX_TemporalExtent
Instance
<gmd:temporalElement xlink:actuate="" xlink:arcrole="" xlink:href="" gco:nilReason="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple" uuidref="">
  <gmd:EX_TemporalExtent id="" uuid="">{1,1}</gmd:EX_TemporalExtent>
</gmd:temporalElement>
Attributes
QName Type Fixed Default Use Annotation
gco:nilReason NilReasonType optional
uuidref xs:string optional
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Source
<xs:element name="temporalElement" type="gmd:EX_TemporalExtent_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
Schema location http://schemas.opengis.net/iso/19139/20070417/gmd/extent.xsd
Element gmd:EX_Extent_Type / gmd:verticalElement
Namespace http://www.isotc211.org/2005/gmd
Diagram
Diagram index5.tmp#id994 index6.tmp#id983 index811.tmp#id1006 index1186.tmp#id1005
Type gmd:EX_VerticalExtent_PropertyType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model gmd:EX_VerticalExtent
Children gmd:EX_VerticalExtent
Instance
<gmd:verticalElement xlink:actuate="" xlink:arcrole="" xlink:href="" gco:nilReason="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple" uuidref="">
  <gmd:EX_VerticalExtent id="" uuid="">{1,1}</gmd:EX_VerticalExtent>
</gmd:verticalElement>
Attributes
QName Type Fixed Default Use Annotation
gco:nilReason NilReasonType optional
uuidref xs:string optional
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Source
<xs:element name="verticalElement" type="gmd:EX_VerticalExtent_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
Schema location http://schemas.opengis.net/iso/19139/20070417/gmd/extent.xsd
Complex Type gmd:EX_Extent_Type
Namespace http://www.isotc211.org/2005/gmd
Annotations
Information about spatial, vertical, and temporal extent
Diagram
Diagram index24.tmp#id946 index25.tmp#id945 index1121.tmp#id949 index1121.tmp#id984 index1121.tmp#id996 index1121.tmp#id1004
Type extension of gco:AbstractObject_Type
Type hierarchy
Used by
Element gmd:EX_Extent
Model gmd:description{0,1} , gmd:geographicElement* , gmd:temporalElement* , gmd:verticalElement*
Children gmd:description, gmd:geographicElement, gmd:temporalElement, gmd:verticalElement
Attributes
QName Type Fixed Default Use Annotation
id xs:ID optional
uuid xs:string optional
Source
<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>
Schema location http://schemas.opengis.net/iso/19139/20070417/gmd/extent.xsd