md:AffiliationDescriptorType

Complex Type Information

Model

Attributes

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

Used By

Source

<complexType name="AffiliationDescriptorType">
  <sequence>
    <element ref="ds:Signature" minOccurs="0"/>
    <element ref="md:Extensions" minOccurs="0"/>
    <element ref="md:AffiliateMember" maxOccurs="unbounded"/>
    <element ref="md:KeyDescriptor" minOccurs="0" maxOccurs="unbounded"/>
  </sequence>
  <attribute name="affiliationOwnerID" type="md:entityIDType" use="required"/>
  <attribute name="validUntil" type="dateTime" use="optional"/>
  <attribute name="cacheDuration" type="duration" use="optional"/>
  <attribute name="ID" type="ID" use="optional"/>
  <anyAttribute namespace="##other" processContents="lax"/>
</complexType>