xrd:XRDType

Complex Type Information

Model

xrd:Expires{0,1} , xrd:Subject{0,1} , (xrd:Alias | xrd:Property | xrd:Link | 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
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Wildcard: ANY attribute from ANY namespace OTHER than 'http://docs.oasis-open.org/ns/xri/xrd-1.0'

Used By

Element xrd:XRD

Source

<complexType name="XRDType">
  <sequence>
    <element ref="xrd:Expires" minOccurs="0"/>
    <element ref="xrd:Subject" minOccurs="0"/>
    <choice minOccurs="0" maxOccurs="unbounded">
      <element ref="xrd:Alias"/>
      <element ref="xrd:Property"/>
      <element ref="xrd:Link"/>
      <any namespace="##other" processContents="lax"/>
    </choice>
  </sequence>
  <attribute ref="xml:id" use="optional"/>
  <anyAttribute namespace="##other" processContents="lax"/>
</complexType>