
| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| AuthnRequestsSigned | boolean | optional | ||||
| ID | ID | optional | ||||
| WantAssertionsSigned | boolean | 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' | ||||||
| Element | md:SPSSODescriptor |
<complexType name="SPSSODescriptorType"> <complexContent> <extension base="md:SSODescriptorType"> <sequence> <element ref="md:AssertionConsumerService" maxOccurs="unbounded"/> <element ref="md:AttributeConsumingService" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="AuthnRequestsSigned" type="boolean" use="optional"/> <attribute name="WantAssertionsSigned" type="boolean" use="optional"/> </extension> </complexContent> </complexType> |