Question: Validate a Document using Schemas Open orders.xml document holding data regarding customers who placed orders for a store Figure 1 shows the customers vocabulary structure

Validate a Document using Schemas Open orders.xml document holding data regarding customers who placed orders for a store Figure 1 shows the customers vocabulary structure and Figure 2 shows a description of the elements and attributes used for the customers vocabulary Open orders.xsd document and create a schema that will validate the data entered into orders.xml document. 1. 2. customers customer CUstID title address phone email orders order orderID orderb orderDate items item temNumber itemPrice saleltem itemQt Figure 1: Structure of the customers vocabulary Element or Attribute The root element The collection of information about a customer The ID number of the customer with the format cust###, where # is a digit The name of the customer The title for the customer (Mr., MS., or Mrs.) The address for the customer The phone number for the customer The email address for the customer The collection of information on orders The collection of information on an individual order The ID number of the order with the format or . whereis a digit The ID number of the customer who placed the order The date the order was placed The collection of information on items The collection of information on a specific itenm The item number of the item ordered The price paid for the itenm Whether the itemPrice was a sale price (xor ) The quantity of the item ordered custID title addres8 phone enai1 orders order orderID orderBy orderDate items iton itemPrice saleiten temoty Figure 1: The customers vocabulary
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
