md:IndexedEndpointType

Complex Type Information

Model

ANY element from ANY namespace OTHER than 'urn:oasis:names:tc:SAML:2.0:metadata'

Attributes

QName Type Fixed Default Use Inheritable Annotation
Binding anyURI required
Location anyURI required
ResponseLocation anyURI optional
index unsignedShort required
isDefault boolean optional
Wildcard: ANY attribute from ANY namespace OTHER than 'urn:oasis:names:tc:SAML:2.0:metadata'

Used By

Source

<complexType name="IndexedEndpointType">
  <complexContent>
    <extension base="md:EndpointType">
      <attribute name="index" type="unsignedShort" use="required"/>
      <attribute name="isDefault" type="boolean" use="optional"/>
    </extension>
  </complexContent>
</complexType>