Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element temporalGroup
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0/CSD13
Annotations
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
Diagram
Diagram AkomaNtoso30-csd13_xsd_Attribute_Group_core.tmp#core AkomaNtoso30-csd13_xsd_Attribute_Group_idreq.tmp#idreq AkomaNtoso30-csd13_xsd_Element_timeInterval.tmp#timeInterval
Properties
content: complex
Used by
Element temporalData
Model timeInterval+
Children timeInterval
Instance
<temporalGroup eId="" GUID="" wId="" xmlns="http://docs.oasis-open.org/legaldocml/ns/akn/3.0/CSD13">
  <timeInterval duration="" eId="" end="" GUID="" refersTo="" start="" wId="">{1,unbounded}</timeInterval>
</temporalGroup>
Attributes
QName Type Fixed Default Use Annotation
GUID noWhiteSpace optional
eId noWhiteSpace optional
wId noWhiteSpace optional
Source
<xsd:element name="temporalGroup">
  <xsd:annotation>
    <xsd:documentation>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</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="timeInterval" minOccurs="1" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:attributeGroup ref="core"/>
    <xsd:attributeGroup ref="idreq"/>
  </xsd:complexType>
</xsd:element>