<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <ms-0200:ServingSize count="4" xmlns:ms-0200="http://www.modeldev.restauranttechnologynetwork.com/models/v2"> <ms-0200:UnitOfMeasure_Enum>Calories</ms-0200:UnitOfMeasure_Enum> <ms-0200:PreparedUnitOfMeasure>1 burger</ms-0200:PreparedUnitOfMeasure> <ms-0200:Description>Quarter pound</ms-0200:Description> </ms-0200:ServingSize>
{ "ServingSize" : { "count" : 4, "UnitOfMeasure_Enum" : { "value" : "Calories" }, "PreparedUnitOfMeasure" : "1 burger", "Description" : "Quarter pound" } }
Name | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
UnitOfMeasure_Enum |
Specifies the unit of measure for the count.
|
||||||||||||
|
|||||||||||||
PreparedUnitOfMeasure |
A text description of the unit of measure as the item is prepared (e.g. 1 taco, 1 bowl, 2 ramakins).
|
||||||||||||
|
|||||||||||||
Description |
A textual description of the serving size.
|
||||||||||||
|
Name | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
count |
The amount of the item related to the unit of measure. The unit of measure field identifies how this count is measured such as milligrams or grams (e.g count - 422, UnitOfMeasure - grams to specify a 422 gram serving size).
|
||||||||||||
|