-- 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.
<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>
-- 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
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>
-- 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
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>
-- 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.
<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.
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 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>
<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
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.
<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>
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>