eli:LegalResourceSubdivisionType

An ELI LegalResourceSubdivision. A LegalResource can embed only other LegalResourceSubdivisions.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
eli:URI anyURI required
eli:in_force eli:InForceType optional
eli:uri_schema string optional
uri_schema is defined as an attribute because it is a technical metadata on the URI. Note also that uri_schema is defined as a string while in ELI 1.1 it is defined as an object property to a URI.

Used By

Source

<complexType name="LegalResourceSubdivisionType">
  <annotation>
    <documentation>An ELI LegalResourceSubdivision. A LegalResource can embed only other LegalResourceSubdivisions.</documentation>
  </annotation>
  <complexContent>
    <extension base="eli:LegalResourceOrLegalResourceSubdivision">
      <sequence>
        <element name="LegalResourceSubdivision" type="eli:LegalResourceSubdivisionType" minOccurs="0" maxOccurs="unbounded">
          <annotation>
            <documentation>The inclusion of the XML LegalResourceSubdivision element corresponds to the ELI is_part_of/has_part property pair.</documentation>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>