HOTSPOT
You have an existing order processing system that accepts .xml files,
The following code shows an example of a properly formatted order in XML:
You create the following class that will be serialized:
For each of the following properties, select Yes if the property is serialized according to the
defined schema. Otherwise, select No.

yes
no
no
0
4
no no yes
4
0
OrderId – NO (this will serialize as an element, not as aa attribute)
OrderDate – NO (doesnt have DataMember attribute, thus is completely ignored)
CustomerName – YES (DataMember is set correctly)
9
0
No
No
Yes
1
0
No
No
Yes
1
0