3.7.4.1.3.1 LicensorCertChain

The LicensorCertChain complex type represents a set of certificates that are related to each other by successive issuers. For example, in a LicensorCertChain instance that contains A, B, and C certificates, A is issued by B, and B is issued by C.

 <xs:complexType name="LicensorCertChain">
   <xs:sequence>
     <xs:element name="CertificateChain"
       type="ArrayOfXmlNode"
       minOccurs="0"
       maxOccurs="1"
      />
   </xs:sequence>
 </xs:complexType>