NutritionItemType

Complex Type Information

Model

Children: NUnit, vendorData

Attributes

QName Type Fixed Default Use Inheritable Annotation
amount xsd:decimal optional
name xsd:string optional
pctDailyReq xsd:decimal optional

Used By

Source

<xsd:complexType name="NutritionItemType">
  <xsd:sequence>
    <xsd:element name="vendorData" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element name="NUnit" type="NUnitType" minOccurs="0" maxOccurs="1"/>
  </xsd:sequence>
  <xsd:attribute name="name" type="xsd:string" use="optional"/>
  <xsd:attribute name="pctDailyReq" type="xsd:decimal" use="optional"/>
  <xsd:attribute name="amount" type="xsd:decimal" use="optional"/>
</xsd:complexType>