complexType TimeCoordinateSystemType
diagram index_p804.png
namespace http://www.opengis.net/gml
type extension of gml:AbstractTimeReferenceSystemType
properties
base gml:AbstractTimeReferenceSystemType
children gml:metaDataProperty gml:description gml:name gml:domainOfValidity gml:originPosition gml:origin gml:interval
used by
element TimeCoordinateSystem
attributes
Name  Type  Use  Default  Fixed  annotation
idrequired      
documentation
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.
annotation
documentation
A temporal coordinate system is based on a continuous interval scale defined in terms of a single time interval.
source <xs:complexType name="TimeCoordinateSystemType">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">A temporal coordinate system is based on a continuous interval scale defined in terms of a single time interval.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="gml:AbstractTimeReferenceSystemType">
     
<xs:sequence>
       
<xs:choice>
         
<xs:element name="originPosition" type="gml:TimePositionType"/>
         
<xs:element name="origin" type="gml:TimeInstantPropertyType"/>
       
</xs:choice>
       
<xs:element name="interval" type="gml:TimeIntervalLengthType"/>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element TimeCoordinateSystemType/originPosition
diagram index_p805.png
namespace http://www.opengis.net/gml
type gml:TimePositionType
properties
isRef 0
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
framexs:anyURIoptional  #ISO-8601    
calendarEraNamexs:stringoptional      
indeterminatePositiongml:TimeIndeterminateValueTypeoptional      
source <xs:element name="originPosition" type="gml:TimePositionType"/>

element TimeCoordinateSystemType/origin
diagram index_p806.png
namespace http://www.opengis.net/gml
type gml:TimeInstantPropertyType
properties
isRef 0
content complex
children gml:TimeInstant
used by
complexType TemporalDatumType
attributes
Name  Type  Use  Default  Fixed  annotation
type    simple  
href      
role      
arcrole      
title      
show      
actuate      
remoteSchemaoptional      
documentation
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.
source <xs:element name="origin" type="gml:TimeInstantPropertyType"/>

element TimeCoordinateSystemType/interval
diagram index_p807.png
namespace http://www.opengis.net/gml
type gml:TimeIntervalLengthType
properties
isRef 0
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
unitgml:TimeUnitTyperequired      
radixxs:positiveIntegeroptional      
factorxs:integeroptional      
source <xs:element name="interval" type="gml:TimeIntervalLengthType"/>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy