<xs:complexType name="PreparationInstructionsInfo">
<xs:sequence>
<xs:element minOccurs="1" maxOccurs="unbounded" name="PreparationInstructions" type="LongTextLangType">
<xs:annotation>
<xs:documentation>Preparation instructions for consumer which is normally held on the label or accompanying the product</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
|