<complexType name="LegalExpressionType">
<annotation>
<documentation>An ELI LegalExpression</documentation>
</annotation>
<complexContent>
<extension base="eli:IdentifiableType">
<sequence>
<element minOccurs="0" maxOccurs="unbounded" ref="eli:amended_by"/>
<element ref="eli:amends" minOccurs="0" maxOccurs="unbounded"/>
<element ref="eli:applies" minOccurs="0" maxOccurs="unbounded"/>
<element ref="eli:basis_for" minOccurs="0" maxOccurs="unbounded"/>
<element ref="eli:changed_by" minOccurs="0" maxOccurs="unbounded"/>
<element ref="eli:changes" minOccurs="0" maxOccurs="unbounded"/>
<element ref="eli:cited_by" minOccurs="0" maxOccurs="unbounded"/>
<element ref="eli:cites" minOccurs="0" maxOccurs="unbounded"/>
<element ref="eli:commenced_by" minOccurs="0" maxOccurs="unbounded"/>
<element ref="eli:commences" minOccurs="0" maxOccurs="unbounded"/>
<element ref="eli:consolidated_by" minOccurs="0" maxOccurs="unbounded"/>
<element ref="eli:consolidates" minOccurs="0" maxOccurs="unbounded"/>
<element ref="eli:corrected_by" minOccurs="0" maxOccurs="unbounded"/>
<element ref="eli:corrects" minOccurs="0" maxOccurs="unbounded"/>
<element ref="eli:date_publication" minOccurs="0" maxOccurs="1">
<annotation>
<documentation>date_publication can occur maximum once.</documentation>
</annotation>
</element>
<element ref="eli:date_no_longer_in_force" minOccurs="0" maxOccurs="1">
<annotation>
<documentation>date_no_longer_in_force can occur maximum once.</documentation>
</annotation>
</element>
<element ref="eli:date_applicability" minOccurs="0" maxOccurs="unbounded"/>
<element ref="eli:description" minOccurs="0" maxOccurs="unbounded"/>
<element ref="eli:first_date_entry_in_force" minOccurs="0" maxOccurs="1">
<annotation>
<documentation>first_date_entry_in_force can occur maximum once.</documentation>
</annotation>
</element>
<element ref="eli:id_local" minOccurs="0" maxOccurs="unbounded"/>
<element ref="eli:jurisdiction" minOccurs="0" maxOccurs="unbounded"/>
<element ref="eli:number" minOccurs="0" maxOccurs="unbounded"/>
<element ref="eli:publisher" minOccurs="0" maxOccurs="unbounded"/>
<element ref="eli:publisher_agent" minOccurs="0" maxOccurs="unbounded"/>
<element ref="eli:related_to" minOccurs="0" maxOccurs="unbounded"/>
<element ref="eli:relevant_for" minOccurs="0" maxOccurs="unbounded"/>
<element ref="eli:repealed_by" minOccurs="0" maxOccurs="unbounded"/>
<element ref="eli:repeals" minOccurs="0" maxOccurs="unbounded"/>
<element ref="eli:title" minOccurs="1" maxOccurs="unbounded">
<annotation>
<documentation>title must occur at least once.</documentation>
</annotation>
</element>
<element ref="eli:title_alternative" minOccurs="0" maxOccurs="unbounded"/>
<element ref="eli:title_short" minOccurs="0" maxOccurs="unbounded"/>
<element ref="eli:transposes" minOccurs="0" maxOccurs="unbounded"/>
<element ref="eli:version" minOccurs="0" maxOccurs="unbounded"/>
<element ref="eli:version_date" minOccurs="0" maxOccurs="unbounded"/>
<element ref="eli:Format" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
<attribute name="in_force" type="eli:InForceType" use="optional"/>
<attribute name="language" type="eli:string-language" use="required">
<annotation>
<documentation>Should contain the 3-letter code of the language, from the OP language table at http://publications.europa.eu/mdr/authority/language/index.html. Multiple language values can be separated by a whitespace character.</documentation>
</annotation>
</attribute>
</extension>
</complexContent>
</complexType> |