md:AuthnAuthorityDescriptorType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
ID ID optional
cacheDuration duration optional
errorURL anyURI optional
protocolSupportEnumeration md:anyURIListType required
validUntil dateTime optional
Wildcard: ANY attribute from ANY namespace OTHER than 'urn:oasis:names:tc:SAML:2.0:metadata'

Used By

Source

<complexType name="AuthnAuthorityDescriptorType">
  <complexContent>
    <extension base="md:RoleDescriptorType">
      <sequence>
        <element ref="md:AuthnQueryService" maxOccurs="unbounded"/>
        <element ref="md:AssertionIDRequestService" minOccurs="0" maxOccurs="unbounded"/>
        <element ref="md:NameIDFormat" minOccurs="0" maxOccurs="unbounded"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>