PwgSmRev1-185 - SubjectConfirmationDataType

complexType SubjectConfirmationDataType
diagram PwgSmRev1-185_p4445.png
namespace urn:oasis:names:tc:SAML:2.0:assertion
type restriction of xs:anyType
properties
base anyType
mixed true
used by
element SubjectConfirmationData
complexType KeyInfoConfirmationDataType
attributes
Name  Type  Use  Default  Fixed  Annotation
NotBefore  xs:dateTime  optional      
NotOnOrAfter  xs:dateTime  optional      
Recipient  xs:anyURI  optional      
InResponseTo  xs:NCName  optional      
Address  xs:string  optional      
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>

attribute SubjectConfirmationDataType/@NotBefore
type xs:dateTime
properties
use optional
source <xs:attribute name="NotBefore" type="dateTime" use="optional"/>

attribute SubjectConfirmationDataType/@NotOnOrAfter
type xs:dateTime
properties
use optional
source <xs:attribute name="NotOnOrAfter" type="dateTime" use="optional"/>

attribute SubjectConfirmationDataType/@Recipient
type xs:anyURI
properties
use optional
source <xs:attribute name="Recipient" type="anyURI" use="optional"/>

attribute SubjectConfirmationDataType/@InResponseTo
type xs:NCName
properties
use optional
source <xs:attribute name="InResponseTo" type="NCName" use="optional"/>

attribute SubjectConfirmationDataType/@Address
type xs:string
properties
use optional
source <xs:attribute name="Address" type="string" use="optional"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy