Link to home
Start Free TrialLog in
Avatar of Tithi Sahh
Tithi Sahh

asked on

Extract all child nodes under one node

I have xml  as clob in table request_detail where xml is stored in column detail :

<?xml version="1.0" encoding="UTF-8"?><ns2:OrderServiceRequest xmlns:ns2="ca/abc/com/integration" xmlns="ca/abc/oms/autotype/omscommonrequest" xmlns:S="http://schemas.xmlsoap.org/soap/envelope/" xmlns:cil="http://cil.int.abc.ca" xmlns:io="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:io10="ca/abc/com/integration" xmlns:io11="http://www.w3.org/2005/08/addressing" xmlns:io12="ca/abc/oms/autotype/productavailability" xmlns:io13="ca/abc/oms/autotype/cancelorder" xmlns:io14="ca/abc/oms/autotype/submitrequest" xmlns:io15="ca/abc/oms/autotype/omscommonresponse" xmlns:io16="ca/abc/oms/autotype/billingRetrieve" xmlns:io17="ca/abc/oms/autotype/locationmanagement" xmlns:io18="http://www.w3.org/2003/05/soap-envelope" xmlns:io19="ca/abc/oms/autotype/productconfiguration" xmlns:io2="http://www.ibm.com/websphere/sibx/smo/v6.0.1" xmlns:io20="ca/abc/oms/autotype/omscommonrequest" xmlns:io21="wsdl.http://cil.int.abc.ca" xmlns:io22="ca/abc/oms/orderretrieval" xmlns:io3="http://www.ibm.com/xmlns/prod/websphere/mq/sca/6.0.0" xmlns:io4="ca/abc/oms/autotype/omscommon" xmlns:io5="ca/abc/oms/autotype/qualification" xmlns:io6="ca/abc/oms/customerprofile" xmlns:io7="http://cil.int.abc.ca" xmlns:io8="http://CILNBOMFCustomerOrderMod" xmlns:io9="http://www.ibm.com/xmlns/prod/websphere/http/sca/6.1.0" xmlns:ns0="wsdl.http://cil.int.abc.ca" xmlns:ns3="ca/abc/oms/autotype/omscommon" xmlns:ns4="ca/abc/oms/customerprofile" xmlns:ns5="ca/abc/oms/autotype/submitrequest" xmlns:ns6="ca/abc/oms/autotype/omscommonresponse" xmlns:ns7="ca/abc/oms/autotype/productconfiguration" xmlns:xs4xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ns2:requestHeader>
    <io20:customerInteractionType>ContactCentre</io20:customerInteractionType>
    <io20:serviceRequestUserId>LC30269</io20:serviceRequestUserId>
    <io20:serviceConsumer>Ordermax</io20:serviceConsumer>
    <io20:brand>abc</io20:brand>
    <io20:serviceRequestTimestamp>2018-04-18T11:56:56.871Z</io20:serviceRequestTimestamp>
    <io20:language>English</io20:language>
    <io20:referenceID>P42B22Z9</io20:referenceID>
    <ns2:requestAction>orderSubmit</ns2:requestAction>
  </ns2:requestHeader>
  <ns2:requestDetail>
    <ns2:commonRequestInfo>
      <ns3:identifier>P42B22Q9</ns3:identifier>
      <ns3:version>1</ns3:version>
      <ns3:customer>
        <ns3:authorizedParty>
          <ns3:name>
            <ns3:firstName>KIM</ns3:firstName>
            <ns3:lastName>LEMALY</ns3:lastName>
          </ns3:name>
          <ns3:preferredLanguage>
            <ns3:code>E</ns3:code>
          </ns3:preferredLanguage>
        </ns3:authorizedParty>
        <ns3:email>kim_l@hotmail.com</ns3:email>
        <ns3:segment>
          <ns3:residentialBusinessIndicator>
            <ns3:code>R</ns3:code>
          </ns3:residentialBusinessIndicator>
          <ns3:customerTypeCode>
            <ns3:code>R</ns3:code>
          </ns3:customerTypeCode>
        </ns3:segment>
      </ns3:customer>
      <ns3:contact>
        <ns3:primaryTelephone>
          <ns3:areaCode>902</ns3:areaCode>
          <ns3:prefix>258</ns3:prefix>
          <ns3:lineNumber>5740</ns3:lineNumber>
        </ns3:primaryTelephone>
        <ns3:alternateTelephone>
          <ns3:areaCode>902</ns3:areaCode>
          <ns3:prefix>258</ns3:prefix>
          <ns3:lineNumber>5740</ns3:lineNumber>
        </ns3:alternateTelephone>
        <ns3:confirmationEmail>kim_l@hotmail.com</ns3:confirmationEmail>
        <ns3:preferredMethodofContact>Phone</ns3:preferredMethodofContact>
      </ns3:contact>
      <ns3:orderEntryUser>LC30269</ns3:orderEntryUser>
    </ns2:commonRequestInfo>
    <ns2:bceOrderList>
      <ns3:bceOrder>
        <ns3:serviceAddress>
          <ns3:addressDetail>
            <ns3:streetNumber>95</ns3:streetNumber>
            <ns3:streetName>old deepdale</ns3:streetName>
            <ns3:streetType>
              <ns3:type>RD</ns3:type>
            </ns3:streetType>
            <ns3:municipalityCity>Inverness</ns3:municipalityCity>
            <ns3:provinceOrState>
              <ns3:type>NS</ns3:type>
            </ns3:provinceOrState>
            <ns3:country>CA</ns3:country>
            <ns3:postalCode>B0E1N0</ns3:postalCode>
          </ns3:addressDetail>
          <ns3:addressSupportingInfo>
            <ns3:attributeList>
              <ns3:attribute>
                <ns3:attributeName>PostalVpmsSystemID</ns3:attributeName>
                <ns3:attributeValue/>
              </ns3:attribute>
              <ns3:attribute>
                <ns3:attributeName>TVProgramming</ns3:attributeName>
                <ns3:attributeValue>N1</ns3:attributeValue>
              </ns3:attribute>
              <ns3:attribute>
                <ns3:attributeName>IsDTHAvailable</ns3:attributeName>
                <ns3:attributeValue>true</ns3:attributeValue>
              </ns3:attribute>
              <ns3:attribute>
                <ns3:attributeName>MarketingRegion</ns3:attributeName>
                <ns3:attributeValue>NONE</ns3:attributeValue>
              </ns3:attribute>
              <ns3:attribute>
                <ns3:attributeName>localProgrammingRegionCode</ns3:attributeName>
                <ns3:attributeValue>NS02</ns3:attributeValue>
              </ns3:attribute>
            </ns3:attributeList>
            <ns3:tvProgrammingPlatform>ECHELON</ns3:tvProgrammingPlatform>
          </ns3:addressSupportingInfo>
        </ns3:serviceAddress>
        <ns3:salesRepList>
          <ns3:salesRep>
            <ns3:version>1</ns3:version>
            <ns3:action>SubmitOrder</ns3:action>
            <ns3:identifier>LC30269</ns3:identifier>
            <ns3:salesInteractionType>ContactCentre</ns3:salesInteractionType>
            <ns3:firstName>Giovinazzo</ns3:firstName>
            <ns3:lastName>lc30269</ns3:lastName>
            <ns3:groupList>
              <ns3:group>
                <ns3:groupIdentifier>900330001</ns3:groupIdentifier>
                <ns3:identifierType>DealerNumber</ns3:identifierType>
              </ns3:group>
              <ns3:group>
                <ns3:groupIdentifier>ALIANT</ns3:groupIdentifier>
                <ns3:identifierType>Name</ns3:identifierType>
              </ns3:group>
              <ns3:group>
                <ns3:groupIdentifier>Aliant,,</ns3:groupIdentifier>
                <ns3:identifierType>UserGroup</ns3:identifierType>
              </ns3:group>
            </ns3:groupList>
          </ns3:salesRep>
        </ns3:salesRepList>
        <ns3:orderItemList>
          <ns3:orderItem>
            <ns3:itemDetail>
              <ns3:index>SatLine_DTH_hdpvr_x01</ns3:index>
              <ns3:action>Remove</ns3:action>
              <ns3:quantity>1</ns3:quantity>
              <ns3:forceSubmit>false</ns3:forceSubmit>
            </ns3:itemDetail>
            <ns3:product>
              <ns3:detail>
                <ns3:instanceID>1</ns3:instanceID>
                <ns3:orderInstanceID>1</ns3:orderInstanceID>
                <ns3:identifier>hdpvr_x01</ns3:identifier>
                <ns3:description>HD PVR</ns3:description>
                <ns3:isModelled>true</ns3:isModelled>
                <ns3:isHidden>false</ns3:isHidden>
                <ns3:attributeList>
                  <ns3:attribute>
                    <ns3:attributeIdentifier>hardware_x01a1</ns3:attributeIdentifier>
                    <ns3:valuesList>
                      <ns3:values>
                        <ns3:valueIdentifier>9241rec_x01a1v161</ns3:valueIdentifier>
                      </ns3:values>
                    </ns3:valuesList>
                    <ns3:description>Hardware Model</ns3:description>
                    <ns3:isHidden>false</ns3:isHidden>
                    <ns3:action>Remove</ns3:action>
                  </ns3:attribute>
                  <ns3:attribute>
                    <ns3:attributeIdentifier>acquisit_x01a2</ns3:attributeIdentifier>
                    <ns3:valuesList>
                      <ns3:values>
                        <ns3:valueIdentifier>rentalpl_x01a2v01604</ns3:valueIdentifier>
                      </ns3:values>
                    </ns3:valuesList>
                    <ns3:description>Acquisition Method</ns3:description>
                    <ns3:isHidden>false</ns3:isHidden>
                    <ns3:action>Remove</ns3:action>
                  </ns3:attribute>
                  <ns3:attribute>
                    <ns3:attributeIdentifier>receiver_x01a4</ns3:attributeIdentifier>
                    <ns3:valuesList>
                      <ns3:values>
                        <ns3:valueIdentifier>active_x01a4v5</ns3:valueIdentifier>
                      </ns3:values>
                    </ns3:valuesList>
                    <ns3:description>Receiver Status</ns3:description>
                    <ns3:isHidden>false</ns3:isHidden>
                    <ns3:action>Remove</ns3:action>
                  </ns3:attribute>
                  <ns3:attribute>
                    <ns3:attributeIdentifier>receiver_x01a6</ns3:attributeIdentifier>
                    <ns3:valuesList>
                      <ns3:values>
                        <ns3:valueIdentifier>receiver_x01a6v8</ns3:valueIdentifier>
                        <ns3:value>900</ns3:value>
                      </ns3:values>
                    </ns3:valuesList>
                    <ns3:description>Receiver Value</ns3:description>
                    <ns3:isHidden>false</ns3:isHidden>
                    <ns3:action>Remove</ns3:action>
                  </ns3:attribute>
                  <ns3:attribute>
                    <ns3:attributeIdentifier>paymentd_x01a7</ns3:attributeIdentifier>
                    <ns3:valuesList>
                      <ns3:values>
                        <ns3:valueIdentifier>60months_x01a7v02401</ns3:valueIdentifier>
                      </ns3:values>
                    </ns3:valuesList>
                    <ns3:description>Payment Duration</ns3:description>
                    <ns3:isHidden>false</ns3:isHidden>
                    <ns3:action>Remove</ns3:action>
                  </ns3:attribute>
                  <ns3:attribute>
                    <ns3:attributeIdentifier>monthspa_x01a8</ns3:attributeIdentifier>
                    <ns3:valuesList>
                      <ns3:values>
                        <ns3:valueIdentifier>monthspa_x01a8v10</ns3:valueIdentifier>
                        <ns3:value>47</ns3:value>
                      </ns3:values>
                    </ns3:valuesList>
                    <ns3:description>Months Paid</ns3:description>
                    <ns3:isHidden>false</ns3:isHidden>
                    <ns3:action>Remove</ns3:action>
                  </ns3:attribute>
                  <ns3:attribute>
                    <ns3:attributeIdentifier>quantity_x01a10</ns3:attributeIdentifier>
                    <ns3:valuesList>
                      <ns3:values>
                        <ns3:valueIdentifier>quantity_x01a10v12</ns3:valueIdentifier>
                        <ns3:value>1</ns3:value>
                      </ns3:values>
                    </ns3:valuesList>
                    <ns3:description>Quantity</ns3:description>
                    <ns3:isHidden>false</ns3:isHidden>
                    <ns3:priceList>
                      <ns3:price>
                        <ns3:index>1</ns3:index>
                        <ns3:charge>
                          <ns3:type>Recurring</ns3:type>
                          <ns3:amount>15.0</ns3:amount>
                        </ns3:charge>
                      </ns3:price>
                    </ns3:priceList>
                    <ns3:originalpriceList>
                      <ns3:price>
                        <ns3:index>1</ns3:index>
                        <ns3:charge>
                          <ns3:type>Recurring</ns3:type>
                          <ns3:amount>15.0</ns3:amount>
                        </ns3:charge>
                      </ns3:price>
                    </ns3:originalpriceList>
                    <ns3:action>Remove</ns3:action>
                  </ns3:attribute>
                  <ns3:attribute>
                    <ns3:attributeIdentifier>equipmen_x01a201</ns3:attributeIdentifier>
                    <ns3:valuesList>
                      <ns3:values>
                        <ns3:valueIdentifier>number_x01a201v171</ns3:valueIdentifier>
                        <ns3:value>R0097819699</ns3:value>
                      </ns3:values>
                    </ns3:valuesList>
                    <ns3:description>Equipment Serial Number</ns3:description>
                    <ns3:isHidden>false</ns3:isHidden>
                    <ns3:action>Remove</ns3:action>
                  </ns3:attribute>
                  <ns3:attribute>
                    <ns3:attributeIdentifier>deviceid_x01a258</ns3:attributeIdentifier>
                    <ns3:valuesList>
                      <ns3:values>
                        <ns3:valueIdentifier>deviceid_x01a258v284</ns3:valueIdentifier>
                        <ns3:value>S2240702260</ns3:value>
                      </ns3:values>
                    </ns3:valuesList>
                    <ns3:description>DeviceID</ns3:description>
                    <ns3:isHidden>false</ns3:isHidden>
                    <ns3:action>Remove</ns3:action>
                  </ns3:attribute>
                </ns3:attributeList>
                <ns3:priceList>
                  <ns3:price>
                    <ns3:index>2</ns3:index>
                    <ns3:charge>
                      <ns3:type>Recurring</ns3:type>
                      <ns3:amount>15.0</ns3:amount>
                    </ns3:charge>
                    <ns3:chargeClassificationList>
                      <ns3:chargeClassification>
                        <ns3:classification>Billing</ns3:classification>
                        <ns3:amount>15.0</ns3:amount>
                      </ns3:chargeClassification>
                    </ns3:chargeClassificationList>
                  </ns3:price>
                </ns3:priceList>
                <ns3:originalpriceList>
                  <ns3:price>
                    <ns3:index>2</ns3:index>
                    <ns3:charge>
                      <ns3:type>Recurring</ns3:type>
                      <ns3:amount>15.0</ns3:amount>
                    </ns3:charge>
                    <ns3:chargeClassificationList>
                      <ns3:chargeClassification>
                        <ns3:classification>Billing</ns3:classification>
                        <ns3:amount>15.0</ns3:amount>
                      </ns3:chargeClassification>
                    </ns3:chargeClassificationList>
                  </ns3:price>
                </ns3:originalpriceList>
                <ns3:sourceApplicationCodeList>
                  <ns3:sourceApplicationCode>
                    <ns3:action>Remove</ns3:action>
                    <ns3:type>TVEquipment</ns3:type>
                    <ns3:name>AcquisitionType</ns3:name>
                    <ns3:value>M2M</ns3:value>
                    <ns3:instanceId>1</ns3:instanceId>
                    <ns3:productGroup>
                      <ns3:groupType>Satellite</ns3:groupType>
                      <ns3:groupIdentifier>84551002018172000</ns3:groupIdentifier>
                      <ns3:index>1</ns3:index>
                    </ns3:productGroup>
                  </ns3:sourceApplicationCode>
                  <ns3:sourceApplicationCode>
                    <ns3:action>Remove</ns3:action>
                    <ns3:type>TVEquipment</ns3:type>
                    <ns3:name>PaymentTerm</ns3:name>
                    <ns3:value>60</ns3:value>
                    <ns3:instanceId>1</ns3:instanceId>
                    <ns3:productGroup>
                      <ns3:groupType>Satellite</ns3:groupType>
                      <ns3:groupIdentifier>84551002018172000</ns3:groupIdentifier>
                      <ns3:index>1</ns3:index>
                    </ns3:productGroup>
                  </ns3:sourceApplicationCode>
                  <ns3:sourceApplicationCode>
                    <ns3:action>Remove</ns3:action>
                    <ns3:type>TVEquipment</ns3:type>
                    <ns3:name>DeviceId</ns3:name>
                    <ns3:value>S2240702260</ns3:value>
                    <ns3:instanceId>1</ns3:instanceId>
                    <ns3:productGroup>
                      <ns3:groupType>Satellite</ns3:groupType>
                      <ns3:groupIdentifier>84551002018172000</ns3:groupIdentifier>
                      <ns3:index>1</ns3:index>
                    </ns3:productGroup>
                  </ns3:sourceApplicationCode>
                  <ns3:sourceApplicationCode>
                    <ns3:action>Remove</ns3:action>
                    <ns3:type>TVEquipment</ns3:type>
                    <ns3:name>PaymentBilled</ns3:name>
                    <ns3:value>47</ns3:value>
                    <ns3:instanceId>1</ns3:instanceId>
                    <ns3:productGroup>
                      <ns3:groupType>Satellite</ns3:groupType>
                      <ns3:groupIdentifier>84551002018172000</ns3:groupIdentifier>
                      <ns3:index>1</ns3:index>
                    </ns3:productGroup>
                  </ns3:sourceApplicationCode>
                  <ns3:sourceApplicationCode>
                    <ns3:action>Remove</ns3:action>
                    <ns3:type>TVEquipment</ns3:type>
                    <ns3:name>Quantity</ns3:name>
                    <ns3:value>1</ns3:value>
                    <ns3:instanceId>1</ns3:instanceId>
                    <ns3:productGroup>
                      <ns3:groupType>Satellite</ns3:groupType>
                      <ns3:groupIdentifier>84551002018172000</ns3:groupIdentifier>
                      <ns3:index>1</ns3:index>
                    </ns3:productGroup>
                  </ns3:sourceApplicationCode>
                  <ns3:sourceApplicationCode>
                    <ns3:action>Remove</ns3:action>
                    <ns3:type>TVEquipment</ns3:type>
                    <ns3:name>EquipmentValue</ns3:name>
                    <ns3:value>900</ns3:value>
                    <ns3:instanceId>1</ns3:instanceId>
                    <ns3:productGroup>
                      <ns3:groupType>Satellite</ns3:groupType>
                      <ns3:groupIdentifier>84551002018172000</ns3:groupIdentifier>
                      <ns3:index>1</ns3:index>
                    </ns3:productGroup>
                  </ns3:sourceApplicationCode>
                  <ns3:sourceApplicationCode>
                    <ns3:action>Remove</ns3:action>
                    <ns3:type>TVEquipment</ns3:type>
                    <ns3:name>EquipmentStatus</ns3:name>
                    <ns3:value>Active</ns3:value>
                    <ns3:instanceId>1</ns3:instanceId>
                    <ns3:productGroup>
                      <ns3:groupType>Satellite</ns3:groupType>
                      <ns3:groupIdentifier>84551002018172000</ns3:groupIdentifier>
                      <ns3:index>1</ns3:index>
                    </ns3:productGroup>
                  </ns3:sourceApplicationCode>
                  <ns3:sourceApplicationCode>
                    <ns3:action>Remove</ns3:action>
                    <ns3:type>TVEquipment</ns3:type>
                    <ns3:name>EquipmentNumber</ns3:name>
                    <ns3:value>R0097819699</ns3:value>
                    <ns3:instanceId>1</ns3:instanceId>
                    <ns3:productGroup>
                      <ns3:groupType>Satellite</ns3:groupType>
                      <ns3:groupIdentifier>84551002018172000</ns3:groupIdentifier>
                      <ns3:index>1</ns3:index>
                    </ns3:productGroup>
                  </ns3:sourceApplicationCode>
                  <ns3:sourceApplicationCode>
                    <ns3:action>Remove</ns3:action>
                    <ns3:type>TVEquipment</ns3:type>
                    <ns3:name>ModelNumber</ns3:name>
                    <ns3:value>9241</ns3:value>
                    <ns3:instanceId>1</ns3:instanceId>
                    <ns3:productGroup>
                      <ns3:groupType>Satellite</ns3:groupType>
                      <ns3:groupIdentifier>84551002018172000</ns3:groupIdentifier>
                      <ns3:index>1</ns3:index>
                    </ns3:productGroup>
                  </ns3:sourceApplicationCode>
                </ns3:sourceApplicationCodeList>
              </ns3:detail>
            </ns3:product>
            <ns3:installationDetailReference>0</ns3:installationDetailReference>
            <ns3:salesRepresentative>LC30269</ns3:salesRepresentative>
            <ns3:orderEntryUser>LC30269</ns3:orderEntryUser>
            <ns3:customerAccountRequestReference>0</ns3:customerAccountRequestReference>
          </ns3:orderItem>
          <ns3:orderItem>
            <ns3:itemDetail>
              <ns3:index>SatLine_DTH_wireless_x05411</ns3:index>
              <ns3:action>Remove</ns3:action>
              <ns3:quantity>1</ns3:quantity>
              <ns3:forceSubmit>false</ns3:forceSubmit>
            </ns3:itemDetail>
            <ns3:product>
              <ns3:detail>
                <ns3:instanceID>2</ns3:instanceID>
                <ns3:orderInstanceID>2</ns3:orderInstanceID>
                <ns3:identifier>wireless_x05411</ns3:identifier>
                <ns3:description>Complimentary Wi-Fi Adapter received</ns3:description>
                <ns3:isModelled>true</ns3:isModelled>
                <ns3:isHidden>false</ns3:isHidden>
                <ns3:attributeList>
                  <ns3:attribute>
                    <ns3:attributeIdentifier>tvpromot_x05411a04408</ns3:attributeIdentifier>
                    <ns3:valuesList>
                      <ns3:values>
                        <ns3:valueIdentifier>numberof_x05411a04408v04813</ns3:valueIdentifier>
                        <ns3:value>1</ns3:value>
                      </ns3:values>
                    </ns3:valuesList>
                    <ns3:description>TV Promotion - Total # of months</ns3:description>
                    <ns3:isHidden>false</ns3:isHidden>
                    <ns3:action>Remove</ns3:action>
                  </ns3:attribute>
                  <ns3:attribute>
                    <ns3:attributeIdentifier>tvpromot_x05411a04409</ns3:attributeIdentifier>
                    <ns3:valuesList>
                      <ns3:values>
                        <ns3:valueIdentifier>numberof_x05411a04409v04814</ns3:valueIdentifier>
                        <ns3:value>0</ns3:value>
                      </ns3:values>
                    </ns3:valuesList>
                    <ns3:description>TV Promotion # of months remaining</ns3:description>
                    <ns3:isHidden>false</ns3:isHidden>
                    <ns3:action>Remove</ns3:action>
                  </ns3:attribute>
                </ns3:attributeList>
                <ns3:sourceApplicationCodeList>
                  <ns3:sourceApplicationCode>
                    <ns3:action>Remove</ns3:action>
                    <ns3:type>TVOffer</ns3:type>
                    <ns3:name>CreditInFrench</ns3:name>
                    <ns3:value>0</ns3:value>
                    <ns3:instanceId>2</ns3:instanceId>
                    <ns3:productGroup>
                      <ns3:groupType>Satellite</ns3:groupType>
                      <ns3:groupIdentifier>84551002018172000</ns3:groupIdentifier>
                      <ns3:index>1</ns3:index>
                    </ns3:productGroup>
                  </ns3:sourceApplicationCode>
                  <ns3:sourceApplicationCode>
                    <ns3:action>Remove</ns3:action>
                    <ns3:type>TVOffer</ns3:type>
                    <ns3:name>CreditInEnglish</ns3:name>
                    <ns3:value>0</ns3:value>
                    <ns3:instanceId>2</ns3:instanceId>
                    <ns3:productGroup>
                      <ns3:groupType>Satellite</ns3:groupType>
                      <ns3:groupIdentifier>84551002018172000</ns3:groupIdentifier>
                      <ns3:index>1</ns3:index>
                    </ns3:productGroup>
                  </ns3:sourceApplicationCode>
                  <ns3:sourceApplicationCode>
                    <ns3:action>Remove</ns3:action>
                    <ns3:type>TVOffer</ns3:type>
                    <ns3:name>PaymentCycle</ns3:name>
                    <ns3:value>1</ns3:value>
                    <ns3:instanceId>2</ns3:instanceId>
                    <ns3:productGroup>
                      <ns3:groupType>Satellite</ns3:groupType>
                      <ns3:groupIdentifier>84551002018172000</ns3:groupIdentifier>
                      <ns3:index>1</ns3:index>
                    </ns3:productGroup>
                  </ns3:sourceApplicationCode>
                  <ns3:sourceApplicationCode>
                    <ns3:action>Remove</ns3:action>
                    <ns3:type>TVOffer</ns3:type>
                    <ns3:name>PromoID</ns3:name>
                    <ns3:value>Q114FAD0552</ns3:value>
                    <ns3:instanceId>2</ns3:instanceId>
                    <ns3:productGroup>
                      <ns3:groupType>Satellite</ns3:groupType>
                      <ns3:groupIdentifier>84551002018172000</ns3:groupIdentifier>
                      <ns3:index>1</ns3:index>
                    </ns3:productGroup>
                  </ns3:sourceApplicationCode>
                  <ns3:sourceApplicationCode>
                    <ns3:action>Remove</ns3:action>
                    <ns3:type>TVOffer</ns3:type>
                    <ns3:name>SubPromoID</ns3:name>
                    <ns3:value>1</ns3:value>
                    <ns3:instanceId>2</ns3:instanceId>
                    <ns3:productGroup>
                      <ns3:groupType>Satellite</ns3:groupType>
                      <ns3:groupIdentifier>84551002018172000</ns3:groupIdentifier>
                      <ns3:index>1</ns3:index>
                    </ns3:productGroup>
                  </ns3:sourceApplicationCode>
                </ns3:sourceApplicationCodeList>
              </ns3:detail>
            </ns3:product>
            <ns3:installationDetailReference>0</ns3:installationDetailReference>
            <ns3:salesRepresentative>LC30269</ns3:salesRepresentative>
            <ns3:orderEntryUser>LC30269</ns3:orderEntryUser>
            <ns3:customerAccountRequestReference>0</ns3:customerAccountRequestReference>
          </ns3:orderItem>
          <ns3:orderItem>
            <ns3:itemDetail>
              <ns3:index>SatLine_DTH_promtype_x101</ns3:index>
              <ns3:action>Remove</ns3:action>
              <ns3:quantity>1</ns3:quantity>
              <ns3:forceSubmit>false</ns3:forceSubmit>
            </ns3:itemDetail>
            <ns3:product>
              <ns3:detail>
                <ns3:instanceID>3</ns3:instanceID>
                <ns3:orderInstanceID>3</ns3:orderInstanceID>
                <ns3:identifier>promtype_x101</ns3:identifier>
                <ns3:description>Satellite TV</ns3:description>
                <ns3:isModelled>true</ns3:isModelled>
                <ns3:isHidden>false</ns3:isHidden>
                <ns3:attributeList>
                  <ns3:attribute>
                    <ns3:attributeIdentifier>digitals_x101a4303</ns3:attributeIdentifier>
                    <ns3:valuesList>
                      <ns3:values>
                        <ns3:valueIdentifier>yes_x101a4303v8921</ns3:valueIdentifier>
                      </ns3:values>
                    </ns3:valuesList>
                    <ns3:description>Digital Service Fee</ns3:description>
                    <ns3:isHidden>false</ns3:isHidden>
                    <ns3:priceList>
                      <ns3:price>
                        <ns3:index>5</ns3:index>
                        <ns3:charge>
                          <ns3:type>Recurring</ns3:type>
                          <ns3:amount>3.0</ns3:amount>
                        </ns3:charge>
                        <ns3:chargeClassificationList>
                          <ns3:chargeClassification>
                            <ns3:classification>Maintenance</ns3:classification>
                            <ns3:amount>3.0</ns3:amount>
                          </ns3:chargeClassification>
                        </ns3:chargeClassificationList>
                      </ns3:price>
                    </ns3:priceList>
                    <ns3:originalpriceList>
                      <ns3:price>
                        <ns3:index>5</ns3:index>
                        <ns3:charge>
                          <ns3:type>Recurring</ns3:type>
                          <ns3:amount>3.0</ns3:amount>
                        </ns3:charge>
                        <ns3:chargeClassificationList>
                          <ns3:chargeClassification>
                            <ns3:classification>Maintenance</ns3:classification>
                            <ns3:amount>3.0</ns3:amount>
                          </ns3:chargeClassification>
                        </ns3:chargeClassificationList>
                      </ns3:price>
                    </ns3:originalpriceList>
                    <ns3:action>Remove</ns3:action>
                  </ns3:attribute>
                </ns3:attributeList>
                <ns3:priceList>
                  <ns3:price>
                    <ns3:index>2</ns3:index>
                    <ns3:charge>
                      <ns3:type>Recurring</ns3:type>
                      <ns3:amount>3.0</ns3:amount>
                    </ns3:charge>
                    <ns3:chargeClassificationList>
                      <ns3:chargeClassification>
                        <ns3:classification>Maintenance</ns3:classification>
                        <ns3:amount>3.0</ns3:amount>
                      </ns3:chargeClassification>
                    </ns3:chargeClassificationList>
                  </ns3:price>
                </ns3:priceList>
                <ns3:originalpriceList>
                  <ns3:price>
                    <ns3:index>2</ns3:index>
                    <ns3:charge>
                      <ns3:type>Recurring</ns3:type>
                      <ns3:amount>3.0</ns3:amount>
                    </ns3:charge>
                    <ns3:chargeClassificationList>
                      <ns3:chargeClassification>
                        <ns3:classification>Maintenance</ns3:classification>
                        <ns3:amount>3.0</ns3:amount>
                      </ns3:chargeClassification>
                    </ns3:chargeClassificationList>
                  </ns3:price>
                </ns3:originalpriceList>
                <ns3:sourceApplicationCodeList>
                  <ns3:sourceApplicationCode>
                    <ns3:action>Remove</ns3:action>
                    <ns3:type>TVAccountAttribute</ns3:type>
                    <ns3:name>Technology</ns3:name>
                    <ns3:value>DTH</ns3:value>
                    <ns3:instanceId>3</ns3:instanceId>
                    <ns3:productGroup>
                      <ns3:groupType>Satellite</ns3:groupType>
                      <ns3:groupIdentifier>84551002018172000</ns3:groupIdentifier>
                      <ns3:index>1</ns3:index>
                    </ns3:productGroup>
                  </ns3:sourceApplicationCode>
                </ns3:sourceApplicationCodeList>
              </ns3:detail>
            </ns3:product>
            <ns3:installationDetailReference>0</ns3:installationDetailReference>
            <ns3:salesRepresentative>LC30269</ns3:salesRepresentative>
            <ns3:orderEntryUser>LC30269</ns3:orderEntryUser>
            <ns3:customerAccountRequestReference>0</ns3:customerAccountRequestReference>
          </ns3:orderItem>
          <ns3:orderItem>
            <ns3:itemDetail>
              <ns3:index>SatLine_DTH_sattvbet_x06650</ns3:index>
              <ns3:action>Remove</ns3:action>
              <ns3:quantity>1</ns3:quantity>
              <ns3:forceSubmit>false</ns3:forceSubmit>
            </ns3:itemDetail>
            <ns3:product>
              <ns3:detail>
                <ns3:instanceID>4</ns3:instanceID>
                <ns3:orderInstanceID>4</ns3:orderInstanceID>
                <ns3:identifier>sattvbet_x06650</ns3:identifier>
                <ns3:description>Sat TV Better</ns3:description>
                <ns3:isModelled>true</ns3:isModelled>
                <ns3:isHidden>false</ns3:isHidden>
                <ns3:priceList>
                  <ns3:price>
                    <ns3:index>3</ns3:index>
                    <ns3:charge>
                      <ns3:type>Recurring</ns3:type>
                      <ns3:amount>85.95</ns3:amount>
                    </ns3:charge>
                    <ns3:chargeClassificationList>
                      <ns3:chargeClassification>
                        <ns3:classification>Billing</ns3:classification>
                        <ns3:amount>85.95</ns3:amount>
                      </ns3:chargeClassification>
                    </ns3:chargeClassificationList>
                  </ns3:price>
                </ns3:priceList>
                <ns3:originalpriceList>
                  <ns3:price>
                    <ns3:index>3</ns3:index>
                    <ns3:charge>
                      <ns3:type>Recurring</ns3:type>
                      <ns3:amount>85.95</ns3:amount>
                    </ns3:charge>
                    <ns3:chargeClassificationList>
                      <ns3:chargeClassification>
                        <ns3:classification>Billing</ns3:classification>
                        <ns3:amount>85.95</ns3:amount>
                      </ns3:chargeClassification>
                    </ns3:chargeClassificationList>
                  </ns3:price>
                </ns3:originalpriceList>
                <ns3:sourceApplicationCodeList>
                  <ns3:sourceApplicationCode>
                    <ns3:action>Remove</ns3:action>
                    <ns3:type>TV_PROVISIONING_CODE</ns3:type>
                    <ns3:name>=8</ns3:name>
                    <ns3:instanceId>4</ns3:instanceId>
                    <ns3:productGroup>
                      <ns3:groupType>Satellite</ns3:groupType>
                      <ns3:groupIdentifier>84551002018172000</ns3:groupIdentifier>
                      <ns3:index>1</ns3:index>
                    </ns3:productGroup>
                  </ns3:sourceApplicationCode>
                  <ns3:sourceApplicationCode>
                    <ns3:action>Remove</ns3:action>
                    <ns3:type>TV_PROVISIONING_CODE</ns3:type>
                    <ns3:name>*;</ns3:name>
                    <ns3:instanceId>4</ns3:instanceId>
                    <ns3:productGroup>
                      <ns3:groupType>Satellite</ns3:groupType>
                      <ns3:groupIdentifier>84551002018172000</ns3:groupIdentifier>
                      <ns3:index>1</ns3:index>
                    </ns3:productGroup>
                  </ns3:sourceApplicationCode>
                  <ns3:sourceApplicationCode>
                    <ns3:action>Remove</ns3:action>
                    <ns3:type>TV_PROVISIONING_CODE</ns3:type>
                    <ns3:name>*=</ns3:name>
                    <ns3:instanceId>4</ns3:instanceId>
                    <ns3:productGroup>
                      <ns3:groupType>Satellite</ns3:groupType>
                      <ns3:groupIdentifier>84551002018172000</ns3:groupIdentifier>
                      <ns3:index>1</ns3:index>
                    </ns3:productGroup>
                  </ns3:sourceApplicationCode>
                  <ns3:sourceApplicationCode>
                    <ns3:action>Remove</ns3:action>
                    <ns3:type>TV_PROVISIONING_CODE</ns3:type>
                    <ns3:name>*J</ns3:name>
                    <ns3:instanceId>4</ns3:instanceId>
                    <ns3:productGroup>
                      <ns3:groupType>Satellite</ns3:groupType>
                      <ns3:groupIdentifier>84551002018172000</ns3:groupIdentifier>
                      <ns3:index>1</ns3:index>
                    </ns3:productGroup>
                  </ns3:sourceApplicationCode>
                  <ns3:sourceApplicationCode>
                    <ns3:action>Remove</ns3:action>
                    <ns3:type>TV_PRODUCT_CODE</ns3:type>
                    <ns3:name>!J</ns3:name>
                    <ns3:instanceId>4</ns3:instanceId>
                    <ns3:productGroup>
                      <ns3:groupType>Satellite</ns3:groupType>
                      <ns3:groupIdentifier>84551002018172000</ns3:groupIdentifier>
                      <ns3:index>1</ns3:index>
                    </ns3:productGroup>
                  </ns3:sourceApplicationCode>
                  <ns3:sourceApplicationCode>
                    <ns3:action>Remove</ns3:action>
                    <ns3:type>TV_PRODUCT_CODE</ns3:type>
                    <ns3:name>*J</ns3:name>
                    <ns3:instanceId>4</ns3:instanceId>
                    <ns3:productGroup>
                      <ns3:groupType>Satellite</ns3:groupType>
                      <ns3:groupIdentifier>84551002018172000</ns3:groupIdentifier>
                      <ns3:index>1</ns3:index>
                    </ns3:productGroup>
                  </ns3:sourceApplicationCode>
                </ns3:sourceApplicationCodeList>
              </ns3:detail>
            </ns3:product>
            <ns3:installationDetailReference>0</ns3:installationDetailReference>
            <ns3:salesRepresentative>LC30269</ns3:salesRepresentative>
            <ns3:orderEntryUser>LC30269</ns3:orderEntryUser>
            <ns3:customerAccountRequestReference>0</ns3:customerAccountRequestReference>
          </ns3:orderItem>
        </ns3:orderItemList>
        <ns3:shippingDetailList>
          <ns3:shippingDetail>
            <ns3:index>0</ns3:index>
            <ns3:sameAsServiceAddress>Yes</ns3:sameAsServiceAddress>
            <ns3:contactFirstName>KIM</ns3:contactFirstName>
            <ns3:contactLastName>LEMAL</ns3:contactLastName>
            <ns3:returnKitReceiveDate>2018-04-19</ns3:returnKitReceiveDate>
          </ns3:shippingDetail>
        </ns3:shippingDetailList>
        <ns3:paymentMethodList>
          <ns3:paymentMethod>
            <ns3:index>0</ns3:index>
            <ns3:detail>
              <ns3:type>Invoice</ns3:type>
              <ns3:invoicedAccount>
                <ns3:type>abcCanada</ns3:type>
              </ns3:invoicedAccount>
            </ns3:detail>
            <ns3:chargeList>
              <ns3:chargeReference>2</ns3:chargeReference>
              <ns3:chargeReference>1</ns3:chargeReference>
              <ns3:chargeReference>2</ns3:chargeReference>
              <ns3:chargeReference>5</ns3:chargeReference>
              <ns3:chargeReference>3</ns3:chargeReference>
            </ns3:chargeList>
          </ns3:paymentMethod>
        </ns3:paymentMethodList>
        <ns3:installationDetailList>
          <ns3:installationDetail>
            <ns3:index>0</ns3:index>
            <ns3:serviceDetailList>
              <ns3:serviceDetails>
                <ns3:type>Halt</ns3:type>
                <ns3:calendarReference>Tvdiscon</ns3:calendarReference>
                <ns3:date>
                  <ns3:date>2018-04-19</ns3:date>
                  <ns3:interval>AllDay</ns3:interval>
                </ns3:date>
                <ns3:technicianVisit>No</ns3:technicianVisit>
                <ns3:schedulingSystem>BusinessRules</ns3:schedulingSystem>
                <ns3:fieldWork>No</ns3:fieldWork>
                <ns3:customerWork>No</ns3:customerWork>
                <ns3:workDetails>
                  <ns3:workQuantity>1</ns3:workQuantity>
                  <ns3:workUnitType>Days</ns3:workUnitType>
                  <ns3:instructions/>
                </ns3:workDetails>
                <ns3:instantActivationIndicator>No</ns3:instantActivationIndicator>
                <ns3:calculationStartDate>2018-04-18</ns3:calculationStartDate>
              </ns3:serviceDetails>
            </ns3:serviceDetailList>
            <ns3:confirmationPending>No</ns3:confirmationPending>
          </ns3:installationDetail>
        </ns3:installationDetailList>
        <ns3:customerAccountRequestList>
          <ns3:customerAccountRequests>
            <ns3:customerAccountRequestIndex>0</ns3:customerAccountRequestIndex>
            <ns3:accountAction>Remove</ns3:accountAction>
            <ns3:accountActionReasonCode>SERVICENOLON_32</ns3:accountActionReasonCode>
            <ns3:type>
              <ns3:type>DTH</ns3:type>
            </ns3:type>
            <ns3:identifierList>
              <ns3:identifierDetail>
                <ns3:type>ExpressVuBAN</ns3:type>
                <ns3:identifier>84551002018172000</ns3:identifier>
              </ns3:identifierDetail>
            </ns3:identifierList>
            <ns3:customerList>
              <ns3:customer>
                <ns3:customerIndex>0</ns3:customerIndex>
                <ns3:type>Primary</ns3:type>
                <ns3:sameAsRequestor>Yes</ns3:sameAsRequestor>
                <ns3:detail>
                  <ns3:authorizedParty>
                    <ns3:name>
                      <ns3:firstName>KIM</ns3:firstName>
                      <ns3:lastName>LEMAL</ns3:lastName>
                    </ns3:name>
                  </ns3:authorizedParty>
                </ns3:detail>
              </ns3:customer>
            </ns3:customerList>
            <ns3:billingAccount>
              <ns3:type>DTH</ns3:type>
              <ns3:accountChannel>OneBill</ns3:accountChannel>
              <ns3:accountNumber>233139634</ns3:accountNumber>
              <ns3:billingAddress>
                <ns3:sameAsServiceAddress>No</ns3:sameAsServiceAddress>
                <ns3:address>
                  <ns3:mailingInstruction/>
                  <ns3:streetNumber>10</ns3:streetNumber>
                  <ns3:streetNumberSuffix/>
                  <ns3:streetName>hilltop lane</ns3:streetName>
                  <ns3:municipalityCity>inverness</ns3:municipalityCity>
                  <ns3:provinceOrState>
                    <ns3:type>NS</ns3:type>
                  </ns3:provinceOrState>
                  <ns3:country>CA</ns3:country>
                  <ns3:postalCode>b0e1n0</ns3:postalCode>
                  <ns3:poBox>381</ns3:poBox>
                </ns3:address>
              </ns3:billingAddress>
              <ns3:billingMethod>
                <ns3:invoice>Bill To abc</ns3:invoice>
              </ns3:billingMethod>
              <ns3:invoiceLanguage>
                <ns3:code>E</ns3:code>
              </ns3:invoiceLanguage>
              <ns3:billFieldedName>
                <ns3:firstName>KIM</ns3:firstName>
                <ns3:initial/>
                <ns3:lastName>LEMAL</ns3:lastName>
              </ns3:billFieldedName>
              <ns3:billUnfieldedName>
                <ns3:name>KIM LEMAL</ns3:name>
              </ns3:billUnfieldedName>
            </ns3:billingAccount>
            <ns3:accountOrderVersion>1</ns3:accountOrderVersion>
          </ns3:customerAccountRequests>
        </ns3:customerAccountRequestList>
        <ns3:creditWorthiness>
          <ns3:consumerCreditInfo>
            <ns3:type>Primary</ns3:type>
            <ns3:fieldedName>
              <ns3:firstName>KIM</ns3:firstName>
              <ns3:initial/>
              <ns3:lastName>LEMAL</ns3:lastName>
            </ns3:fieldedName>
            <ns3:permissionGranted>false</ns3:permissionGranted>
          </ns3:consumerCreditInfo>
        </ns3:creditWorthiness>
             
       <ns3:orderProcessDataList>
          <ns3:orderProcessDetails>
            <ns3:orderProcessDatum>
              <ns3:type>NewAdditionalLineOnOrder</ns3:type>
              <ns3:datum>false</ns3:datum>
            </ns3:orderProcessDatum>
          </ns3:orderProcessDetails>
          <ns3:orderProcessDetails>
            <ns3:serviceLine>
              <ns3:type>DSL</ns3:type>
            </ns3:serviceLine>
            <ns3:orderProcessDatum>
              <ns3:type>IsSympaticoWinBack</ns3:type>
              <ns3:datum>false</ns3:datum>
            </ns3:orderProcessDatum>
          </ns3:orderProcessDetails>
          <ns3:orderProcessDetails>
            <ns3:serviceLine>
              <ns3:type>WL</ns3:type>
            </ns3:serviceLine>
            <ns3:orderProcessDatum>
              <ns3:type>IsWinBack</ns3:type>
              <ns3:datum>false</ns3:datum>
            </ns3:orderProcessDatum>
          </ns3:orderProcessDetails>
          <ns3:orderProcessDetails>
            <ns3:serviceLine>
              <ns3:type>WL</ns3:type>
            </ns3:serviceLine>
            <ns3:orderProcessDatum>
              <ns3:type>IsWirelessWinBack</ns3:type>
              <ns3:datum>false</ns3:datum>
            </ns3:orderProcessDatum>
          </ns3:orderProcessDetails>
          <ns3:orderProcessDetails>
            <ns3:orderProcessDatum>
              <ns3:type>isExistingabcCustomer</ns3:type>
              <ns3:datum>true</ns3:datum>
            </ns3:orderProcessDatum>
          </ns3:orderProcessDetails>
          <ns3:orderProcessDetails>
            <ns3:serviceLine>
              <ns3:type>WL</ns3:type>
            </ns3:serviceLine>
            <ns3:orderProcessDatum>
              <ns3:type>IsDryLoop</ns3:type>
              <ns3:datum>false</ns3:datum>
            </ns3:orderProcessDatum>
          </ns3:orderProcessDetails>
          <ns3:orderProcessDetails>
            <ns3:orderProcessDatum>
              <ns3:type>DSLUnavailable</ns3:type>
              <ns3:datum>true</ns3:datum>
            </ns3:orderProcessDatum>
          </ns3:orderProcessDetails>
          <ns3:orderProcessDetails>
            <ns3:orderProcessDatum>
              <ns3:type>isSuppressConfirmation</ns3:type>
              <ns3:datum>No</ns3:datum>
            </ns3:orderProcessDatum>
          </ns3:orderProcessDetails>
          <ns3:orderProcessDetails>
            <ns3:orderProcessDatum>
              <ns3:type>IPTVUnavailable</ns3:type>
              <ns3:datum>false</ns3:datum>
            </ns3:orderProcessDatum>
          </ns3:orderProcessDetails>
          <ns3:orderProcessDetails>
            <ns3:orderProcessDatum>
              <ns3:type>IPTVMigrated</ns3:type>
              <ns3:datum>false</ns3:datum>
            </ns3:orderProcessDatum>
          </ns3:orderProcessDetails>
          <ns3:orderProcessDetails>
            <ns3:orderProcessDatum>
              <ns3:type>DTHMigrated</ns3:type>
              <ns3:datum>false</ns3:datum>
            </ns3:orderProcessDatum>
          </ns3:orderProcessDetails>
          <ns3:orderProcessDetails>
            <ns3:orderProcessDatum>
              <ns3:type>DSLMigrated</ns3:type>
              <ns3:datum>false</ns3:datum>
            </ns3:orderProcessDatum>
          </ns3:orderProcessDetails>
          <ns3:orderProcessDetails>
            <ns3:orderProcessDatum>
              <ns3:type>IsTVDiscountable</ns3:type>
              <ns3:datum>No</ns3:datum>
            </ns3:orderProcessDatum>
          </ns3:orderProcessDetails>
          <ns3:orderProcessDetails>
            <ns3:orderProcessDatum>
              <ns3:type>isMonthToMonthAcquisitionAllowed</ns3:type>
              <ns3:datum>true</ns3:datum>
            </ns3:orderProcessDatum>
          </ns3:orderProcessDetails>
          <ns3:orderProcessDetails>
            <ns3:orderProcessDatum>
              <ns3:type>isContactInfoModified</ns3:type>
              <ns3:datum>false</ns3:datum>
            </ns3:orderProcessDatum>
          </ns3:orderProcessDetails>
          <ns3:orderProcessDetails>
            <ns3:orderProcessDatum>
              <ns3:type>retainTelephoneNumber</ns3:type>
              <ns3:datum>false</ns3:datum>
            </ns3:orderProcessDatum>
          </ns3:orderProcessDetails>
          <ns3:orderProcessDetails>
            <ns3:orderProcessDatum>
              <ns3:type>DirectoryDeliveryAddressIndicator</ns3:type>
              <ns3:datum>false</ns3:datum>
            </ns3:orderProcessDatum>
          </ns3:orderProcessDetails>
          <ns3:orderProcessDetails>
            <ns3:orderProcessDatum>
              <ns3:type>IsUserMigratedProgrammingPlatform</ns3:type>
              <ns3:datum>false</ns3:datum>
            </ns3:orderProcessDatum>
          </ns3:orderProcessDetails>
          <ns3:orderProcessDetails>
            <ns3:orderProcessDatum>
              <ns3:type>SubmitOrderDestination</ns3:type>
              <ns3:datum>COM</ns3:datum>
            </ns3:orderProcessDatum>
          </ns3:orderProcessDetails>
        </ns3:orderProcessDataList>
        
               <ns3:submitOneBillAccountDetailList>
          <ns3:submitOneBillAccountDetail>
            <ns3:oneBillAction>update</ns3:oneBillAction>
            <ns3:oneBillAccountIdentifier>233139634</ns3:oneBillAccountIdentifier>
            <ns3:submitAffiliateIdentifierDetailList>
              <ns3:affiliateIdentifierDetail>
                <ns3:affiliateBAN>9022585740</ns3:affiliateBAN>
                <ns3:affiliateAccountID>84551002018172000</ns3:affiliateAccountID>
                <ns3:lineOfBusiness>Television</ns3:lineOfBusiness>
                <ns3:customerAccountRequestIndex>0</ns3:customerAccountRequestIndex>
              </ns3:affiliateIdentifierDetail>
            </ns3:submitAffiliateIdentifierDetailList>
            <ns3:submitBillingDetail>
              <ns3:billingAddress>
                <ns3:sameAsServiceAddress>No</ns3:sameAsServiceAddress>
                <ns3:address>
                  <ns3:mailingInstruction/>
                  <ns3:streetNumber>10</ns3:streetNumber>
                  <ns3:streetNumberSuffix/>
                  <ns3:streetName>hilltop lane</ns3:streetName>
                  <ns3:municipalityCity>inverness</ns3:municipalityCity>
                  <ns3:provinceOrState>
                    <ns3:type>NS</ns3:type>
                  </ns3:provinceOrState>
                  <ns3:country>CA</ns3:country>
                  <ns3:postalCode>b0e1n0</ns3:postalCode>
                  <ns3:poBox>381</ns3:poBox>
                </ns3:address>
              </ns3:billingAddress>
            </ns3:submitBillingDetail>
          </ns3:submitOneBillAccountDetail>
        </ns3:submitOneBillAccountDetailList>
        <ns3:oneBillAccountMapList>
          <ns3:oneBillAccountMap>
            <ns3:index>BBLine</ns3:index>
            <ns3:identifier>233139634</ns3:identifier>
          </ns3:oneBillAccountMap>
        </ns3:oneBillAccountMapList>
        <ns3:orderCreateTimestamp>2018-04-18T11:56:58.190Z</ns3:orderCreateTimestamp>
        <ns3:releaseVersionInfo>
          <ns3:createdBy>
            <ns3:prefix>BRS</ns3:prefix>
            <ns3:major>46</ns3:major>
            <ns3:minor>2</ns3:minor>
            <ns3:build>00.16</ns3:build>
          </ns3:createdBy>
          <ns3:lastModifiedBy>
            <ns3:prefix>BRS</ns3:prefix>
            <ns3:major>46</ns3:major>
            <ns3:minor>2</ns3:minor>
            <ns3:build>00.16</ns3:build>
          </ns3:lastModifiedBy>
        </ns3:releaseVersionInfo>
        <ns3:customerAccountRequestQualificationList>
          <ns3:customerAccountRequestQualification>
            <ns3:type>
              <ns3:type>DTH</ns3:type>
            </ns3:type>
            <ns3:identifier>84551002018172000</ns3:identifier>
            <ns3:qualificationList>
              <ns3:qualification>
                <ns3:qualificationType>eligibleForCreation</ns3:qualificationType>
              </ns3:qualification>
            </ns3:qualificationList>
          </ns3:customerAccountRequestQualification>
          <ns3:customerAccountRequestQualification>
            <ns3:type>
              <ns3:type>SpecialProducts</ns3:type>
            </ns3:type>
            <ns3:qualificationList>
              <ns3:qualification>
                <ns3:qualificationType>eligibleForCreation</ns3:qualificationType>
              </ns3:qualification>
            </ns3:qualificationList>
          </ns3:customerAccountRequestQualification>
        </ns3:customerAccountRequestQualificationList>
        <ns3:orderBillingDetails>
          <ns3:billCycleDay>
            <ns3:type>02</ns3:type>
          </ns3:billCycleDay>
        </ns3:orderBillingDetails>
      </ns3:bceOrder>
    </ns2:bceOrderList>
    <ns2:customerProfile>
      <ns5:customer>
        <ns4:primaryContact>
          <ns4:firstName>KIM</ns4:firstName>
          <ns4:lastName>LEMAL</ns4:lastName>
        </ns4:primaryContact>
      </ns5:customer>
      <ns5:crossLineOfBusiness>
        <ns4:account>
          <ns4:oneBill>
            <ns4:accountNumber>233139634</ns4:accountNumber>
            <ns4:associatedAccount>
              <ns4:lineOfBusiness>Television</ns4:lineOfBusiness>
              <ns4:accountIdentifier>
                <ns3:type>ExpressVuBAN</ns3:type>
                <ns3:identifier>84551002018172000</ns3:identifier>
              </ns4:accountIdentifier>
            </ns4:associatedAccount>
          </ns4:oneBill>
        </ns4:account>
      </ns5:crossLineOfBusiness>
      <ns5:lineOfBusiness>
        <ns4:lineOfBusiness>Television</ns4:lineOfBusiness>
        <ns4:affiliateName>abc ExpressVu</ns4:affiliateName>
        <ns4:account>
          <ns4:accountIdentifier>
            <ns3:type>ExpressVuBAN</ns3:type>
            <ns3:identifier>84551002018172000</ns3:identifier>
          </ns4:accountIdentifier>
          <ns4:accountInfo>
            <ns4:status>
              <ns3:code>A</ns3:code>
              <ns3:description>Active</ns3:description>
            </ns4:status>
            <ns4:contactInfo>
              <ns3:name>
                <ns3:firstName>KIM</ns3:firstName>
                <ns3:lastName>LEMAL</ns3:lastName>
              </ns3:name>
              <ns3:telephone>
                <ns3:number>9022585740</ns3:number>
                <ns3:type>HOME</ns3:type>
              </ns3:telephone>
            </ns4:contactInfo>
            <ns4:serviceCharacteristics>
              <ns4:technology>
                <ns3:code>DTH</ns3:code>
                <ns3:description>Satellite</ns3:description>
              </ns4:technology>
              <ns4:programmingPlatform>
                <ns3:type>ECHELON</ns3:type>
              </ns4:programmingPlatform>
            </ns4:serviceCharacteristics>
            <ns4:temporarySuspension>
              <ns4:suspendedStatus>No</ns4:suspendedStatus>
              <ns4:latestSuspensionStartDate>2018-04-18</ns4:latestSuspensionStartDate>
              <ns4:latestSuspensionEndDate>2018-04-18</ns4:latestSuspensionEndDate>
            </ns4:temporarySuspension>
            <ns4:subscriberLastUpdate>2018-04-18</ns4:subscriberLastUpdate>
            <ns4:establishDate>2018-04-18</ns4:establishDate>
            <ns4:portInd>false</ns4:portInd>
            <ns4:orderInProgress>false</ns4:orderInProgress>
          </ns4:accountInfo>
          <ns4:billingDetail>
            <ns4:billAddress>
              <ns4:fieldedAddress>
                <ns4:street1>95 OLD DEEPDALE RD</ns4:street1>
                <ns4:street2>N/A</ns4:street2>
                <ns4:city>INVERNESS</ns4:city>
                <ns4:provinceOrState>NS</ns4:provinceOrState>
                <ns4:country>Canada</ns4:country>
                <ns4:postalCode>B0E1N0</ns4:postalCode>
              </ns4:fieldedAddress>
            </ns4:billAddress>
            <ns4:billName>
              <ns4:fieldedName>
                <ns3:firstName>KIM</ns3:firstName>
                <ns3:lastName>LEMAL</ns3:lastName>
              </ns4:fieldedName>
            </ns4:billName>
            <ns4:invoiceOptions>
              <ns4:invoiceLanguage>
                <ns3:code>E</ns3:code>
              </ns4:invoiceLanguage>
            </ns4:invoiceOptions>
            <ns4:defaultBillPeriod>26</ns4:defaultBillPeriod>
          </ns4:billingDetail>
          <ns4:productList>
            <ns3:profileProductDetail>
              <ns3:quantity>1</ns3:quantity>
              <ns3:productGroup>
                <ns3:groupType>Satellite</ns3:groupType>
                <ns3:groupIdentifier>84551002018172000</ns3:groupIdentifier>
                <ns3:index>1</ns3:index>
              </ns3:productGroup>
              <ns3:product>
                <ns3:instanceID>1</ns3:instanceID>
                <ns3:identifier>hdpvr_x01</ns3:identifier>
                <ns3:isModelled>true</ns3:isModelled>
                <ns3:isHidden>false</ns3:isHidden>
                <ns3:attributeList>
                  <ns3:attribute>
                    <ns3:attributeIdentifier>hardware_x01a1</ns3:attributeIdentifier>
                    <ns3:valuesList>
                      <ns3:values>
                        <ns3:valueIdentifier>9241rec_x01a1v161</ns3:valueIdentifier>
                      </ns3:values>
                    </ns3:valuesList>
                    <ns3:description>Hardware Model</ns3:description>
                    <ns3:isModelled>false</ns3:isModelled>
                    <ns3:isHidden>false</ns3:isHidden>
                  </ns3:attribute>
                  <ns3:attribute>
                    <ns3:attributeIdentifier>acquisit_x01a2</ns3:attributeIdentifier>
                    <ns3:valuesList>
                      <ns3:values>
                        <ns3:valueIdentifier>rentalpl_x01a2v01604</ns3:valueIdentifier>
                      </ns3:values>
                    </ns3:valuesList>
                    <ns3:description>Acquisition Method</ns3:description>
                    <ns3:isModelled>false</ns3:isModelled>
                    <ns3:isHidden>false</ns3:isHidden>
                  </ns3:attribute>
                  <ns3:attribute>
                    <ns3:attributeIdentifier>receiver_x01a4</ns3:attributeIdentifier>
                    <ns3:valuesList>
                      <ns3:values>
                        <ns3:valueIdentifier>active_x01a4v5</ns3:valueIdentifier>
                      </ns3:values>
                    </ns3:valuesList>
                    <ns3:description>Receiver Status</ns3:description>
                    <ns3:isModelled>false</ns3:isModelled>
                    <ns3:isHidden>false</ns3:isHidden>
                  </ns3:attribute>
                  <ns3:attribute>
                    <ns3:attributeIdentifier>receiver_x01a6</ns3:attributeIdentifier>
                    <ns3:valuesList>
                      <ns3:values>
                        <ns3:valueIdentifier>receiver_x01a6v8</ns3:valueIdentifier>
                        <ns3:value>900</ns3:value>
                      </ns3:values>
                    </ns3:valuesList>
                    <ns3:description>Receiver Value</ns3:description>
                    <ns3:isModelled>false</ns3:isModelled>
                    <ns3:isHidden>false</ns3:isHidden>
                  </ns3:attribute>
                  <ns3:attribute>
                    <ns3:attributeIdentifier>paymentd_x01a7</ns3:attributeIdentifier>
                    <ns3:valuesList>
                      <ns3:values>
                        <ns3:valueIdentifier>60months_x01a7v02401</ns3:valueIdentifier>
                      </ns3:values>
                    </ns3:valuesList>
                    <ns3:description>Payment Duration</ns3:description>
                    <ns3:isModelled>false</ns3:isModelled>
                    <ns3:isHidden>false</ns3:isHidden>
                  </ns3:attribute>
                  <ns3:attribute>
                    <ns3:attributeIdentifier>monthspa_x01a8</ns3:attributeIdentifier>
                    <ns3:valuesList>
                      <ns3:values>
                        <ns3:valueIdentifier>monthspa_x01a8v10</ns3:valueIdentifier>
                        <ns3:value>47</ns3:value>
                      </ns3:values>
                    </ns3:valuesList>
                    <ns3:description>Months Paid</ns3:description>
                    <ns3:isModelled>false</ns3:isModelled>
                    <ns3:isHidden>false</ns3:isHidden>
                  </ns3:attribute>
                  <ns3:attribute>
                    <ns3:attributeIdentifier>quantity_x01a10</ns3:attributeIdentifier>
                    <ns3:valuesList>
                      <ns3:values>
                        <ns3:valueIdentifier>quantity_x01a10v12</ns3:valueIdentifier>
                        <ns3:value>1</ns3:value>
                      </ns3:values>
                    </ns3:valuesList>
                    <ns3:description>Quantity</ns3:description>
                    <ns3:isModelled>false</ns3:isModelled>
                    <ns3:isHidden>false</ns3:isHidden>
                    <ns3:priceList>
                      <ns3:price>
                        <ns3:index>1</ns3:index>
                        <ns3:charge>
                          <ns3:type>Recurring</ns3:type>
                          <ns3:amount>15.0</ns3:amount>
                        </ns3:charge>
                      </ns3:price>
                    </ns3:priceList>
                  </ns3:attribute>
                  <ns3:attribute>
                    <ns3:attributeIdentifier>equipmen_x01a201</ns3:attributeIdentifier>
                    <ns3:valuesList>
                      <ns3:values>
                        <ns3:valueIdentifier>number_x01a201v171</ns3:valueIdentifier>
                        <ns3:value>R0097819699</ns3:value>
                      </ns3:values>
                    </ns3:valuesList>
                    <ns3:description>Equipment Serial Number</ns3:description>
                    <ns3:isModelled>false</ns3:isModelled>
                    <ns3:isHidden>false</ns3:isHidden>
                  </ns3:attribute>
                  <ns3:attribute>
                    <ns3:attributeIdentifier>deviceid_x01a258</ns3:attributeIdentifier>
                    <ns3:valuesList>
                      <ns3:values>
                        <ns3:valueIdentifier>deviceid_x01a258v284</ns3:valueIdentifier>
                        <ns3:value>S2240702260</ns3:value>
                      </ns3:values>
                    </ns3:valuesList>
                    <ns3:description>DeviceID</ns3:description>
                    <ns3:isModelled>false</ns3:isModelled>
                    <ns3:isHidden>false</ns3:isHidden>
                  </ns3:attribute>
                </ns3:attributeList>
                <ns3:priceList>
                  <ns3:price>
                    <ns3:index>2</ns3:index>
                    <ns3:charge>
                      <ns3:type>Recurring</ns3:type>
                      <ns3:amount>15.0</ns3:amount>
                    </ns3:charge>
                    <ns3:chargeClassificationList>
                      <ns3:chargeClassification>
                        <ns3:classification>Billing</ns3:classification>
                        <ns3:amount>15.0</ns3:amount>
                      </ns3:chargeClassification>
                    </ns3:chargeClassificationList>
                  </ns3:price>
                </ns3:priceList>
                <ns3:sourceApplicationCodeList>
                  <ns3:sourceApplicationCode>
                    <ns3:type>TVEquipment</ns3:type>
                    <ns3:name>AcquisitionType</ns3:name>
                    <ns3:value>M2M</ns3:value>
                    <ns3:instanceId>3</ns3:instanceId>
                    <ns3:serviceAccountIdentifier>
                      <ns3:type>ExpressVuBAN</ns3:type>
                      <ns3:identifier>84551002018172000</ns3:identifier>
                    </ns3:serviceAccountIdentifier>
                    <ns3:productGroup>
                      <ns3:groupType>Satellite</ns3:groupType>
                      <ns3:groupIdentifier>84551002018172000</ns3:groupIdentifier>
                    </ns3:productGroup>
                  </ns3:sourceApplicationCode>
                  <ns3:sourceApplicationCode>
                    <ns3:type>TVEquipment</ns3:type>
                    <ns3:name>PaymentTerm</ns3:name>
                    <ns3:value>60</ns3:value>
                    <ns3:instanceId>3</ns3:instanceId>
                    <ns3:serviceAccountIdentifier>
                      <ns3:type>ExpressVuBAN</ns3:type>
                      <ns3:identifier>84551002018172000</ns3:identifier>
                    </ns3:serviceAccountIdentifier>
                    <ns3:productGroup>
                      <ns3:groupType>Satellite</ns3:groupType>
                      <ns3:groupIdentifier>84551002018172000</ns3:groupIdentifier>
                    </ns3:productGroup>
                  </ns3:sourceApplicationCode>
                  <ns3:sourceApplicationCode>
                    <ns3:type>TVEquipment</ns3:type>
                    <ns3:name>DeviceId</ns3:name>
                    <ns3:value>S2240702260</ns3:value>
                    <ns3:instanceId>3</ns3:instanceId>
                    <ns3:serviceAccountIdentifier>
                      <ns3:type>ExpressVuBAN</ns3:type>
                      <ns3:identifier>84551002018172000</ns3:identifier>
                    </ns3:serviceAccountIdentifier>
                    <ns3:productGroup>
                      <ns3:groupType>Satellite</ns3:groupType>
                      <ns3:groupIdentifier>84551002018172000</ns3:groupIdentifier>
                    </ns3:productGroup>
                  </ns3:sourceApplicationCode>
                  <ns3:sourceApplicationCode>
                    <ns3:type>TVEquipment</ns3:type>
                    <ns3:name>PaymentBilled</ns3:name>
                    <ns3:value>47</ns3:value>
                    <ns3:instanceId>3</ns3:instanceId>
                    <ns3:serviceAccountIdentifier>
                      <ns3:type>ExpressVuBAN</ns3:type>
                      <ns3:identifier>84551002018172000</ns3:identifier>
                    </ns3:serviceAccountIdentifier>
                    <ns3:productGroup>
                      <ns3:groupType>Satellite</ns3:groupType>
                      <ns3:groupIdentifier>84551002018172000</ns3:groupIdentifier>
                    </ns3:productGroup>
                  </ns3:sourceApplicationCode>
                  <ns3:sourceApplicationCode>
                    <ns3:type>TVEquipment</ns3:type>
                    <ns3:name>Quantity</ns3:name>
                    <ns3:value>1</ns3:value>
                    <ns3:instanceId>3</ns3:instanceId>
                    <ns3:priceList>
                      <ns3:price>
                        <ns3:index>1</ns3:index>
                        <ns3:charge>
                          <ns3:type>Recurring</ns3:type>
                          <ns3:amount>15.0</ns3:amount>
                        </ns3:charge>
                      </ns3:price>
                    </ns3:priceList>
                    <ns3:serviceAccountIdentifier>
                      <ns3:type>ExpressVuBAN</ns3:type>
                      <ns3:identifier>84551002018172000</ns3:identifier>
                    </ns3:serviceAccountIdentifier>
                    <ns3:productGroup>
                      <ns3:groupType>Satellite</ns3:groupType>
                      <ns3:groupIdentifier>84551002018172000</ns3:groupIdentifier>
                    </ns3:productGroup>
                  </ns3:sourceApplicationCode>
                  <ns3:sourceApplicationCode>
                    <ns3:type>TVEquipment</ns3:type>
                    <ns3:name>EquipmentValue</ns3:name>
                    <ns3:value>900</ns3:value>
                    <ns3:instanceId>3</ns3:instanceId>
                    <ns3:serviceAccountIdentifier>
                      <ns3:type>ExpressVuBAN</ns3:type>
                      <ns3:identifier>84551002018172000</ns3:identifier>
                    </ns3:serviceAccountIdentifier>
                    <ns3:productGroup>
                      <ns3:groupType>Satellite</ns3:groupType>
                      <ns3:groupIdentifier>84551002018172000</ns3:groupIdentifier>
                    </ns3:productGroup>
                  </ns3:sourceApplicationCode>
                  <ns3:sourceApplicationCode>
                    <ns3:type>TVEquipment</ns3:type>
                    <ns3:name>EquipmentStatus</ns3:name>
                    <ns3:value>Active</ns3:value>
                    <ns3:instanceId>3</ns3:instanceId>
                    <ns3:serviceAccountIdentifier>
                      <ns3:type>ExpressVuBAN</ns3:type>
                      <ns3:identifier>84551002018172000</ns3:identifier>
                    </ns3:serviceAccountIdentifier>
                    <ns3:productGroup>
                      <ns3:groupType>Satellite</ns3:groupType>
                      <ns3:groupIdentifier>84551002018172000</ns3:groupIdentifier>
                    </ns3:productGroup>
                  </ns3:sourceApplicationCode>
                  <ns3:sourceApplicationCode>
                    <ns3:type>TVEquipment</ns3:type>
                    <ns3:name>EquipmentNumber</ns3:name>
                    <ns3:value>R0097819699</ns3:value>
                    <ns3:instanceId>3</ns3:instanceId>
                    <ns3:serviceAccountIdentifier>
                      <ns3:type>ExpressVuBAN</ns3:type>
                      <ns3:identifier>84551002018172000</ns3:identifier>
                    </ns3:serviceAccountIdentifier>
                    <ns3:productGroup>
                      <ns3:groupType>Satellite</ns3:groupType>
                      <ns3:groupIdentifier>84551002018172000</ns3:groupIdentifier>
                    </ns3:productGroup>
                  </ns3:sourceApplicationCode>
                  <ns3:sourceApplicationCode>
                    <ns3:type>TVEquipment</ns3:type>
                    <ns3:name>ModelNumber</ns3:name>
                    <ns3:value>9241</ns3:value>
                    <ns3:instanceId>3</ns3:instanceId>
                    <ns3:serviceAccountIdentifier>
                      <ns3:type>ExpressVuBAN</ns3:type>
                      <ns3:identifier>84551002018172000</ns3:identifier>
                    </ns3:serviceAccountIdentifier>
                    <ns3:productGroup>
                      <ns3:groupType>Satellite</ns3:groupType>
                      <ns3:groupIdentifier>84551002018172000</ns3:groupIdentifier>
                    </ns3:productGroup>
                  </ns3:sourceApplicationCode>
                </ns3:sourceApplicationCodeList>
              </ns3:product>
            </ns3:profileProductDetail>
            <ns3:profileProductDetail>
              <ns3:quantity>1</ns3:quantity>
              <ns3:productGroup>
                <ns3:groupType>Satellite</ns3:groupType>
                <ns3:groupIdentifier>84551002018172000</ns3:groupIdentifier>
                <ns3:index>1</ns3:index>
              </ns3:productGroup>
              <ns3:product>
                <ns3:instanceID>2</ns3:instanceID>
                <ns3:identifier>wireless_x05411</ns3:identifier>
                <ns3:isModelled>true</ns3:isModelled>
                <ns3:isHidden>false</ns3:isHidden>
                <ns3:attributeList>
                  <ns3:attribute>
                    <ns3:attributeIdentifier>tvpromot_x05411a04408</ns3:attributeIdentifier>
                    <ns3:valuesList>
                      <ns3:values>
                        <ns3:valueIdentifier>numberof_x05411a04408v04813</ns3:valueIdentifier>
                        <ns3:value>1</ns3:value>
                      </ns3:values>
                    </ns3:valuesList>
                    <ns3:description>TV Promotion - Total # of months</ns3:description>
                    <ns3:isModelled>false</ns3:isModelled>
                    <ns3:isHidden>false</ns3:isHidden>
                  </ns3:attribute>
                  <ns3:attribute>
                    <ns3:attributeIdentifier>tvpromot_x05411a04409</ns3:attributeIdentifier>
                    <ns3:valuesList>
                      <ns3:values>
                        <ns3:valueIdentifier>numberof_x05411a04409v04814</ns3:valueIdentifier>
                        <ns3:value>0</ns3:value>
                      </ns3:values>
                    </ns3:valuesList>
                    <ns3:description>TV Promotion # of months remaining</ns3:description>
                    <ns3:isModelled>false</ns3:isModelled>
                    <ns3:isHidden>false</ns3:isHidden>
                  </ns3:attribute>
                </ns3:attributeList>
                <ns3:sourceApplicationCodeList>
                  <ns3:sourceApplicationCode>
                    <ns3:type>TVOffer</ns3:type>
                    <ns3:name>CreditInFrench</ns3:name>
                    <ns3:value>0</ns3:value>
                    <ns3:instanceId>2</ns3:instanceId>
                    <ns3:serviceAccountIdentifier>
                      <ns3:type>ExpressVuBAN</ns3:type>
                      <ns3:identifier>84551002018172000</ns3:identifier>
                    </ns3:serviceAccountIdentifier>
                    <ns3:productGroup>
                      <ns3:groupType>Satellite</ns3:groupType>
                      <ns3:groupIdentifier>84551002018172000</ns3:groupIdentifier>
                    </ns3:productGroup>
                  </ns3:sourceApplicationCode>
                  <ns3:sourceApplicationCode>
                    <ns3:type>TVOffer</ns3:type>
                    <ns3:name>CreditInEnglish</ns3:name>
                    <ns3:value>0</ns3:value>
                    <ns3:instanceId>2</ns3:instanceId>
                    <ns3:serviceAccountIdentifier>
                      <ns3:type>ExpressVuBAN</ns3:type>
                      <ns3:identifier>84551002018172000</ns3:identifier>
                    </ns3:serviceAccountIdentifier>
                    <ns3:productGroup>
                      <ns3:groupType>Satellite</ns3:groupType>
                      <ns3:groupIdentifier>84551002018172000</ns3:groupIdentifier>
                    </ns3:productGroup>
                  </ns3:sourceApplicationCode>
                  <ns3:sourceApplicationCode>
                    <ns3:type>TVOffer</ns3:type>
                    <ns3:name>PaymentCycle</ns3:name>
                    <ns3:value>1</ns3:value>
                    <ns3:instanceId>2</ns3:instanceId>
                    <ns3:serviceAccountIdentifier>
                      <ns3:type>ExpressVuBAN</ns3:type>
                      <ns3:identifier>84551002018172000</ns3:identifier>
                    </ns3:serviceAccountIdentifier>
                    <ns3:productGroup>
                      <ns3:groupType>Satellite</ns3:groupType>
                      <ns3:groupIdentifier>84551002018172000</ns3:groupIdentifier>
                    </ns3:productGroup>
                  </ns3:sourceApplicationCode>
                  <ns3:sourceApplicationCode>
                    <ns3:type>TVOffer</ns3:type>
                    <ns3:name>PromoID</ns3:name>
                    <ns3:value>Q114FAD0552</ns3:value>
                    <ns3:instanceId>2</ns3:instanceId>
                    <ns3:serviceAccountIdentifier>
                      <ns3:type>ExpressVuBAN</ns3:type>
                      <ns3:identifier>84551002018172000</ns3:identifier>
                    </ns3:serviceAccountIdentifier>
                    <ns3:productGroup>
                      <ns3:groupType>Satellite</ns3:groupType>
                      <ns3:groupIdentifier>84551002018172000</ns3:groupIdentifier>
                    </ns3:productGroup>
                  </ns3:sourceApplicationCode>
                  <ns3:sourceApplicationCode>
                    <ns3:type>TVOffer</ns3:type>
                    <ns3:name>SubPromoID</ns3:name>
                    <ns3:value>1</ns3:value>
                    <ns3:instanceId>2</ns3:instanceId>
                    <ns3:serviceAccountIdentifier>
                      <ns3:type>ExpressVuBAN</ns3:type>
                      <ns3:identifier>84551002018172000</ns3:identifier>
                    </ns3:serviceAccountIdentifier>
                    <ns3:productGroup>
                      <ns3:groupType>Satellite</ns3:groupType>
                      <ns3:groupIdentifier>84551002018172000</ns3:groupIdentifier>
                    </ns3:productGroup>
                  </ns3:sourceApplicationCode>
                </ns3:sourceApplicationCodeList>
              </ns3:product>
            </ns3:profileProductDetail>
            <ns3:profileProductDetail>
              <ns3:quantity>1</ns3:quantity>
              <ns3:productGroup>
                <ns3:groupType>Satellite</ns3:groupType>
                <ns3:groupIdentifier>84551002018172000</ns3:groupIdentifier>
                <ns3:index>1</ns3:index>
              </ns3:productGroup>
              <ns3:product>
                <ns3:instanceID>3</ns3:instanceID>
                <ns3:identifier>promtype_x101</ns3:identifier>
                <ns3:isModelled>true</ns3:isModelled>
                <ns3:isHidden>false</ns3:isHidden>
                <ns3:attributeList>
                  <ns3:attribute>
                    <ns3:attributeIdentifier>digitals_x101a4303</ns3:attributeIdentifier>
                    <ns3:valuesList>
                      <ns3:values>
                        <ns3:valueIdentifier>yes_x101a4303v8921</ns3:valueIdentifier>
                      </ns3:values>
                    </ns3:valuesList>
                    <ns3:description>Digital Service Fee</ns3:description>
                    <ns3:isModelled>false</ns3:isModelled>
                    <ns3:isHidden>false</ns3:isHidden>
                    <ns3:priceList>
                      <ns3:price>
                        <ns3:index>5</ns3:index>
                        <ns3:charge>
                          <ns3:type>Recurring</ns3:type>
                          <ns3:amount>3.0</ns3:amount>
                        </ns3:charge>
                        <ns3:chargeClassificationList>
                          <ns3:chargeClassification>
                            <ns3:classification>Maintenance</ns3:classification>
                            <ns3:amount>3.0</ns3:amount>
                          </ns3:chargeClassification>
                        </ns3:chargeClassificationList>
                      </ns3:price>
                    </ns3:priceList>
                  </ns3:attribute>
                </ns3:attributeList>
                <ns3:priceList>
                  <ns3:price>
                    <ns3:index>2</ns3:index>
                    <ns3:charge>
                      <ns3:type>Recurring</ns3:type>
                      <ns3:amount>3.0</ns3:amount>
                    </ns3:charge>
                    <ns3:chargeClassificationList>
                      <ns3:chargeClassification>
                        <ns3:classification>Maintenance</ns3:classification>
                        <ns3:amount>3.0</ns3:amount>
                      </ns3:chargeClassification>
                    </ns3:chargeClassificationList>
                  </ns3:price>
                </ns3:priceList>
                <ns3:sourceApplicationCodeList>
                  <ns3:sourceApplicationCode>
                    <ns3:type>TVAccountAttribute</ns3:type>
                    <ns3:name>Technology</ns3:name>
                    <ns3:value>DTH</ns3:value>
                    <ns3:instanceId>1</ns3:instanceId>
                    <ns3:serviceAccountIdentifier>
                      <ns3:type>ExpressVuBAN</ns3:type>
                      <ns3:identifier>84551002018172000</ns3:identifier>
                    </ns3:serviceAccountIdentifier>
                    <ns3:productGroup>
                      <ns3:groupType>Satellite</ns3:groupType>
                      <ns3:groupIdentifier>84551002018172000</ns3:groupIdentifier>
                    </ns3:productGroup>
                  </ns3:sourceApplicationCode>
                </ns3:sourceApplicationCodeList>
              </ns3:product>
            </ns3:profileProductDetail>
            <ns3:profileProductDetail>
              <ns3:quantity>1</ns3:quantity>
              <ns3:productGroup>
                <ns3:groupType>Satellite</ns3:groupType>
                <ns3:groupIdentifier>84551002018172000</ns3:groupIdentifier>
                <ns3:index>1</ns3:index>
              </ns3:productGroup>
              <ns3:product>
                <ns3:instanceID>4</ns3:instanceID>
                <ns3:identifier>sattvbet_x06650</ns3:identifier>
                <ns3:isModelled>true</ns3:isModelled>
                <ns3:isHidden>false</ns3:isHidden>
                <ns3:priceList>
                  <ns3:price>
                    <ns3:index>3</ns3:index>
                    <ns3:charge>
                      <ns3:type>Recurring</ns3:type>
                      <ns3:amount>85.95</ns3:amount>
                    </ns3:charge>
                    <ns3:chargeClassificationList>
                      <ns3:chargeClassification>
                        <ns3:classification>Billing</ns3:classification>
                        <ns3:amount>85.95</ns3:amount>
                      </ns3:chargeClassification>
                    </ns3:chargeClassificationList>
                  </ns3:price>
                </ns3:priceList>
                <ns3:sourceApplicationCodeList>
                  <ns3:sourceApplicationCode>
                    <ns3:type>TV_PROVISIONING_CODE</ns3:type>
                    <ns3:name>=8</ns3:name>
                    <ns3:instanceId>4</ns3:instanceId>
                    <ns3:serviceAccountIdentifier>
                      <ns3:type>ExpressVuBAN</ns3:type>
                      <ns3:identifier>84551002018172000</ns3:identifier>
                    </ns3:serviceAccountIdentifier>
                    <ns3:productGroup>
                      <ns3:groupType>Satellite</ns3:groupType>
                      <ns3:groupIdentifier>84551002018172000</ns3:groupIdentifier>
                    </ns3:productGroup>
                  </ns3:sourceApplicationCode>
                  <ns3:sourceApplicationCode>
                    <ns3:type>TV_PRODUCT_CODE</ns3:type>
                    <ns3:name>!J</ns3:name>
                    <ns3:instanceId>4</ns3:instanceId>
                    <ns3:serviceAccountIdentifier>
                      <ns3:type>ExpressVuBAN</ns3:type>
                      <ns3:identifier>84551002018172000</ns3:identifier>
                    </ns3:serviceAccountIdentifier>
                    <ns3:productGroup>
                      <ns3:groupType>Satellite</ns3:groupType>
                      <ns3:groupIdentifier>84551002018172000</ns3:groupIdentifier>
                    </ns3:productGroup>
                  </ns3:sourceApplicationCode>
                  <ns3:sourceApplicationCode>
                    <ns3:type>TV_PROVISIONING_CODE</ns3:type>
                    <ns3:name>*;</ns3:name>
                    <ns3:instanceId>4</ns3:instanceId>
                    <ns3:serviceAccountIdentifier>
                      <ns3:type>ExpressVuBAN</ns3:type>
                      <ns3:identifier>84551002018172000</ns3:identifier>
                    </ns3:serviceAccountIdentifier>
                    <ns3:productGroup>
                      <ns3:groupType>Satellite</ns3:groupType>
                      <ns3:groupIdentifier>84551002018172000</ns3:groupIdentifier>
                    </ns3:productGroup>
                  </ns3:sourceApplicationCode>
                  <ns3:sourceApplicationCode>
                    <ns3:type>TV_PROVISIONING_CODE</ns3:type>
                    <ns3:name>*=</ns3:name>
                    <ns3:instanceId>4</ns3:instanceId>
                    <ns3:serviceAccountIdentifier>
                      <ns3:type>ExpressVuBAN</ns3:type>
                      <ns3:identifier>84551002018172000</ns3:identifier>
                    </ns3:serviceAccountIdentifier>
                    <ns3:productGroup>
                      <ns3:groupType>Satellite</ns3:groupType>
                      <ns3:groupIdentifier>84551002018172000</ns3:groupIdentifier>
                    </ns3:productGroup>
                  </ns3:sourceApplicationCode>
                  <ns3:sourceApplicationCode>
                    <ns3:type>TV_PRODUCT_CODE</ns3:type>
                    <ns3:name>*J</ns3:name>
                    <ns3:instanceId>4</ns3:instanceId>
                    <ns3:serviceAccountIdentifier>
                      <ns3:type>ExpressVuBAN</ns3:type>
                      <ns3:identifier>84551002018172000</ns3:identifier>
                    </ns3:serviceAccountIdentifier>
                    <ns3:productGroup>
                      <ns3:groupType>Satellite</ns3:groupType>
                      <ns3:groupIdentifier>84551002018172000</ns3:groupIdentifier>
                    </ns3:productGroup>
                  </ns3:sourceApplicationCode>
                  <ns3:sourceApplicationCode>
                    <ns3:type>TV_PROVISIONING_CODE</ns3:type>
                    <ns3:name>*J</ns3:name>
                    <ns3:instanceId>4</ns3:instanceId>
                    <ns3:serviceAccountIdentifier>
                      <ns3:type>ExpressVuBAN</ns3:type>
                      <ns3:identifier>84551002018172000</ns3:identifier>
                    </ns3:serviceAccountIdentifier>
                    <ns3:productGroup>
                      <ns3:groupType>Satellite</ns3:groupType>
                      <ns3:groupIdentifier>84551002018172000</ns3:groupIdentifier>
                    </ns3:productGroup>
                  </ns3:sourceApplicationCode>
                </ns3:sourceApplicationCodeList>
              </ns3:product>
            </ns3:profileProductDetail>
          </ns4:productList>
          <ns4:servicePointList>
            <ns3:servicePoint>
              <ns3:index>1</ns3:index>
              <ns3:type>Satellite</ns3:type>
              <ns3:servicePointInfo>
                <ns3:servicePointCharacteristicsList>
                  <ns3:servicePointCharacteristics>
                    <ns3:category>VIDEO</ns3:category>
                    <ns3:propertyList>
                      <ns3:property>
                        <ns3:name>ProductServiceType</ns3:name>
                        <ns3:value>Satellite</ns3:value>
                      </ns3:property>
                    </ns3:propertyList>
                    <ns3:serviceActivationDate>2018-04-18</ns3:serviceActivationDate>
                  </ns3:servicePointCharacteristics>
                </ns3:servicePointCharacteristicsList>
              </ns3:servicePointInfo>
            </ns3:servicePoint>
          </ns4:servicePointList>
          <ns4:serviceAddress>
            <ns4:fieldedServiceAddress>
              <ns3:addressDetail>
                <ns3:streetNumber>95</ns3:streetNumber>
                <ns3:streetName>old deepdale</ns3:streetName>
                <ns3:streetType>
                  <ns3:type>RD</ns3:type>
                </ns3:streetType>
                <ns3:municipalityCity>Inverness</ns3:municipalityCity>
                <ns3:provinceOrState>
                  <ns3:type>NS</ns3:type>
                </ns3:provinceOrState>
                <ns3:country>Canada</ns3:country>
                <ns3:postalCode>B0E1N0</ns3:postalCode>
              </ns3:addressDetail>
            </ns4:fieldedServiceAddress>
            <ns4:unfieldedServiceAddress>
              <ns4:addressLine1>95 old deepdale RD</ns4:addressLine1>
              <ns4:municipalityCity>Inverness</ns4:municipalityCity>
              <ns4:provinceOrState>
                <ns3:type>NS</ns3:type>
              </ns4:provinceOrState>
              <ns4:country>Canada</ns4:country>
              <ns4:postalCode>B0E1N0</ns4:postalCode>
            </ns4:unfieldedServiceAddress>
          </ns4:serviceAddress>
          <ns4:permissionSMS>false</ns4:permissionSMS>
        </ns4:account>
      </ns5:lineOfBusiness>
      <ns5:oneBillAccountList>
        <ns3:oneBillAccountDetail>
          <ns3:oneBillAccountIdentifier>233139634</ns3:oneBillAccountIdentifier>
          <ns3:updateEligibility>Yes</ns3:updateEligibility>
          <ns3:contactDetail>
            <ns3:firstContact>
              <ns3:firstName>KIM</ns3:firstName>
              <ns3:lastName>LEMAL</ns3:lastName>
            </ns3:firstContact>
            <ns3:secondContact>
              <ns3:firstName/>
              <ns3:lastName/>
            </ns3:secondContact>
            <ns3:oneBillPhoneNumber>
              <ns3:number>9022585740</ns3:number>
              <ns3:type>HOME</ns3:type>
            </ns3:oneBillPhoneNumber>
            <ns3:oneBillEmailAddress>kim_l@hotmail.com</ns3:oneBillEmailAddress>
          </ns3:contactDetail>
          <ns3:billingDetail>
            <ns3:billingNameDetail>
              <ns3:firstName>KIM</ns3:firstName>
              <ns3:lastName>LEMAL</ns3:lastName>
            </ns3:billingNameDetail>
            <ns3:billingAddress>
              <ns3:addressLine1>95 OLD DEEPDALE RD</ns3:addressLine1>
              <ns3:city>INVERNESS</ns3:city>
              <ns3:provinceOrState>NovaScotia</ns3:provinceOrState>
              <ns3:country>Canada</ns3:country>
              <ns3:postalOrZipCode>B0E1N0</ns3:postalOrZipCode>
            </ns3:billingAddress>
            <ns3:billingMethod>
              <ns3:invoice>REG</ns3:invoice>
            </ns3:billingMethod>
            <ns3:billingMedia>EBillNew</ns3:billingMedia>
            <ns3:billingDay>2</ns3:billingDay>
            <ns3:billLanguage>English</ns3:billLanguage>
          </ns3:billingDetail>
          <ns3:accountDetail>
            <ns3:doNotConsolidate>No</ns3:doNotConsolidate>
            <ns3:oneBillStatus>Active</ns3:oneBillStatus>
            <ns3:oneBillAction>Subscribe</ns3:oneBillAction>
            <ns3:creditClass>C</ns3:creditClass>
            <ns3:inCollection>No</ns3:inCollection>
            <ns3:accountType>Residential</ns3:accountType>
            <ns3:taxInfoOneBill>
              <ns3:taxProvince>NS</ns3:taxProvince>
              <ns3:taxExemptionInfo>
                <ns3:exemptionIndicator>No</ns3:exemptionIndicator>
                <ns3:effectiveDate>2018-04-18</ns3:effectiveDate>
                <ns3:expiryDate>2018-04-18</ns3:expiryDate>
                <ns3:reasonCode xsi:nil="true"/>
                <ns3:taxType>HST</ns3:taxType>
              </ns3:taxExemptionInfo>
            </ns3:taxInfoOneBill>
          </ns3:accountDetail>
          <ns3:affiliateAccountDetailList>
            <ns3:affiliateAccountDetail>
              <ns3:affiliateIdentifierDetail>
                <ns3:affiliateBAN>9022585740</ns3:affiliateBAN>
                <ns3:affiliateAccountID>84551002018172000</ns3:affiliateAccountID>
                <ns3:lineOfBusiness>Television</ns3:lineOfBusiness>
              </ns3:affiliateIdentifierDetail>
              <ns3:affiliateStatus>
                <ns3:consolidationEligibility>No</ns3:consolidationEligibility>
                <ns3:status>Active</ns3:status>
                <ns3:action>Attach</ns3:action>
              </ns3:affiliateStatus>
              <ns3:affiliateTaxInfoOneBill>
                <ns3:taxProvince>NS</ns3:taxProvince>
                <ns3:taxExemptionInfo>
                  <ns3:exemptionIndicator>No</ns3:exemptionIndicator>
                  <ns3:effectiveDate>2018-04-18</ns3:effectiveDate>
                  <ns3:expiryDate>2018-04-18</ns3:expiryDate>
                  <ns3:reasonCode xsi:nil="true"/>
                  <ns3:taxType>HST</ns3:taxType>
                </ns3:taxExemptionInfo>
              </ns3:affiliateTaxInfoOneBill>
              <ns3:affiliateAccountInfo>
                <ns3:activeDate>2014-05-27</ns3:activeDate>
                <ns3:billDate>2018-04-18</ns3:billDate>
                <ns3:generalLedgerProvince>NS</ns3:generalLedgerProvince>
                <ns3:externalSystemId>BLEV</ns3:externalSystemId>
                <ns3:legacyStartServiceDate>2014-05-26</ns3:legacyStartServiceDate>
              </ns3:affiliateAccountInfo>
            </ns3:affiliateAccountDetail>
          </ns3:affiliateAccountDetailList>
        </ns3:oneBillAccountDetail>
      </ns5:oneBillAccountList>
    </ns2:customerProfile>
    <ns2:legacyInstruction>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;bchOrder:bchOrderRequest xmlns:bchOrder="urn:cgi.com:/bchorder" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:cgi.com:/bchorder bchOrderRequest.xsd "&gt;&lt;requestHeader&gt;&lt;sourceCoded&gt;orderMax&lt;/sourceCoded&gt;&lt;originatorCoded&gt;ALIANT&lt;/originatorCoded&gt;&lt;sourceSystemTimestamp&gt;2018-04-18T07:56:59&lt;/sourceSystemTimestamp&gt;&lt;/requestHeader&gt;&lt;requestDetail&gt;&lt;createOrderRequest&gt;&lt;initiatedDate&gt;2018-04-18&lt;/initiatedDate&gt;&lt;sourceOrderRequestId&gt;&lt;orderReferenceId&gt;P42B22Z9&lt;/orderReferenceId&gt;&lt;version&gt;1&lt;/version&gt;&lt;/sourceOrderRequestId&gt;&lt;salesCode&gt;LC30269&lt;/salesCode&gt;&lt;customerName&gt;&lt;customerNameConsumer&gt;&lt;firstName&gt;KIM&lt;/firstName&gt;&lt;lastName&gt;LEMAL&lt;/lastName&gt;&lt;/customerNameConsumer&gt;&lt;/customerName&gt;&lt;customerLanguage&gt;E&lt;/customerLanguage&gt;&lt;billingCycle&gt;02&lt;/billingCycle&gt;&lt;serviceAddressProvince&gt;NS&lt;/serviceAddressProvince&gt;&lt;contactInfo&gt;&lt;contactName&gt;K LEMAL&lt;/contactName&gt;&lt;daytimeTelephoneNumber&gt;&lt;telephoneNumber&gt;9022585740&lt;/telephoneNumber&gt;&lt;/daytimeTelephoneNumber&gt;&lt;eveningTelephoneNumber&gt;&lt;telephoneNumber&gt;9022585740&lt;/telephoneNumber&gt;&lt;/eveningTelephoneNumber&gt;&lt;contactLanguage&gt;english&lt;/contactLanguage&gt;&lt;emailAddress&gt;kim_l@hotmail.com&lt;/emailAddress&gt;&lt;/contactInfo&gt;&lt;shippingNameAddress&gt;&lt;shippingContactName&gt;&lt;firstName&gt;KIM&lt;/firstName&gt;&lt;lastName&gt;LEMAL&lt;/lastName&gt;&lt;/shippingContactName&gt;&lt;shippingAddress&gt;&lt;streetNum&gt;95&lt;/streetNum&gt;&lt;streetName&gt;old deepdale&lt;/streetName&gt;&lt;streetType&gt;RD&lt;/streetType&gt;&lt;municipalityCity&gt;Inverness&lt;/municipalityCity&gt;&lt;country&gt;&lt;Canada&gt;&lt;postalCode&gt;B0E1N0&lt;/postalCode&gt;&lt;province&gt;NS&lt;/province&gt;&lt;/Canada&gt;&lt;/country&gt;&lt;/shippingAddress&gt;&lt;/shippingNameAddress&gt;&lt;oneBillDetails&gt;&lt;oneBillAccountUpdate&gt;&lt;oneBillAccountBAN&gt;233139634&lt;/oneBillAccountBAN&gt;&lt;billAddress&gt;&lt;fieldedAddress&gt;&lt;streetNum&gt;10&lt;/streetNum&gt;&lt;streetName&gt;hilltop lane&lt;/streetName&gt;&lt;municipalityCity&gt;inverness&lt;/municipalityCity&gt;&lt;country&gt;&lt;Canada&gt;&lt;postalCode&gt;B0E1N0&lt;/postalCode&gt;&lt;province&gt;NS&lt;/province&gt;&lt;/Canada&gt;&lt;/country&gt;&lt;additionalStreetInfo&gt;381&lt;/additionalStreetInfo&gt;&lt;/fieldedAddress&gt;&lt;/billAddress&gt;&lt;/oneBillAccountUpdate&gt;&lt;oneBillAccountUpdate&gt;&lt;oneBillAccountBAN&gt;233139634&lt;/oneBillAccountBAN&gt;&lt;billAddress&gt;&lt;fieldedAddress&gt;&lt;streetNum&gt;10&lt;/streetNum&gt;&lt;streetName&gt;hilltop lane&lt;/streetName&gt;&lt;municipalityCity&gt;inverness&lt;/municipalityCity&gt;&lt;country&gt;&lt;Canada&gt;&lt;postalCode&gt;B0E1N0&lt;/postalCode&gt;&lt;province&gt;NS&lt;/province&gt;&lt;/Canada&gt;&lt;/country&gt;&lt;additionalStreetInfo&gt;381&lt;/additionalStreetInfo&gt;&lt;/fieldedAddress&gt;&lt;/billAddress&gt;&lt;deferRequired&gt;&lt;allCompletion/&gt;&lt;/deferRequired&gt;&lt;/oneBillAccountUpdate&gt;&lt;/oneBillDetails&gt;&lt;billingDetail&gt;&lt;billAddress&gt;&lt;streetNum&gt;10&lt;/streetNum&gt;&lt;streetName&gt;hilltop lane&lt;/streetName&gt;&lt;municipalityCity&gt;inverness&lt;/municipalityCity&gt;&lt;country&gt;&lt;Canada&gt;&lt;postalCode&gt;B0E1N0&lt;/postalCode&gt;&lt;province&gt;NS&lt;/province&gt;&lt;/Canada&gt;&lt;/country&gt;&lt;additionalStreetInfo&gt;381&lt;/additionalStreetInfo&gt;&lt;/billAddress&gt;&lt;/billingDetail&gt;&lt;removeBchService&gt;&lt;installationServiceAddress&gt;&lt;streetNum&gt;95&lt;/streetNum&gt;&lt;streetName&gt;old deepdale&lt;/streetName&gt;&lt;streetType&gt;RD&lt;/streetType&gt;&lt;municipalityCity&gt;Inverness&lt;/municipalityCity&gt;&lt;province&gt;NS&lt;/province&gt;&lt;postalCode&gt;B0E1N0&lt;/postalCode&gt;&lt;createServiceAddressIndr&gt;N&lt;/createServiceAddressIndr&gt;&lt;/installationServiceAddress&gt;&lt;completeCustomerDisconnectIndr&gt;Y&lt;/completeCustomerDisconnectIndr&gt;&lt;removeDthService&gt;&lt;dthAccountNumber&gt;84551002018172000&lt;/dthAccountNumber&gt;&lt;requestedDisconnectDueDate&gt;2018-04-19&lt;/requestedDisconnectDueDate&gt;&lt;requestedReturnKitReceiveDate&gt;2018-04-19&lt;/requestedReturnKitReceiveDate&gt;&lt;channelId&gt;900330001&lt;/channelId&gt;&lt;disconnectReasonCode&gt;Disconnection-Programming&lt;/disconnectReasonCode&gt;&lt;dwellingUnitType&gt;nonStackedMDU&lt;/dwellingUnitType&gt;&lt;billAddress&gt;&lt;streetNum&gt;10&lt;/streetNum&gt;&lt;streetName&gt;hilltop lane&lt;/streetName&gt;&lt;municipalityCity&gt;inverness&lt;/municipalityCity&gt;&lt;country&gt;&lt;Canada&gt;&lt;postalCode&gt;b0e1n0&lt;/postalCode&gt;&lt;province&gt;NS&lt;/province&gt;&lt;/Canada&gt;&lt;/country&gt;&lt;additionalStreetInfo&gt;381&lt;/additionalStreetInfo&gt;&lt;/billAddress&gt;&lt;billingAccount&gt;&lt;oneBillBAN&gt;233139634&lt;/oneBillBAN&gt;&lt;/billingAccount&gt;&lt;/removeDthService&gt;&lt;/removeBchService&gt;&lt;/createOrderRequest&gt;&lt;/requestDetail&gt;&lt;/bchOrder:bchOrderRequest&gt;</ns2:legacyInstruction>
    <ns2:priceOverTimeResponse>
      <ns7:priceOverTimeResult>
        <ns7:calculationSpecification>
          <ns7:calculationType>brsDeltaTotal</ns7:calculationType>
          <ns7:calculationScopeType>singleInterval</ns7:calculationScopeType>
          <ns7:calculationStartDate>2018-04-18</ns7:calculationStartDate>
          <ns7:intervalType>month</ns7:intervalType>
          <ns7:intervalCount>1</ns7:intervalCount>
        </ns7:calculationSpecification>
        <ns7:calculationSubDescription>BRSLob</ns7:calculationSubDescription>
        <ns7:valueList>
          <ns7:value>
            <ns7:startInterval>1</ns7:startInterval>
            <ns7:endInterval>1</ns7:endInterval>
            <ns7:amount>-103.95</ns7:amount>
            <ns7:amountType>recurring</ns7:amountType>
          </ns7:value>
          <ns7:value>
            <ns7:startInterval>1</ns7:startInterval>
            <ns7:endInterval>1</ns7:endInterval>
            <ns7:amount>0.0</ns7:amount>
            <ns7:amountType>nonRecurring</ns7:amountType>
          </ns7:value>
          <ns7:value>
            <ns7:startInterval>1</ns7:startInterval>
            <ns7:endInterval>1</ns7:endInterval>
            <ns7:amount>0.0</ns7:amount>
            <ns7:amountType>timeLimit</ns7:amountType>
          </ns7:value>
          <ns7:value>
            <ns7:startInterval>1</ns7:startInterval>
            <ns7:endInterval>1</ns7:endInterval>
            <ns7:amount>-103.95</ns7:amount>
            <ns7:amountType>netCharge</ns7:amountType>
          </ns7:value>
          <ns7:value>
            <ns7:startInterval>1</ns7:startInterval>
            <ns7:endInterval>1</ns7:endInterval>
            <ns7:amount>0.0</ns7:amount>
            <ns7:amountType>upFrontOneTime</ns7:amountType>
          </ns7:value>
          <ns7:value>
            <ns7:startInterval>1</ns7:startInterval>
            <ns7:endInterval>1</ns7:endInterval>
            <ns7:amount>0.0</ns7:amount>
            <ns7:amountType>nonUpFrontOneTime</ns7:amountType>
          </ns7:value>
        </ns7:valueList>
      </ns7:priceOverTimeResult>
      <ns7:priceOverTimeResult>
        <ns7:calculationSpecification>
          <ns7:calculationType>subDeltaTotalForLOB</ns7:calculationType>
          <ns7:calculationScopeType>singleInterval</ns7:calculationScopeType>
          <ns7:calculationStartDate>2018-04-18</ns7:calculationStartDate>
          <ns7:intervalType>month</ns7:intervalType>
          <ns7:intervalCount>1</ns7:intervalCount>
          <ns7:associateProductGroupRequired>Yes</ns7:associateProductGroupRequired>
        </ns7:calculationSpecification>
        <ns7:calculationSubDescription>DTH</ns7:calculationSubDescription>
        <ns7:valueList>
          <ns7:value>
            <ns7:startInterval>1</ns7:startInterval>
            <ns7:endInterval>1</ns7:endInterval>
            <ns7:amount>-103.95</ns7:amount>
            <ns7:amountType>recurring</ns7:amountType>
          </ns7:value>
          <ns7:value>
            <ns7:startInterval>1</ns7:startInterval>
            <ns7:endInterval>1</ns7:endInterval>
            <ns7:amount>0.0</ns7:amount>
            <ns7:amountType>nonRecurring</ns7:amountType>
          </ns7:value>
          <ns7:value>
            <ns7:startInterval>1</ns7:startInterval>
            <ns7:endInterval>1</ns7:endInterval>
            <ns7:amount>0.0</ns7:amount>
            <ns7:amountType>timeLimit</ns7:amountType>
          </ns7:value>
          <ns7:value>
            <ns7:startInterval>1</ns7:startInterval>
            <ns7:endInterval>1</ns7:endInterval>
            <ns7:amount>-103.95</ns7:amount>
            <ns7:amountType>netCharge</ns7:amountType>
          </ns7:value>
          <ns7:value>
            <ns7:startInterval>1</ns7:startInterval>
            <ns7:endInterval>1</ns7:endInterval>
            <ns7:amount>0.0</ns7:amount>
            <ns7:amountType>upFrontOneTime</ns7:amountType>
          </ns7:value>
          <ns7:value>
            <ns7:startInterval>1</ns7:startInterval>
            <ns7:endInterval>1</ns7:endInterval>
            <ns7:amount>0.0</ns7:amount>
            <ns7:amountType>nonUpFrontOneTime</ns7:amountType>
          </ns7:value>
        </ns7:valueList>
        <ns7:lineIndex>SatLine</ns7:lineIndex>
      </ns7:priceOverTimeResult>
      <ns7:priceOverTimeResult>
        <ns7:calculationSpecification>
          <ns7:calculationType>subDeltaTotalForLOB</ns7:calculationType>
          <ns7:calculationScopeType>singleInterval</ns7:calculationScopeType>
          <ns7:calculationStartDate>2018-04-18</ns7:calculationStartDate>
          <ns7:intervalType>month</ns7:intervalType>
          <ns7:intervalCount>1</ns7:intervalCount>
          <ns7:associateProductGroupRequired>Yes</ns7:associateProductGroupRequired>
        </ns7:calculationSpecification>
        <ns7:calculationSubDescription>CELLULAR</ns7:calculationSubDescription>
        <ns7:valueList>
          <ns7:value>
            <ns7:startInterval>1</ns7:startInterval>
            <ns7:endInterval>1</ns7:endInterval>
            <ns7:amount>0.0</ns7:amount>
            <ns7:amountType>recurring</ns7:amountType>
          </ns7:value>
          <ns7:value>
            <ns7:startInterval>1</ns7:startInterval>
            <ns7:endInterval>1</ns7:endInterval>
            <ns7:amount>0.0</ns7:amount>
            <ns7:amountType>nonRecurring</ns7:amountType>
          </ns7:value>
          <ns7:value>
            <ns7:startInterval>1</ns7:startInterval>
            <ns7:endInterval>1</ns7:endInterval>
            <ns7:amount>0.0</ns7:amount>
            <ns7:amountType>timeLimit</ns7:amountType>
          </ns7:value>
          <ns7:value>
            <ns7:startInterval>1</ns7:startInterval>
            <ns7:endInterval>1</ns7:endInterval>
            <ns7:amount>0.0</ns7:amount>
            <ns7:amountType>netCharge</ns7:amountType>
          </ns7:value>
          <ns7:value>
            <ns7:startInterval>1</ns7:startInterval>
            <ns7:endInterval>1</ns7:endInterval>
            <ns7:amount>0.0</ns7:amount>
            <ns7:amountType>upFrontOneTime</ns7:amountType>
          </ns7:value>
          <ns7:value>
            <ns7:startInterval>1</ns7:startInterval>
            <ns7:endInterval>1</ns7:endInterval>
            <ns7:amount>0.0</ns7:amount>
            <ns7:amountType>nonUpFrontOneTime</ns7:amountType>
          </ns7:value>
        </ns7:valueList>
        <ns7:lineIndex>BBLine</ns7:lineIndex>
      </ns7:priceOverTimeResult>
      <ns7:priceOverTimeResult>
        <ns7:calculationSpecification>
          <ns7:calculationType>orderLevelDelta</ns7:calculationType>
          <ns7:calculationScopeType>singleInterval</ns7:calculationScopeType>
          <ns7:calculationStartDate>2018-04-18</ns7:calculationStartDate>
          <ns7:intervalType>month</ns7:intervalType>
          <ns7:intervalCount>1</ns7:intervalCount>
        </ns7:calculationSpecification>
        <ns7:calculationSubDescription>AllLob</ns7:calculationSubDescription>
        <ns7:valueList>
          <ns7:value>
            <ns7:startInterval>1</ns7:startInterval>
            <ns7:endInterval>1</ns7:endInterval>
            <ns7:amount>-103.95</ns7:amount>
            <ns7:amountType>recurring</ns7:amountType>
          </ns7:value>
          <ns7:value>
            <ns7:startInterval>1</ns7:startInterval>
            <ns7:endInterval>1</ns7:endInterval>
            <ns7:amount>0.0</ns7:amount>
            <ns7:amountType>nonRecurring</ns7:amountType>
          </ns7:value>
          <ns7:value>
            <ns7:startInterval>1</ns7:startInterval>
            <ns7:endInterval>1</ns7:endInterval>
            <ns7:amount>0.0</ns7:amount>
            <ns7:amountType>timeLimit</ns7:amountType>
          </ns7:value>
          <ns7:value>
            <ns7:startInterval>1</ns7:startInterval>
            <ns7:endInterval>1</ns7:endInterval>
            <ns7:amount>-103.95</ns7:amount>
            <ns7:amountType>netCharge</ns7:amountType>
          </ns7:value>
          <ns7:value>
            <ns7:startInterval>1</ns7:startInterval>
            <ns7:endInterval>1</ns7:endInterval>
            <ns7:amount>0.0</ns7:amount>
            <ns7:amountType>upFrontOneTime</ns7:amountType>
          </ns7:value>
          <ns7:value>
            <ns7:startInterval>1</ns7:startInterval>
            <ns7:endInterval>1</ns7:endInterval>
            <ns7:amount>0.0</ns7:amount>
            <ns7:amountType>nonUpFrontOneTime</ns7:amountType>
          </ns7:value>
        </ns7:valueList>
      </ns7:priceOverTimeResult>
    </ns2:priceOverTimeResponse>
  </ns2:requestDetail>
</ns2:OrderServiceRequest>

Open in new window


Now I want to extract  1. all values (for all nodes) under tag <orderProcessDataList> 2. tag with< ns3:type>isExistingabcCustomer</ns3:type>
              <ns3:datum>true</ns3:datum>


Please suggest solution
ASKER CERTIFIED SOLUTION
Avatar of Julian Hansen
Julian Hansen
Flag of South Africa image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial