Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Included schema temporalTopology.xsd
Namespace http://standardit.tapio.fi/skeemat/erityispiirretiedot/2010/05/14
Annotations
The temporal topology schema for ISO19136 provides constructs for handling topological complexes and 
temporal feature relationships. 
Temporal geometric characteristics of features are represented as instants and periods. 
While, temporal context of features that does not relate to the position of time is described as connectivity relationships 
among instants and periods. These relationships are called temporal topology as they do not change in time, 
as long as the direction of time does not change. 
It is used effectively in the case of describing a family tree expressing evolution of species, an ecological cycle, 
a lineage of lands or buildings, or a history of separation and merger of administrative boundaries.
This schema reflects a partial yet consistent implementation of the model described in ISO 19108:2002.
		
GML is an OGC Standard.
Copyright (c) 2001,2005,2010 Open Geospatial Consortium, Inc. All Rights Reserved.
To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ .
Properties
attribute form default: unqualified
element form default: qualified
version: 3.1.1 2010-01-28
Element gml:TimeNode
Namespace http://www.opengis.net/gml
Annotations
"TimeNode" is a zero dimensional temporal topology primitive, 
expresses a position in topological time, and is a start and an end of time edge, which represents states of time.
Time node may be isolated. However, it cannot describe the ordering relationships with other primitives. 
An isolated node may not be an element of any temporal topology complex.
Diagram
Diagram index1.tmp#id125 index1.tmp#id98 index1.tmp#id111 index1.tmp#id113 index1.tmp#id97 index1.tmp#id96 index8.tmp#id374 index8.tmp#id375 index8.tmp#id373 index29.tmp#id1476 index29.tmp#id1475 index29.tmp#id1477 index29.tmp#id1483 index29.tmp#id1484 index29.tmp#id1474 index29.tmp#id1473
Type gml:TimeNodeType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Used by
Model gml:metaDataProperty* , gml:description{0,1} , gml:name* , gml:relatedTime* , gml:complex{0,1} , gml:previousEdge* , gml:nextEdge* , gml:position{0,1}
Children gml:complex, gml:description, gml:metaDataProperty, gml:name, gml:nextEdge, gml:position, gml:previousEdge, gml:relatedTime
Instance
<gml:TimeNode gml:id="">
  <gml:metaDataProperty about="" xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:metaDataProperty>
  <gml:description xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:description>
  <gml:name codeSpace="">{0,unbounded}</gml:name>
</gml:TimeNode>
Attributes
QName Type Fixed Default Use Annotation
gml:id ID optional
Database handle for the object.  It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.  An external identifier for the object in the form of a URI may be constructed using standard XML and XPointer methods.  This is done by concatenating the URI for the document, a fragment separator, and the value of the id attribute.
Source
<element name="TimeNode" type="gml:TimeNodeType" substitutionGroup="gml:_TimeTopologyPrimitive">
  <annotation>
    <documentation xml:lang="en">"TimeNode" is a zero dimensional temporal topology primitive, 
			expresses a position in topological time, and is a start and an end of time edge, which represents states of time.
			Time node may be isolated. However, it cannot describe the ordering relationships with other primitives. 
			An isolated node may not be an element of any temporal topology complex.</documentation>
  </annotation>
</element>
Element gml:AbstractTimeTopologyPrimitiveType / gml:complex
Namespace http://www.opengis.net/gml
Diagram
Diagram index1.tmp#id100 index1.tmp#id531
Type gml:ReferenceType
Properties
content: complex
minOccurs: 0
Model
Attributes
QName Type Fixed Default Use Annotation
gml:remoteSchema anyURI optional
Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the XML Schema Section 4.14 Referencing Schemas from Elsewhere.
xlink:actuate restriction of string optional
The 'actuate' attribute is used to communicate the desired timing 
of traversal from the starting resource to the ending resource; 
it's value should be treated as follows:
onLoad - traverse to the ending resource immediately on loading 
         the starting resource 
onRequest - traverse from the starting resource to the ending 
            resource only on a post-loading event triggered for 
            this purpose 
other - behavior is unconstrained; examine other markup in link 
        for hints 
none - behavior is unconstrained
xlink:arcrole anyURI optional
xlink:href anyURI optional
xlink:role anyURI optional
xlink:show restriction of string optional
The 'show' attribute is used to communicate the desired presentation 
of the ending resource on traversal from the starting resource; it's 
value should be treated as follows: 
new - load ending resource in a new window, frame, pane, or other 
      presentation context
replace - load the resource in the same window, frame, pane, or 
          other presentation context
embed - load ending resource in place of the presentation of the 
        starting resource
other - behavior is unconstrained; examine other markup in the 
        link for hints 
none - behavior is unconstrained
xlink:title string optional
xlink:type string simple optional
Source
<element name="complex" type="gml:ReferenceType" minOccurs="0"/>
Element gml:TimeNodeType / gml:previousEdge
Namespace http://www.opengis.net/gml
Diagram
Diagram index1.tmp#id100 index29.tmp#id371 index29.tmp#id1478
Type gml:TimeEdgePropertyType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model gml:TimeEdge
Children gml:TimeEdge
Instance
<gml:previousEdge xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">
  <gml:TimeEdge gml:id="">{1,1}</gml:TimeEdge>
</gml:previousEdge>
Attributes
QName Type Fixed Default Use Annotation
gml:remoteSchema anyURI optional
Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the XML Schema Section 4.14 Referencing Schemas from Elsewhere.
xlink:actuate restriction of string optional
The 'actuate' attribute is used to communicate the desired timing 
of traversal from the starting resource to the ending resource; 
it's value should be treated as follows:
onLoad - traverse to the ending resource immediately on loading 
         the starting resource 
onRequest - traverse from the starting resource to the ending 
            resource only on a post-loading event triggered for 
            this purpose 
other - behavior is unconstrained; examine other markup in link 
        for hints 
none - behavior is unconstrained
xlink:arcrole anyURI optional
xlink:href anyURI optional
xlink:role anyURI optional
xlink:show restriction of string optional
The 'show' attribute is used to communicate the desired presentation 
of the ending resource on traversal from the starting resource; it's 
value should be treated as follows: 
new - load ending resource in a new window, frame, pane, or other 
      presentation context
replace - load the resource in the same window, frame, pane, or 
          other presentation context
embed - load ending resource in place of the presentation of the 
        starting resource
other - behavior is unconstrained; examine other markup in the 
        link for hints 
none - behavior is unconstrained
xlink:title string optional
xlink:type string simple optional
Source
<element name="previousEdge" type="gml:TimeEdgePropertyType" minOccurs="0" maxOccurs="unbounded"/>
Element gml:TimeEdge
Namespace http://www.opengis.net/gml
Annotations
TimeEdge is one dimensional temporal topology primitive,
expresses a state in topological time. It has an orientation from its start toward the end, 
and its boundaries shall associate with two different time nodes.
Diagram
Diagram index1.tmp#id125 index1.tmp#id98 index1.tmp#id111 index1.tmp#id113 index1.tmp#id97 index1.tmp#id96 index8.tmp#id374 index8.tmp#id375 index8.tmp#id373 index29.tmp#id1476 index29.tmp#id1475 index29.tmp#id1480 index29.tmp#id1481 index29.tmp#id1482 index29.tmp#id1479 index29.tmp#id1473
Type gml:TimeEdgeType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Used by
Model gml:metaDataProperty* , gml:description{0,1} , gml:name* , gml:relatedTime* , gml:complex{0,1} , gml:start , gml:end , gml:extent{0,1}
Children gml:complex, gml:description, gml:end, gml:extent, gml:metaDataProperty, gml:name, gml:relatedTime, gml:start
Instance
<gml:TimeEdge gml:id="">
  <gml:metaDataProperty about="" xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:metaDataProperty>
  <gml:description xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:description>
  <gml:name codeSpace="">{0,unbounded}</gml:name>
</gml:TimeEdge>
Attributes
QName Type Fixed Default Use Annotation
gml:id ID optional
Database handle for the object.  It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.  An external identifier for the object in the form of a URI may be constructed using standard XML and XPointer methods.  This is done by concatenating the URI for the document, a fragment separator, and the value of the id attribute.
Source
<element name="TimeEdge" type="gml:TimeEdgeType" substitutionGroup="gml:_TimeTopologyPrimitive">
  <annotation>
    <documentation xml:lang="en">TimeEdge is one dimensional temporal topology primitive,
			 expresses a state in topological time. It has an orientation from its start toward the end, 
			 and its boundaries shall associate with two different time nodes.</documentation>
  </annotation>
</element>
Element gml:TimeEdgeType / gml:start
Namespace http://www.opengis.net/gml
Diagram
Diagram index1.tmp#id100 index29.tmp#id370 index29.tmp#id1472
Type gml:TimeNodePropertyType
Properties
content: complex
Model gml:TimeNode
Children gml:TimeNode
Instance
<gml:start xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">
  <gml:TimeNode gml:id="">{1,1}</gml:TimeNode>
</gml:start>
Attributes
QName Type Fixed Default Use Annotation
gml:remoteSchema anyURI optional
Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the XML Schema Section 4.14 Referencing Schemas from Elsewhere.
xlink:actuate restriction of string optional
The 'actuate' attribute is used to communicate the desired timing 
of traversal from the starting resource to the ending resource; 
it's value should be treated as follows:
onLoad - traverse to the ending resource immediately on loading 
         the starting resource 
onRequest - traverse from the starting resource to the ending 
            resource only on a post-loading event triggered for 
            this purpose 
other - behavior is unconstrained; examine other markup in link 
        for hints 
none - behavior is unconstrained
xlink:arcrole anyURI optional
xlink:href anyURI optional
xlink:role anyURI optional
xlink:show restriction of string optional
The 'show' attribute is used to communicate the desired presentation 
of the ending resource on traversal from the starting resource; it's 
value should be treated as follows: 
new - load ending resource in a new window, frame, pane, or other 
      presentation context
replace - load the resource in the same window, frame, pane, or 
          other presentation context
embed - load ending resource in place of the presentation of the 
        starting resource
other - behavior is unconstrained; examine other markup in the 
        link for hints 
none - behavior is unconstrained
xlink:title string optional
xlink:type string simple optional
Source
<element name="start" type="gml:TimeNodePropertyType"/>
Element gml:TimeEdgeType / gml:end
Namespace http://www.opengis.net/gml
Diagram
Diagram index1.tmp#id100 index29.tmp#id370 index29.tmp#id1472
Type gml:TimeNodePropertyType
Properties
content: complex
Model gml:TimeNode
Children gml:TimeNode
Instance
<gml:end xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">
  <gml:TimeNode gml:id="">{1,1}</gml:TimeNode>
</gml:end>
Attributes
QName Type Fixed Default Use Annotation
gml:remoteSchema anyURI optional
Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the XML Schema Section 4.14 Referencing Schemas from Elsewhere.
xlink:actuate restriction of string optional
The 'actuate' attribute is used to communicate the desired timing 
of traversal from the starting resource to the ending resource; 
it's value should be treated as follows:
onLoad - traverse to the ending resource immediately on loading 
         the starting resource 
onRequest - traverse from the starting resource to the ending 
            resource only on a post-loading event triggered for 
            this purpose 
other - behavior is unconstrained; examine other markup in link 
        for hints 
none - behavior is unconstrained
xlink:arcrole anyURI optional
xlink:href anyURI optional
xlink:role anyURI optional
xlink:show restriction of string optional
The 'show' attribute is used to communicate the desired presentation 
of the ending resource on traversal from the starting resource; it's 
value should be treated as follows: 
new - load ending resource in a new window, frame, pane, or other 
      presentation context
replace - load the resource in the same window, frame, pane, or 
          other presentation context
embed - load ending resource in place of the presentation of the 
        starting resource
other - behavior is unconstrained; examine other markup in the 
        link for hints 
none - behavior is unconstrained
xlink:title string optional
xlink:type string simple optional
Source
<element name="end" type="gml:TimeNodePropertyType"/>
Element gml:TimeEdgeType / gml:extent
Namespace http://www.opengis.net/gml
Diagram
Diagram index1.tmp#id100 index8.tmp#id369 index8.tmp#id683
Type gml:TimePeriodPropertyType
Properties
content: complex
minOccurs: 0
Model gml:TimePeriod
Children gml:TimePeriod
Instance
<gml:extent xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">
  <gml:TimePeriod frame="#ISO-8601" gml:id="">{1,1}</gml:TimePeriod>
</gml:extent>
Attributes
QName Type Fixed Default Use Annotation
gml:remoteSchema anyURI optional
Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the XML Schema Section 4.14 Referencing Schemas from Elsewhere.
xlink:actuate restriction of string optional
The 'actuate' attribute is used to communicate the desired timing 
of traversal from the starting resource to the ending resource; 
it's value should be treated as follows:
onLoad - traverse to the ending resource immediately on loading 
         the starting resource 
onRequest - traverse from the starting resource to the ending 
            resource only on a post-loading event triggered for 
            this purpose 
other - behavior is unconstrained; examine other markup in link 
        for hints 
none - behavior is unconstrained
xlink:arcrole anyURI optional
xlink:href anyURI optional
xlink:role anyURI optional
xlink:show restriction of string optional
The 'show' attribute is used to communicate the desired presentation 
of the ending resource on traversal from the starting resource; it's 
value should be treated as follows: 
new - load ending resource in a new window, frame, pane, or other 
      presentation context
replace - load the resource in the same window, frame, pane, or 
          other presentation context
embed - load ending resource in place of the presentation of the 
        starting resource
other - behavior is unconstrained; examine other markup in the 
        link for hints 
none - behavior is unconstrained
xlink:title string optional
xlink:type string simple optional
Source
<element name="extent" type="gml:TimePeriodPropertyType" minOccurs="0"/>
Element gml:TimeNodeType / gml:nextEdge
Namespace http://www.opengis.net/gml
Diagram
Diagram index1.tmp#id100 index29.tmp#id371 index29.tmp#id1478
Type gml:TimeEdgePropertyType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model gml:TimeEdge
Children gml:TimeEdge
Instance
<gml:nextEdge xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">
  <gml:TimeEdge gml:id="">{1,1}</gml:TimeEdge>
</gml:nextEdge>
Attributes
QName Type Fixed Default Use Annotation
gml:remoteSchema anyURI optional
Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the XML Schema Section 4.14 Referencing Schemas from Elsewhere.
xlink:actuate restriction of string optional
The 'actuate' attribute is used to communicate the desired timing 
of traversal from the starting resource to the ending resource; 
it's value should be treated as follows:
onLoad - traverse to the ending resource immediately on loading 
         the starting resource 
onRequest - traverse from the starting resource to the ending 
            resource only on a post-loading event triggered for 
            this purpose 
other - behavior is unconstrained; examine other markup in link 
        for hints 
none - behavior is unconstrained
xlink:arcrole anyURI optional
xlink:href anyURI optional
xlink:role anyURI optional
xlink:show restriction of string optional
The 'show' attribute is used to communicate the desired presentation 
of the ending resource on traversal from the starting resource; it's 
value should be treated as follows: 
new - load ending resource in a new window, frame, pane, or other 
      presentation context
replace - load the resource in the same window, frame, pane, or 
          other presentation context
embed - load ending resource in place of the presentation of the 
        starting resource
other - behavior is unconstrained; examine other markup in the 
        link for hints 
none - behavior is unconstrained
xlink:title string optional
xlink:type string simple optional
Source
<element name="nextEdge" type="gml:TimeEdgePropertyType" minOccurs="0" maxOccurs="unbounded"/>
Element gml:TimeNodeType / gml:position
Namespace http://www.opengis.net/gml
Diagram
Diagram index1.tmp#id100 index8.tmp#id368 index8.tmp#id669
Type gml:TimeInstantPropertyType
Properties
content: complex
minOccurs: 0
Model gml:TimeInstant
Children gml:TimeInstant
Instance
<gml:position xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">
  <gml:TimeInstant frame="#ISO-8601" gml:id="">{1,1}</gml:TimeInstant>
</gml:position>
Attributes
QName Type Fixed Default Use Annotation
gml:remoteSchema anyURI optional
Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the XML Schema Section 4.14 Referencing Schemas from Elsewhere.
xlink:actuate restriction of string optional
The 'actuate' attribute is used to communicate the desired timing 
of traversal from the starting resource to the ending resource; 
it's value should be treated as follows:
onLoad - traverse to the ending resource immediately on loading 
         the starting resource 
onRequest - traverse from the starting resource to the ending 
            resource only on a post-loading event triggered for 
            this purpose 
other - behavior is unconstrained; examine other markup in link 
        for hints 
none - behavior is unconstrained
xlink:arcrole anyURI optional
xlink:href anyURI optional
xlink:role anyURI optional
xlink:show restriction of string optional
The 'show' attribute is used to communicate the desired presentation 
of the ending resource on traversal from the starting resource; it's 
value should be treated as follows: 
new - load ending resource in a new window, frame, pane, or other 
      presentation context
replace - load the resource in the same window, frame, pane, or 
          other presentation context
embed - load ending resource in place of the presentation of the 
        starting resource
other - behavior is unconstrained; examine other markup in the 
        link for hints 
none - behavior is unconstrained
xlink:title string optional
xlink:type string simple optional
Source
<element name="position" type="gml:TimeInstantPropertyType" minOccurs="0"/>
Element gml:TimeTopologyComplex
Namespace http://www.opengis.net/gml
Annotations
This element represents temporal topology complex. It shall be the connected acyclic directed graph composed of time nodes and time edges.
Diagram
Diagram index1.tmp#id125 index1.tmp#id98 index1.tmp#id111 index1.tmp#id113 index1.tmp#id97 index1.tmp#id96 index8.tmp#id374 index8.tmp#id663 index29.tmp#id1505 index29.tmp#id1504 index8.tmp#id662
Type gml:TimeTopologyComplexType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Used by
Model gml:metaDataProperty* , gml:description{0,1} , gml:name* , gml:primitive+
Children gml:description, gml:metaDataProperty, gml:name, gml:primitive
Instance
<gml:TimeTopologyComplex gml:id="">
  <gml:metaDataProperty about="" xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:metaDataProperty>
  <gml:description xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:description>
  <gml:name codeSpace="">{0,unbounded}</gml:name>
</gml:TimeTopologyComplex>
Attributes
QName Type Fixed Default Use Annotation
gml:id ID optional
Database handle for the object.  It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.  An external identifier for the object in the form of a URI may be constructed using standard XML and XPointer methods.  This is done by concatenating the URI for the document, a fragment separator, and the value of the id attribute.
Source
<element name="TimeTopologyComplex" type="gml:TimeTopologyComplexType" substitutionGroup="gml:_TimeComplex">
  <annotation>
    <documentation xml:lang="en">This element represents temporal topology complex. It shall be the connected acyclic directed graph composed of time nodes and time edges.</documentation>
  </annotation>
</element>
Element gml:TimeTopologyComplexType / gml:primitive
Namespace http://www.opengis.net/gml
Diagram
Diagram index1.tmp#id100 index29.tmp#id1473 index29.tmp#id1506
Type gml:TimeTopologyPrimitivePropertyType
Properties
content: complex
maxOccurs: unbounded
Model gml:_TimeTopologyPrimitive
Children gml:_TimeTopologyPrimitive
Instance
<gml:primitive xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">
  <gml:_TimeTopologyPrimitive gml:id="">{1,1}</gml:_TimeTopologyPrimitive>
</gml:primitive>
Attributes
QName Type Fixed Default Use Annotation
gml:remoteSchema anyURI optional
Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the XML Schema Section 4.14 Referencing Schemas from Elsewhere.
xlink:actuate restriction of string optional
The 'actuate' attribute is used to communicate the desired timing 
of traversal from the starting resource to the ending resource; 
it's value should be treated as follows:
onLoad - traverse to the ending resource immediately on loading 
         the starting resource 
onRequest - traverse from the starting resource to the ending 
            resource only on a post-loading event triggered for 
            this purpose 
other - behavior is unconstrained; examine other markup in link 
        for hints 
none - behavior is unconstrained
xlink:arcrole anyURI optional
xlink:href anyURI optional
xlink:role anyURI optional
xlink:show restriction of string optional
The 'show' attribute is used to communicate the desired presentation 
of the ending resource on traversal from the starting resource; it's 
value should be treated as follows: 
new - load ending resource in a new window, frame, pane, or other 
      presentation context
replace - load the resource in the same window, frame, pane, or 
          other presentation context
embed - load ending resource in place of the presentation of the 
        starting resource
other - behavior is unconstrained; examine other markup in the 
        link for hints 
none - behavior is unconstrained
xlink:title string optional
xlink:type string simple optional
Source
<element name="primitive" type="gml:TimeTopologyPrimitivePropertyType" maxOccurs="unbounded"/>
Element gml:_TimeTopologyPrimitive
Namespace http://www.opengis.net/gml
Annotations
This abstract element acts as the head of the substitution group for temporal topology primitives.
Diagram
Diagram index1.tmp#id125 index1.tmp#id98 index1.tmp#id111 index1.tmp#id113 index1.tmp#id97 index1.tmp#id96 index8.tmp#id374 index8.tmp#id375 index8.tmp#id373 index29.tmp#id1476 index29.tmp#id1475 index29.tmp#id371 index29.tmp#id370 index8.tmp#id367
Type gml:AbstractTimeTopologyPrimitiveType
Type hierarchy
Properties
content: complex
abstract: true
Substitution Group
Substitution Group Affiliation
Used by
Model gml:metaDataProperty* , gml:description{0,1} , gml:name* , gml:relatedTime* , gml:complex{0,1}
Children gml:complex, gml:description, gml:metaDataProperty, gml:name, gml:relatedTime
Instance
<gml:_TimeTopologyPrimitive gml:id="">
  <gml:metaDataProperty about="" xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:metaDataProperty>
  <gml:description xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:description>
  <gml:name codeSpace="">{0,unbounded}</gml:name>
</gml:_TimeTopologyPrimitive>
Attributes
QName Type Fixed Default Use Annotation
gml:id ID optional
Database handle for the object.  It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.  An external identifier for the object in the form of a URI may be constructed using standard XML and XPointer methods.  This is done by concatenating the URI for the document, a fragment separator, and the value of the id attribute.
Source
<element name="_TimeTopologyPrimitive" type="gml:AbstractTimeTopologyPrimitiveType" abstract="true" substitutionGroup="gml:_TimePrimitive">
  <annotation>
    <documentation xml:lang="en">This abstract element acts as the head of the substitution group for temporal topology primitives.</documentation>
  </annotation>
</element>
Complex Type gml:TimeNodePropertyType
Namespace http://www.opengis.net/gml
Annotations
A time node property can either be any time node element encapsulated in an element of this type 
or an XLink reference to a remote time node element (where remote includes elements located elsewhere in the same document). 
Note that either the reference or the contained element must be given, but not both or none.
Diagram
Diagram index1.tmp#id100 index29.tmp#id370
Used by
Model gml:TimeNode
Children gml:TimeNode
Attributes
QName Type Fixed Default Use Annotation
gml:remoteSchema anyURI optional
Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the XML Schema Section 4.14 Referencing Schemas from Elsewhere.
xlink:actuate restriction of string optional
The 'actuate' attribute is used to communicate the desired timing 
of traversal from the starting resource to the ending resource; 
it's value should be treated as follows:
onLoad - traverse to the ending resource immediately on loading 
         the starting resource 
onRequest - traverse from the starting resource to the ending 
            resource only on a post-loading event triggered for 
            this purpose 
other - behavior is unconstrained; examine other markup in link 
        for hints 
none - behavior is unconstrained
xlink:arcrole anyURI optional
xlink:href anyURI optional
xlink:role anyURI optional
xlink:show restriction of string optional
The 'show' attribute is used to communicate the desired presentation 
of the ending resource on traversal from the starting resource; it's 
value should be treated as follows: 
new - load ending resource in a new window, frame, pane, or other 
      presentation context
replace - load the resource in the same window, frame, pane, or 
          other presentation context
embed - load ending resource in place of the presentation of the 
        starting resource
other - behavior is unconstrained; examine other markup in the 
        link for hints 
none - behavior is unconstrained
xlink:title string optional
xlink:type string simple optional
Source
<complexType name="TimeNodePropertyType">
  <annotation>
    <documentation>A time node property can either be any time node element encapsulated in an element of this type 
			or an XLink reference to a remote time node element (where remote includes elements located elsewhere in the same document). 
			Note that either the reference or the contained element must be given, but not both or none.</documentation>
  </annotation>
  <sequence minOccurs="0">
    <element ref="gml:TimeNode"/>
  </sequence>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType>
Complex Type gml:TimeNodeType
Namespace http://www.opengis.net/gml
Annotations
Type declaration of the element "TimeNode".
Diagram
Diagram index1.tmp#id125 index1.tmp#id98 index1.tmp#id111 index1.tmp#id113 index1.tmp#id97 index1.tmp#id96 index8.tmp#id374 index8.tmp#id375 index8.tmp#id373 index29.tmp#id1476 index29.tmp#id1475 index29.tmp#id1477 index29.tmp#id1483 index29.tmp#id1484
Type extension of gml:AbstractTimeTopologyPrimitiveType
Type hierarchy
Used by
Element gml:TimeNode
Model gml:metaDataProperty* , gml:description{0,1} , gml:name* , gml:relatedTime* , gml:complex{0,1} , gml:previousEdge* , gml:nextEdge* , gml:position{0,1}
Children gml:complex, gml:description, gml:metaDataProperty, gml:name, gml:nextEdge, gml:position, gml:previousEdge, gml:relatedTime
Attributes
QName Type Fixed Default Use Annotation
gml:id ID optional
Database handle for the object.  It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.  An external identifier for the object in the form of a URI may be constructed using standard XML and XPointer methods.  This is done by concatenating the URI for the document, a fragment separator, and the value of the id attribute.
Source
<complexType name="TimeNodeType">
  <annotation>
    <documentation xml:lang="en">Type declaration of the element "TimeNode".</documentation>
  </annotation>
  <complexContent>
    <extension base="gml:AbstractTimeTopologyPrimitiveType">
      <sequence>
        <element name="previousEdge" type="gml:TimeEdgePropertyType" minOccurs="0" maxOccurs="unbounded"/>
        <element name="nextEdge" type="gml:TimeEdgePropertyType" minOccurs="0" maxOccurs="unbounded"/>
        <element name="position" type="gml:TimeInstantPropertyType" minOccurs="0"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Complex Type gml:AbstractTimeTopologyPrimitiveType
Namespace http://www.opengis.net/gml
Annotations
The element "complex" carries a reference to the complex containing this primitive.
Diagram
Diagram index1.tmp#id125 index1.tmp#id98 index1.tmp#id111 index1.tmp#id113 index1.tmp#id97 index1.tmp#id96 index8.tmp#id374 index8.tmp#id375 index8.tmp#id373 index29.tmp#id1476
Type extension of gml:AbstractTimePrimitiveType
Type hierarchy
Properties
abstract: true
Used by
Model gml:metaDataProperty* , gml:description{0,1} , gml:name* , gml:relatedTime* , gml:complex{0,1}
Children gml:complex, gml:description, gml:metaDataProperty, gml:name, gml:relatedTime
Attributes
QName Type Fixed Default Use Annotation
gml:id ID optional
Database handle for the object.  It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.  An external identifier for the object in the form of a URI may be constructed using standard XML and XPointer methods.  This is done by concatenating the URI for the document, a fragment separator, and the value of the id attribute.
Source
<complexType name="AbstractTimeTopologyPrimitiveType" abstract="true">
  <annotation>
    <documentation xml:lang="en">The element "complex" carries a reference to the complex containing this primitive.</documentation>
  </annotation>
  <complexContent>
    <extension base="gml:AbstractTimePrimitiveType">
      <sequence>
        <element name="complex" type="gml:ReferenceType" minOccurs="0"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Complex Type gml:TimeEdgePropertyType
Namespace http://www.opengis.net/gml
Annotations
A time edge property can either be any time edge element encapsulated in an element of this type 
or an XLink reference to a remote time edge element (where remote includes elements located elsewhere in the same document). 
Note that either the reference or the contained element must be given, but not both or none.
Diagram
Diagram index1.tmp#id100 index29.tmp#id371
Used by
Model gml:TimeEdge
Children gml:TimeEdge
Attributes
QName Type Fixed Default Use Annotation
gml:remoteSchema anyURI optional
Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the XML Schema Section 4.14 Referencing Schemas from Elsewhere.
xlink:actuate restriction of string optional
The 'actuate' attribute is used to communicate the desired timing 
of traversal from the starting resource to the ending resource; 
it's value should be treated as follows:
onLoad - traverse to the ending resource immediately on loading 
         the starting resource 
onRequest - traverse from the starting resource to the ending 
            resource only on a post-loading event triggered for 
            this purpose 
other - behavior is unconstrained; examine other markup in link 
        for hints 
none - behavior is unconstrained
xlink:arcrole anyURI optional
xlink:href anyURI optional
xlink:role anyURI optional
xlink:show restriction of string optional
The 'show' attribute is used to communicate the desired presentation 
of the ending resource on traversal from the starting resource; it's 
value should be treated as follows: 
new - load ending resource in a new window, frame, pane, or other 
      presentation context
replace - load the resource in the same window, frame, pane, or 
          other presentation context
embed - load ending resource in place of the presentation of the 
        starting resource
other - behavior is unconstrained; examine other markup in the 
        link for hints 
none - behavior is unconstrained
xlink:title string optional
xlink:type string simple optional
Source
<complexType name="TimeEdgePropertyType">
  <annotation>
    <documentation>A time edge property can either be any time edge element encapsulated in an element of this type 
			or an XLink reference to a remote time edge element (where remote includes elements located elsewhere in the same document). 
			Note that either the reference or the contained element must be given, but not both or none.</documentation>
  </annotation>
  <sequence minOccurs="0">
    <element ref="gml:TimeEdge"/>
  </sequence>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType>
Complex Type gml:TimeEdgeType
Namespace http://www.opengis.net/gml
Annotations
Type declaration of the element "TimeEdge".
Diagram
Diagram index1.tmp#id125 index1.tmp#id98 index1.tmp#id111 index1.tmp#id113 index1.tmp#id97 index1.tmp#id96 index8.tmp#id374 index8.tmp#id375 index8.tmp#id373 index29.tmp#id1476 index29.tmp#id1475 index29.tmp#id1480 index29.tmp#id1481 index29.tmp#id1482
Type extension of gml:AbstractTimeTopologyPrimitiveType
Type hierarchy
Used by
Element gml:TimeEdge
Model gml:metaDataProperty* , gml:description{0,1} , gml:name* , gml:relatedTime* , gml:complex{0,1} , gml:start , gml:end , gml:extent{0,1}
Children gml:complex, gml:description, gml:end, gml:extent, gml:metaDataProperty, gml:name, gml:relatedTime, gml:start
Attributes
QName Type Fixed Default Use Annotation
gml:id ID optional
Database handle for the object.  It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.  An external identifier for the object in the form of a URI may be constructed using standard XML and XPointer methods.  This is done by concatenating the URI for the document, a fragment separator, and the value of the id attribute.
Source
<complexType name="TimeEdgeType">
  <annotation>
    <documentation xml:lang="en">Type declaration of the element "TimeEdge".</documentation>
  </annotation>
  <complexContent>
    <extension base="gml:AbstractTimeTopologyPrimitiveType">
      <sequence>
        <element name="start" type="gml:TimeNodePropertyType"/>
        <element name="end" type="gml:TimeNodePropertyType"/>
        <element name="extent" type="gml:TimePeriodPropertyType" minOccurs="0"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Complex Type gml:TimeTopologyComplexType
Namespace http://www.opengis.net/gml
Annotations
A temporal topology complex.
Diagram
Diagram index1.tmp#id125 index1.tmp#id98 index1.tmp#id111 index1.tmp#id113 index1.tmp#id97 index1.tmp#id96 index8.tmp#id374 index8.tmp#id663 index29.tmp#id1505
Type extension of gml:AbstractTimeComplexType
Type hierarchy
Used by
Model gml:metaDataProperty* , gml:description{0,1} , gml:name* , gml:primitive+
Children gml:description, gml:metaDataProperty, gml:name, gml:primitive
Attributes
QName Type Fixed Default Use Annotation
gml:id ID optional
Database handle for the object.  It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.  An external identifier for the object in the form of a URI may be constructed using standard XML and XPointer methods.  This is done by concatenating the URI for the document, a fragment separator, and the value of the id attribute.
Source
<complexType name="TimeTopologyComplexType">
  <annotation>
    <documentation xml:lang="en">A temporal topology complex.</documentation>
  </annotation>
  <complexContent>
    <extension base="gml:AbstractTimeComplexType">
      <sequence>
        <element name="primitive" type="gml:TimeTopologyPrimitivePropertyType" maxOccurs="unbounded"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Complex Type gml:TimeTopologyPrimitivePropertyType
Namespace http://www.opengis.net/gml
Annotations
A time topology primitive property can either hold any time topology complex element
eor carry an XLink reference to a remote time topology complex element 
(where remote includes elements located elsewhere in the same document). 
Note that either the reference or the contained element must be given, but not both or none.
Diagram
Diagram index1.tmp#id100 index29.tmp#id1473
Used by
Model gml:_TimeTopologyPrimitive
Children gml:_TimeTopologyPrimitive
Attributes
QName Type Fixed Default Use Annotation
gml:remoteSchema anyURI optional
Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the XML Schema Section 4.14 Referencing Schemas from Elsewhere.
xlink:actuate restriction of string optional
The 'actuate' attribute is used to communicate the desired timing 
of traversal from the starting resource to the ending resource; 
it's value should be treated as follows:
onLoad - traverse to the ending resource immediately on loading 
         the starting resource 
onRequest - traverse from the starting resource to the ending 
            resource only on a post-loading event triggered for 
            this purpose 
other - behavior is unconstrained; examine other markup in link 
        for hints 
none - behavior is unconstrained
xlink:arcrole anyURI optional
xlink:href anyURI optional
xlink:role anyURI optional
xlink:show restriction of string optional
The 'show' attribute is used to communicate the desired presentation 
of the ending resource on traversal from the starting resource; it's 
value should be treated as follows: 
new - load ending resource in a new window, frame, pane, or other 
      presentation context
replace - load the resource in the same window, frame, pane, or 
          other presentation context
embed - load ending resource in place of the presentation of the 
        starting resource
other - behavior is unconstrained; examine other markup in the 
        link for hints 
none - behavior is unconstrained
xlink:title string optional
xlink:type string simple optional
Source
<complexType name="TimeTopologyPrimitivePropertyType">
  <annotation>
    <documentation>A time topology primitive property can either hold any time topology complex element
			 eor carry an XLink reference to a remote time topology complex element 
			 (where remote includes elements located elsewhere in the same document). 
			 Note that either the reference or the contained element must be given, but not both or none.</documentation>
  </annotation>
  <sequence minOccurs="0">
    <element ref="gml:_TimeTopologyPrimitive"/>
  </sequence>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType>
Complex Type gml:TimeTopologyComplexPropertyType
Namespace http://www.opengis.net/gml
Annotations
A time topology complex property can either be any time topology complex element
encapsulated in an element of this type or an XLink reference to a remote time topology complex element 
(where remote includes elements located elsewhere in the same document). 
Note that either the reference or the contained element must be given, but not both or none.
Diagram
Diagram index1.tmp#id100 index29.tmp#id613
Model gml:TimeTopologyComplex
Children gml:TimeTopologyComplex
Attributes
QName Type Fixed Default Use Annotation
gml:remoteSchema anyURI optional
Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the XML Schema Section 4.14 Referencing Schemas from Elsewhere.
xlink:actuate restriction of string optional
The 'actuate' attribute is used to communicate the desired timing 
of traversal from the starting resource to the ending resource; 
it's value should be treated as follows:
onLoad - traverse to the ending resource immediately on loading 
         the starting resource 
onRequest - traverse from the starting resource to the ending 
            resource only on a post-loading event triggered for 
            this purpose 
other - behavior is unconstrained; examine other markup in link 
        for hints 
none - behavior is unconstrained
xlink:arcrole anyURI optional
xlink:href anyURI optional
xlink:role anyURI optional
xlink:show restriction of string optional
The 'show' attribute is used to communicate the desired presentation 
of the ending resource on traversal from the starting resource; it's 
value should be treated as follows: 
new - load ending resource in a new window, frame, pane, or other 
      presentation context
replace - load the resource in the same window, frame, pane, or 
          other presentation context
embed - load ending resource in place of the presentation of the 
        starting resource
other - behavior is unconstrained; examine other markup in the 
        link for hints 
none - behavior is unconstrained
xlink:title string optional
xlink:type string simple optional
Source
<complexType name="TimeTopologyComplexPropertyType">
  <annotation>
    <documentation>A time topology complex property can either be any time topology complex element
			 encapsulated in an element of this type or an XLink reference to a remote time topology complex element 
			 (where remote includes elements located elsewhere in the same document). 
			 Note that either the reference or the contained element must be given, but not both or none.</documentation>
  </annotation>
  <sequence minOccurs="0">
    <element ref="gml:TimeTopologyComplex"/>
  </sequence>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType>
Simple Type gml:SuccessionType
Namespace http://www.opengis.net/gml
Annotations
Feature succession is a semantic relationship derived from evaluation of observer, and 
Feature Substitution, Feature Division and Feature Fusion are defined as associations between 
previous features and next features in the temporal context. 
Successions shall be represented in either following two ways. 
* define a temporal topological complex element as a feature element 
* define an association same as temporal topological complex between features.
Diagram
Diagram
Type restriction of string
Facets
enumeration substitution
enumeration division
enumeration fusion
enumeration initiation
Source
<simpleType name="SuccessionType">
  <annotation>
    <documentation>Feature succession is a semantic relationship derived from evaluation of observer, and 
			Feature Substitution, Feature Division and Feature Fusion are defined as associations between 
			previous features and next features in the temporal context. 
			Successions shall be represented in either following two ways. 
			* define a temporal topological complex element as a feature element 
			* define an association same as temporal topological complex between features.</documentation>
  </annotation>
  <restriction base="string">
    <enumeration value="substitution"/>
    <enumeration value="division"/>
    <enumeration value="fusion"/>
    <enumeration value="initiation"/>
  </restriction>
</simpleType>