eli:FormatType

An ELI Format

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
eli:URI anyURI required
eli:format eli:string-iana required
The format is required and should be a IANA-registered media-type.
eli:legal_value eli:LegalValueType 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

Element eli:Format

Source

<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>