complexType TimeClockType
diagram index_p799.png
namespace http://www.opengis.net/gml
type extension of gml:AbstractTimeReferenceSystemType
properties
base gml:AbstractTimeReferenceSystemType
final #all
children gml:metaDataProperty gml:description gml:name gml:domainOfValidity gml:referenceEvent gml:referenceTime gml:utcReference gml:dateBasis
used by
element TimeClock
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 clock provides a basis for defining temporal position within a day.
      A clock must be used with a calendar in order to provide a complete description of a temporal position
      within a specific day.
source <xs:complexType name="TimeClockType" final="#all">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">A clock provides a basis for defining temporal position within a day.
      A clock must be used with a calendar in order to provide a complete description of a temporal position
      within a specific day.
</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="gml:AbstractTimeReferenceSystemType">
     
<xs:sequence>
       
<xs:element name="referenceEvent" type="gml:StringOrRefType">
         
<xs:annotation>
           
<xs:documentation>Name or description of an event, such as solar noon or sunrise,
              which fixes the position of the base scale of the clock.
</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="referenceTime" type="time">
         
<xs:annotation>
           
<xs:documentation>time of day associated with the reference event expressed as
              a time of day in the given clock. The reference time is usually the origin of the clock scale.
</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="utcReference" type="time">
         
<xs:annotation>
           
<xs:documentation>24 hour local or UTC time that corresponds to the reference time.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="dateBasis" type="gml:TimeCalendarPropertyType" minOccurs="0" maxOccurs="unbounded"/>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element TimeClockType/referenceEvent
diagram index_p800.png
namespace http://www.opengis.net/gml
type gml:StringOrRefType
properties
isRef 0
content complex
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.
annotation
documentation
Name or description of an event, such as solar noon or sunrise,
              which fixes the position of the base scale of the clock.
source <xs:element name="referenceEvent" type="gml:StringOrRefType">
 
<xs:annotation>
   
<xs:documentation>Name or description of an event, such as solar noon or sunrise,
              which fixes the position of the base scale of the clock.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element TimeClockType/referenceTime
diagram index_p801.png
namespace http://www.opengis.net/gml
type xs:time
properties
isRef 0
content simple
annotation
documentation
time of day associated with the reference event expressed as
              a time of day in the given clock. The reference time is usually the origin of the clock scale.
source <xs:element name="referenceTime" type="time">
 
<xs:annotation>
   
<xs:documentation>time of day associated with the reference event expressed as
              a time of day in the given clock. The reference time is usually the origin of the clock scale.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element TimeClockType/utcReference
diagram index_p802.png
namespace http://www.opengis.net/gml
type xs:time
properties
isRef 0
content simple
annotation
documentation
24 hour local or UTC time that corresponds to the reference time.
source <xs:element name="utcReference" type="time">
 
<xs:annotation>
   
<xs:documentation>24 hour local or UTC time that corresponds to the reference time.</xs:documentation>
 
</xs:annotation>
</xs:element>

element TimeClockType/dateBasis
diagram index_p803.png
namespace http://www.opengis.net/gml
type gml:TimeCalendarPropertyType
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children gml:TimeCalendar
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="dateBasis" type="gml:TimeCalendarPropertyType" minOccurs="0" maxOccurs="unbounded"/>


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