eli:resource

A reference to a URI with optional label display information.

Complex Type Information

Model

Children: eli:display

Attributes

QName Type Fixed Default Use Inheritable Annotation
eli:URI anyURI required

Used By

Source

<complexType name="resource">
  <annotation>
    <documentation>A reference to a URI with optional label display information.</documentation>
  </annotation>
  <complexContent>
    <restriction base="anyType">
      <sequence>
        <element name="display" type="eli:langString" minOccurs="0" maxOccurs="unbounded"/>
      </sequence>
      <attribute name="URI" type="anyURI" use="required"/>
    </restriction>
  </complexContent>
</complexType>