Showing:

Annotations
Attributes
Diagrams
Model
Properties
Source
Used by
Included schema temporalObjects.xsd
Namespace http://www.isotc211.org/2005/gts
Annotations
Geographic Temporal Schema (GTS) extensible markup language is a component of the XML Schema Implementation of Geographic Information Metadata documented in ISO/TS 19139:2007. GTS includes all the definitions of http://www.isotc211.org/2005/gts namespace. The root document of this namespace is the file gts.xsd. The temporalObjects.xsd schema contains the XML implementation of TM_Object, TM_Primitive and TM_PeriodDuration from ISO 19108. The encoding of these classes is mapped to ISO 19136 temporal types and W3C built-in types.
Properties
attribute form default unqualified
element form default qualified
version 2012-07-13
Element gts:TM_PeriodDuration
Namespace http://www.isotc211.org/2005/gts
Diagram
Diagram
Type xs:duration
Properties
content simple
Used by
Source
<xs:element name="TM_PeriodDuration" type="xs:duration"/>
Complex Type gts:TM_Primitive_PropertyType
Namespace http://www.isotc211.org/2005/gts
Diagram
DiagramgcoBase_xsd.tmp#ObjectReferencegcoBase_xsd.tmp#nilReason
Used by
Model
AbstractTimePrimitive
Children AbstractTimePrimitive
Attributes
Source
<xs:complexType name="TM_Primitive_PropertyType">
  <xs:sequence minOccurs="0">
    <xs:element ref="gml:AbstractTimePrimitive"/>
  </xs:sequence>
  <xs:attributeGroup ref="gco:ObjectReference"/>
  <xs:attribute ref="gco:nilReason"/>
</xs:complexType>
Complex Type gts:TM_PeriodDuration_PropertyType
Namespace http://www.isotc211.org/2005/gts
Diagram
DiagramgcoBase_xsd.tmp#nilReasontemporalObjects_xsd.tmp#TM_PeriodDuration
Used by
Model
Children gts:TM_PeriodDuration
Attributes
QName Type Use
gco:nilReason gml:NilReasonType optional
Source
<xs:complexType name="TM_PeriodDuration_PropertyType">
  <xs:sequence minOccurs="0">
    <xs:element ref="gts:TM_PeriodDuration"/>
  </xs:sequence>
  <xs:attribute ref="gco:nilReason"/>
</xs:complexType>