Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Imported schema CommonTransportElements.xsd
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Annotations
-- Definition --
 This package defines the types that are common for all transport networks subthemes.
Properties
attribute form default unqualified
element form default qualified
version 3.0.1
Element tn:TransportLinkType / tn:geographicalName
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Annotations
-- Definition --
 A geographical name that is used to identify the transport network object in the real world. It provides a 'key' for implicitly associating different representations of the object.

Diagram
DiagramCommonTransportElements_xsd.tmp#TransportLinkType_TransportLinkType_geographicalName_nilReasonGeographicalNames_xsd.tmp#GeographicalName
Properties
content complex
minOccurs 0
nillable true
Model
Children gn:GeographicalName
Instance
<tn:geographicalName nilReason="" xmlns:tn="urn:x-inspire:specification:gmlas:CommonTransportElements:3.0" xmlns:gn="urn:x-inspire:specification:gmlas:GeographicalNames:3.0">
  <gn:GeographicalName>{1,1}</gn:GeographicalName>
</tn:geographicalName>
Attributes
QName Type Use
nilReason gml:NilReasonType optional
Source
<element minOccurs="0" name="geographicalName" nillable="true">
  <annotation>
    <documentation>-- Definition --&#13;A geographical name that is used to identify the transport network object in the real world. It provides a 'key' for implicitly associating different representations of the object.&#13;
    </documentation>
  </annotation>
  <complexType>
    <sequence>
      <element ref="gn:GeographicalName"/>
    </sequence>
    <attribute name="nilReason" type="gml:NilReasonType"/>
  </complexType>
</element>
Element tn:TransportLinkType / tn:validFrom
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Annotations
-- Definition --
 The time when the transport link started to exist in the real world.
Diagram
DiagramCommonTransportElements_xsd.tmp#TransportLinkType_TransportLinkType_validFrom_nilReason
Type extension of dateTime
Properties
content complex
nillable true
Attributes
QName Type Use
nilReason gml:NilReasonType optional
Source
<element name="validFrom" nillable="true">
  <annotation>
    <documentation>-- Definition --&#13;The time when the transport link started to exist in the real world.</documentation>
  </annotation>
  <complexType>
    <simpleContent>
      <extension base="dateTime">
        <attribute name="nilReason" type="gml:NilReasonType"/>
      </extension>
    </simpleContent>
  </complexType>
</element>
Element tn:TransportLinkType / tn:validTo
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Annotations
-- Definition --
 The time from which the transport link no longer exists in the real world.
Diagram
DiagramCommonTransportElements_xsd.tmp#TransportLinkType_TransportLinkType_validTo_nilReason
Type extension of dateTime
Properties
content complex
minOccurs 0
nillable true
Attributes
QName Type Use
nilReason gml:NilReasonType optional
Source
<element minOccurs="0" name="validTo" nillable="true">
  <annotation>
    <documentation>-- Definition --&#13;The time from which the transport link no longer exists in the real world.</documentation>
  </annotation>
  <complexType>
    <simpleContent>
      <extension base="dateTime">
        <attribute name="nilReason" type="gml:NilReasonType"/>
      </extension>
    </simpleContent>
  </complexType>
</element>
Element tn:TransportAreaType / tn:geographicalName
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Annotations
-- Definition --
 A geographical name that is used to identify the transport network object in the real world. It provides a 'key' for implicitly associating different representations of the object.

Diagram
DiagramCommonTransportElements_xsd.tmp#TransportAreaType_TransportAreaType_geographicalName_nilReasonGeographicalNames_xsd.tmp#GeographicalName
Properties
content complex
minOccurs 0
nillable true
Model
Children gn:GeographicalName
Instance
<tn:geographicalName nilReason="" xmlns:tn="urn:x-inspire:specification:gmlas:CommonTransportElements:3.0" xmlns:gn="urn:x-inspire:specification:gmlas:GeographicalNames:3.0">
  <gn:GeographicalName>{1,1}</gn:GeographicalName>
</tn:geographicalName>
Attributes
QName Type Use
nilReason gml:NilReasonType optional
Source
<element minOccurs="0" name="geographicalName" nillable="true">
  <annotation>
    <documentation>-- Definition --&#13;A geographical name that is used to identify the transport network object in the real world. It provides a 'key' for implicitly associating different representations of the object.&#13;
    </documentation>
  </annotation>
  <complexType>
    <sequence>
      <element ref="gn:GeographicalName"/>
    </sequence>
    <attribute name="nilReason" type="gml:NilReasonType"/>
  </complexType>
</element>
Element tn:TransportAreaType / tn:validFrom
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Annotations
-- Definition --
 The time when the transport area started to exist in the real world.
Diagram
DiagramCommonTransportElements_xsd.tmp#TransportAreaType_TransportAreaType_validFrom_nilReason
Type extension of dateTime
Properties
content complex
nillable true
Attributes
QName Type Use
nilReason gml:NilReasonType optional
Source
<element name="validFrom" nillable="true">
  <annotation>
    <documentation>-- Definition --&#13;The time when the transport area started to exist in the real world.</documentation>
  </annotation>
  <complexType>
    <simpleContent>
      <extension base="dateTime">
        <attribute name="nilReason" type="gml:NilReasonType"/>
      </extension>
    </simpleContent>
  </complexType>
</element>
Element tn:TransportAreaType / tn:validTo
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Annotations
-- Definition --
 The time from which the transport area no longer exists in the real world.
Diagram
DiagramCommonTransportElements_xsd.tmp#TransportAreaType_TransportAreaType_validTo_nilReason
Type extension of dateTime
Properties
content complex
minOccurs 0
nillable true
Attributes
QName Type Use
nilReason gml:NilReasonType optional
Source
<element minOccurs="0" name="validTo" nillable="true">
  <annotation>
    <documentation>-- Definition --&#13;The time from which the transport area no longer exists in the real world.</documentation>
  </annotation>
  <complexType>
    <simpleContent>
      <extension base="dateTime">
        <attribute name="nilReason" type="gml:NilReasonType"/>
      </extension>
    </simpleContent>
  </complexType>
</element>
Element tn:TransportNodeType / tn:geographicalName
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Annotations
-- Definition --
 A geographical name that is used to identify the transport network object in the real world. It provides a 'key' for implicitly associating different representations of the object.

Diagram
DiagramCommonTransportElements_xsd.tmp#TransportNodeType_TransportNodeType_geographicalName_nilReasonGeographicalNames_xsd.tmp#GeographicalName
Properties
content complex
minOccurs 0
nillable true
Model
Children gn:GeographicalName
Instance
<tn:geographicalName nilReason="" xmlns:tn="urn:x-inspire:specification:gmlas:CommonTransportElements:3.0" xmlns:gn="urn:x-inspire:specification:gmlas:GeographicalNames:3.0">
  <gn:GeographicalName>{1,1}</gn:GeographicalName>
</tn:geographicalName>
Attributes
QName Type Use
nilReason gml:NilReasonType optional
Source
<element minOccurs="0" name="geographicalName" nillable="true">
  <annotation>
    <documentation>-- Definition --&#13;A geographical name that is used to identify the transport network object in the real world. It provides a 'key' for implicitly associating different representations of the object.&#13;
    </documentation>
  </annotation>
  <complexType>
    <sequence>
      <element ref="gn:GeographicalName"/>
    </sequence>
    <attribute name="nilReason" type="gml:NilReasonType"/>
  </complexType>
</element>
Element tn:TransportNodeType / tn:validFrom
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Annotations
-- Definition --
 The time when the transport node started to exist in the real world.
Diagram
DiagramCommonTransportElements_xsd.tmp#TransportNodeType_TransportNodeType_validFrom_nilReason
Type extension of dateTime
Properties
content complex
nillable true
Attributes
QName Type Use
nilReason gml:NilReasonType optional
Source
<element name="validFrom" nillable="true">
  <annotation>
    <documentation>-- Definition --&#13;The time when the transport node started to exist in the real world.</documentation>
  </annotation>
  <complexType>
    <simpleContent>
      <extension base="dateTime">
        <attribute name="nilReason" type="gml:NilReasonType"/>
      </extension>
    </simpleContent>
  </complexType>
</element>
Element tn:TransportNodeType / tn:validTo
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Annotations
-- Definition --
 The time from which the transport node no longer exists in the real world.
Diagram
DiagramCommonTransportElements_xsd.tmp#TransportNodeType_TransportNodeType_validTo_nilReason
Type extension of dateTime
Properties
content complex
minOccurs 0
nillable true
Attributes
QName Type Use
nilReason gml:NilReasonType optional
Source
<element minOccurs="0" name="validTo" nillable="true">
  <annotation>
    <documentation>-- Definition --&#13;The time from which the transport node no longer exists in the real world.</documentation>
  </annotation>
  <complexType>
    <simpleContent>
      <extension base="dateTime">
        <attribute name="nilReason" type="gml:NilReasonType"/>
      </extension>
    </simpleContent>
  </complexType>
</element>
Element tn:TransportPropertyType / tn:validFrom
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Annotations
-- Definition --
 The time when the transport property started to exist in the real world.
Diagram
DiagramCommonTransportElements_xsd.tmp#TransportPropertyType_TransportPropertyType_validFrom_nilReason
Type extension of dateTime
Properties
content complex
nillable true
Attributes
QName Type Use
nilReason gml:NilReasonType optional
Source
<element name="validFrom" nillable="true">
  <annotation>
    <documentation>-- Definition --&#13;The time when the transport property started to exist in the real world.</documentation>
  </annotation>
  <complexType>
    <simpleContent>
      <extension base="dateTime">
        <attribute name="nilReason" type="gml:NilReasonType"/>
      </extension>
    </simpleContent>
  </complexType>
</element>
Element tn:TransportPropertyType / tn:validTo
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Annotations
-- Definition --
 The time from which the transport property no longer exists in the real world.
Diagram
DiagramCommonTransportElements_xsd.tmp#TransportPropertyType_TransportPropertyType_validTo_nilReason
Type extension of dateTime
Properties
content complex
minOccurs 0
nillable true
Attributes
QName Type Use
nilReason gml:NilReasonType optional
Source
<element minOccurs="0" name="validTo" nillable="true">
  <annotation>
    <documentation>-- Definition --&#13;The time from which the transport property no longer exists in the real world.</documentation>
  </annotation>
  <complexType>
    <simpleContent>
      <extension base="dateTime">
        <attribute name="nilReason" type="gml:NilReasonType"/>
      </extension>
    </simpleContent>
  </complexType>
</element>
Element tn:TransportLinkSetType / tn:geographicalName
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Annotations
-- Definition --
 A geographical name that is used to identify the transport network object in the real world. It provides a 'key' for implicitly associating different representations of the object.

Diagram
DiagramCommonTransportElements_xsd.tmp#TransportLinkSetType_TransportLinkSetType_geographicalName_nilReasonGeographicalNames_xsd.tmp#GeographicalName
Properties
content complex
minOccurs 0
nillable true
Model
Children gn:GeographicalName
Instance
<tn:geographicalName nilReason="" xmlns:tn="urn:x-inspire:specification:gmlas:CommonTransportElements:3.0" xmlns:gn="urn:x-inspire:specification:gmlas:GeographicalNames:3.0">
  <gn:GeographicalName>{1,1}</gn:GeographicalName>
</tn:geographicalName>
Attributes
QName Type Use
nilReason gml:NilReasonType optional
Source
<element minOccurs="0" name="geographicalName" nillable="true">
  <annotation>
    <documentation>-- Definition --&#13;A geographical name that is used to identify the transport network object in the real world. It provides a 'key' for implicitly associating different representations of the object.&#13;
    </documentation>
  </annotation>
  <complexType>
    <sequence>
      <element ref="gn:GeographicalName"/>
    </sequence>
    <attribute name="nilReason" type="gml:NilReasonType"/>
  </complexType>
</element>
Element tn:TransportLinkSetType / tn:validFrom
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Annotations
-- Definition --
 The time when the transport link set started to exist in the real world.
Diagram
DiagramCommonTransportElements_xsd.tmp#TransportLinkSetType_TransportLinkSetType_validFrom_nilReason
Type extension of dateTime
Properties
content complex
nillable true
Attributes
QName Type Use
nilReason gml:NilReasonType optional
Source
<element name="validFrom" nillable="true">
  <annotation>
    <documentation>-- Definition --&#13;The time when the transport link set started to exist in the real world.</documentation>
  </annotation>
  <complexType>
    <simpleContent>
      <extension base="dateTime">
        <attribute name="nilReason" type="gml:NilReasonType"/>
      </extension>
    </simpleContent>
  </complexType>
</element>
Element tn:TransportLinkSetType / tn:validTo
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Annotations
-- Definition --
 The time from which the transport link set no longer exists in the real world.
Diagram
DiagramCommonTransportElements_xsd.tmp#TransportLinkSetType_TransportLinkSetType_validTo_nilReason
Type extension of dateTime
Properties
content complex
minOccurs 0
nillable true
Attributes
QName Type Use
nilReason gml:NilReasonType optional
Source
<element minOccurs="0" name="validTo" nillable="true">
  <annotation>
    <documentation>-- Definition --&#13;The time from which the transport link set no longer exists in the real world.</documentation>
  </annotation>
  <complexType>
    <simpleContent>
      <extension base="dateTime">
        <attribute name="nilReason" type="gml:NilReasonType"/>
      </extension>
    </simpleContent>
  </complexType>
</element>
Element tn:TransportLinkSetType / tn:post
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Annotations
-- Definition --
 Marker post along a route in a transport network.
Diagram
DiagramgmlBase_xsd.tmp#OwnershipAttributeGroupgmlBase_xsd.tmp#AssociationAttributeGroupgmlBase_xsd.tmp#ReferenceType
Type gml:ReferenceType
Properties
content complex
minOccurs 0
maxOccurs unbounded
nillable true
Model
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="post" nillable="true" type="gml:ReferenceType">
  <annotation>
    <documentation>-- Definition --&#13;Marker post along a route in a transport network.</documentation>
    <appinfo>
      <targetElement xmlns="http://www.opengis.net/gml/3.2">tn:MarkerPost</targetElement>
      <reversePropertyName xmlns="http://www.opengis.net/gml/3.2">tn:route</reversePropertyName>
    </appinfo>
  </annotation>
</element>
Element tn:TransportLinkSequenceType / tn:geographicalName
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Annotations
-- Definition --
 A geographical name that is used to identify the transport network object in the real world. It provides a 'key' for implicitly associating different representations of the object.

Diagram
DiagramCommonTransportElements_xsd.tmp#TransportLinkSequenceType_TransportLinkSequenceType_geographicalName_nilReasonGeographicalNames_xsd.tmp#GeographicalName
Properties
content complex
minOccurs 0
nillable true
Model
Children gn:GeographicalName
Instance
<tn:geographicalName nilReason="" xmlns:tn="urn:x-inspire:specification:gmlas:CommonTransportElements:3.0" xmlns:gn="urn:x-inspire:specification:gmlas:GeographicalNames:3.0">
  <gn:GeographicalName>{1,1}</gn:GeographicalName>
</tn:geographicalName>
Attributes
QName Type Use
nilReason gml:NilReasonType optional
Source
<element minOccurs="0" name="geographicalName" nillable="true">
  <annotation>
    <documentation>-- Definition --&#13;A geographical name that is used to identify the transport network object in the real world. It provides a 'key' for implicitly associating different representations of the object.&#13;
    </documentation>
  </annotation>
  <complexType>
    <sequence>
      <element ref="gn:GeographicalName"/>
    </sequence>
    <attribute name="nilReason" type="gml:NilReasonType"/>
  </complexType>
</element>
Element tn:TransportLinkSequenceType / tn:validFrom
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Annotations
-- Definition --
 The time when the transport link sequence started to exist in the real world.
Diagram
DiagramCommonTransportElements_xsd.tmp#TransportLinkSequenceType_TransportLinkSequenceType_validFrom_nilReason
Type extension of dateTime
Properties
content complex
nillable true
Attributes
QName Type Use
nilReason gml:NilReasonType optional
Source
<element name="validFrom" nillable="true">
  <annotation>
    <documentation>-- Definition --&#13;The time when the transport link sequence started to exist in the real world.</documentation>
  </annotation>
  <complexType>
    <simpleContent>
      <extension base="dateTime">
        <attribute name="nilReason" type="gml:NilReasonType"/>
      </extension>
    </simpleContent>
  </complexType>
</element>
Element tn:TransportLinkSequenceType / tn:validTo
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Annotations
-- Definition --
 The time from which the transport link sequence no longer exists in the real world.
Diagram
DiagramCommonTransportElements_xsd.tmp#TransportLinkSequenceType_TransportLinkSequenceType_validTo_nilReason
Type extension of dateTime
Properties
content complex
minOccurs 0
nillable true
Attributes
QName Type Use
nilReason gml:NilReasonType optional
Source
<element minOccurs="0" name="validTo" nillable="true">
  <annotation>
    <documentation>-- Definition --&#13;The time from which the transport link sequence no longer exists in the real world.</documentation>
  </annotation>
  <complexType>
    <simpleContent>
      <extension base="dateTime">
        <attribute name="nilReason" type="gml:NilReasonType"/>
      </extension>
    </simpleContent>
  </complexType>
</element>
Element tn:ConditionOfFacilityType / tn:currentStatus
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Annotations
-- Definition --
 Current status value of a transport network element with regards to its completion and use.
Diagram
DiagrambasicTypes_xsd.tmp#CodeType_codeSpacebasicTypes_xsd.tmp#CodeType
Type gml:CodeType
Properties
content complex
Attributes
QName Type Use
codeSpace anyURI optional
Source
<element name="currentStatus" type="gml:CodeType">
  <annotation>
    <documentation>-- Definition --&#13;Current status value of a transport network element with regards to its completion and use.</documentation>
  </annotation>
</element>
Element tn:TransportLinkSequence
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Annotations
-- Definition --
 A linear spatial object, composed of an ordered collection of transport links, which represents a continuous path in the transport network without any branches. The element has a defined beginning and end and every position on the transport link sequence is identifiable with one single parameter such as length. It describes an element of the transport network, characterized by one or more thematical identifiers and/or properties.

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#AbstractFeatureTypeNetwork_xsd.tmp#NetworkElementType_beginLifespanVersionNetwork_xsd.tmp#NetworkElementType_inspireIdNetwork_xsd.tmp#NetworkElementType_endLifespanVersionNetwork_xsd.tmp#NetworkElementType_inNetworkNetwork_xsd.tmp#NetworkElementTypeNetwork_xsd.tmp#GeneralisedLinkTypeNetwork_xsd.tmp#LinkSequenceType_linkNetwork_xsd.tmp#LinkSequenceTypeCommonTransportElements_xsd.tmp#TransportLinkSequenceType_geographicalNameCommonTransportElements_xsd.tmp#TransportLinkSequenceType_validFromCommonTransportElements_xsd.tmp#TransportLinkSequenceType_validToCommonTransportElements_xsd.tmp#TransportLinkSequenceTypeAirTransportNetwork_xsd.tmp#AirLinkSequenceNetwork_xsd.tmp#LinkSequence
Type tn:TransportLinkSequenceType
Type hierarchy
Properties
content complex
abstract true
Substitution Group
Substitution Group Affiliation
Used by
Model
Children gml:boundedBy, gml:description, gml:descriptionReference, gml:identifier, gml:location, gml:metaDataProperty, gml:name, net:beginLifespanVersion, net:endLifespanVersion, net:inNetwork, net:inspireId, net:link, tn:geographicalName, tn:validFrom, tn:validTo
Instance
<tn:TransportLinkSequence gml:id="" xmlns:tn="urn:x-inspire:specification:gmlas:CommonTransportElements:3.0" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:net="urn:x-inspire:specification:gmlas:Network: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>
  <net:beginLifespanVersion nilReason="">{1,1}</net:beginLifespanVersion>
  <net:inspireId>{0,1}</net:inspireId>
  <net:endLifespanVersion nilReason="">{0,1}</net:endLifespanVersion>
  <net:inNetwork xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,unbounded}</net:inNetwork>
  <net:link>{1,unbounded}</net:link>
  <tn:geographicalName nilReason="">{0,1}</tn:geographicalName>
  <tn:validFrom nilReason="">{1,1}</tn:validFrom>
  <tn:validTo nilReason="">{0,1}</tn:validTo>
</tn:TransportLinkSequence>
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 abstract="true" name="TransportLinkSequence" substitutionGroup="net:LinkSequence" type="tn:TransportLinkSequenceType">
  <annotation>
    <documentation>-- Definition --&#13;A linear spatial object, composed of an ordered collection of transport links, which represents a continuous path in the transport network without any branches. The element has a defined beginning and end and every position on the transport link sequence is identifiable with one single parameter such as length. It describes an element of the transport network, characterized by one or more thematical identifiers and/or properties.&#13;
    </documentation>
  </annotation>
</element>
Element tn:AccessRestriction
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Annotations
-- Definition --
 A restriction on the access to a transport element.
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#AbstractFeatureTypeNetwork_xsd.tmp#NetworkPropertyType_networkRefNetwork_xsd.tmp#NetworkPropertyType_inspireIdNetwork_xsd.tmp#NetworkPropertyType_beginLifespanVersionNetwork_xsd.tmp#NetworkPropertyType_endLifespanVersionNetwork_xsd.tmp#NetworkPropertyTypeCommonTransportElements_xsd.tmp#TransportPropertyType_validFromCommonTransportElements_xsd.tmp#TransportPropertyType_validToCommonTransportElements_xsd.tmp#TransportPropertyTypeCommonTransportElements_xsd.tmp#AccessRestrictionType_restrictionCommonTransportElements_xsd.tmp#AccessRestrictionTypeCommonTransportElements_xsd.tmp#TransportProperty
Type tn:AccessRestrictionType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children gml:boundedBy, gml:description, gml:descriptionReference, gml:identifier, gml:location, gml:metaDataProperty, gml:name, net:beginLifespanVersion, net:endLifespanVersion, net:inspireId, net:networkRef, tn:restriction, tn:validFrom, tn:validTo
Instance
<tn:AccessRestriction gml:id="" xmlns:tn="urn:x-inspire:specification:gmlas:CommonTransportElements:3.0" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:net="urn:x-inspire:specification:gmlas:Network: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>
  <net:networkRef nilReason="">{1,unbounded}</net:networkRef>
  <net:inspireId>{0,1}</net:inspireId>
  <net:beginLifespanVersion nilReason="">{1,1}</net:beginLifespanVersion>
  <net:endLifespanVersion nilReason="">{0,1}</net:endLifespanVersion>
  <tn:validFrom nilReason="">{1,1}</tn:validFrom>
  <tn:validTo nilReason="">{0,1}</tn:validTo>
  <tn:restriction codeSpace="">{1,1}</tn:restriction>
</tn:AccessRestriction>
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="AccessRestriction" substitutionGroup="tn:TransportProperty" type="tn:AccessRestrictionType">
  <annotation>
    <documentation>-- Definition --&#13;A restriction on the access to a transport element.</documentation>
  </annotation>
</element>
Element tn:AccessRestrictionType / tn:restriction
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Annotations
-- Definition --
 Nature of the access restriction.
Diagram
DiagrambasicTypes_xsd.tmp#CodeType_codeSpacebasicTypes_xsd.tmp#CodeType
Type gml:CodeType
Properties
content complex
Attributes
QName Type Use
codeSpace anyURI optional
Source
<element name="restriction" type="gml:CodeType">
  <annotation>
    <documentation>-- Definition --&#13;Nature of the access restriction.</documentation>
  </annotation>
</element>
Element tn:TransportLinkSet
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Annotations
-- Definition --
 A collection of transport link sequences and or individual transport links that has a specific function or significance in a transport network. 


 -- Description --
 NOTE
 This spatial object type supports the aggregation of links to form objects with branches, loops, parallel sequences of links, gaps, etc.


 EXAMPLE
 A dual carriageway road, as a collection of the two link sequences that represent each carriageway. 

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#AbstractFeatureTypeNetwork_xsd.tmp#NetworkElementType_beginLifespanVersionNetwork_xsd.tmp#NetworkElementType_inspireIdNetwork_xsd.tmp#NetworkElementType_endLifespanVersionNetwork_xsd.tmp#NetworkElementType_inNetworkNetwork_xsd.tmp#NetworkElementTypeNetwork_xsd.tmp#LinkSetType_linkNetwork_xsd.tmp#LinkSetTypeCommonTransportElements_xsd.tmp#TransportLinkSetType_geographicalNameCommonTransportElements_xsd.tmp#TransportLinkSetType_validFromCommonTransportElements_xsd.tmp#TransportLinkSetType_validToCommonTransportElements_xsd.tmp#TransportLinkSetType_postCommonTransportElements_xsd.tmp#TransportLinkSetTypeAirTransportNetwork_xsd.tmp#AirRouteNetwork_xsd.tmp#LinkSet
Type tn:TransportLinkSetType
Type hierarchy
Properties
content complex
abstract true
Substitution Group
Substitution Group Affiliation
Used by
Model
Children gml:boundedBy, gml:description, gml:descriptionReference, gml:identifier, gml:location, gml:metaDataProperty, gml:name, net:beginLifespanVersion, net:endLifespanVersion, net:inNetwork, net:inspireId, net:link, tn:geographicalName, tn:post, tn:validFrom, tn:validTo
Instance
<tn:TransportLinkSet gml:id="" xmlns:tn="urn:x-inspire:specification:gmlas:CommonTransportElements:3.0" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:net="urn:x-inspire:specification:gmlas:Network: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>
  <net:beginLifespanVersion nilReason="">{1,1}</net:beginLifespanVersion>
  <net:inspireId>{0,1}</net:inspireId>
  <net:endLifespanVersion nilReason="">{0,1}</net:endLifespanVersion>
  <net:inNetwork xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,unbounded}</net:inNetwork>
  <net:link xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,unbounded}</net:link>
  <tn:geographicalName nilReason="">{0,1}</tn:geographicalName>
  <tn:validFrom nilReason="">{1,1}</tn:validFrom>
  <tn:validTo nilReason="">{0,1}</tn:validTo>
  <tn:post xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</tn:post>
</tn:TransportLinkSet>
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 abstract="true" name="TransportLinkSet" substitutionGroup="net:LinkSet" type="tn:TransportLinkSetType">
  <annotation>
    <documentation>-- Definition --&#13;A collection of transport link sequences and or individual transport links that has a specific function or significance in a transport network.&#13;&#13;-- Description --&#13;NOTE&#13;This spatial object type supports the aggregation of links to form objects with branches, loops, parallel sequences of links, gaps, etc.&#13;&#13;EXAMPLE&#13;A dual carriageway road, as a collection of the two link sequences that represent each carriageway.&#13;
    </documentation>
  </annotation>
</element>
Element tn:TransportArea
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Annotations
-- Definition --
 Surface that represents the spatial extent of an element of a transport network.
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#AbstractFeatureTypeNetwork_xsd.tmp#NetworkElementType_beginLifespanVersionNetwork_xsd.tmp#NetworkElementType_inspireIdNetwork_xsd.tmp#NetworkElementType_endLifespanVersionNetwork_xsd.tmp#NetworkElementType_inNetworkNetwork_xsd.tmp#NetworkElementTypeNetwork_xsd.tmp#NetworkAreaType_geometryNetwork_xsd.tmp#NetworkAreaTypeCommonTransportElements_xsd.tmp#TransportAreaType_geographicalNameCommonTransportElements_xsd.tmp#TransportAreaType_validFromCommonTransportElements_xsd.tmp#TransportAreaType_validToCommonTransportElements_xsd.tmp#TransportAreaTypeAirTransportNetwork_xsd.tmp#AerodromeAreaAirTransportNetwork_xsd.tmp#AirspaceAreaAirTransportNetwork_xsd.tmp#ApronAreaAirTransportNetwork_xsd.tmp#RunwayAreaAirTransportNetwork_xsd.tmp#TaxiwayAreaNetwork_xsd.tmp#NetworkArea
Type tn:TransportAreaType
Type hierarchy
Properties
content complex
abstract true
Substitution Group
Substitution Group Affiliation
Used by
Model
Children gml:boundedBy, gml:description, gml:descriptionReference, gml:identifier, gml:location, gml:metaDataProperty, gml:name, net:beginLifespanVersion, net:endLifespanVersion, net:geometry, net:inNetwork, net:inspireId, tn:geographicalName, tn:validFrom, tn:validTo
Instance
<tn:TransportArea gml:id="" xmlns:tn="urn:x-inspire:specification:gmlas:CommonTransportElements:3.0" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:net="urn:x-inspire:specification:gmlas:Network: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>
  <net:beginLifespanVersion nilReason="">{1,1}</net:beginLifespanVersion>
  <net:inspireId>{0,1}</net:inspireId>
  <net:endLifespanVersion nilReason="">{0,1}</net:endLifespanVersion>
  <net:inNetwork xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,unbounded}</net:inNetwork>
  <net:geometry xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</net:geometry>
  <tn:geographicalName nilReason="">{0,1}</tn:geographicalName>
  <tn:validFrom nilReason="">{1,1}</tn:validFrom>
  <tn:validTo nilReason="">{0,1}</tn:validTo>
</tn:TransportArea>
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 abstract="true" name="TransportArea" substitutionGroup="net:NetworkArea" type="tn:TransportAreaType">
  <annotation>
    <documentation>-- Definition --&#13;Surface that represents the spatial extent of an element of a transport network.</documentation>
  </annotation>
</element>
Element tn:RestrictionForVehicles
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Annotations
-- Definition --
 Restriction on vehicles on a transport element.
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#AbstractFeatureTypeNetwork_xsd.tmp#NetworkPropertyType_networkRefNetwork_xsd.tmp#NetworkPropertyType_inspireIdNetwork_xsd.tmp#NetworkPropertyType_beginLifespanVersionNetwork_xsd.tmp#NetworkPropertyType_endLifespanVersionNetwork_xsd.tmp#NetworkPropertyTypeCommonTransportElements_xsd.tmp#TransportPropertyType_validFromCommonTransportElements_xsd.tmp#TransportPropertyType_validToCommonTransportElements_xsd.tmp#TransportPropertyTypeCommonTransportElements_xsd.tmp#RestrictionForVehiclesType_measureCommonTransportElements_xsd.tmp#RestrictionForVehiclesType_restrictionTypeCommonTransportElements_xsd.tmp#RestrictionForVehiclesTypeCommonTransportElements_xsd.tmp#TransportProperty
Type tn:RestrictionForVehiclesType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children gml:boundedBy, gml:description, gml:descriptionReference, gml:identifier, gml:location, gml:metaDataProperty, gml:name, net:beginLifespanVersion, net:endLifespanVersion, net:inspireId, net:networkRef, tn:measure, tn:restrictionType, tn:validFrom, tn:validTo
Instance
<tn:RestrictionForVehicles gml:id="" xmlns:tn="urn:x-inspire:specification:gmlas:CommonTransportElements:3.0" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:net="urn:x-inspire:specification:gmlas:Network: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>
  <net:networkRef nilReason="">{1,unbounded}</net:networkRef>
  <net:inspireId>{0,1}</net:inspireId>
  <net:beginLifespanVersion nilReason="">{1,1}</net:beginLifespanVersion>
  <net:endLifespanVersion nilReason="">{0,1}</net:endLifespanVersion>
  <tn:validFrom nilReason="">{1,1}</tn:validFrom>
  <tn:validTo nilReason="">{0,1}</tn:validTo>
  <tn:measure uom="">{1,1}</tn:measure>
  <tn:restrictionType codeSpace="">{1,1}</tn:restrictionType>
</tn:RestrictionForVehicles>
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="RestrictionForVehicles" substitutionGroup="tn:TransportProperty" type="tn:RestrictionForVehiclesType">
  <annotation>
    <documentation>-- Definition --&#13;Restriction on vehicles on a transport element.</documentation>
  </annotation>
</element>
Element tn:RestrictionForVehiclesType / tn:measure
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Annotations
-- Definition --
 The measure for the restriction .


 -- Description --
 SOURCE [Euroroads].

Diagram
DiagrambasicTypes_xsd.tmp#MeasureType_uombasicTypes_xsd.tmp#MeasureType
Type gml:MeasureType
Properties
content complex
Attributes
QName Type Use
uom gml:UomIdentifier required
Source
<element name="measure" type="gml:MeasureType">
  <annotation>
    <documentation>-- Definition --&#13;The measure for the restriction .&#13;&#13;-- Description --&#13;SOURCE [Euroroads].&#13;
    </documentation>
  </annotation>
</element>
Element tn:RestrictionForVehiclesType / tn:restrictionType
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Annotations
-- Definition --
 The type of restriction .


 -- Description --
 SOURCE [Euroroads].

Diagram
DiagrambasicTypes_xsd.tmp#CodeType_codeSpacebasicTypes_xsd.tmp#CodeType
Type gml:CodeType
Properties
content complex
Attributes
QName Type Use
codeSpace anyURI optional
Source
<element name="restrictionType" type="gml:CodeType">
  <annotation>
    <documentation>-- Definition --&#13;The type of restriction .&#13;&#13;-- Description --&#13;SOURCE [Euroroads].&#13;
    </documentation>
  </annotation>
</element>
Element tn:TransportProperty
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Annotations
-- Definition --
 A reference to a property that falls upon the network. This property can apply to the whole of the network element it is associated with or - for linear spatial objects - be described using linear referencing.
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#AbstractFeatureTypeNetwork_xsd.tmp#NetworkPropertyType_networkRefNetwork_xsd.tmp#NetworkPropertyType_inspireIdNetwork_xsd.tmp#NetworkPropertyType_beginLifespanVersionNetwork_xsd.tmp#NetworkPropertyType_endLifespanVersionNetwork_xsd.tmp#NetworkPropertyTypeCommonTransportElements_xsd.tmp#TransportPropertyType_validFromCommonTransportElements_xsd.tmp#TransportPropertyType_validToCommonTransportElements_xsd.tmp#TransportPropertyTypeCommonTransportElements_xsd.tmp#AccessRestrictionAirTransportNetwork_xsd.tmp#AerodromeCategoryAirTransportNetwork_xsd.tmp#AerodromeTypeCommonTransportElements_xsd.tmp#ConditionOfFacilityAirTransportNetwork_xsd.tmp#ElementLengthAirTransportNetwork_xsd.tmp#ElementWidthAirTransportNetwork_xsd.tmp#FieldElevationAirTransportNetwork_xsd.tmp#LowerAltitudeLimitCommonTransportElements_xsd.tmp#MaintenanceAuthorityCommonTransportElements_xsd.tmp#OwnerAuthorityCommonTransportElements_xsd.tmp#RestrictionForVehiclesAirTransportNetwork_xsd.tmp#SurfaceCompositionCommonTransportElements_xsd.tmp#TrafficFlowDirectionAirTransportNetwork_xsd.tmp#UpperAltitudeLimitAirTransportNetwork_xsd.tmp#UseRestrictionCommonTransportElements_xsd.tmp#VerticalPositionNetwork_xsd.tmp#NetworkProperty
Type tn:TransportPropertyType
Type hierarchy
Properties
content complex
abstract true
Substitution Group
Substitution Group Affiliation
Used by
Model
Children gml:boundedBy, gml:description, gml:descriptionReference, gml:identifier, gml:location, gml:metaDataProperty, gml:name, net:beginLifespanVersion, net:endLifespanVersion, net:inspireId, net:networkRef, tn:validFrom, tn:validTo
Instance
<tn:TransportProperty gml:id="" xmlns:tn="urn:x-inspire:specification:gmlas:CommonTransportElements:3.0" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:net="urn:x-inspire:specification:gmlas:Network: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>
  <net:networkRef nilReason="">{1,unbounded}</net:networkRef>
  <net:inspireId>{0,1}</net:inspireId>
  <net:beginLifespanVersion nilReason="">{1,1}</net:beginLifespanVersion>
  <net:endLifespanVersion nilReason="">{0,1}</net:endLifespanVersion>
  <tn:validFrom nilReason="">{1,1}</tn:validFrom>
  <tn:validTo nilReason="">{0,1}</tn:validTo>
</tn:TransportProperty>
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 abstract="true" name="TransportProperty" substitutionGroup="net:NetworkProperty" type="tn:TransportPropertyType">
  <annotation>
    <documentation>-- Definition --&#13;A reference to a property that falls upon the network. This property can apply to the whole of the network element it is associated with or - for linear spatial objects - be described using linear referencing.</documentation>
  </annotation>
</element>
Element tn:TransportLink
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Annotations
Diagram
Type tn:TransportLinkType
Type hierarchy
Properties
Substitution Group
Substitution Group Affiliation
Used by
Model
Children gml:boundedBy, gml:description, gml:descriptionReference, gml:identifier, gml:location, gml:metaDataProperty, gml:name, net:beginLifespanVersion, net:centrelineGeometry, net:endLifespanVersion, net:endNode, net:fictitious, net:inNetwork, net:inspireId, net:startNode, tn:geographicalName, tn:validFrom, tn:validTo
Instance
Attributes
Source
Element tn:TransportPoint
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Annotations
-- Definition --
 A point spatial object - which is not a node - that represents the position of an element of a transport network.
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#AbstractFeatureTypeNetwork_xsd.tmp#NetworkElementType_beginLifespanVersionNetwork_xsd.tmp#NetworkElementType_inspireIdNetwork_xsd.tmp#NetworkElementType_endLifespanVersionNetwork_xsd.tmp#NetworkElementType_inNetworkNetwork_xsd.tmp#NetworkElementTypeCommonTransportElements_xsd.tmp#TransportPointType_geographicalNameCommonTransportElements_xsd.tmp#TransportPointType_geometryCommonTransportElements_xsd.tmp#TransportPointType_validFromCommonTransportElements_xsd.tmp#TransportPointType_validToCommonTransportElements_xsd.tmp#TransportPointTypeCommonTransportElements_xsd.tmp#MarkerPostNetwork_xsd.tmp#NetworkElement
Type tn:TransportPointType
Type hierarchy
Properties
content complex
abstract true
Substitution Group
Substitution Group Affiliation
Used by
Model
Children gml:boundedBy, gml:description, gml:descriptionReference, gml:identifier, gml:location, gml:metaDataProperty, gml:name, net:beginLifespanVersion, net:endLifespanVersion, net:inNetwork, net:inspireId, tn:geographicalName, tn:geometry, tn:validFrom, tn:validTo
Instance
<tn:TransportPoint gml:id="" xmlns:tn="urn:x-inspire:specification:gmlas:CommonTransportElements:3.0" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:net="urn:x-inspire:specification:gmlas:Network: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>
  <net:beginLifespanVersion nilReason="">{1,1}</net:beginLifespanVersion>
  <net:inspireId>{0,1}</net:inspireId>
  <net:endLifespanVersion nilReason="">{0,1}</net:endLifespanVersion>
  <net:inNetwork xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,unbounded}</net:inNetwork>
  <tn:geographicalName nilReason="">{0,1}</tn:geographicalName>
  <tn:geometry xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</tn:geometry>
  <tn:validFrom nilReason="">{1,1}</tn:validFrom>
  <tn:validTo nilReason="">{0,1}</tn:validTo>
</tn:TransportPoint>
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 abstract="true" name="TransportPoint" substitutionGroup="net:NetworkElement" type="tn:TransportPointType">
  <annotation>
    <documentation>-- Definition --&#13;A point spatial object - which is not a node - that represents the position of an element of a transport network.</documentation>
  </annotation>
</element>
Element tn:TransportPointType / tn:geographicalName
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Annotations
-- Definition --
 A geographical name that is used to identify the transport network object in the real world. It provides a 'key' for implicitly associating different representations of the object.

Diagram
DiagramCommonTransportElements_xsd.tmp#TransportPointType_TransportPointType_geographicalName_nilReasonGeographicalNames_xsd.tmp#GeographicalName
Properties
content complex
minOccurs 0
nillable true
Model
Children gn:GeographicalName
Instance
<tn:geographicalName nilReason="" xmlns:tn="urn:x-inspire:specification:gmlas:CommonTransportElements:3.0" xmlns:gn="urn:x-inspire:specification:gmlas:GeographicalNames:3.0">
  <gn:GeographicalName>{1,1}</gn:GeographicalName>
</tn:geographicalName>
Attributes
QName Type Use
nilReason gml:NilReasonType optional
Source
<element minOccurs="0" name="geographicalName" nillable="true">
  <annotation>
    <documentation>-- Definition --&#13;A geographical name that is used to identify the transport network object in the real world. It provides a 'key' for implicitly associating different representations of the object.&#13;
    </documentation>
  </annotation>
  <complexType>
    <sequence>
      <element ref="gn:GeographicalName"/>
    </sequence>
    <attribute name="nilReason" type="gml:NilReasonType"/>
  </complexType>
</element>
Element tn:TransportPointType / tn:geometry
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Annotations
-- Definition --
 The location of the transport point.
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupgmlBase_xsd.tmp#OwnershipAttributeGroupgeometryBasic0d1d_xsd.tmp#PointgeometryBasic0d1d_xsd.tmp#PointPropertyType
Type gml:PointPropertyType
Properties
content complex
Model
Children gml:Point
Instance
<tn:geometry xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple" xmlns:tn="urn:x-inspire:specification:gmlas:CommonTransportElements:3.0" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:Point axisLabels="" gml:id="" srsDimension="" srsName="" uomLabels="">{1,1}</gml:Point>
</tn:geometry>
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="geometry" type="gml:PointPropertyType">
  <annotation>
    <documentation>-- Definition --&#13;The location of the transport point.</documentation>
  </annotation>
</element>
Element tn:TransportPointType / tn:validFrom
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Annotations
-- Definition --
 The time when the transport point started to exist in the real world.
Diagram
DiagramCommonTransportElements_xsd.tmp#TransportPointType_TransportPointType_validFrom_nilReason
Type extension of dateTime
Properties
content complex
nillable true
Attributes
QName Type Use
nilReason gml:NilReasonType optional
Source
<element name="validFrom" nillable="true">
  <annotation>
    <documentation>-- Definition --&#13;The time when the transport point started to exist in the real world.</documentation>
  </annotation>
  <complexType>
    <simpleContent>
      <extension base="dateTime">
        <attribute name="nilReason" type="gml:NilReasonType"/>
      </extension>
    </simpleContent>
  </complexType>
</element>
Element tn:TransportPointType / tn:validTo
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Annotations
-- Definition --
 The time from which the transport point no longer exists in the real world.
Diagram
DiagramCommonTransportElements_xsd.tmp#TransportPointType_TransportPointType_validTo_nilReason
Type extension of dateTime
Properties
content complex
minOccurs 0
nillable true
Attributes
QName Type Use
nilReason gml:NilReasonType optional
Source
<element minOccurs="0" name="validTo" nillable="true">
  <annotation>
    <documentation>-- Definition --&#13;The time from which the transport point no longer exists in the real world.</documentation>
  </annotation>
  <complexType>
    <simpleContent>
      <extension base="dateTime">
        <attribute name="nilReason" type="gml:NilReasonType"/>
      </extension>
    </simpleContent>
  </complexType>
</element>
Element tn:TransportNode
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Annotations
-- Definition --
 A point spatial object which is used for connectivity.


 -- Description --
 Nodes are found at either end of the TransportLink.

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#AbstractFeatureTypeNetwork_xsd.tmp#NetworkElementType_beginLifespanVersionNetwork_xsd.tmp#NetworkElementType_inspireIdNetwork_xsd.tmp#NetworkElementType_endLifespanVersionNetwork_xsd.tmp#NetworkElementType_inNetworkNetwork_xsd.tmp#NetworkElementTypeNetwork_xsd.tmp#urn_x-inspire_specification_gmlas_Network_3.2_NodeType_geometryNetwork_xsd.tmp#urn_x-inspire_specification_gmlas_Network_3.2_NodeType_spokeEndNetwork_xsd.tmp#urn_x-inspire_specification_gmlas_Network_3.2_NodeType_spokeStartNetwork_xsd.tmp#urn_x-inspire_specification_gmlas_Network_3.2_NodeTypeCommonTransportElements_xsd.tmp#TransportNodeType_geographicalNameCommonTransportElements_xsd.tmp#TransportNodeType_validFromCommonTransportElements_xsd.tmp#TransportNodeType_validToCommonTransportElements_xsd.tmp#TransportNodeTypeAirTransportNetwork_xsd.tmp#AirNodeNetwork_xsd.tmp#Node
Type tn:TransportNodeType
Type hierarchy
Properties
content complex
abstract true
Substitution Group
Substitution Group Affiliation
Used by
Model
Children gml:boundedBy, gml:description, gml:descriptionReference, gml:identifier, gml:location, gml:metaDataProperty, gml:name, net:beginLifespanVersion, net:endLifespanVersion, net:geometry, net:inNetwork, net:inspireId, net:spokeEnd, net:spokeStart, tn:geographicalName, tn:validFrom, tn:validTo
Instance
<tn:TransportNode gml:id="" xmlns:tn="urn:x-inspire:specification:gmlas:CommonTransportElements:3.0" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:net="urn:x-inspire:specification:gmlas:Network: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>
  <net:beginLifespanVersion nilReason="">{1,1}</net:beginLifespanVersion>
  <net:inspireId>{0,1}</net:inspireId>
  <net:endLifespanVersion nilReason="">{0,1}</net:endLifespanVersion>
  <net:inNetwork xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,unbounded}</net:inNetwork>
  <net:geometry xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</net:geometry>
  <net:spokeEnd xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</net:spokeEnd>
  <net:spokeStart xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</net:spokeStart>
  <tn:geographicalName nilReason="">{0,1}</tn:geographicalName>
  <tn:validFrom nilReason="">{1,1}</tn:validFrom>
  <tn:validTo nilReason="">{0,1}</tn:validTo>
</tn:TransportNode>
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 abstract="true" name="TransportNode" substitutionGroup="net:Node" type="tn:TransportNodeType">
  <annotation>
    <documentation>-- Definition --&#13;A point spatial object which is used for connectivity.&#13;&#13;-- Description --&#13;Nodes are found at either end of the TransportLink.&#13;
    </documentation>
  </annotation>
</element>
Element tn:TransportNetwork
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Annotations
-- Definition --
 Collection of network elements that belong to a single mode of transport.


 -- Description --
 NOTE Road, rail, water and air transport are always considered separate transport modes. Even within these four categories, multiple modes of transport can be defined, based on infrastructure, vehicle types, propulsion system, operation and/or other defining characteristics.


 EXAMPLE All road transport can be considered one mode of transport for some applications. For other applications, it might be necessary to distinguish between different public road transport networks. Within water transport, marine and inland water transport can be considered to be separate modes of transport for some applications, as they use different types of ships.

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#AbstractFeatureTypeNetwork_xsd.tmp#NetworkType_geographicalNameNetwork_xsd.tmp#NetworkType_elementsNetwork_xsd.tmp#NetworkTypeCommonTransportElements_xsd.tmp#TransportNetworkType_inspireIdCommonTransportElements_xsd.tmp#TransportNetworkType_typeOfTransportCommonTransportElements_xsd.tmp#TransportNetworkTypeNetwork_xsd.tmp#Network
Type tn:TransportNetworkType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children gml:boundedBy, gml:description, gml:descriptionReference, gml:identifier, gml:location, gml:metaDataProperty, gml:name, net:elements, net:geographicalName, tn:inspireId, tn:typeOfTransport
Instance
<tn:TransportNetwork gml:id="" xmlns:tn="urn:x-inspire:specification:gmlas:CommonTransportElements:3.0" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:net="urn:x-inspire:specification:gmlas:Network: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>
  <net:geographicalName nilReason="">{0,unbounded}</net:geographicalName>
  <net:elements xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</net:elements>
  <tn:inspireId>{1,1}</tn:inspireId>
  <tn:typeOfTransport>{1,1}</tn:typeOfTransport>
</tn:TransportNetwork>
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="TransportNetwork" substitutionGroup="net:Network" type="tn:TransportNetworkType">
  <annotation>
    <documentation>-- Definition --&#13;Collection of network elements that belong to a single mode of transport.&#13;&#13;-- Description --&#13;NOTE Road, rail, water and air transport are always considered separate transport modes. Even within these four categories, multiple modes of transport can be defined, based on infrastructure, vehicle types, propulsion system, operation and/or other defining characteristics.&#13;&#13;EXAMPLE All road transport can be considered one mode of transport for some applications. For other applications, it might be necessary to distinguish between different public road transport networks. Within water transport, marine and inland water transport can be considered to be separate modes of transport for some applications, as they use different types of ships.&#13;
    </documentation>
  </annotation>
</element>
Element tn:TransportNetworkType / tn:inspireId
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Annotations
-- Definition --
 External object identifier of the spatial object.

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
<tn:inspireId xmlns:tn="urn:x-inspire:specification:gmlas:CommonTransportElements:3.0" xmlns:base="urn:x-inspire:specification:gmlas:BaseTypes:3.2">
  <base:Identifier>{1,1}</base:Identifier>
</tn:inspireId>
Source
<element name="inspireId" type="base:IdentifierPropertyType">
  <annotation>
    <documentation>-- Definition --&#13;External object identifier of the spatial object.&#13;
    </documentation>
  </annotation>
</element>
Element tn:TransportNetworkType / tn:typeOfTransport
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Annotations
-- Definition --
 Type of transport network, based on the type of infrastructure the network uses.
Diagram
DiagramCommonTransportElements_xsd.tmp#TransportTypeValueType
Type tn:TransportTypeValueType
Properties
content simple
Facets
enumeration air
-- Definition --
 The transport network consists of transport by air.
enumeration cable
-- Definition --
 The transport network consists of transport by cable.

enumeration rail
-- Definition --
 The transport network consists of transport by rail.

enumeration road
-- Definition --
 The transport network consists of transport by road.

enumeration water
-- Definition --
 The transport network consists of transport by water.

Source
<element name="typeOfTransport" type="tn:TransportTypeValueType">
  <annotation>
    <documentation>-- Definition --&#13;Type of transport network, based on the type of infrastructure the network uses.</documentation>
  </annotation>
</element>
Element tn:OwnerAuthority
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Annotations
-- Definition --
 The authority owning the transport element.
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#AbstractFeatureTypeNetwork_xsd.tmp#NetworkPropertyType_networkRefNetwork_xsd.tmp#NetworkPropertyType_inspireIdNetwork_xsd.tmp#NetworkPropertyType_beginLifespanVersionNetwork_xsd.tmp#NetworkPropertyType_endLifespanVersionNetwork_xsd.tmp#NetworkPropertyTypeCommonTransportElements_xsd.tmp#TransportPropertyType_validFromCommonTransportElements_xsd.tmp#TransportPropertyType_validToCommonTransportElements_xsd.tmp#TransportPropertyTypeCommonTransportElements_xsd.tmp#OwnerAuthorityType_authorityCommonTransportElements_xsd.tmp#OwnerAuthorityTypeCommonTransportElements_xsd.tmp#TransportProperty
Type tn:OwnerAuthorityType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children gml:boundedBy, gml:description, gml:descriptionReference, gml:identifier, gml:location, gml:metaDataProperty, gml:name, net:beginLifespanVersion, net:endLifespanVersion, net:inspireId, net:networkRef, tn:authority, tn:validFrom, tn:validTo
Instance
<tn:OwnerAuthority gml:id="" xmlns:tn="urn:x-inspire:specification:gmlas:CommonTransportElements:3.0" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:net="urn:x-inspire:specification:gmlas:Network: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>
  <net:networkRef nilReason="">{1,unbounded}</net:networkRef>
  <net:inspireId>{0,1}</net:inspireId>
  <net:beginLifespanVersion nilReason="">{1,1}</net:beginLifespanVersion>
  <net:endLifespanVersion nilReason="">{0,1}</net:endLifespanVersion>
  <tn:validFrom nilReason="">{1,1}</tn:validFrom>
  <tn:validTo nilReason="">{0,1}</tn:validTo>
  <tn:authority owns="false">{1,1}</tn:authority>
</tn:OwnerAuthority>
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="OwnerAuthority" substitutionGroup="tn:TransportProperty" type="tn:OwnerAuthorityType">
  <annotation>
    <documentation>-- Definition --&#13;The authority owning the transport element.</documentation>
  </annotation>
</element>
Element tn:OwnerAuthorityType / tn:authority
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Annotations
-- Definition --
 Identification of the owning authority.
Diagram
DiagramgmlBase_xsd.tmp#OwnershipAttributeGroupgmlBase_xsd.tmp#AbstractMetadataPropertyTypecitation_xsd.tmp#CI_Citation
Type extension of gml:AbstractMetadataPropertyType
Type hierarchy
Properties
content complex
Model
Children gmd:CI_Citation
Instance
<tn:authority owns="false" xmlns:tn="urn:x-inspire:specification:gmlas:CommonTransportElements:3.0" xmlns:gmd="http://www.isotc211.org/2005/gmd">
  <gmd:CI_Citation id="" uuid="">{1,1}</gmd:CI_Citation>
</tn:authority>
Attributes
QName Type Default Use
owns boolean false optional
Source
<element name="authority">
  <annotation>
    <documentation>-- Definition --&#13;Identification of the owning authority.</documentation>
  </annotation>
  <complexType>
    <complexContent>
      <extension base="gml:AbstractMetadataPropertyType">
        <sequence>
          <element ref="gmd:CI_Citation"/>
        </sequence>
      </extension>
    </complexContent>
  </complexType>
</element>
Element tn:ConditionOfFacility
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Annotations
-- Definition --
 State of a transport network element with regards to its completion and use.
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#AbstractFeatureTypeNetwork_xsd.tmp#NetworkPropertyType_networkRefNetwork_xsd.tmp#NetworkPropertyType_inspireIdNetwork_xsd.tmp#NetworkPropertyType_beginLifespanVersionNetwork_xsd.tmp#NetworkPropertyType_endLifespanVersionNetwork_xsd.tmp#NetworkPropertyTypeCommonTransportElements_xsd.tmp#TransportPropertyType_validFromCommonTransportElements_xsd.tmp#TransportPropertyType_validToCommonTransportElements_xsd.tmp#TransportPropertyTypeCommonTransportElements_xsd.tmp#ConditionOfFacilityType_currentStatusCommonTransportElements_xsd.tmp#ConditionOfFacilityTypeAirTransportNetwork_xsd.tmp#ConditionOfAirFacilityCommonTransportElements_xsd.tmp#TransportProperty
Type tn:ConditionOfFacilityType
Type hierarchy
Properties
content complex
Substitution Group
Substitution Group Affiliation
Used by
Model
Children gml:boundedBy, gml:description, gml:descriptionReference, gml:identifier, gml:location, gml:metaDataProperty, gml:name, net:beginLifespanVersion, net:endLifespanVersion, net:inspireId, net:networkRef, tn:currentStatus, tn:validFrom, tn:validTo
Instance
<tn:ConditionOfFacility gml:id="" xmlns:tn="urn:x-inspire:specification:gmlas:CommonTransportElements:3.0" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:net="urn:x-inspire:specification:gmlas:Network: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>
  <net:networkRef nilReason="">{1,unbounded}</net:networkRef>
  <net:inspireId>{0,1}</net:inspireId>
  <net:beginLifespanVersion nilReason="">{1,1}</net:beginLifespanVersion>
  <net:endLifespanVersion nilReason="">{0,1}</net:endLifespanVersion>
  <tn:validFrom nilReason="">{1,1}</tn:validFrom>
  <tn:validTo nilReason="">{0,1}</tn:validTo>
  <tn:currentStatus codeSpace="">{1,1}</tn:currentStatus>
</tn:ConditionOfFacility>
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="ConditionOfFacility" substitutionGroup="tn:TransportProperty" type="tn:ConditionOfFacilityType">
  <annotation>
    <documentation>-- Definition --&#13;State of a transport network element with regards to its completion and use.</documentation>
  </annotation>
</element>
Element tn:TrafficFlowDirection
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Annotations
-- Definition --
 Indicates the direction of the flow of traffic in relation to the direction of the transport link vector.

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#AbstractFeatureTypeNetwork_xsd.tmp#NetworkPropertyType_networkRefNetwork_xsd.tmp#NetworkPropertyType_inspireIdNetwork_xsd.tmp#NetworkPropertyType_beginLifespanVersionNetwork_xsd.tmp#NetworkPropertyType_endLifespanVersionNetwork_xsd.tmp#NetworkPropertyTypeCommonTransportElements_xsd.tmp#TransportPropertyType_validFromCommonTransportElements_xsd.tmp#TransportPropertyType_validToCommonTransportElements_xsd.tmp#TransportPropertyTypeCommonTransportElements_xsd.tmp#TrafficFlowDirectionType_directionCommonTransportElements_xsd.tmp#TrafficFlowDirectionTypeCommonTransportElements_xsd.tmp#TransportProperty
Type tn:TrafficFlowDirectionType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children gml:boundedBy, gml:description, gml:descriptionReference, gml:identifier, gml:location, gml:metaDataProperty, gml:name, net:beginLifespanVersion, net:endLifespanVersion, net:inspireId, net:networkRef, tn:direction, tn:validFrom, tn:validTo
Instance
<tn:TrafficFlowDirection gml:id="" xmlns:tn="urn:x-inspire:specification:gmlas:CommonTransportElements:3.0" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:net="urn:x-inspire:specification:gmlas:Network: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>
  <net:networkRef nilReason="">{1,unbounded}</net:networkRef>
  <net:inspireId>{0,1}</net:inspireId>
  <net:beginLifespanVersion nilReason="">{1,1}</net:beginLifespanVersion>
  <net:endLifespanVersion nilReason="">{0,1}</net:endLifespanVersion>
  <tn:validFrom nilReason="">{1,1}</tn:validFrom>
  <tn:validTo nilReason="">{0,1}</tn:validTo>
  <tn:direction codeSpace="">{1,1}</tn:direction>
</tn:TrafficFlowDirection>
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="TrafficFlowDirection" substitutionGroup="tn:TransportProperty" type="tn:TrafficFlowDirectionType">
  <annotation>
    <documentation>-- Definition --&#13;Indicates the direction of the flow of traffic in relation to the direction of the transport link vector.&#13;
    </documentation>
  </annotation>
</element>
Element tn:TrafficFlowDirectionType / tn:direction
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Annotations
-- Definition --
 Indicates the direction of the flow of traffic.
Diagram
DiagrambasicTypes_xsd.tmp#CodeType_codeSpacebasicTypes_xsd.tmp#CodeType
Type gml:CodeType
Properties
content complex
Attributes
QName Type Use
codeSpace anyURI optional
Source
<element name="direction" type="gml:CodeType">
  <annotation>
    <documentation>-- Definition --&#13;Indicates the direction of the flow of traffic.</documentation>
  </annotation>
</element>
Element tn:MaintenanceAuthority
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Annotations
-- Definition --
 The authority responsible for maintenance of the transport element.
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#AbstractFeatureTypeNetwork_xsd.tmp#NetworkPropertyType_networkRefNetwork_xsd.tmp#NetworkPropertyType_inspireIdNetwork_xsd.tmp#NetworkPropertyType_beginLifespanVersionNetwork_xsd.tmp#NetworkPropertyType_endLifespanVersionNetwork_xsd.tmp#NetworkPropertyTypeCommonTransportElements_xsd.tmp#TransportPropertyType_validFromCommonTransportElements_xsd.tmp#TransportPropertyType_validToCommonTransportElements_xsd.tmp#TransportPropertyTypeCommonTransportElements_xsd.tmp#MaintenanceAuthorityType_authorityCommonTransportElements_xsd.tmp#MaintenanceAuthorityTypeCommonTransportElements_xsd.tmp#TransportProperty
Type tn:MaintenanceAuthorityType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children gml:boundedBy, gml:description, gml:descriptionReference, gml:identifier, gml:location, gml:metaDataProperty, gml:name, net:beginLifespanVersion, net:endLifespanVersion, net:inspireId, net:networkRef, tn:authority, tn:validFrom, tn:validTo
Instance
<tn:MaintenanceAuthority gml:id="" xmlns:tn="urn:x-inspire:specification:gmlas:CommonTransportElements:3.0" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:net="urn:x-inspire:specification:gmlas:Network: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>
  <net:networkRef nilReason="">{1,unbounded}</net:networkRef>
  <net:inspireId>{0,1}</net:inspireId>
  <net:beginLifespanVersion nilReason="">{1,1}</net:beginLifespanVersion>
  <net:endLifespanVersion nilReason="">{0,1}</net:endLifespanVersion>
  <tn:validFrom nilReason="">{1,1}</tn:validFrom>
  <tn:validTo nilReason="">{0,1}</tn:validTo>
  <tn:authority owns="false">{1,1}</tn:authority>
</tn:MaintenanceAuthority>
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="MaintenanceAuthority" substitutionGroup="tn:TransportProperty" type="tn:MaintenanceAuthorityType">
  <annotation>
    <documentation>-- Definition --&#13;The authority responsible for maintenance of the transport element.</documentation>
  </annotation>
</element>
Element tn:MaintenanceAuthorityType / tn:authority
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Annotations
-- Definition --
 Identification of the maintenance authority.
Diagram
DiagramgmlBase_xsd.tmp#OwnershipAttributeGroupgmlBase_xsd.tmp#AbstractMetadataPropertyTypecitation_xsd.tmp#CI_Citation
Type extension of gml:AbstractMetadataPropertyType
Type hierarchy
Properties
content complex
Model
Children gmd:CI_Citation
Instance
<tn:authority owns="false" xmlns:tn="urn:x-inspire:specification:gmlas:CommonTransportElements:3.0" xmlns:gmd="http://www.isotc211.org/2005/gmd">
  <gmd:CI_Citation id="" uuid="">{1,1}</gmd:CI_Citation>
</tn:authority>
Attributes
QName Type Default Use
owns boolean false optional
Source
<element name="authority">
  <annotation>
    <documentation>-- Definition --&#13;Identification of the maintenance authority.</documentation>
  </annotation>
  <complexType>
    <complexContent>
      <extension base="gml:AbstractMetadataPropertyType">
        <sequence>
          <element ref="gmd:CI_Citation"/>
        </sequence>
      </extension>
    </complexContent>
  </complexType>
</element>
Element tn:MarkerPost
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Annotations
-- Definition --
 Reference marker placed along a route in a transport network, mostly at regular intervals, indicating the distance from the beginning of the route, or some other reference point, to the point where the marker is located.


 -- Description --
 EXAMPLE Examples of routes along which marker posts can be found are roads, railway lines and navigable waterways.

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#AbstractFeatureTypeNetwork_xsd.tmp#NetworkElementType_beginLifespanVersionNetwork_xsd.tmp#NetworkElementType_inspireIdNetwork_xsd.tmp#NetworkElementType_endLifespanVersionNetwork_xsd.tmp#NetworkElementType_inNetworkNetwork_xsd.tmp#NetworkElementTypeCommonTransportElements_xsd.tmp#TransportPointType_geographicalNameCommonTransportElements_xsd.tmp#TransportPointType_geometryCommonTransportElements_xsd.tmp#TransportPointType_validFromCommonTransportElements_xsd.tmp#TransportPointType_validToCommonTransportElements_xsd.tmp#TransportPointTypeCommonTransportElements_xsd.tmp#MarkerPostType_locationCommonTransportElements_xsd.tmp#MarkerPostType_routeCommonTransportElements_xsd.tmp#MarkerPostTypeCommonTransportElements_xsd.tmp#TransportPoint
Type tn:MarkerPostType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children gml:boundedBy, gml:description, gml:descriptionReference, gml:identifier, gml:location, gml:metaDataProperty, gml:name, net:beginLifespanVersion, net:endLifespanVersion, net:inNetwork, net:inspireId, tn:geographicalName, tn:geometry, tn:location, tn:route, tn:validFrom, tn:validTo
Instance
<tn:MarkerPost gml:id="" xmlns:tn="urn:x-inspire:specification:gmlas:CommonTransportElements:3.0" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:net="urn:x-inspire:specification:gmlas:Network: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>
  <net:beginLifespanVersion nilReason="">{1,1}</net:beginLifespanVersion>
  <net:inspireId>{0,1}</net:inspireId>
  <net:endLifespanVersion nilReason="">{0,1}</net:endLifespanVersion>
  <net:inNetwork xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,unbounded}</net:inNetwork>
  <tn:geographicalName nilReason="">{0,1}</tn:geographicalName>
  <tn:geometry xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</tn:geometry>
  <tn:validFrom nilReason="">{1,1}</tn:validFrom>
  <tn:validTo nilReason="">{0,1}</tn:validTo>
  <tn:location uom="">{1,1}</tn:location>
  <tn:route xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</tn:route>
</tn:MarkerPost>
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="MarkerPost" substitutionGroup="tn:TransportPoint" type="tn:MarkerPostType">
  <annotation>
    <documentation>-- Definition --&#13;Reference marker placed along a route in a transport network, mostly at regular intervals, indicating the distance from the beginning of the route, or some other reference point, to the point where the marker is located.&#13;&#13;-- Description --&#13;EXAMPLE Examples of routes along which marker posts can be found are roads, railway lines and navigable waterways.&#13;
    </documentation>
  </annotation>
</element>
Element tn:MarkerPostType / tn:location
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Annotations
-- Definition --
 Distance from the beginning of the route, or some other reference point, to the point where a marker post is located.
Diagram
DiagrambasicTypes_xsd.tmp#MeasureType_uombasicTypes_xsd.tmp#MeasureTypemeasures_xsd.tmp#LengthType
Type gml:LengthType
Type hierarchy
Properties
content complex
Attributes
QName Type Use
uom gml:UomIdentifier required
Source
<element name="location" type="gml:LengthType">
  <annotation>
    <documentation>-- Definition --&#13;Distance from the beginning of the route, or some other reference point, to the point where a marker post is located.</documentation>
  </annotation>
</element>
Element tn:MarkerPostType / tn:route
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Annotations
-- Definition --
 Route in a transport network along which the marker post is placed.
Diagram
DiagramgmlBase_xsd.tmp#OwnershipAttributeGroupgmlBase_xsd.tmp#AssociationAttributeGroupgmlBase_xsd.tmp#ReferenceType
Type gml:ReferenceType
Properties
content complex
nillable true
Model
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="route" nillable="true" type="gml:ReferenceType">
  <annotation>
    <documentation>-- Definition --&#13;Route in a transport network along which the marker post is placed.</documentation>
    <appinfo>
      <targetElement xmlns="http://www.opengis.net/gml/3.2">tn:TransportLinkSet</targetElement>
      <reversePropertyName xmlns="http://www.opengis.net/gml/3.2">tn:post</reversePropertyName>
    </appinfo>
  </annotation>
</element>
Element tn:VerticalPosition
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Annotations
-- Definition --
 Vertical level relative to other transport network elements.
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#AbstractFeatureTypeNetwork_xsd.tmp#NetworkPropertyType_networkRefNetwork_xsd.tmp#NetworkPropertyType_inspireIdNetwork_xsd.tmp#NetworkPropertyType_beginLifespanVersionNetwork_xsd.tmp#NetworkPropertyType_endLifespanVersionNetwork_xsd.tmp#NetworkPropertyTypeCommonTransportElements_xsd.tmp#TransportPropertyType_validFromCommonTransportElements_xsd.tmp#TransportPropertyType_validToCommonTransportElements_xsd.tmp#TransportPropertyTypeCommonTransportElements_xsd.tmp#VerticalPositionType_verticalPositionCommonTransportElements_xsd.tmp#VerticalPositionTypeCommonTransportElements_xsd.tmp#TransportProperty
Type tn:VerticalPositionType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children gml:boundedBy, gml:description, gml:descriptionReference, gml:identifier, gml:location, gml:metaDataProperty, gml:name, net:beginLifespanVersion, net:endLifespanVersion, net:inspireId, net:networkRef, tn:validFrom, tn:validTo, tn:verticalPosition
Instance
<tn:VerticalPosition gml:id="" xmlns:tn="urn:x-inspire:specification:gmlas:CommonTransportElements:3.0" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:net="urn:x-inspire:specification:gmlas:Network: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>
  <net:networkRef nilReason="">{1,unbounded}</net:networkRef>
  <net:inspireId>{0,1}</net:inspireId>
  <net:beginLifespanVersion nilReason="">{1,1}</net:beginLifespanVersion>
  <net:endLifespanVersion nilReason="">{0,1}</net:endLifespanVersion>
  <tn:validFrom nilReason="">{1,1}</tn:validFrom>
  <tn:validTo nilReason="">{0,1}</tn:validTo>
  <tn:verticalPosition>{1,1}</tn:verticalPosition>
</tn:VerticalPosition>
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="VerticalPosition" substitutionGroup="tn:TransportProperty" type="tn:VerticalPositionType">
  <annotation>
    <documentation>-- Definition --&#13;Vertical level relative to other transport network elements.</documentation>
  </annotation>
</element>
Element tn:VerticalPositionType / tn:verticalPosition
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Annotations
-- Definition --
 Relative vertical position of the transport element.
Diagram
DiagramBaseTypes_xsd_1.tmp#urn_x-inspire_specification_gmlas_BaseTypes_3.2_VerticalPositionValueType
Type base:VerticalPositionValueType
Properties
content simple
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.
Source
<element name="verticalPosition" type="base:VerticalPositionValueType">
  <annotation>
    <documentation>-- Definition --&#13;Relative vertical position of the transport element.</documentation>
  </annotation>
</element>
Complex Type tn:TransportLinkType
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
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#AbstractFeatureTypeNetwork_xsd.tmp#NetworkElementType_beginLifespanVersionNetwork_xsd.tmp#NetworkElementType_inspireIdNetwork_xsd.tmp#NetworkElementType_endLifespanVersionNetwork_xsd.tmp#NetworkElementType_inNetworkNetwork_xsd.tmp#NetworkElementTypeNetwork_xsd.tmp#GeneralisedLinkTypeNetwork_xsd.tmp#LinkType_centrelineGeometryNetwork_xsd.tmp#LinkType_fictitiousNetwork_xsd.tmp#LinkType_endNodeNetwork_xsd.tmp#LinkType_startNodeNetwork_xsd.tmp#LinkTypeCommonTransportElements_xsd.tmp#TransportLinkType_geographicalNameCommonTransportElements_xsd.tmp#TransportLinkType_validFromCommonTransportElements_xsd.tmp#TransportLinkType_validTo
Type extension of net:LinkType
Type hierarchy
Properties
abstract true
Used by
Complex Type tn-a:AirLinkType
Element tn:TransportLink
Model
Children gml:boundedBy, gml:description, gml:descriptionReference, gml:identifier, gml:location, gml:metaDataProperty, gml:name, net:beginLifespanVersion, net:centrelineGeometry, net:endLifespanVersion, net:endNode, net:fictitious, net:inNetwork, net:inspireId, net:startNode, tn:geographicalName, tn:validFrom, tn:validTo
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 abstract="true" name="TransportLinkType">
  <complexContent>
    <extension base="net:LinkType">
      <sequence>
        <element minOccurs="0" name="geographicalName" nillable="true">
          <annotation>
            <documentation>-- Definition --&#13;A geographical name that is used to identify the transport network object in the real world. It provides a 'key' for implicitly associating different representations of the object.&#13;
            </documentation>
          </annotation>
          <complexType>
            <sequence>
              <element ref="gn:GeographicalName"/>
            </sequence>
            <attribute name="nilReason" type="gml:NilReasonType"/>
          </complexType>
        </element>
        <element name="validFrom" nillable="true">
          <annotation>
            <documentation>-- Definition --&#13;The time when the transport link started to exist in the real world.</documentation>
          </annotation>
          <complexType>
            <simpleContent>
              <extension base="dateTime">
                <attribute name="nilReason" type="gml:NilReasonType"/>
              </extension>
            </simpleContent>
          </complexType>
        </element>
        <element minOccurs="0" name="validTo" nillable="true">
          <annotation>
            <documentation>-- Definition --&#13;The time from which the transport link no longer exists in the real world.</documentation>
          </annotation>
          <complexType>
            <simpleContent>
              <extension base="dateTime">
                <attribute name="nilReason" type="gml:NilReasonType"/>
              </extension>
            </simpleContent>
          </complexType>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Complex Type tn:TransportAreaType
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
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#AbstractFeatureTypeNetwork_xsd.tmp#NetworkElementType_beginLifespanVersionNetwork_xsd.tmp#NetworkElementType_inspireIdNetwork_xsd.tmp#NetworkElementType_endLifespanVersionNetwork_xsd.tmp#NetworkElementType_inNetworkNetwork_xsd.tmp#NetworkElementTypeNetwork_xsd.tmp#NetworkAreaType_geometryNetwork_xsd.tmp#NetworkAreaTypeCommonTransportElements_xsd.tmp#TransportAreaType_geographicalNameCommonTransportElements_xsd.tmp#TransportAreaType_validFromCommonTransportElements_xsd.tmp#TransportAreaType_validTo
Type extension of net:NetworkAreaType
Type hierarchy
Properties
abstract true
Used by
Model
Children gml:boundedBy, gml:description, gml:descriptionReference, gml:identifier, gml:location, gml:metaDataProperty, gml:name, net:beginLifespanVersion, net:endLifespanVersion, net:geometry, net:inNetwork, net:inspireId, tn:geographicalName, tn:validFrom, tn:validTo
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 abstract="true" name="TransportAreaType">
  <complexContent>
    <extension base="net:NetworkAreaType">
      <sequence>
        <element minOccurs="0" name="geographicalName" nillable="true">
          <annotation>
            <documentation>-- Definition --&#13;A geographical name that is used to identify the transport network object in the real world. It provides a 'key' for implicitly associating different representations of the object.&#13;
            </documentation>
          </annotation>
          <complexType>
            <sequence>
              <element ref="gn:GeographicalName"/>
            </sequence>
            <attribute name="nilReason" type="gml:NilReasonType"/>
          </complexType>
        </element>
        <element name="validFrom" nillable="true">
          <annotation>
            <documentation>-- Definition --&#13;The time when the transport area started to exist in the real world.</documentation>
          </annotation>
          <complexType>
            <simpleContent>
              <extension base="dateTime">
                <attribute name="nilReason" type="gml:NilReasonType"/>
              </extension>
            </simpleContent>
          </complexType>
        </element>
        <element minOccurs="0" name="validTo" nillable="true">
          <annotation>
            <documentation>-- Definition --&#13;The time from which the transport area no longer exists in the real world.</documentation>
          </annotation>
          <complexType>
            <simpleContent>
              <extension base="dateTime">
                <attribute name="nilReason" type="gml:NilReasonType"/>
              </extension>
            </simpleContent>
          </complexType>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Complex Type tn:TransportNodeType
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
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#AbstractFeatureTypeNetwork_xsd.tmp#NetworkElementType_beginLifespanVersionNetwork_xsd.tmp#NetworkElementType_inspireIdNetwork_xsd.tmp#NetworkElementType_endLifespanVersionNetwork_xsd.tmp#NetworkElementType_inNetworkNetwork_xsd.tmp#NetworkElementTypeNetwork_xsd.tmp#urn_x-inspire_specification_gmlas_Network_3.2_NodeType_geometryNetwork_xsd.tmp#urn_x-inspire_specification_gmlas_Network_3.2_NodeType_spokeEndNetwork_xsd.tmp#urn_x-inspire_specification_gmlas_Network_3.2_NodeType_spokeStartNetwork_xsd.tmp#urn_x-inspire_specification_gmlas_Network_3.2_NodeTypeCommonTransportElements_xsd.tmp#TransportNodeType_geographicalNameCommonTransportElements_xsd.tmp#TransportNodeType_validFromCommonTransportElements_xsd.tmp#TransportNodeType_validTo
Type extension of net:NodeType
Type hierarchy
Properties
abstract true
Used by
Complex Type tn-a:AirNodeType
Element tn:TransportNode
Model
Children gml:boundedBy, gml:description, gml:descriptionReference, gml:identifier, gml:location, gml:metaDataProperty, gml:name, net:beginLifespanVersion, net:endLifespanVersion, net:geometry, net:inNetwork, net:inspireId, net:spokeEnd, net:spokeStart, tn:geographicalName, tn:validFrom, tn:validTo
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 abstract="true" name="TransportNodeType">
  <complexContent>
    <extension base="net:NodeType">
      <sequence>
        <element minOccurs="0" name="geographicalName" nillable="true">
          <annotation>
            <documentation>-- Definition --&#13;A geographical name that is used to identify the transport network object in the real world. It provides a 'key' for implicitly associating different representations of the object.&#13;
            </documentation>
          </annotation>
          <complexType>
            <sequence>
              <element ref="gn:GeographicalName"/>
            </sequence>
            <attribute name="nilReason" type="gml:NilReasonType"/>
          </complexType>
        </element>
        <element name="validFrom" nillable="true">
          <annotation>
            <documentation>-- Definition --&#13;The time when the transport node started to exist in the real world.</documentation>
          </annotation>
          <complexType>
            <simpleContent>
              <extension base="dateTime">
                <attribute name="nilReason" type="gml:NilReasonType"/>
              </extension>
            </simpleContent>
          </complexType>
        </element>
        <element minOccurs="0" name="validTo" nillable="true">
          <annotation>
            <documentation>-- Definition --&#13;The time from which the transport node no longer exists in the real world.</documentation>
          </annotation>
          <complexType>
            <simpleContent>
              <extension base="dateTime">
                <attribute name="nilReason" type="gml:NilReasonType"/>
              </extension>
            </simpleContent>
          </complexType>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Complex Type tn:TransportPropertyType
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
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#AbstractFeatureTypeNetwork_xsd.tmp#NetworkPropertyType_networkRefNetwork_xsd.tmp#NetworkPropertyType_inspireIdNetwork_xsd.tmp#NetworkPropertyType_beginLifespanVersionNetwork_xsd.tmp#NetworkPropertyType_endLifespanVersionNetwork_xsd.tmp#NetworkPropertyTypeCommonTransportElements_xsd.tmp#TransportPropertyType_validFromCommonTransportElements_xsd.tmp#TransportPropertyType_validTo
Type extension of net:NetworkPropertyType
Type hierarchy
Properties
abstract true
Used by
Model
Children gml:boundedBy, gml:description, gml:descriptionReference, gml:identifier, gml:location, gml:metaDataProperty, gml:name, net:beginLifespanVersion, net:endLifespanVersion, net:inspireId, net:networkRef, tn:validFrom, tn:validTo
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 abstract="true" name="TransportPropertyType">
  <complexContent>
    <extension base="net:NetworkPropertyType">
      <sequence>
        <element name="validFrom" nillable="true">
          <annotation>
            <documentation>-- Definition --&#13;The time when the transport property started to exist in the real world.</documentation>
          </annotation>
          <complexType>
            <simpleContent>
              <extension base="dateTime">
                <attribute name="nilReason" type="gml:NilReasonType"/>
              </extension>
            </simpleContent>
          </complexType>
        </element>
        <element minOccurs="0" name="validTo" nillable="true">
          <annotation>
            <documentation>-- Definition --&#13;The time from which the transport property no longer exists in the real world.</documentation>
          </annotation>
          <complexType>
            <simpleContent>
              <extension base="dateTime">
                <attribute name="nilReason" type="gml:NilReasonType"/>
              </extension>
            </simpleContent>
          </complexType>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Complex Type tn:TransportLinkSetType
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
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#AbstractFeatureTypeNetwork_xsd.tmp#NetworkElementType_beginLifespanVersionNetwork_xsd.tmp#NetworkElementType_inspireIdNetwork_xsd.tmp#NetworkElementType_endLifespanVersionNetwork_xsd.tmp#NetworkElementType_inNetworkNetwork_xsd.tmp#NetworkElementTypeNetwork_xsd.tmp#LinkSetType_linkNetwork_xsd.tmp#LinkSetTypeCommonTransportElements_xsd.tmp#TransportLinkSetType_geographicalNameCommonTransportElements_xsd.tmp#TransportLinkSetType_validFromCommonTransportElements_xsd.tmp#TransportLinkSetType_validToCommonTransportElements_xsd.tmp#TransportLinkSetType_post
Type extension of net:LinkSetType
Type hierarchy
Properties
abstract true
Used by
Complex Type tn-a:AirRouteType
Element tn:TransportLinkSet
Model
Children gml:boundedBy, gml:description, gml:descriptionReference, gml:identifier, gml:location, gml:metaDataProperty, gml:name, net:beginLifespanVersion, net:endLifespanVersion, net:inNetwork, net:inspireId, net:link, tn:geographicalName, tn:post, tn:validFrom, tn:validTo
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 abstract="true" name="TransportLinkSetType">
  <complexContent>
    <extension base="net:LinkSetType">
      <sequence>
        <element minOccurs="0" name="geographicalName" nillable="true">
          <annotation>
            <documentation>-- Definition --&#13;A geographical name that is used to identify the transport network object in the real world. It provides a 'key' for implicitly associating different representations of the object.&#13;
            </documentation>
          </annotation>
          <complexType>
            <sequence>
              <element ref="gn:GeographicalName"/>
            </sequence>
            <attribute name="nilReason" type="gml:NilReasonType"/>
          </complexType>
        </element>
        <element name="validFrom" nillable="true">
          <annotation>
            <documentation>-- Definition --&#13;The time when the transport link set started to exist in the real world.</documentation>
          </annotation>
          <complexType>
            <simpleContent>
              <extension base="dateTime">
                <attribute name="nilReason" type="gml:NilReasonType"/>
              </extension>
            </simpleContent>
          </complexType>
        </element>
        <element minOccurs="0" name="validTo" nillable="true">
          <annotation>
            <documentation>-- Definition --&#13;The time from which the transport link set no longer exists in the real world.</documentation>
          </annotation>
          <complexType>
            <simpleContent>
              <extension base="dateTime">
                <attribute name="nilReason" type="gml:NilReasonType"/>
              </extension>
            </simpleContent>
          </complexType>
        </element>
        <element maxOccurs="unbounded" minOccurs="0" name="post" nillable="true" type="gml:ReferenceType">
          <annotation>
            <documentation>-- Definition --&#13;Marker post along a route in a transport network.</documentation>
            <appinfo>
              <targetElement xmlns="http://www.opengis.net/gml/3.2">tn:MarkerPost</targetElement>
              <reversePropertyName xmlns="http://www.opengis.net/gml/3.2">tn:route</reversePropertyName>
            </appinfo>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Complex Type tn:TransportLinkSequenceType
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
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#AbstractFeatureTypeNetwork_xsd.tmp#NetworkElementType_beginLifespanVersionNetwork_xsd.tmp#NetworkElementType_inspireIdNetwork_xsd.tmp#NetworkElementType_endLifespanVersionNetwork_xsd.tmp#NetworkElementType_inNetworkNetwork_xsd.tmp#NetworkElementTypeNetwork_xsd.tmp#GeneralisedLinkTypeNetwork_xsd.tmp#LinkSequenceType_linkNetwork_xsd.tmp#LinkSequenceTypeCommonTransportElements_xsd.tmp#TransportLinkSequenceType_geographicalNameCommonTransportElements_xsd.tmp#TransportLinkSequenceType_validFromCommonTransportElements_xsd.tmp#TransportLinkSequenceType_validTo
Type extension of net:LinkSequenceType
Type hierarchy
Properties
abstract true
Used by
Model
Children gml:boundedBy, gml:description, gml:descriptionReference, gml:identifier, gml:location, gml:metaDataProperty, gml:name, net:beginLifespanVersion, net:endLifespanVersion, net:inNetwork, net:inspireId, net:link, tn:geographicalName, tn:validFrom, tn:validTo
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 abstract="true" name="TransportLinkSequenceType">
  <complexContent>
    <extension base="net:LinkSequenceType">
      <sequence>
        <element minOccurs="0" name="geographicalName" nillable="true">
          <annotation>
            <documentation>-- Definition --&#13;A geographical name that is used to identify the transport network object in the real world. It provides a 'key' for implicitly associating different representations of the object.&#13;
            </documentation>
          </annotation>
          <complexType>
            <sequence>
              <element ref="gn:GeographicalName"/>
            </sequence>
            <attribute name="nilReason" type="gml:NilReasonType"/>
          </complexType>
        </element>
        <element name="validFrom" nillable="true">
          <annotation>
            <documentation>-- Definition --&#13;The time when the transport link sequence started to exist in the real world.</documentation>
          </annotation>
          <complexType>
            <simpleContent>
              <extension base="dateTime">
                <attribute name="nilReason" type="gml:NilReasonType"/>
              </extension>
            </simpleContent>
          </complexType>
        </element>
        <element minOccurs="0" name="validTo" nillable="true">
          <annotation>
            <documentation>-- Definition --&#13;The time from which the transport link sequence no longer exists in the real world.</documentation>
          </annotation>
          <complexType>
            <simpleContent>
              <extension base="dateTime">
                <attribute name="nilReason" type="gml:NilReasonType"/>
              </extension>
            </simpleContent>
          </complexType>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Complex Type tn:ConditionOfFacilityType
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
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#AbstractFeatureTypeNetwork_xsd.tmp#NetworkPropertyType_networkRefNetwork_xsd.tmp#NetworkPropertyType_inspireIdNetwork_xsd.tmp#NetworkPropertyType_beginLifespanVersionNetwork_xsd.tmp#NetworkPropertyType_endLifespanVersionNetwork_xsd.tmp#NetworkPropertyTypeCommonTransportElements_xsd.tmp#TransportPropertyType_validFromCommonTransportElements_xsd.tmp#TransportPropertyType_validToCommonTransportElements_xsd.tmp#TransportPropertyTypeCommonTransportElements_xsd.tmp#ConditionOfFacilityType_currentStatus
Type extension of tn:TransportPropertyType
Type hierarchy
Used by
Model
Children gml:boundedBy, gml:description, gml:descriptionReference, gml:identifier, gml:location, gml:metaDataProperty, gml:name, net:beginLifespanVersion, net:endLifespanVersion, net:inspireId, net:networkRef, tn:currentStatus, tn:validFrom, tn:validTo
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="ConditionOfFacilityType">
  <complexContent>
    <extension base="tn:TransportPropertyType">
      <sequence>
        <element name="currentStatus" type="gml:CodeType">
          <annotation>
            <documentation>-- Definition --&#13;Current status value of a transport network element with regards to its completion and use.</documentation>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Complex Type tn:TransportLinkSequencePropertyType
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupgmlBase_xsd.tmp#OwnershipAttributeGroupCommonTransportElements_xsd.tmp#TransportLinkSequence
Model
Children tn:TransportLinkSequence
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="TransportLinkSequencePropertyType">
  <sequence minOccurs="0">
    <element ref="tn:TransportLinkSequence"/>
  </sequence>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
  <attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
Complex Type tn:AccessRestrictionType
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
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#AbstractFeatureTypeNetwork_xsd.tmp#NetworkPropertyType_networkRefNetwork_xsd.tmp#NetworkPropertyType_inspireIdNetwork_xsd.tmp#NetworkPropertyType_beginLifespanVersionNetwork_xsd.tmp#NetworkPropertyType_endLifespanVersionNetwork_xsd.tmp#NetworkPropertyTypeCommonTransportElements_xsd.tmp#TransportPropertyType_validFromCommonTransportElements_xsd.tmp#TransportPropertyType_validToCommonTransportElements_xsd.tmp#TransportPropertyTypeCommonTransportElements_xsd.tmp#AccessRestrictionType_restriction
Type extension of tn:TransportPropertyType
Type hierarchy
Used by
Model
Children gml:boundedBy, gml:description, gml:descriptionReference, gml:identifier, gml:location, gml:metaDataProperty, gml:name, net:beginLifespanVersion, net:endLifespanVersion, net:inspireId, net:networkRef, tn:restriction, tn:validFrom, tn:validTo
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="AccessRestrictionType">
  <complexContent>
    <extension base="tn:TransportPropertyType">
      <sequence>
        <element name="restriction" type="gml:CodeType">
          <annotation>
            <documentation>-- Definition --&#13;Nature of the access restriction.</documentation>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Complex Type tn:AccessRestrictionPropertyType
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupgmlBase_xsd.tmp#OwnershipAttributeGroupCommonTransportElements_xsd.tmp#AccessRestriction
Model
Children tn:AccessRestriction
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="AccessRestrictionPropertyType">
  <sequence minOccurs="0">
    <element ref="tn:AccessRestriction"/>
  </sequence>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
  <attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
Complex Type tn:TransportLinkSetPropertyType
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupgmlBase_xsd.tmp#OwnershipAttributeGroupCommonTransportElements_xsd.tmp#TransportLinkSet
Model
Children tn:TransportLinkSet
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="TransportLinkSetPropertyType">
  <sequence minOccurs="0">
    <element ref="tn:TransportLinkSet"/>
  </sequence>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
  <attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
Complex Type tn:TransportAreaPropertyType
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupgmlBase_xsd.tmp#OwnershipAttributeGroupCommonTransportElements_xsd.tmp#TransportArea
Model
Children tn:TransportArea
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="TransportAreaPropertyType">
  <sequence minOccurs="0">
    <element ref="tn:TransportArea"/>
  </sequence>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
  <attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
Complex Type tn:RestrictionForVehiclesType
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
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#AbstractFeatureTypeNetwork_xsd.tmp#NetworkPropertyType_networkRefNetwork_xsd.tmp#NetworkPropertyType_inspireIdNetwork_xsd.tmp#NetworkPropertyType_beginLifespanVersionNetwork_xsd.tmp#NetworkPropertyType_endLifespanVersionNetwork_xsd.tmp#NetworkPropertyTypeCommonTransportElements_xsd.tmp#TransportPropertyType_validFromCommonTransportElements_xsd.tmp#TransportPropertyType_validToCommonTransportElements_xsd.tmp#TransportPropertyTypeCommonTransportElements_xsd.tmp#RestrictionForVehiclesType_measureCommonTransportElements_xsd.tmp#RestrictionForVehiclesType_restrictionType
Type extension of tn:TransportPropertyType
Type hierarchy
Used by
Model
Children gml:boundedBy, gml:description, gml:descriptionReference, gml:identifier, gml:location, gml:metaDataProperty, gml:name, net:beginLifespanVersion, net:endLifespanVersion, net:inspireId, net:networkRef, tn:measure, tn:restrictionType, tn:validFrom, tn:validTo
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="RestrictionForVehiclesType">
  <complexContent>
    <extension base="tn:TransportPropertyType">
      <sequence>
        <element name="measure" type="gml:MeasureType">
          <annotation>
            <documentation>-- Definition --&#13;The measure for the restriction .&#13;&#13;-- Description --&#13;SOURCE [Euroroads].&#13;
            </documentation>
          </annotation>
        </element>
        <element name="restrictionType" type="gml:CodeType">
          <annotation>
            <documentation>-- Definition --&#13;The type of restriction .&#13;&#13;-- Description --&#13;SOURCE [Euroroads].&#13;
            </documentation>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Complex Type tn:RestrictionForVehiclesPropertyType
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupgmlBase_xsd.tmp#OwnershipAttributeGroupCommonTransportElements_xsd.tmp#RestrictionForVehicles
Model
Children tn:RestrictionForVehicles
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="RestrictionForVehiclesPropertyType">
  <sequence minOccurs="0">
    <element ref="tn:RestrictionForVehicles"/>
  </sequence>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
  <attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
Complex Type tn:TransportPropertyPropertyType
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupgmlBase_xsd.tmp#OwnershipAttributeGroupCommonTransportElements_xsd.tmp#TransportProperty
Model
Children tn:TransportProperty
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="TransportPropertyPropertyType">
  <sequence minOccurs="0">
    <element ref="tn:TransportProperty"/>
  </sequence>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
  <attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
Complex Type tn:TransportObjectPropertyType
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupgmlBase_xsd.tmp#OwnershipAttributeGroupCommonTransportElements_xsd.tmp#TransportLinkSequenceCommonTransportElements_xsd.tmp#TransportLinkCommonTransportElements_xsd.tmp#TransportLinkSetCommonTransportElements_xsd.tmp#TransportAreaCommonTransportElements_xsd.tmp#TransportPointCommonTransportElements_xsd.tmp#TransportNode
Model
Children tn:TransportArea, tn:TransportLink, tn:TransportLinkSequence, tn:TransportLinkSet, tn:TransportNode, tn:TransportPoint
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="TransportObjectPropertyType">
  <choice minOccurs="0">
    <element ref="tn:TransportLinkSequence"/>
    <element ref="tn:TransportLink"/>
    <element ref="tn:TransportLinkSet"/>
    <element ref="tn:TransportArea"/>
    <element ref="tn:TransportPoint"/>
    <element ref="tn:TransportNode"/>
  </choice>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
  <attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
Complex Type tn:TransportPointType
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
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#AbstractFeatureTypeNetwork_xsd.tmp#NetworkElementType_beginLifespanVersionNetwork_xsd.tmp#NetworkElementType_inspireIdNetwork_xsd.tmp#NetworkElementType_endLifespanVersionNetwork_xsd.tmp#NetworkElementType_inNetworkNetwork_xsd.tmp#NetworkElementTypeCommonTransportElements_xsd.tmp#TransportPointType_geographicalNameCommonTransportElements_xsd.tmp#TransportPointType_geometryCommonTransportElements_xsd.tmp#TransportPointType_validFromCommonTransportElements_xsd.tmp#TransportPointType_validTo
Type extension of net:NetworkElementType
Type hierarchy
Properties
abstract true
Used by
Element tn:TransportPoint
Complex Type tn:MarkerPostType
Model
Children gml:boundedBy, gml:description, gml:descriptionReference, gml:identifier, gml:location, gml:metaDataProperty, gml:name, net:beginLifespanVersion, net:endLifespanVersion, net:inNetwork, net:inspireId, tn:geographicalName, tn:geometry, tn:validFrom, tn:validTo
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 abstract="true" name="TransportPointType">
  <complexContent>
    <extension base="net:NetworkElementType">
      <sequence>
        <element minOccurs="0" name="geographicalName" nillable="true">
          <annotation>
            <documentation>-- Definition --&#13;A geographical name that is used to identify the transport network object in the real world. It provides a 'key' for implicitly associating different representations of the object.&#13;
            </documentation>
          </annotation>
          <complexType>
            <sequence>
              <element ref="gn:GeographicalName"/>
            </sequence>
            <attribute name="nilReason" type="gml:NilReasonType"/>
          </complexType>
        </element>
        <element name="geometry" type="gml:PointPropertyType">
          <annotation>
            <documentation>-- Definition --&#13;The location of the transport point.</documentation>
          </annotation>
        </element>
        <element name="validFrom" nillable="true">
          <annotation>
            <documentation>-- Definition --&#13;The time when the transport point started to exist in the real world.</documentation>
          </annotation>
          <complexType>
            <simpleContent>
              <extension base="dateTime">
                <attribute name="nilReason" type="gml:NilReasonType"/>
              </extension>
            </simpleContent>
          </complexType>
        </element>
        <element minOccurs="0" name="validTo" nillable="true">
          <annotation>
            <documentation>-- Definition --&#13;The time from which the transport point no longer exists in the real world.</documentation>
          </annotation>
          <complexType>
            <simpleContent>
              <extension base="dateTime">
                <attribute name="nilReason" type="gml:NilReasonType"/>
              </extension>
            </simpleContent>
          </complexType>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Complex Type tn:TransportNetworkType
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
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#AbstractFeatureTypeNetwork_xsd.tmp#NetworkType_geographicalNameNetwork_xsd.tmp#NetworkType_elementsNetwork_xsd.tmp#NetworkTypeCommonTransportElements_xsd.tmp#TransportNetworkType_inspireIdCommonTransportElements_xsd.tmp#TransportNetworkType_typeOfTransport
Type extension of net:NetworkType
Type hierarchy
Used by
Model
Children gml:boundedBy, gml:description, gml:descriptionReference, gml:identifier, gml:location, gml:metaDataProperty, gml:name, net:elements, net:geographicalName, tn:inspireId, tn:typeOfTransport
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="TransportNetworkType">
  <complexContent>
    <extension base="net:NetworkType">
      <sequence>
        <element name="inspireId" type="base:IdentifierPropertyType">
          <annotation>
            <documentation>-- Definition --&#13;External object identifier of the spatial object.&#13;
            </documentation>
          </annotation>
        </element>
        <element name="typeOfTransport" type="tn:TransportTypeValueType">
          <annotation>
            <documentation>-- Definition --&#13;Type of transport network, based on the type of infrastructure the network uses.</documentation>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Simple Type tn:TransportTypeValueType
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Annotations
-- Definition --
 Possible types on transport networks.
Diagram
Diagram
Type restriction of string
Facets
enumeration air
-- Definition --
 The transport network consists of transport by air.
enumeration cable
-- Definition --
 The transport network consists of transport by cable.

enumeration rail
-- Definition --
 The transport network consists of transport by rail.

enumeration road
-- Definition --
 The transport network consists of transport by road.

enumeration water
-- Definition --
 The transport network consists of transport by water.

Used by
Source
<simpleType name="TransportTypeValueType">
  <annotation>
    <documentation>-- Definition --&#13;Possible types on transport networks.</documentation>
  </annotation>
  <restriction base="string">
    <enumeration value="air">
      <annotation>
        <documentation>-- Definition --&#13;The transport network consists of transport by air.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="cable">
      <annotation>
        <documentation>-- Definition --&#13;The transport network consists of transport by cable.&#13;
        </documentation>
      </annotation>
    </enumeration>
    <enumeration value="rail">
      <annotation>
        <documentation>-- Definition --&#13;The transport network consists of transport by rail.&#13;
        </documentation>
      </annotation>
    </enumeration>
    <enumeration value="road">
      <annotation>
        <documentation>-- Definition --&#13;The transport network consists of transport by road.&#13;
        </documentation>
      </annotation>
    </enumeration>
    <enumeration value="water">
      <annotation>
        <documentation>-- Definition --&#13;The transport network consists of transport by water.&#13;
        </documentation>
      </annotation>
    </enumeration>
  </restriction>
</simpleType>
Complex Type tn:TransportNetworkPropertyType
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupgmlBase_xsd.tmp#OwnershipAttributeGroupCommonTransportElements_xsd.tmp#TransportNetwork
Model
Children tn:TransportNetwork
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="TransportNetworkPropertyType">
  <sequence minOccurs="0">
    <element ref="tn:TransportNetwork"/>
  </sequence>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
  <attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
Complex Type tn:OwnerAuthorityType
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
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#AbstractFeatureTypeNetwork_xsd.tmp#NetworkPropertyType_networkRefNetwork_xsd.tmp#NetworkPropertyType_inspireIdNetwork_xsd.tmp#NetworkPropertyType_beginLifespanVersionNetwork_xsd.tmp#NetworkPropertyType_endLifespanVersionNetwork_xsd.tmp#NetworkPropertyTypeCommonTransportElements_xsd.tmp#TransportPropertyType_validFromCommonTransportElements_xsd.tmp#TransportPropertyType_validToCommonTransportElements_xsd.tmp#TransportPropertyTypeCommonTransportElements_xsd.tmp#OwnerAuthorityType_authority
Type extension of tn:TransportPropertyType
Type hierarchy
Used by
Model
Children gml:boundedBy, gml:description, gml:descriptionReference, gml:identifier, gml:location, gml:metaDataProperty, gml:name, net:beginLifespanVersion, net:endLifespanVersion, net:inspireId, net:networkRef, tn:authority, tn:validFrom, tn:validTo
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="OwnerAuthorityType">
  <complexContent>
    <extension base="tn:TransportPropertyType">
      <sequence>
        <element name="authority">
          <annotation>
            <documentation>-- Definition --&#13;Identification of the owning authority.</documentation>
          </annotation>
          <complexType>
            <complexContent>
              <extension base="gml:AbstractMetadataPropertyType">
                <sequence>
                  <element ref="gmd:CI_Citation"/>
                </sequence>
              </extension>
            </complexContent>
          </complexType>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Complex Type tn:OwnerAuthorityPropertyType
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupgmlBase_xsd.tmp#OwnershipAttributeGroupCommonTransportElements_xsd.tmp#OwnerAuthority
Model
Children tn:OwnerAuthority
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="OwnerAuthorityPropertyType">
  <sequence minOccurs="0">
    <element ref="tn:OwnerAuthority"/>
  </sequence>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
  <attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
Complex Type tn:ConditionOfFacilityPropertyType
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupgmlBase_xsd.tmp#OwnershipAttributeGroupCommonTransportElements_xsd.tmp#ConditionOfFacility
Model
Children tn:ConditionOfFacility
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="ConditionOfFacilityPropertyType">
  <sequence minOccurs="0">
    <element ref="tn:ConditionOfFacility"/>
  </sequence>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
  <attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
Complex Type tn:TrafficFlowDirectionType
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
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#AbstractFeatureTypeNetwork_xsd.tmp#NetworkPropertyType_networkRefNetwork_xsd.tmp#NetworkPropertyType_inspireIdNetwork_xsd.tmp#NetworkPropertyType_beginLifespanVersionNetwork_xsd.tmp#NetworkPropertyType_endLifespanVersionNetwork_xsd.tmp#NetworkPropertyTypeCommonTransportElements_xsd.tmp#TransportPropertyType_validFromCommonTransportElements_xsd.tmp#TransportPropertyType_validToCommonTransportElements_xsd.tmp#TransportPropertyTypeCommonTransportElements_xsd.tmp#TrafficFlowDirectionType_direction
Type extension of tn:TransportPropertyType
Type hierarchy
Used by
Model
Children gml:boundedBy, gml:description, gml:descriptionReference, gml:identifier, gml:location, gml:metaDataProperty, gml:name, net:beginLifespanVersion, net:endLifespanVersion, net:inspireId, net:networkRef, tn:direction, tn:validFrom, tn:validTo
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="TrafficFlowDirectionType">
  <complexContent>
    <extension base="tn:TransportPropertyType">
      <sequence>
        <element name="direction" type="gml:CodeType">
          <annotation>
            <documentation>-- Definition --&#13;Indicates the direction of the flow of traffic.</documentation>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Complex Type tn:TrafficFlowDirectionPropertyType
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupgmlBase_xsd.tmp#OwnershipAttributeGroupCommonTransportElements_xsd.tmp#TrafficFlowDirection
Model
Children tn:TrafficFlowDirection
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="TrafficFlowDirectionPropertyType">
  <sequence minOccurs="0">
    <element ref="tn:TrafficFlowDirection"/>
  </sequence>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
  <attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
Complex Type tn:TransportLinkPropertyType
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupgmlBase_xsd.tmp#OwnershipAttributeGroupCommonTransportElements_xsd.tmp#TransportLink
Model
Children tn:TransportLink
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="TransportLinkPropertyType">
  <sequence minOccurs="0">
    <element ref="tn:TransportLink"/>
  </sequence>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
  <attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
Complex Type tn:MaintenanceAuthorityType
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
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#AbstractFeatureTypeNetwork_xsd.tmp#NetworkPropertyType_networkRefNetwork_xsd.tmp#NetworkPropertyType_inspireIdNetwork_xsd.tmp#NetworkPropertyType_beginLifespanVersionNetwork_xsd.tmp#NetworkPropertyType_endLifespanVersionNetwork_xsd.tmp#NetworkPropertyTypeCommonTransportElements_xsd.tmp#TransportPropertyType_validFromCommonTransportElements_xsd.tmp#TransportPropertyType_validToCommonTransportElements_xsd.tmp#TransportPropertyTypeCommonTransportElements_xsd.tmp#MaintenanceAuthorityType_authority
Type extension of tn:TransportPropertyType
Type hierarchy
Used by
Model
Children gml:boundedBy, gml:description, gml:descriptionReference, gml:identifier, gml:location, gml:metaDataProperty, gml:name, net:beginLifespanVersion, net:endLifespanVersion, net:inspireId, net:networkRef, tn:authority, tn:validFrom, tn:validTo
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="MaintenanceAuthorityType">
  <complexContent>
    <extension base="tn:TransportPropertyType">
      <sequence>
        <element name="authority">
          <annotation>
            <documentation>-- Definition --&#13;Identification of the maintenance authority.</documentation>
          </annotation>
          <complexType>
            <complexContent>
              <extension base="gml:AbstractMetadataPropertyType">
                <sequence>
                  <element ref="gmd:CI_Citation"/>
                </sequence>
              </extension>
            </complexContent>
          </complexType>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Complex Type tn:MaintenanceAuthorityPropertyType
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupgmlBase_xsd.tmp#OwnershipAttributeGroupCommonTransportElements_xsd.tmp#MaintenanceAuthority
Model
Children tn:MaintenanceAuthority
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="MaintenanceAuthorityPropertyType">
  <sequence minOccurs="0">
    <element ref="tn:MaintenanceAuthority"/>
  </sequence>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
  <attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
Complex Type tn:TransportPointPropertyType
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupgmlBase_xsd.tmp#OwnershipAttributeGroupCommonTransportElements_xsd.tmp#TransportPoint
Model
Children tn:TransportPoint
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="TransportPointPropertyType">
  <sequence minOccurs="0">
    <element ref="tn:TransportPoint"/>
  </sequence>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
  <attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
Complex Type tn:MarkerPostType
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
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#AbstractFeatureTypeNetwork_xsd.tmp#NetworkElementType_beginLifespanVersionNetwork_xsd.tmp#NetworkElementType_inspireIdNetwork_xsd.tmp#NetworkElementType_endLifespanVersionNetwork_xsd.tmp#NetworkElementType_inNetworkNetwork_xsd.tmp#NetworkElementTypeCommonTransportElements_xsd.tmp#TransportPointType_geographicalNameCommonTransportElements_xsd.tmp#TransportPointType_geometryCommonTransportElements_xsd.tmp#TransportPointType_validFromCommonTransportElements_xsd.tmp#TransportPointType_validToCommonTransportElements_xsd.tmp#TransportPointTypeCommonTransportElements_xsd.tmp#MarkerPostType_locationCommonTransportElements_xsd.tmp#MarkerPostType_route
Type extension of tn:TransportPointType
Type hierarchy
Used by
Element tn:MarkerPost
Model
Children gml:boundedBy, gml:description, gml:descriptionReference, gml:identifier, gml:location, gml:metaDataProperty, gml:name, net:beginLifespanVersion, net:endLifespanVersion, net:inNetwork, net:inspireId, tn:geographicalName, tn:geometry, tn:location, tn:route, tn:validFrom, tn:validTo
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="MarkerPostType">
  <complexContent>
    <extension base="tn:TransportPointType">
      <sequence>
        <element name="location" type="gml:LengthType">
          <annotation>
            <documentation>-- Definition --&#13;Distance from the beginning of the route, or some other reference point, to the point where a marker post is located.</documentation>
          </annotation>
        </element>
        <element name="route" nillable="true" type="gml:ReferenceType">
          <annotation>
            <documentation>-- Definition --&#13;Route in a transport network along which the marker post is placed.</documentation>
            <appinfo>
              <targetElement xmlns="http://www.opengis.net/gml/3.2">tn:TransportLinkSet</targetElement>
              <reversePropertyName xmlns="http://www.opengis.net/gml/3.2">tn:post</reversePropertyName>
            </appinfo>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Complex Type tn:MarkerPostPropertyType
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupgmlBase_xsd.tmp#OwnershipAttributeGroupCommonTransportElements_xsd.tmp#MarkerPost
Model
Children tn:MarkerPost
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="MarkerPostPropertyType">
  <sequence minOccurs="0">
    <element ref="tn:MarkerPost"/>
  </sequence>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
  <attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
Complex Type tn:VerticalPositionType
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
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#AbstractFeatureTypeNetwork_xsd.tmp#NetworkPropertyType_networkRefNetwork_xsd.tmp#NetworkPropertyType_inspireIdNetwork_xsd.tmp#NetworkPropertyType_beginLifespanVersionNetwork_xsd.tmp#NetworkPropertyType_endLifespanVersionNetwork_xsd.tmp#NetworkPropertyTypeCommonTransportElements_xsd.tmp#TransportPropertyType_validFromCommonTransportElements_xsd.tmp#TransportPropertyType_validToCommonTransportElements_xsd.tmp#TransportPropertyTypeCommonTransportElements_xsd.tmp#VerticalPositionType_verticalPosition
Type extension of tn:TransportPropertyType
Type hierarchy
Used by
Model
Children gml:boundedBy, gml:description, gml:descriptionReference, gml:identifier, gml:location, gml:metaDataProperty, gml:name, net:beginLifespanVersion, net:endLifespanVersion, net:inspireId, net:networkRef, tn:validFrom, tn:validTo, tn:verticalPosition
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="VerticalPositionType">
  <complexContent>
    <extension base="tn:TransportPropertyType">
      <sequence>
        <element name="verticalPosition" type="base:VerticalPositionValueType">
          <annotation>
            <documentation>-- Definition --&#13;Relative vertical position of the transport element.</documentation>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Complex Type tn:VerticalPositionPropertyType
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupgmlBase_xsd.tmp#OwnershipAttributeGroupCommonTransportElements_xsd.tmp#VerticalPosition
Model
Children tn:VerticalPosition
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="VerticalPositionPropertyType">
  <sequence minOccurs="0">
    <element ref="tn:VerticalPosition"/>
  </sequence>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
  <attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
Complex Type tn:TransportNodePropertyType
Namespace urn:x-inspire:specification:gmlas:CommonTransportElements:3.0
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupgmlBase_xsd.tmp#OwnershipAttributeGroupCommonTransportElements_xsd.tmp#TransportNode
Model
Children tn:TransportNode
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="TransportNodePropertyType">
  <sequence minOccurs="0">
    <element ref="tn:TransportNode"/>
  </sequence>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
  <attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
Attribute tn:TransportLinkType / tn:geographicalName / @nilReason
Namespace No namespace
Type gml:NilReasonType
Properties
content simple
Used by
Source
<attribute name="nilReason" type="gml:NilReasonType"/>
Attribute tn:TransportLinkType / tn:validFrom / @nilReason
Namespace No namespace
Type gml:NilReasonType
Properties
content simple
Used by
Source
<attribute name="nilReason" type="gml:NilReasonType"/>
Attribute tn:TransportLinkType / tn:validTo / @nilReason
Namespace No namespace
Type gml:NilReasonType
Properties
content simple
Used by
Source
<attribute name="nilReason" type="gml:NilReasonType"/>
Attribute tn:TransportAreaType / tn:geographicalName / @nilReason
Namespace No namespace
Type gml:NilReasonType
Properties
content simple
Used by
Source
<attribute name="nilReason" type="gml:NilReasonType"/>
Attribute tn:TransportAreaType / tn:validFrom / @nilReason
Namespace No namespace
Type gml:NilReasonType
Properties
content simple
Used by
Source
<attribute name="nilReason" type="gml:NilReasonType"/>
Attribute tn:TransportAreaType / tn:validTo / @nilReason
Namespace No namespace
Type gml:NilReasonType
Properties
content simple
Used by
Source
<attribute name="nilReason" type="gml:NilReasonType"/>
Attribute tn:TransportNodeType / tn:geographicalName / @nilReason
Namespace No namespace
Type gml:NilReasonType
Properties
content simple
Used by
Source
<attribute name="nilReason" type="gml:NilReasonType"/>
Attribute tn:TransportNodeType / tn:validFrom / @nilReason
Namespace No namespace
Type gml:NilReasonType
Properties
content simple
Used by
Source
<attribute name="nilReason" type="gml:NilReasonType"/>
Attribute tn:TransportNodeType / tn:validTo / @nilReason
Namespace No namespace
Type gml:NilReasonType
Properties
content simple
Used by
Source
<attribute name="nilReason" type="gml:NilReasonType"/>
Attribute tn:TransportPropertyType / tn:validFrom / @nilReason
Namespace No namespace
Type gml:NilReasonType
Properties
content simple
Used by
Source
<attribute name="nilReason" type="gml:NilReasonType"/>
Attribute tn:TransportPropertyType / tn:validTo / @nilReason
Namespace No namespace
Type gml:NilReasonType
Properties
content simple
Used by
Source
<attribute name="nilReason" type="gml:NilReasonType"/>
Attribute tn:TransportLinkSetType / tn:geographicalName / @nilReason
Namespace No namespace
Type gml:NilReasonType
Properties
content simple
Used by
Source
<attribute name="nilReason" type="gml:NilReasonType"/>
Attribute tn:TransportLinkSetType / tn:validFrom / @nilReason
Namespace No namespace
Type gml:NilReasonType
Properties
content simple
Used by
Source
<attribute name="nilReason" type="gml:NilReasonType"/>
Attribute tn:TransportLinkSetType / tn:validTo / @nilReason
Namespace No namespace
Type gml:NilReasonType
Properties
content simple
Used by
Source
<attribute name="nilReason" type="gml:NilReasonType"/>
Attribute tn:TransportLinkSequenceType / tn:geographicalName / @nilReason
Namespace No namespace
Type gml:NilReasonType
Properties
content simple
Used by
Source
<attribute name="nilReason" type="gml:NilReasonType"/>
Attribute tn:TransportLinkSequenceType / tn:validFrom / @nilReason
Namespace No namespace
Type gml:NilReasonType
Properties
content simple
Used by
Source
<attribute name="nilReason" type="gml:NilReasonType"/>
Attribute tn:TransportLinkSequenceType / tn:validTo / @nilReason
Namespace No namespace
Type gml:NilReasonType
Properties
content simple
Used by
Source
<attribute name="nilReason" type="gml:NilReasonType"/>
Attribute tn:TransportPointType / tn:geographicalName / @nilReason
Namespace No namespace
Type gml:NilReasonType
Properties
content simple
Used by
Source
<attribute name="nilReason" type="gml:NilReasonType"/>
Attribute tn:TransportPointType / tn:validFrom / @nilReason
Namespace No namespace
Type gml:NilReasonType
Properties
content simple
Used by
Source
<attribute name="nilReason" type="gml:NilReasonType"/>
Attribute tn:TransportPointType / tn:validTo / @nilReason
Namespace No namespace
Type gml:NilReasonType
Properties
content simple
Used by
Source
<attribute name="nilReason" type="gml:NilReasonType"/>