<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<pf1:PartyRequests xmlns:pf1="http://www.modeldev.restauranttechnologynetwork.com/models/v1">
<pf1:DietaryRestrictions>
<pf1:AllergenDetails>
<pf1:AllergyInformation_Enum>Gluten</pf1:AllergyInformation_Enum>
<pf1:Contains_Enum>Contains</pf1:Contains_Enum>
</pf1:AllergenDetails>
<pf1:LifestyleChoices_Enum>Halal</pf1:LifestyleChoices_Enum>
</pf1:DietaryRestrictions>
<pf1:Requests>Water view</pf1:Requests>
<pf1:SeatingLocation>Patio</pf1:SeatingLocation>
</pf1: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" ]
}
}