xl:resourceType

Generic type for the resource type element

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
id country:ID optional
xlink:label NCName required
xlink:role restriction of anyURI optional
xlink:title string optional
xlink:type restriction of string resource required

Used By

Source

<complexType name="resourceType">
  <annotation>
    <documentation>Generic type for the resource type element</documentation>
  </annotation>
  <complexContent mixed="true">
    <restriction base="anyType">
      <attribute ref="xlink:type" use="required" fixed="resource"/>
      <attribute ref="xlink:label" use="required"/>
      <attribute ref="xlink:role" use="optional"/>
      <attribute ref="xlink:title" use="optional"/>
      <attribute name="id" type="ID" use="optional"/>
    </restriction>
  </complexContent>
</complexType>