gml:domainOfValidity
The gml:domainOfValidity property implements an association role to an EX_Extent object as encoded in ISO/TS 19139, either referencing or containing the definition of that extent.
Element information
Namespace: http://www.opengis.net/gml/3.2
Schema document: external/ogc/gml/3.2.1/referenceSystems.xsd
Other elements with the same name: gml:domainOfValidity
Type: Anonymous
Properties: Global, Qualified
Content
- gmd:EX_Extent [0..1]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
xlink:type | [0..1] | xsd:string | Fixed value is "simple". from group xlink:simpleLink | |
xlink:href | [0..1] | xsd:anyURI | from group xlink:simpleLink | |
xlink:role | [0..1] | xsd:anyURI | from group xlink:simpleLink | |
xlink:arcrole | [0..1] | xsd:anyURI | from group xlink:simpleLink | |
xlink:title | [0..1] | xsd:string | from group xlink:simpleLink | |
xlink:show | [0..1] | Anonymous | from group xlink:simpleLink | |
xlink:actuate | [0..1] | Anonymous | from group xlink:simpleLink | |
nilReason | [0..1] | gml:NilReasonType | from group gml:AssociationAttributeGroup | |
gml:remoteSchema | [0..1] | xsd:anyURI | from group gml:AssociationAttributeGroup |
Used in
- Type gml:TemporalDatumBaseType
- Type gml:AbstractDatumType (Element gml:AbstractDatum)
- Type gml:AbstractGeneralConversionType (Element gml:AbstractGeneralConversion)
- Type gml:AbstractGeneralTransformationType (Element gml:AbstractGeneralTransformation)
- Type gml:AbstractCRSType (Elements gml:AbstractSingleCRS, gml:AbstractCRS)
- Type gml:AbstractGeneralDerivedCRSType via extension of gml:AbstractCRSType (Element gml:AbstractGeneralDerivedCRS)
- Type gml:CompoundCRSType via extension of gml:AbstractCRSType (Element gml:CompoundCRS)
- Type gml:ConcatenatedOperationType via extension of gml:AbstractCoordinateOperationType (Element gml:ConcatenatedOperation)
- Type gml:ConversionType via extension of gml:AbstractGeneralConversionType (Element gml:Conversion)
- Type gml:DerivedCRSType via extension of gml:AbstractCRSType (Element gml:DerivedCRS)
- Type gml:EngineeringCRSType via extension of gml:AbstractCRSType (Element gml:EngineeringCRS)
- Type gml:EngineeringDatumType via extension of gml:AbstractDatumType (Element gml:EngineeringDatum)
- Type gml:GeocentricCRSType via extension of gml:AbstractCRSType (Element gml:GeocentricCRS)
- Type gml:GeodeticCRSType via extension of gml:AbstractCRSType (Element gml:GeodeticCRS)
- Type gml:GeodeticDatumType via extension of gml:AbstractDatumType (Element gml:GeodeticDatum)
- Type gml:GeographicCRSType via extension of gml:AbstractCRSType (Element gml:GeographicCRS)
- Type gml:ImageCRSType via extension of gml:AbstractCRSType (Element gml:ImageCRS)
- Type gml:ImageDatumType via extension of gml:AbstractDatumType (Element gml:ImageDatum)
- Type gml:PassThroughOperationType via extension of gml:AbstractCoordinateOperationType (Element gml:PassThroughOperation)
- Type gml:ProjectedCRSType via extension of gml:AbstractCRSType (Element gml:ProjectedCRS)
- Type gml:TemporalCRSType via extension of gml:AbstractCRSType (Element gml:TemporalCRS)
- Type gml:TemporalDatumType via extension of gml:TemporalDatumBaseType (Element gml:TemporalDatum)
- Type gml:TransformationType via extension of gml:AbstractGeneralTransformationType (Element gml:Transformation)
- Type gml:VerticalCRSType via extension of gml:AbstractCRSType (Element gml:VerticalCRS)
- Type gml:VerticalDatumType via extension of gml:AbstractDatumType (Element gml:VerticalDatum)
- Type gml:AbstractCoordinateOperationType (Elements gml:AbstractCoordinateOperation, gml:AbstractSingleOperation, gml:AbstractOperation)
Sample instance
<gml:domainOfValidity> <gmd:EX_Extent> <gmd:description> <gco:CharacterString>string</gco:CharacterString> </gmd:description> <gmd:geographicElement> <gmd:EX_BoundingPolygon>... </gmd:EX_BoundingPolygon> </gmd:geographicElement> <gmd:temporalElement> <gmd:EX_TemporalExtent>... </gmd:EX_TemporalExtent> </gmd:temporalElement> <gmd:verticalElement> <gmd:EX_VerticalExtent>... </gmd:EX_VerticalExtent> </gmd:verticalElement> </gmd:EX_Extent> </gml:domainOfValidity>