3.1.4.1.2.12 Provisioning Document Schema

 <?xml version="1.0" encoding="utf-8"?>
 <xs:schema id="NewDataSet" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
   <xs:element name="characteristic">
     <xs:complexType>
       <xs:sequence>
         <xs:element name="parm" minOccurs="0" maxOccurs="unbounded">
           <xs:complexType>
             <xs:attribute name="name" type="xs:string" />
             <xs:attribute name="value" type="xs:string" />
           </xs:complexType>
         </xs:element>
         <xs:element ref="characteristic" minOccurs="0" maxOccurs="unbounded" />
       </xs:sequence>
       <xs:attribute name="type" type="xs:string" />
     </xs:complexType>
   </xs:element>
   <xs:element name="wap-provisioningdoc">
     <xs:complexType>
       <xs:sequence>
         <xs:element ref="characteristic" minOccurs="0" maxOccurs="unbounded" />
       </xs:sequence>
       <xs:attribute name="version" type="xs:string" />
     </xs:complexType>
   </xs:element>
   <xs:element name="NewDataSet" msdata:IsDataSet="true" msdata:UseCurrentLocale="true">
     <xs:complexType>
       <xs:choice minOccurs="0" maxOccurs="unbounded">
         <xs:element ref="characteristic" />
         <xs:element ref="wap-provisioningdoc" />
       </xs:choice>
     </xs:complexType>
   </xs:element>
 </xs:schema>