Simple Type timeType
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0
Annotations
<type>Simple</type>
<name>timeType</name>
<comment>This is the list of allowed values for the type attribute of the recordedTime element for the specification of an explicit mention of a time (e.g., in a debate)</comment>
Diagram
Diagram
Type restriction of xsd:string
Facets
enumeration startEvent
enumeration endEvent
Used by
Source
<xsd:simpleType name="timeType">
  <xsd:annotation>
    <xsd:documentation>
      <type>Simple</type>
      <name>timeType</name>
      <comment>This is the list of allowed values for the type attribute of the recordedTime element for the specification of an explicit mention of a time (e.g., in a debate)</comment>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="startEvent"/>
    <xsd:enumeration value="endEvent"/>
  </xsd:restriction>
</xsd:simpleType>