Schema Central > SAML 2.0 > saml-schema-assertion-2.0.xsd > saml:Assertion
Advanced search
Need SOA Help?

Recommended Reading:

Web Service Contract Design and Versioning for SOA

 

Definitive XML Schema

 

saml:Assertion

Element information

Content

Attributes

NameOccTypeDescriptionNotes
Version [1..1]xsd:string
ID [1..1]xsd:ID
IssueInstant [1..1]xsd:dateTime

Used in

Sample instance

<saml:Assertion Version="string" ID="ID" IssueInstant="2000-01-01T12:00:00">
   <saml:Issuer>string</saml:Issuer>
   <ds:Signature>
      <ds:SignedInfo>
         <ds:CanonicalizationMethod Algorithm="http://www.example.com/">Any text, intermingled with:
            <!--any element-->
         </ds:CanonicalizationMethod>
         <ds:SignatureMethod Algorithm="http://www.example.com/">Any text, intermingled with:...
         </ds:SignatureMethod>
         <ds:Reference URI="http://www.example.com/">...
         </ds:Reference>
      </ds:SignedInfo>
      <ds:SignatureValue>GpM7</ds:SignatureValue>
      <ds:KeyInfo>Any text, intermingled with:
         <ds:KeyName>string</ds:KeyName>
      </ds:KeyInfo>
      <ds:Object>Any text, intermingled with:
         <!--any element-->
      </ds:Object>
   </ds:Signature>
   <saml:Subject>
      <saml:BaseID/>
      <saml:SubjectConfirmation Method="http://www.example.com/">
         <saml:BaseID/>
         <saml:SubjectConfirmationData>Any text, intermingled with:
            <!--any element-->
         </saml:SubjectConfirmationData>
      </saml:SubjectConfirmation>
   </saml:Subject>
   <saml:Conditions>
      <saml:Condition/>
   </saml:Conditions>
   <saml:Advice>
      <saml:AssertionIDRef>NCName</saml:AssertionIDRef>
   </saml:Advice>
   <saml:Statement/>
</saml:Assertion>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com