2.2.3.1 Certificate Element

The Certificate (ArrayOfXmlNode) element encloses any eXtensible Rights Markup Language (as specified in [XRML]) certificate parameter that can be represented as a literal within an XML element on the protocol.

 <xs:element name="Certificate">
   <xs:complexType
     mixed="true"
   >
     <xs:sequence>
       <xs:any
         namespace=""
        />
     </xs:sequence>
   </xs:complexType>
 </xs:element>