2.2.4.7 Subscription Settings Property Set XML

A Unicode string which MUST conform to the following XML schema.

 <?xml version="1.0" encoding="UTF-8"?> 
 <xs:schema id="object" xmlns:xs="http://www.w3.org/2001/XMLSchema"> 
   <xs:element name="entries"> 
     <xs:complexType> 
       <xs:sequence> 
         <xs:element name="entry" minOccurs="0" maxOccurs="unbounded" /> 
       </xs:sequence> 
     </xs:complexType> 
   </xs:element> 
 </xs:schema> 

entries: The root element of the XML fragment.

entry: A name/value pair. The semantic meaning of the pair is defined by sub-protocols which implement this protocol.

Each entry element MUST conform to one of the XML schemas described in the following sub-sections.