Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Attribute time / @time
Namespace No namespace
Type union of(xsd:time, xsd:dateTime)
Properties
use: required
Used by
Attribute Group time
Source
<xsd:attribute name="time" use="required">
  <xsd:simpleType>
    <xsd:union>
      <xsd:simpleType>
        <xsd:restriction base="xsd:time"/>
      </xsd:simpleType>
      <xsd:simpleType>
        <xsd:restriction base="xsd:dateTime"/>
      </xsd:simpleType>
    </xsd:union>
  </xsd:simpleType>
</xsd:attribute>
Attribute Group time
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0/CSD13
Annotations
<type>Attlist</type>
<name>time</name>
<comment>The attribute time is used to give a normalized value for a time according to the XSD syntax HH:MM:SS</comment>
Diagram
Diagram AkomaNtoso30-csd13_xsd_Attribute_Group_time.tmp#time_time
Used by
Elements recordedTime, time
Attributes
QName Type Fixed Default Use Annotation
time union of(xsd:time, xsd:dateTime) required
Source
<xsd:attributeGroup name="time">
  <xsd:annotation>
    <xsd:documentation>
      <type>Attlist</type>
      <name>time</name>
      <comment>The attribute time is used to give a normalized value for a time according to the XSD syntax HH:MM:SS</comment>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:attribute name="time" use="required">
    <xsd:simpleType>
      <xsd:union>
        <xsd:simpleType>
          <xsd:restriction base="xsd:time"/>
        </xsd:simpleType>
        <xsd:simpleType>
          <xsd:restriction base="xsd:dateTime"/>
        </xsd:simpleType>
      </xsd:union>
    </xsd:simpleType>
  </xsd:attribute>
</xsd:attributeGroup>