Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create the XML Document inventory.xml using the following structure. Add fictional data to the structure to create 10 item records. Note: curly braces { }

Create the XML Document inventory.xml using the following structure.

Add fictional data to the structure to create 10 item records.

Note: curly braces { } mean that the element inside is repeating example: multiple suppliers

Note: There must be at least two suppliers for each item.

Note: Shipment Lead Time is an integer and is the amount of time it takes from when the order is placed from the supplier until our company receives a shipment.

Notes:

Items = {Item} // This means that there are multiple Item entries within Items

Item contains Item ID Number Description Selling Price Cost Quantity On Hand Warehouse Section Warehouse Shelve {Supplier} //This means that there are several suppliers for each item.

Each supplier is a parent element, further defined as:

Supplier =

Number Shipment Lead Time Cost

The structure of the document would look like:

Items Item Item Number Description Selling Price Cost Quantity On Hand Warehouse Section Warehouse Shelve Supplier Number Shipment Lead Time Cost Supplier Number Shipment Lead Time Cost

Item Item Number Description Selling Price Cost Quantity On Hand Warehouse Section Warehouse Shelve Supplier Number Shipment Lead Time Cost Supplier Number Shipment Lead Time Cost

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Practical Issues In Database Management A Refernce For The Thinking Practitioner

Authors: Fabian Pascal

1st Edition

0201485559, 978-0201485554

More Books

Students also viewed these Databases questions

Question

which protocols can be used to secure HTTP

Answered: 1 week ago