QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
currency | xsd:string | optional | ||||
totalAmount | xsd:decimal | optional | ||||
unitAmount | xsd:decimal | optional |
Elements | IngredientType/cost, MealItemType/cost, MealType/cost |
<xsd:complexType name="CostType"> <xsd:sequence> <xsd:element name="vendorData" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> <xsd:attribute name="unitAmount" type="xsd:decimal" use="optional"/> <xsd:attribute name="totalAmount" type="xsd:decimal" use="optional"/> <xsd:attribute name="currency" type="xsd:string" use="optional"/> </xsd:complexType> |