eli:IdentifiableType

A type declaring an element with a URI attribute and an option uri_schema attribute.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
eli:URI anyURI required
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="IdentifiableType" abstract="true">
  <annotation>
    <documentation>A type declaring an element with a URI attribute and an option uri_schema attribute.</documentation>
  </annotation>
  <attribute name="URI" type="anyURI" use="required"/>
  <attribute name="uri_schema" type="string" use="optional">
    <annotation>
      <documentation>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.</documentation>
    </annotation>
  </attribute>
</complexType>