QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
Binding | anyURI | required | ||||
Location | anyURI | required | ||||
ResponseLocation | anyURI | optional | ||||
Wildcard: ANY attribute from ANY namespace OTHER than 'urn:oasis:names:tc:SAML:2.0:metadata' |
<complexType name="EndpointType"> <sequence> <any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="Binding" type="anyURI" use="required"/> <attribute name="Location" type="anyURI" use="required"/> <attribute name="ResponseLocation" type="anyURI" use="optional"/> <anyAttribute namespace="##other" processContents="lax"/> </complexType> |