<complexType name="FormatType">
<annotation>
<documentation>An ELI Format</documentation>
</annotation>
<complexContent>
<extension base="eli:IdentifiableType">
<sequence>
<element ref="eli:cited_by" minOccurs="0" maxOccurs="unbounded">
<annotation>
<documentation>An ELI Format can be cited.</documentation>
</annotation>
</element>
<element ref="eli:corrected_by" minOccurs="0" maxOccurs="unbounded">
<annotation>
<documentation>An ELI Format can be corrected.</documentation>
</annotation>
</element>
<element ref="eli:id_local" minOccurs="0" maxOccurs="unbounded"/>
<element ref="eli:is_exemplified_by" minOccurs="0" maxOccurs="unbounded"/>
<element ref="eli:license" minOccurs="0" maxOccurs="unbounded"/>
<element ref="eli:published_in" minOccurs="0" maxOccurs="unbounded"/>
<element ref="eli:published_in_format" minOccurs="0" maxOccurs="unbounded"/>
<element ref="eli:publisher" minOccurs="0" maxOccurs="unbounded"/>
<element ref="eli:publisher_agent" minOccurs="0" maxOccurs="unbounded"/>
<element ref="eli:publishes" minOccurs="0" maxOccurs="unbounded"/>
<element ref="eli:rights" minOccurs="0" maxOccurs="1">
<annotation>
<documentation>rights can occur at most once.</documentation>
</annotation>
</element>
<element ref="eli:rightsholder" minOccurs="0" maxOccurs="unbounded"/>
<element ref="eli:rightsholder_agent" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
<attribute name="format" type="eli:string-iana" use="required">
<annotation>
<documentation>The format is required and should be a IANA-registered media-type.</documentation>
</annotation>
</attribute>
<attribute name="legal_value" type="eli:LegalValueType" use="optional"/>
</extension>
</complexContent>
</complexType> |