XRIDescriptorType

Complex Type Information

Model

Resolved* , Expires{0,1} , XRIAuthority{0,1} , LocalAccess* , Mapping* , ANY element from ANY namespace OTHER than 'xri:$r.s/XRIDescriptor'

Attributes

Used By

Element XRIDescriptor

Source

<xs:complexType name="XRIDescriptorType">
  <xs:sequence>
    <xs:element name="Resolved" type="ResolvedType" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element name="Expires" type="ExpiresType" minOccurs="0"/>
    <xs:element name="XRIAuthority" type="XRIAuthorityType" minOccurs="0"/>
    <xs:element name="LocalAccess" type="LocalAccessType" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element name="Mapping" type="MappingType" minOccurs="0" maxOccurs="unbounded"/>
    <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
  <xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>