| Siebel Business Analytics Server Administration Guide > Using XML as a Data Source for Siebel Business Analytics  > XML Examples > 8_sch.xml
 ===8_sch.xml=== <Schema xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes"><AttributeType name="height" dt:type="int" />
 <ElementType name="test" content="eltOnly" order="many">
 <AttributeType name="height" dt:type="int" />
 <element type="row"/>
 </ElementType>
 <ElementType name="row" content="eltOnly" order="many">
 <element type="p1"/>
 <element type="p2"/>
 </ElementType>
 <ElementType name="p2" content="eltOnly" order="many">
 <AttributeType name="width" dt:type="int" />
 <AttributeType name="height" dt:type="int" />
 <attribute type="width" />
 <attribute type="height" />
 <element type="p3"/>
 <element type="p4"/>
 <element type="p5"/>
 </ElementType>
 <ElementType name="p4" content="eltOnly" order="many">
 <element type="p3"/>
 <element type="p6"/>
 <element type="p7"/>
 </ElementType>
 <ElementType name="test0" content="eltOnly" order="many">
 <element type="row"/>
 </ElementType>
 <ElementType name="p1" content="textOnly" dt:type="string"/>
 <ElementType name="p3" content="textOnly" dt:type="string"/>
 <ElementType name="p5" content="textOnly" dt:type="string"/>
 <ElementType name="p6" content="textOnly" dt:type="string"/>
 <ElementType name="p7" content="textOnly" dt:type="string"/>
 </Schema>
 |