Exercises
Chapter 1 Chapter 2 Chapter 3 Chapter 4 Chapter 5 Chapter 6 Chapter 7
Chapter 8 Chapter 9 Chapter 10 Chapter 11 Chapter 12 Chapter 13 Chapter 14
Chapter 10
<<inventoryNotice>>
From the structure perspective, an inventoryNotice is made of more than one car !
A car has a make, a model, and a numberSold!
The range of car's make is string!
The range of car's model is string!
The range of car's numberSold is int!
<<VehicleRegistration>>
From the mult perspective, vehicleRegistrationNotices
is made of more than one vehicleRegistrationNotice !
From the structure perspective, a vehicleRegistrationNotice is made of a buyer and vehicle !
The buyer has a firstName, a lastName, and a SSN !
The range of buyer's firstName is string!
The range of buyer's lastName is string!
The range of buyer's SSN is int!
The vehicle has a make, model, and VIN !
The range of vehicle's make is string!
The range of vehicle's model is string!
The range of vehicle's VIN is int!
<<vehicleRegistrationInstance>>
<?xml version="1.0" encoding="UTF-8"?>
<vehicleRegistrationNotices xmlns:xsi = "http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="xmlinSCH.xsd">
<aspectsOfvehicleRegistrationNotices>
<vehicleRegistrationNotices-multMultiAsp numContainedInvehicleRegistrationNotices = "2">
<vehicleRegistrationNotice>
<aspectsOfvehicleRegistrationNotice>
<vehicleRegistrationNotice-structureDec>
<vehicle VIN = "5" make = "stringValue" model = "stringValue">
</vehicle>
<buyer SSN = "5" firstName = "stringValue" lastName = "stringValue">
</buyer>
</vehicleRegistrationNotice-structureDec>
</aspectsOfvehicleRegistrationNotice>
</vehicleRegistrationNotice>
<vehicleRegistrationNotice>
<aspectsOfvehicleRegistrationNotice>
<vehicleRegistrationNotice-structureDec>
<vehicle VIN = "5" make = "stringValue" model = "stringValue">
</vehicle>
<buyer SSN = "5" firstName = "stringValue" lastName = "stringValue">
</buyer>
</vehicleRegistrationNotice-structureDec>
</aspectsOfvehicleRegistrationNotice>
</vehicleRegistrationNotice>
</vehicleRegistrationNotices-multMultiAsp>
</aspectsOfvehicleRegistrationNotices>
</vehicleRegistrationNotices>
© Copyright 2007 - RTSync Corp. All Rights Reserved.