Element timeInterval
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0/WD17
Annotations
<type>Element</type>
<name>timeInterval</name>
<comment>The element timeInterval contains all the data needed to identify a specific time interval. It is built either with two dates or with a date and a duration (exactly two of the 'start', 'end' and 'duration' attributes can be specified). Values of the 'start' and 'end' attributes are NOT dates, but references to event elements in the corresponding metadata section. The refers attribute is a reference to a temporal concept belonging to the Akoma Ntoso ontology and specified in the references section</comment>
Diagram
Diagram akomantoso30_xsd_Attribute_Group_core.tmp#core akomantoso30_xsd_Attribute_Group_idopt.tmp#idopt akomantoso30_xsd_Complex_Type_metaopt.tmp#metaopt akomantoso30_xsd_Attribute_Group_interval.tmp#interval akomantoso30_xsd_Attribute_Group_duration.tmp#http___docs.oasis-open.org_legaldocml_ns_akn_3.0_WD17_duration akomantoso30_xsd_Attribute_Group_refersreq.tmp#refersreq
Type extension of metaopt
Type hierarchy
Properties
content: complex
Used by
Element temporalGroup
Attributes
QName Type Fixed Default Use Annotation
GUID noWhiteSpace optional
duration xsd:duration optional
eId noWhiteSpace optional
end eventRefRef optional
refersTo list of referenceRef required
start eventRefRef optional
wId noWhiteSpace optional
Source
<xsd:element name="timeInterval">
  <xsd:annotation>
    <xsd:documentation>
      <type>Element</type>
      <name>timeInterval</name>
      <comment>The element timeInterval contains all the data needed to identify a specific time interval. It is built either with two dates or with a date and a duration (exactly two of the 'start', 'end' and 'duration' attributes can be specified). Values of the 'start' and 'end' attributes are NOT dates, but references to event elements in the corresponding metadata section. The refers attribute is a reference to a temporal concept belonging to the Akoma Ntoso ontology and specified in the references section</comment>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:complexContent>
      <xsd:extension base="metaopt">
        <xsd:attributeGroup ref="interval"/>
        <xsd:attributeGroup ref="duration"/>
        <xsd:attributeGroup ref="refersreq"/>
      </xsd:extension>
    </xsd:complexContent>
  </xsd:complexType>
</xsd:element>