Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Imported schema BaseTypes.xsd
Namespace http://inspire.ec.europa.eu/schemas/base/3.3
Annotations
-- Definition --
schema for basic types used by multiple themes
Properties
attribute form default unqualified
element form default qualified
version 3.3.1
Element base:Identifier
Namespace http://inspire.ec.europa.eu/schemas/base/3.3
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.tmp#IdentifierType_localIdBaseTypes_xsd.tmp#IdentifierType_namespaceBaseTypes_xsd.tmp#IdentifierType_versionIdBaseTypes_xsd.tmp#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="http://inspire.ec.europa.eu/schemas/base/3.3">
  <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" type="base:IdentifierType" substitutionGroup="gml:AbstractObject">
  <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 http://inspire.ec.europa.eu/schemas/base/3.3
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 http://inspire.ec.europa.eu/schemas/base/3.3
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 http://inspire.ec.europa.eu/schemas/base/3.3
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.tmp#IdentifierType_IdentifierType_versionId_nilReason
Type extension of string
Properties
content complex
minOccurs 0
nillable true
Attributes
QName Type Use
nilReason gml:NilReasonType optional
Source
<element name="versionId" nillable="true" minOccurs="0">
  <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>
Complex Type base:IdentifierPropertyType
Namespace http://inspire.ec.europa.eu/schemas/base/3.3
Diagram
DiagramBaseTypes_xsd.tmp#http___inspire.ec.europa.eu_schemas_base_3.3_Identifier
Used by
Model
Children base:Identifier
Source
<complexType name="IdentifierPropertyType">
  <sequence>
    <element ref="base:Identifier"/>
  </sequence>
</complexType>
Complex Type base:IdentifierType
Namespace http://inspire.ec.europa.eu/schemas/base/3.3
Diagram
DiagramBaseTypes_xsd.tmp#IdentifierType_localIdBaseTypes_xsd.tmp#IdentifierType_namespaceBaseTypes_xsd.tmp#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 name="versionId" nillable="true" minOccurs="0">
      <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>
Attribute base:IdentifierType / base:versionId / @nilReason
Namespace No namespace
Type gml:NilReasonType
Properties
content simple
Used by
Source
<attribute name="nilReason" type="gml:NilReasonType"/>