Attribute range / @from
Namespace No namespace
Type eIdRef
Properties
use: required
Used by
Attribute Group range
Source
<xsd:attribute name="from" type="eIdRef" use="required"/>
Attribute Group range
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0
Annotations
<type>Attlist</type>
<name>range</name>
<comment>These attributes are used in range-based elements to specify the eId of the beginning and ending element of the range.</comment>
Diagram
Diagram akomantoso30_xsd_Attribute_Group_range.tmp#range_from akomantoso30_xsd_Attribute_Group_upTo.tmp#upTo_upTo akomantoso30_xsd_Attribute_Group_upTo.tmp#upTo
Used by
Elements rmod, rref
Attributes
QName Type Fixed Default Use Annotation
from eIdRef required
upTo eIdRef required
Source
<xsd:attributeGroup name="range">
  <xsd:annotation>
    <xsd:documentation>
      <type>Attlist</type>
      <name>range</name>
      <comment>These attributes are used in range-based elements to specify the eId of the beginning and ending element of the range.</comment>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:attribute name="from" type="eIdRef" use="required"/>
  <xsd:attributeGroup ref="upTo"/>
</xsd:attributeGroup>