Attribute interval / @start
Namespace No namespace
Type eventRefRef
Properties
content: simple
Used by
Attribute Group interval
Source
<xsd:attribute name="start" type="eventRefRef"/>
Attribute interval / @end
Namespace No namespace
Type eventRefRef
Properties
content: simple
Used by
Attribute Group interval
Source
<xsd:attribute name="end" type="eventRefRef"/>
Attribute Group interval
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0
Annotations
<type>Attlist</type>
<name>interval</name>
<comment>The start and end attributes are used to specify events that mark the beginning and the end of a time interval. Both are references to eventRef elements in the lifecycle element</comment>
Diagram
Diagram akomantoso30_xsd_Attribute_Group_interval.tmp#interval_start akomantoso30_xsd_Attribute_Group_interval.tmp#interval_end
Used by
Element timeInterval
Attributes
QName Type Fixed Default Use Annotation
end eventRefRef optional
start eventRefRef optional
Source
<xsd:attributeGroup name="interval">
  <xsd:annotation>
    <xsd:documentation>
      <type>Attlist</type>
      <name>interval</name>
      <comment>The start and end attributes are used to specify events that mark the beginning and the end of a time interval. Both are references to eventRef elements in the lifecycle element</comment>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:attribute name="start" type="eventRefRef"/>
  <xsd:attribute name="end" type="eventRefRef"/>
</xsd:attributeGroup>