Hierarchy Developer's Guide for Oracle Billing Insight > Hierarchy XML File Example >

Example of a Hierarchy XML File


The following text shows an example of Hierarchy XML file content:

<?xml version="1.0" encoding="ISO-8859-1"?>

<ListOfHierarchies xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="common-hierarchy-interchange-1.0.xsd">

<CompleteHierarchy name="Jul_AmericanHighTech" domainID="American HighTech1" type="BILLING" displayName="Jul_AmericanHighTech">

<RootNode>

<BusinessObject>

<Company fiscalCode="American HighTech1" companyTitle="American HighTech1"/>

</BusinessObject>

<ChildNodeList>

<Node>

<BusinessObject>

<Account accountNo="1|29006120" billerId="1"/>

</BusinessObject>

<ChildNodeList>

<Node>

<BusinessObject>

<ServiceAgreement serviceNo="5458039028"

accountNo="29006120" billerId="1"/>

</BusinessObject>

</Node>

</ChildNodeList>

</Node>

<Node>

<BusinessObject>

<Account accountNo="1|31569801" billerId="1"/>

</BusinessObject>

<ChildNodeList>

<Node>

<BusinessObject>

<ServiceAgreement serviceNo="4943929463"

accountNo="31569801" billerId="1"/>

</BusinessObject>

</Node>

<Node>

<BusinessObject>

<ServiceAgreement serviceNo="4943942893"

accountNo="31569801" billerId="1"/>

</BusinessObject>

</Node>

</ChildNodeList>

</Node>

<Node>

<BusinessObject>

<Account accountNo="1|41251761" billerId="1"/>

</BusinessObject>

<ChildNodeList>

<Node>

<BusinessObject>

<ServiceAgreement serviceNo="7379289372"

accountNo="41251761" billerId="1"/>

</BusinessObject>

</Node>

<Node>

<BusinessObject>

<ServiceAgreement serviceNo="7379830382"

accountNo="41251761" billerId="1"/>

</BusinessObject>

</Node>

</ChildNodeList>

</Node>

<Node>

<BusinessObject>

<Account accountNo="1|5128140" billerId="1"/>

</BusinessObject>

<ChildNodeList>

<Node>

<BusinessObject>

<ServiceAgreement serviceNo="4513783743" accountNo="5128140" billerId="1"/>

</BusinessObject>

</Node>

<Node>

<BusinessObject>

<ServiceAgreement serviceNo="4514724956" accountNo="5128140" billerId="1"/>

</BusinessObject>

</Node>

<Node>

<BusinessObject>

<ServiceAgreement serviceNo="4519382734" accountNo="5128140" billerId="1"/>

</BusinessObject>

</Node>

</ChildNodeList>

</Node>

<Node>

<BusinessObject>

<Account accountNo="1|61362310" billerId="1"/>

</BusinessObject>

<ChildNodeList>

<Node>

<BusinessObject>

<ServiceAgreement serviceNo="3184732174"

accountNo="61362310" billerId="1"/>

</BusinessObject>

</Node>

</ChildNodeList>

</Node>

<Node>

<BusinessObject>

<Account accountNo="1|71385461" billerId="1"/>

</BusinessObject>

<ChildNodeList>

<Node>

<BusinessObject>

<ServiceAgreement serviceNo="7634076300"

accountNo="71385461" billerId="1"/>

</BusinessObject>

</Node>

</ChildNodeList>

</Node>

<Node>

<BusinessObject>

<Account accountNo="1|80011008" billerId="1"/>

</BusinessObject>

<ChildNodeList>

<Node>

<BusinessObject>

<ServiceAgreement serviceNo="4070620806"

accountNo="80011008" billerId="1"/>

</BusinessObject>

</Node>

<Node>

<BusinessObject>

<ServiceAgreement serviceNo="4071135451"

accountNo="80011008" billerId="1"/>

</BusinessObject>

</Node>

</ChildNodeList>

</Node>

</ChildNodeList>

</RootNode>

</CompleteHierarchy>

</ListOfHierarchies>

Hierarchy Developer's Guide for Oracle Billing Insight Copyright © 2016, Oracle and/or its affiliates. All rights reserved. Legal Notices.