Attribute date / @date
Namespace No namespace
Type union of(xsd:date, xsd:dateTime)
Properties
use: required
Used by
Attribute Group date
Source
<xsd:attribute name="date" use="required">
  <xsd:simpleType>
    <xsd:union>
      <xsd:simpleType>
        <xsd:restriction base="xsd:date"/>
      </xsd:simpleType>
      <xsd:simpleType>
        <xsd:restriction base="xsd:dateTime"/>
      </xsd:simpleType>
    </xsd:union>
  </xsd:simpleType>
</xsd:attribute>
Attribute Group date
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0
Annotations
<type>Attlist</type>
<name>date</name>
<comment>The attribute date is used to give a normalized value for a date according to the XSD syntax YYYY-MM-DD or a normalized value for a dateTime according to the XSD syntax YYYY-MM-DDThh:mm:ss(zzzz)</comment>
Diagram
Diagram akomantoso30_xsd_Attribute_Group_date.tmp#date_date
Used by
Attributes
QName Type Fixed Default Use Annotation
date union of(xsd:date, xsd:dateTime) required
Source
<xsd:attributeGroup name="date">
  <xsd:annotation>
    <xsd:documentation>
      <type>Attlist</type>
      <name>date</name>
      <comment>The attribute date is used to give a normalized value for a date according to the XSD syntax YYYY-MM-DD or a normalized value for a dateTime according to the XSD syntax YYYY-MM-DDThh:mm:ss(zzzz)</comment>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:attribute name="date" use="required">
    <xsd:simpleType>
      <xsd:union>
        <xsd:simpleType>
          <xsd:restriction base="xsd:date"/>
        </xsd:simpleType>
        <xsd:simpleType>
          <xsd:restriction base="xsd:dateTime"/>
        </xsd:simpleType>
      </xsd:union>
    </xsd:simpleType>
  </xsd:attribute>
</xsd:attributeGroup>