<complexType name="LegalResourceType">
<annotation>
<documentation>An ELI LegalResource. A LegalResource can embed other LegalResource or LegalResourceSubdivision.</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>
<element name="LegalResource" type="eli:LegalResourceType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<documentation>The inclusion of the XML LegalResource element corresponds to the ELI is_member_of/has_member property pair.</documentation>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType> |