xrd:LinkType

Complex Type Information

Model

xrd:Title | xrd:Property | ANY element from ANY namespace OTHER than 'http://docs.oasis-open.org/ns/xri/xrd-1.0'

Attributes

QName Type Fixed Default Use Inheritable Annotation
href xrd:anyURI optional
rel xrd:anyURI optional
template xrd:string optional
type xrd:string optional
Wildcard: ANY attribute from ANY namespace OTHER than 'http://docs.oasis-open.org/ns/xri/xrd-1.0'

Used By

Element xrd:Link

Source

<complexType name="LinkType">
  <choice minOccurs="0" maxOccurs="unbounded">
    <element ref="xrd:Title"/>
    <element ref="xrd:Property"/>
    <any namespace="##other" processContents="lax"/>
  </choice>
  <attribute name="rel" type="anyURI" use="optional"/>
  <attribute name="type" type="string" use="optional"/>
  <attribute name="href" type="anyURI" use="optional"/>
  <attribute name="template" type="string" use="optional"/>
  <anyAttribute namespace="##other" processContents="lax"/>
</complexType>