| diagram | ![]() |
||||||||||||||||||||||||||||||||||||
| namespace | urn:oasis:names:tc:SAML:2.0:assertion | ||||||||||||||||||||||||||||||||||||
| type | restriction of xs:anyType | ||||||||||||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||||||||
| source | <xs:complexType name="SubjectConfirmationDataType" mixed="true"> <xs:complexContent> <xs:restriction base="anyType"> <xs:sequence> <xs:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="NotBefore" type="dateTime" use="optional"/> <xs:attribute name="NotOnOrAfter" type="dateTime" use="optional"/> <xs:attribute name="Recipient" type="anyURI" use="optional"/> <xs:attribute name="InResponseTo" type="NCName" use="optional"/> <xs:attribute name="Address" type="string" use="optional"/> <xs:anyAttribute namespace="##other" processContents="lax"/> </xs:restriction> </xs:complexContent> </xs:complexType> |
| type | xs:dateTime | ||
| properties |
|
||
| source | <xs:attribute name="NotBefore" type="dateTime" use="optional"/> |
| type | xs:dateTime | ||
| properties |
|
||
| source | <xs:attribute name="NotOnOrAfter" type="dateTime" use="optional"/> |
| type | xs:anyURI | ||
| properties |
|
||
| source | <xs:attribute name="Recipient" type="anyURI" use="optional"/> |
| type | xs:NCName | ||
| properties |
|
||
| source | <xs:attribute name="InResponseTo" type="NCName" use="optional"/> |
| type | xs:string | ||
| properties |
|
||
| source | <xs:attribute name="Address" type="string" use="optional"/> |