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