PwgSmRev1-185 - AuthnStatementType

complexType AuthnStatementType
diagram PwgSmRev1-185_p4433.png
namespace urn:oasis:names:tc:SAML:2.0:assertion
type extension of saml:StatementAbstractType
properties
base saml:StatementAbstractType
children saml:SubjectLocality saml:AuthnContext
used by
element AuthnStatement
attributes
Name  Type  Use  Default  Fixed  Annotation
AuthnInstant  xs:dateTime  required      
SessionIndex  xs:string  optional      
SessionNotOnOrAfter  xs:dateTime  optional      
source <xs:complexType name="AuthnStatementType">
 
<xs:complexContent>
   
<xs:extension base="saml:StatementAbstractType">
     
<xs:sequence>
       
<xs:element ref="saml:SubjectLocality" minOccurs="0"/>
       
<xs:element ref="saml:AuthnContext"/>
     
</xs:sequence>
     
<xs:attribute name="AuthnInstant" type="dateTime" use="required"/>
     
<xs:attribute name="SessionIndex" type="string" use="optional"/>
     
<xs:attribute name="SessionNotOnOrAfter" type="dateTime" use="optional"/>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

attribute AuthnStatementType/@AuthnInstant
type xs:dateTime
properties
use required
source <xs:attribute name="AuthnInstant" type="dateTime" use="required"/>

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

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


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