2.2.4.2 ArrayOfXmlNode

The <ArrayOfXmlNode> complex type contains an array of XML elements, each of which is represented as an XML fragment. Each XML fragment is enclosed in the <Certificate> element.

 <s:complexType name="ArrayOfXmlNode">
   <s:sequence>
     <s:element minOccurs="0" maxOccurs="unbounded" name="Certificate"
       nillable="true">
       <s:complexType mixed="true">
         <s:sequence>
           <s:any /> 
         </s:sequence>
       </s:complexType>
     </s:element>
   </s:sequence>
 </s:complexType>

Certificate: Any eXtensible Rights Markup Language, as specified in [XRML], certificate parameter that can be represented as a literal within an XML element in the protocol.