Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

Vẽ cây

Shopping

orderdetails payments

products orders

productlines customers

employees

offices
Đặc tả cấu trúc của XML:

<Shopping>
<productlines>
<productLine>p1</productLine>
<textDescription>aaa</textDescription>
<htmlDescription>vv</htmlDescription>
<image>no</image>
</productlines>
<products>
<productCode>pc1</productCode>
<productName>toy</productName>
<productLine>p1</productLine>
<productScale>small</productScale>
<productVendor>do</productVendor>
<productDescription>aaa</productDescription>
<quantityInStock>2</quantityInStock>
<buyPrice>15</buyPrice>
<MSRP>16</MSRP>
</products>
<offices>
<officeCode>o1</officeCode>
<city>Mumbai</city>
<phone>1942236434632</phone>
<addressLine1>dd</addressLine1>
<addressLine2>ss</addressLine2>
<state>can</state>
<country>India</country>
<postalCode>236</postalCode>
<territory>to</territory>
</offices>
<employees>
<employeeNumber>e1</employeeNumber>
<lastName>Shah</lastName>
<firstName>Arjun</firstName>
<extension>ext</extension>
<email>asd@gmail.com</email>
<officeCode>o1</officeCode>
<reportsTo>e2</reportsTo>
<jobTitle>employee</jobTitle>
</employees>
<customers>
<customerNumber>ct1</customerNumber>
<customerName>Little</customerName>
<contactLastName>Kit</contactLastName>
<contactfirstName>Heca</contactfirstName>
<phone>0234892342</phone>
<addressLine1>dd</addressLine1>
<addressLine2>ss</addressLine2>
<city>Londo</city>
<state>Kiti</state>
<postalCode>238946</postalCode>
<country>Napal</country>
<salesRepEmployeeNumber>e1</salesRepEmployeeNumber>
<creditLimit>no</creditLimit>
</customers>
<payment>
<customerNumber>ct1</customerNumber>
<checkNumber>2</checkNumber>
<paymentDate>2/2/2023</paymentDate>
<amount>1</amount>
</payment>
<orders>
<orderNumber>o1</orderNumber>
<orderDate>1/1/2023</orderDate>
<requiredDate>1/2/2023</requiredDate>
<shippedDate>2/2/2023</shippedDate>
<status>succesfully</status>
<comments>nice</comments>
<customerNumber>ct1</customerNumber>
</orders>
<orderdetails>
<orderNumber>or1</orderNumber>
<productCode>pc1</productCode>
<quantityOrdered>2</quantityOrdered>
<priceEach>5</priceEach>
<orderLineNumber>12</orderLineNumber>
</orderdetails>
</Shopping>

You might also like