Definition Type: Element
Name: referenceDate
Namespace: http://www.opengis.net/gml
Type: date:http://www.w3.org/2001/XMLSchema
Containing Schema: temporalReferenceSystems.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Default 0001-01-01
Documentation:
Date of the referenceEvent expressed as a date in the given calendar. In most calendars, this date is the origin (i.e., the first day) of the scale, but this is not always true.
Collapse XSD Schema Diagram:
XSD Diagram of referenceDate in schema temporalreferencesystems_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<element name="referenceDate" type="date" default="0001-01-01" minOccurs="0">
    <annotation>
        <documentation>Date of the referenceEvent expressed as a date in the given calendar. 
              In most calendars, this date is the origin (i.e., the first day) of the scale, but this is not always true.</documentation>
    </annotation>
</element>