<xs:complexType name="IngredientStatements">
<xs:sequence>
<xs:element minOccurs="1" maxOccurs="unbounded" name="IngredientStatement" type="LongTextLangType">
<xs:annotation>
<xs:documentation>Information on the constituent ingredient make-up of the product specified as one string.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
|