Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Imported schema BaseTypes.xsd
Namespace urn:x-inspire:specification:gmlas:BaseTypes:3.2
Annotations
-- Definition --
schema for basic types used by multiple themes
Properties
attribute form default unqualified
element form default qualified
version 3.2
Element base:Identifier
Namespace urn:x-inspire:specification:gmlas:BaseTypes:3.2
Annotations
-- Definition --
External unique object identifier published by the responsible body, which may be used by external applications to reference the spatial object.

-- Description --
NOTE1 External object identifiers are distinct from thematic object identifiers.

NOTE 2 The voidable version identifier attribute is not part of the unique identifier of a spatial object and may be used to distinguish two versions of the same spatial object.

NOTE 3 The unique identifier will not change during the life-time of a spatial object.
Diagram
DiagramBaseTypes_xsd_1.tmp#urn_x-inspire_specification_gmlas_BaseTypes_3.2_IdentifierType_localIdBaseTypes_xsd_1.tmp#urn_x-inspire_specification_gmlas_BaseTypes_3.2_IdentifierType_namespaceBaseTypes_xsd_1.tmp#urn_x-inspire_specification_gmlas_BaseTypes_3.2_IdentifierType_versionIdBaseTypes_xsd_1.tmp#urn_x-inspire_specification_gmlas_BaseTypes_3.2_IdentifierTypegmlBase_xsd.tmp#AbstractObject
Type base:IdentifierType
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children base:localId, base:namespace, base:versionId
Instance
<base:Identifier xmlns:base="urn:x-inspire:specification:gmlas:BaseTypes:3.2">
  <base:localId>{1,1}</base:localId>
  <base:namespace>{1,1}</base:namespace>
  <base:versionId nilReason="">{0,1}</base:versionId>
</base:Identifier>
Source
<element name="Identifier" substitutionGroup="gml:AbstractObject" type="base:IdentifierType">
  <annotation>
    <documentation>-- Definition -- External unique object identifier published by the responsible body, which may be used by external applications to reference the spatial object. -- Description -- NOTE1 External object identifiers are distinct from thematic object identifiers. NOTE 2 The voidable version identifier attribute is not part of the unique identifier of a spatial object and may be used to distinguish two versions of the same spatial object. NOTE 3 The unique identifier will not change during the life-time of a spatial object.</documentation>
  </annotation>
</element>
Element base:IdentifierType / base:localId
Namespace urn:x-inspire:specification:gmlas:BaseTypes:3.2
Annotations
-- Definition --
A local identifier, assigned by the data provider. The local identifier is unique within the namespace, that is no other spatial object carries the same unique identifier.

-- Description --
NOTE It is the responsibility of the data provider to guarantee uniqueness of the local identifier within the namespace.
Diagram
Diagram
Type string
Properties
content simple
Source
<element name="localId" type="string">
  <annotation>
    <documentation>-- Definition -- A local identifier, assigned by the data provider. The local identifier is unique within the namespace, that is no other spatial object carries the same unique identifier. -- Description -- NOTE It is the responsibility of the data provider to guarantee uniqueness of the local identifier within the namespace.</documentation>
  </annotation>
</element>
Element base:IdentifierType / base:namespace
Namespace urn:x-inspire:specification:gmlas:BaseTypes:3.2
Annotations
-- Definition --
Namespace uniquely identifying the data source of the spatial object.

-- Description --
NOTE The namespace value will be owned by the data provider of the spatial object and will be registered in the INSPIRE External Object Identifier Namespaces Register.
Diagram
Diagram
Type string
Properties
content simple
Source
<element name="namespace" type="string">
  <annotation>
    <documentation>-- Definition -- Namespace uniquely identifying the data source of the spatial object. -- Description -- NOTE The namespace value will be owned by the data provider of the spatial object and will be registered in the INSPIRE External Object Identifier Namespaces Register.</documentation>
  </annotation>
</element>
Element base:IdentifierType / base:versionId
Namespace urn:x-inspire:specification:gmlas:BaseTypes:3.2
Annotations
-- Definition --
The identifier of the particular version of the spatial object, with a maximum length of 25 characters. If the specification of a spatial object type with an external object identifier includes life-cycle information, the version identifier is used to distinguish between the different versions of a spatial object. Within the set of all versions of a spatial object, the version identifier is unique. 

-- Description --
NOTE The maximum length has been selected to allow for time stamps based on ISO 8601, for example, "2007-02-12T12:12:12+05:30" as the version identifier.

NOTE 2 The property is void, if the spatial data set does not distinguish between different versions of the spatial object. It is missing, if the spatial object type does not support any life-cycle information.
Diagram
DiagramBaseTypes_xsd_1.tmp#urn_x-inspire_specification_gmlas_BaseTypes_3.2_IdentifierType_urn_x-inspire_specification_gmlas_BaseTypes_3.2_IdentifierType_versionId_nilReason
Type extension of string
Properties
content complex
minOccurs 0
nillable true
Attributes
QName Type Use
nilReason gml:NilReasonType optional
Source
<element minOccurs="0" name="versionId" nillable="true">
  <annotation>
    <documentation>-- Definition -- The identifier of the particular version of the spatial object, with a maximum length of 25 characters. If the specification of a spatial object type with an external object identifier includes life-cycle information, the version identifier is used to distinguish between the different versions of a spatial object. Within the set of all versions of a spatial object, the version identifier is unique. -- Description -- NOTE The maximum length has been selected to allow for time stamps based on ISO 8601, for example, "2007-02-12T12:12:12+05:30" as the version identifier. NOTE 2 The property is void, if the spatial data set does not distinguish between different versions of the spatial object. It is missing, if the spatial object type does not support any life-cycle information.</documentation>
  </annotation>
  <complexType>
    <simpleContent>
      <extension base="string">
        <attribute name="nilReason" type="gml:NilReasonType"/>
      </extension>
    </simpleContent>
  </complexType>
</element>
Element base:SpatialDataSet
Namespace urn:x-inspire:specification:gmlas:BaseTypes:3.2
Annotations
-- Definition --
Identifiable collection of spatial data.

-- Description --
NOTE The type SpatialDataSet is offered as a pre-defined type for spatial data sets. INSPIRE application schemas may specify their own spatial data set types. It specifies three properties: an external object identifier, a container for metadata (may be void), and an association to zero or more spatial objects.
Diagram
DiagramgmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypefeature_xsd.tmp#boundedBydeprecatedTypes_xsd.tmp#locationfeature_xsd.tmp#AbstractFeatureTypeBaseTypes_xsd_1.tmp#urn_x-inspire_specification_gmlas_BaseTypes_3.2_SpatialDataSetType_identifierBaseTypes_xsd_1.tmp#urn_x-inspire_specification_gmlas_BaseTypes_3.2_SpatialDataSetType_metadataBaseTypes_xsd_1.tmp#urn_x-inspire_specification_gmlas_BaseTypes_3.2_SpatialDataSetType_memberBaseTypes_xsd_1.tmp#urn_x-inspire_specification_gmlas_BaseTypes_3.2_SpatialDataSetTypefeature_xsd.tmp#AbstractFeature
Type base:SpatialDataSetType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children base:identifier, base:member, base:metadata, gml:boundedBy, gml:description, gml:descriptionReference, gml:identifier, gml:location, gml:metaDataProperty, gml:name
Instance
<base:SpatialDataSet gml:id="" xmlns:base="urn:x-inspire:specification:gmlas:BaseTypes:3.2" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:metaDataProperty about="" xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:metaDataProperty>
  <gml:description xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:description>
  <gml:descriptionReference xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:descriptionReference>
  <gml:identifier codeSpace="">{0,1}</gml:identifier>
  <gml:name codeSpace="">{0,unbounded}</gml:name>
  <gml:boundedBy nilReason="">{0,1}</gml:boundedBy>
  <gml:location xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:location>
  <base:identifier>{1,1}</base:identifier>
  <base:metadata xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</base:metadata>
  <base:member xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</base:member>
</base:SpatialDataSet>
Attributes
QName Type Use Annotation
gml:id ID optional
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Source
<element name="SpatialDataSet" substitutionGroup="gml:AbstractFeature" type="base:SpatialDataSetType">
  <annotation>
    <documentation>-- Definition -- Identifiable collection of spatial data. -- Description -- NOTE The type SpatialDataSet is offered as a pre-defined type for spatial data sets. INSPIRE application schemas may specify their own spatial data set types. It specifies three properties: an external object identifier, a container for metadata (may be void), and an association to zero or more spatial objects.</documentation>
  </annotation>
</element>
Element base:SpatialDataSetType / base:identifier
Namespace urn:x-inspire:specification:gmlas:BaseTypes:3.2
Annotations
-- Definition --
Identifier of the spatial data set.
Diagram
DiagramBaseTypes_xsd_1.tmp#urn_x-inspire_specification_gmlas_BaseTypes_3.2_IdentifierBaseTypes_xsd_1.tmp#urn_x-inspire_specification_gmlas_BaseTypes_3.2_IdentifierPropertyType
Type base:IdentifierPropertyType
Properties
content complex
Model
Children base:Identifier
Instance
<base:identifier xmlns:base="urn:x-inspire:specification:gmlas:BaseTypes:3.2">
  <base:Identifier>{1,1}</base:Identifier>
</base:identifier>
Source
<element name="identifier" type="base:IdentifierPropertyType">
  <annotation>
    <documentation>-- Definition -- Identifier of the spatial data set.</documentation>
  </annotation>
</element>
Element base:SpatialDataSetType / base:metadata
Namespace urn:x-inspire:specification:gmlas:BaseTypes:3.2
Annotations
-- Definition --
Metadata of the spatial data set.
Diagram
DiagramgmlBase_xsd.tmp#OwnershipAttributeGroupgmlBase_xsd.tmp#AbstractMetadataPropertyTypegmlBase_xsd.tmp#AssociationAttributeGroupmetadataEntity_xsd.tmp#MD_Metadata
Type extension of gml:AbstractMetadataPropertyType
Type hierarchy
Properties
content complex
nillable true
Model
Children gmd:MD_Metadata
Instance
<base:metadata xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple" xmlns:base="urn:x-inspire:specification:gmlas:BaseTypes:3.2" xmlns:gmd="http://www.isotc211.org/2005/gmd">
  <gmd:MD_Metadata id="" uuid="">{1,1}</gmd:MD_Metadata>
</base:metadata>
Attributes
QName Type Fixed Default Use
gml:remoteSchema anyURI optional
nilReason gml:NilReasonType optional
owns boolean false 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
<element name="metadata" nillable="true">
  <annotation>
    <documentation>-- Definition -- Metadata of the spatial data set.</documentation>
  </annotation>
  <complexType>
    <complexContent>
      <extension base="gml:AbstractMetadataPropertyType">
        <sequence minOccurs="0">
          <element ref="gmd:MD_Metadata"/>
        </sequence>
        <attributeGroup ref="gml:AssociationAttributeGroup"/>
      </extension>
    </complexContent>
  </complexType>
</element>
Element base:SpatialDataSetType / base:member
Namespace urn:x-inspire:specification:gmlas:BaseTypes:3.2
Annotations
The spatial objects that are members of the spatial data set
Diagram
DiagramgmlBase_xsd.tmp#OwnershipAttributeGroupgmlBase_xsd.tmp#AssociationAttributeGroupfeature_xsd.tmp#AbstractFeaturefeature_xsd.tmp#FeaturePropertyType
Type gml:FeaturePropertyType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children gml:AbstractFeature
Instance
<base:member xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple" xmlns:base="urn:x-inspire:specification:gmlas:BaseTypes:3.2" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:AbstractFeature gml:id="">{1,1}</gml:AbstractFeature>
</base:member>
Attributes
QName Type Fixed Default Use
gml:remoteSchema anyURI optional
nilReason gml:NilReasonType optional
owns boolean false 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
<element maxOccurs="unbounded" minOccurs="0" name="member" type="gml:FeaturePropertyType">
  <annotation>
    <documentation>The spatial objects that are members of the spatial data set</documentation>
    <appinfo>
      <targetElement xmlns="http://www.opengis.net/gml/3.2">null:AbstractFeature</targetElement>
    </appinfo>
  </annotation>
</element>
Complex Type base:IdentifierPropertyType
Namespace urn:x-inspire:specification:gmlas:BaseTypes:3.2
Diagram
DiagramBaseTypes_xsd_1.tmp#urn_x-inspire_specification_gmlas_BaseTypes_3.2_Identifier
Used by
Model
Children base:Identifier
Source
<complexType name="IdentifierPropertyType">
  <sequence>
    <element ref="base:Identifier"/>
  </sequence>
</complexType>
Complex Type base:IdentifierType
Namespace urn:x-inspire:specification:gmlas:BaseTypes:3.2
Diagram
DiagramBaseTypes_xsd_1.tmp#urn_x-inspire_specification_gmlas_BaseTypes_3.2_IdentifierType_localIdBaseTypes_xsd_1.tmp#urn_x-inspire_specification_gmlas_BaseTypes_3.2_IdentifierType_namespaceBaseTypes_xsd_1.tmp#urn_x-inspire_specification_gmlas_BaseTypes_3.2_IdentifierType_versionId
Used by
Element base:Identifier
Model
Children base:localId, base:namespace, base:versionId
Source
<complexType name="IdentifierType">
  <sequence>
    <element name="localId" type="string">
      <annotation>
        <documentation>-- Definition -- A local identifier, assigned by the data provider. The local identifier is unique within the namespace, that is no other spatial object carries the same unique identifier. -- Description -- NOTE It is the responsibility of the data provider to guarantee uniqueness of the local identifier within the namespace.</documentation>
      </annotation>
    </element>
    <element name="namespace" type="string">
      <annotation>
        <documentation>-- Definition -- Namespace uniquely identifying the data source of the spatial object. -- Description -- NOTE The namespace value will be owned by the data provider of the spatial object and will be registered in the INSPIRE External Object Identifier Namespaces Register.</documentation>
      </annotation>
    </element>
    <element minOccurs="0" name="versionId" nillable="true">
      <annotation>
        <documentation>-- Definition -- The identifier of the particular version of the spatial object, with a maximum length of 25 characters. If the specification of a spatial object type with an external object identifier includes life-cycle information, the version identifier is used to distinguish between the different versions of a spatial object. Within the set of all versions of a spatial object, the version identifier is unique. -- Description -- NOTE The maximum length has been selected to allow for time stamps based on ISO 8601, for example, "2007-02-12T12:12:12+05:30" as the version identifier. NOTE 2 The property is void, if the spatial data set does not distinguish between different versions of the spatial object. It is missing, if the spatial object type does not support any life-cycle information.</documentation>
      </annotation>
      <complexType>
        <simpleContent>
          <extension base="string">
            <attribute name="nilReason" type="gml:NilReasonType"/>
          </extension>
        </simpleContent>
      </complexType>
    </element>
  </sequence>
</complexType>
Simple Type base:VerticalPositionValueType
Namespace urn:x-inspire:specification:gmlas:BaseTypes:3.2
Annotations
-- Definition --
The relative vertical position of a spatial object.
Diagram
Diagram
Type restriction of string
Facets
enumeration onGroundSurface
-- Definition --
The spatial object is on ground level.
enumeration suspendedOrElevated
-- Definition --
The spatial object is suspended or elevated.
enumeration underground
-- Definition --
The spatial object is underground.
Used by
Source
<simpleType name="VerticalPositionValueType">
  <annotation>
    <documentation>-- Definition -- The relative vertical position of a spatial object.</documentation>
  </annotation>
  <restriction base="string">
    <enumeration value="onGroundSurface">
      <annotation>
        <documentation>-- Definition -- The spatial object is on ground level.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="suspendedOrElevated">
      <annotation>
        <documentation>-- Definition -- The spatial object is suspended or elevated.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="underground">
      <annotation>
        <documentation>-- Definition -- The spatial object is underground.</documentation>
      </annotation>
    </enumeration>
  </restriction>
</simpleType>
Complex Type base:SpatialDataSetType
Namespace urn:x-inspire:specification:gmlas:BaseTypes:3.2
Diagram
DiagramgmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypefeature_xsd.tmp#boundedBydeprecatedTypes_xsd.tmp#locationfeature_xsd.tmp#AbstractFeatureTypeBaseTypes_xsd_1.tmp#urn_x-inspire_specification_gmlas_BaseTypes_3.2_SpatialDataSetType_identifierBaseTypes_xsd_1.tmp#urn_x-inspire_specification_gmlas_BaseTypes_3.2_SpatialDataSetType_metadataBaseTypes_xsd_1.tmp#urn_x-inspire_specification_gmlas_BaseTypes_3.2_SpatialDataSetType_member
Type extension of gml:AbstractFeatureType
Type hierarchy
Used by
Model
Children base:identifier, base:member, base:metadata, gml:boundedBy, gml:description, gml:descriptionReference, gml:identifier, gml:location, gml:metaDataProperty, gml:name
Attributes
QName Type Use Annotation
gml:id ID optional
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Source
<complexType name="SpatialDataSetType">
  <complexContent>
    <extension base="gml:AbstractFeatureType">
      <sequence>
        <element name="identifier" type="base:IdentifierPropertyType">
          <annotation>
            <documentation>-- Definition -- Identifier of the spatial data set.</documentation>
          </annotation>
        </element>
        <element name="metadata" nillable="true">
          <annotation>
            <documentation>-- Definition -- Metadata of the spatial data set.</documentation>
          </annotation>
          <complexType>
            <complexContent>
              <extension base="gml:AbstractMetadataPropertyType">
                <sequence minOccurs="0">
                  <element ref="gmd:MD_Metadata"/>
                </sequence>
                <attributeGroup ref="gml:AssociationAttributeGroup"/>
              </extension>
            </complexContent>
          </complexType>
        </element>
        <element maxOccurs="unbounded" minOccurs="0" name="member" type="gml:FeaturePropertyType">
          <annotation>
            <documentation>The spatial objects that are members of the spatial data set</documentation>
            <appinfo>
              <targetElement xmlns="http://www.opengis.net/gml/3.2">null:AbstractFeature</targetElement>
            </appinfo>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Complex Type base:SpatialDataSetPropertyType
Namespace urn:x-inspire:specification:gmlas:BaseTypes:3.2
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupgmlBase_xsd.tmp#OwnershipAttributeGroupBaseTypes_xsd_1.tmp#urn_x-inspire_specification_gmlas_BaseTypes_3.2_SpatialDataSet
Model
Children base:SpatialDataSet
Attributes
QName Type Fixed Default Use
gml:remoteSchema anyURI optional
nilReason gml:NilReasonType optional
owns boolean false 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
<complexType name="SpatialDataSetPropertyType">
  <sequence minOccurs="0">
    <element ref="base:SpatialDataSet"/>
  </sequence>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
  <attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
Attribute base:IdentifierType / base:versionId / @nilReason
Namespace No namespace
Type gml:NilReasonType
Properties
content simple
Used by
Source
<attribute name="nilReason" type="gml:NilReasonType"/>