gmd:CI_Date_Type

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xs:ID optional
uuid xs:string optional

Used By

Element gmd:CI_Date

Source

<xs:complexType name="CI_Date_Type">
  <xs:complexContent>
    <xs:extension base="gco:AbstractObject_Type">
      <xs:sequence>
        <xs:element name="date" type="gco:Date_PropertyType"/>
        <xs:element name="dateType" type="gmd:CI_DateTypeCode_PropertyType"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>