<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<pf1-0200:PartyRequests xmlns:ms-0100="http://www.modeldev.restauranttechnologynetwork.com/models/v1" xmlns:pf1-0200="http://www.modeldev.restauranttechnologynetwork.com/models/v2">
<ms-0100:DietaryRestrictions>
<ms-0100:AllergenDetails>
<ms-0100:AllergyInformation_Enum>Gluten</ms-0100:AllergyInformation_Enum>
<ms-0100:Contains_Enum>Contains</ms-0100:Contains_Enum>
</ms-0100:AllergenDetails>
<ms-0100:LifestyleChoices_Enum>Halal</ms-0100:LifestyleChoices_Enum>
</ms-0100:DietaryRestrictions>
<pf1-0200:Requests>Water view</pf1-0200:Requests>
<pf1-0200:SeatingLocation>Patio</pf1-0200:SeatingLocation>
</pf1-0200:PartyRequests>
{
"PartyRequests" : {
"DietaryRestrictions" : [ {
"@type" : "DietaryRestrictions",
"AllergenDetails" : [ {
"@type" : "AllergenDetails",
"AllergyInformation_Enum" : {
"value" : "Gluten"
},
"Contains_Enum" : {
"value" : "Contains"
}
} ],
"LifestyleChoices_Enum" : [ {
"value" : "Halal"
}, {
"value" : "Halal"
} ]
} ],
"Requests" : [ "Water view" ],
"SeatingLocation" : [ "Patio" ]
}
}