<xs:complexType name="ConsumerSafetyInfo">
<xs:sequence>
<xs:element minOccurs="1" maxOccurs="unbounded" name="ConsumerSafetyInstructions" type="LongTextLangType">
<xs:annotation>
<xs:documentation>Free text information regarding the trade item's consumer safety (treatment, warnings etc.)</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
|