2.2.1.3.2 CERTIFICATECHAIN

The CERTIFICATECHAIN complex type identifies a certificate chain, containing one or more CERTIFICATE elements, and is described by the following XML schema element.

 <xs:complexType name="CERTIFICATECHAIN">
   <xs:sequence>
     <xs:element name="CERTIFICATE" type="CERTIFICATE" maxOccurs="unbounded" />
   </xs:sequence>
 </xs:complexType>

CERTIFICATE: Contains one or more CERTIFICATE elements as defined in section 2.2.1.3.1.

If there are multiple CERTIFICATE child elements in the node, the first CERTIFICATE child element MUST be the certificate issued by the root authority (CR). The second CERTIFICATE child element is required to be the license server certificate (CS). Subsequent CERTIFICATE child elements comprise a certificate chain downward from CS.