Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element temporalData
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0/CSD13
Annotations
The element temporalGroup contains a list of time Intervals that need to be applied together to an element of the document that is associated to time information. Each temporal group can contain any number of time interval associated via the refersTo to a different time-specific concept.
Diagram
Diagram AkomaNtoso30-csd13_xsd_Attribute_Group_source.tmp#source AkomaNtoso30-csd13_xsd_Element_temporalGroup.tmp#temporalGroup
Properties
content: complex
Used by
Element meta
Model temporalGroup+
Children temporalGroup
Instance
<temporalData source="" xmlns="http://docs.oasis-open.org/legaldocml/ns/akn/3.0/CSD13">
  <temporalGroup eId="" GUID="" wId="">{1,unbounded}</temporalGroup>
</temporalData>
Attributes
QName Type Fixed Default Use Annotation
source xsd:anyURI required
Source
<xsd:element name="temporalData">
  <xsd:annotation>
    <xsd:documentation>The element temporalGroup contains a list of time Intervals that need to be applied together to an element of the document that is associated to time information. Each temporal group can contain any number of time interval associated via the refersTo to a different time-specific concept.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="temporalGroup" minOccurs="1" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:attributeGroup ref="source"/>
  </xsd:complexType>
</xsd:element>