Changes for page Solutions

Last modified by Carlijn Kokkeler on 2022/10/19 13:24

From version 2.1
edited by Carlijn Kokkeler
on 2022/10/19 11:45
Change comment: There is no comment for this version
To version 5.1
edited by Carlijn Kokkeler
on 2022/10/19 12:23
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -12,6 +12,27 @@
12 12  This microlearning contains the solutions to the [[exercises>>doc:Main.eMagiz Academy.Use Cases.Data modeling in Design.Exercises.WebHome||target="blank"]] from the Data modeling in Design use case.
13 13  
14 14  == 3. CDM, CDM & system message, message mapping ==
15 +* Creating a CDM
16 + By importing the Order.xsd file, the CDM should result in the following:
17 + [[image:Main.Images.Usecase.WebHome@data-modeling-in-design-exercises--creating-a-CDM.png]]
18 +* Creating a CDM message
19 + The CDM message data model should look like the following:
20 + [[image:Main.Images.Usecase.WebHome@data-modeling-in-design-exercises--creating-a-CDM-message-data-model.png]]
21 + The CDM message definition should look like the following:
22 + [[image:Main.Images.Usecase.WebHome@data-modeling-in-design-exercises--creating-a-CDM-message-definition.png]]
23 +* Creating a system message
24 + By importing the TransportOrder.xsd file, the system message data model should result in the following:
25 + [[image:Main.Images.Usecase.WebHome@data-modeling-in-design-exercises--creating-a-system-message-data-model.png]]
26 + The system message definition should look like the following:
27 + [[image:Main.Images.Usecase.WebHome@data-modeling-in-design-exercises--creating-a-system-message-definition.png]]
28 +* Complete message mapping
29 + The completed message mapping should look like the following:
30 + Top of the model:
31 + [[image:Main.Images.Usecase.WebHome@data-modeling-in-design-exercises--complete-message-mapping-first-part.png]]
32 + Bottom of the model:
33 + [[image:Main.Images.Usecase.WebHome@data-modeling-in-design-exercises--complete-message-mapping-second-part.png]]
34 + As can be seen, the PickupAddress and the DeliveryAddress should both be mapped to Address. The attribute Type of Address can be set as mapped. The value can be either 'pickupaddress' or 'deliveryaddress', depending on the type of address that is applicable. This information can be added as a note:
35 + [[image:Main.Images.Usecase.WebHome@data-modeling-in-design-exercises--complete-message-mapping-note.png]]
15 15  
16 16  == 4. Key takeaways ==
17 17