2.2.6.2 Identity

A serialized identity suited for invitation creation is a block of XML as described below.

 <?xml version="1.0" encoding="utf-8"?>
 <xs:schema xmlns:dt="urn:schemas-microsoft-com:datatypes" attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
     <xs:import namespace="urn:schemas-microsoft-com:datatypes" />
     <xs:element name="PEERIDENTITYINFO">
         <xs:complexType>
             <xs:sequence>
                 <xs:element name="IDC">
                     <xs:complexType>
                         <xs:simpleContent>
                             <xs:extension base="xs:string">
                                 <xs:attribute ref="dt:dt" use="required" />
                             </xs:extension>
                         </xs:simpleContent>
                     </xs:complexType>
                 </xs:element>
             </xs:sequence>
             <xs:attribute name="VERSION" type="xs:string" use="required" />
         </xs:complexType>
     </xs:element>
 </xs:schema>

PEERIDENTITYINFO/VERSION: This value MUST be "1.0".

IDC: A Base-64 encoded string [RFC4648] representing the PKCS7 ASN-encoded IDC [RFC2315].