<xs:complexType name="ContentItemType">
<xs:sequence>
<xs:element name="Name" type="xs:token" />
<xs:element name="FunctionalDescription" type="xs:string" minOccurs="0" maxOccurs="1" />
<xs:element name="AtManufacturing" type="xs:boolean" />
<xs:element name="AtApplication" type="xs:boolean" />
<xs:element name="AfterApplication" type="xs:boolean" />
<xs:element name="IsPesticide" type="xs:boolean" />
<xs:element name="IsFlameRetardant" type="xs:boolean" />
<xs:element name="IsNanoMaterial" type="xs:boolean" />
<xs:element name="IsWood" type="xs:boolean" />
<xs:element name="IsReused" type="xs:boolean" />
<xs:element name="IsRecycled" type="xs:boolean" />
<xs:element name="RecycledPreConsumerWeightPercent" type="IntervalType" minOccurs="0" maxOccurs="1" />
<xs:element name="RecycledPostConsumerWeightPercent" type="IntervalType" minOccurs="0" maxOccurs="1" />
<xs:element name="WeightPercentOfParent" type="IntervalType" />
<xs:element name="CasRn" type="xs:token" minOccurs="0" maxOccurs="1" />
<xs:element name="EcNo" type="xs:token" minOccurs="0" maxOccurs="1" />
<xs:element name="HPhrase" type="xs:token" minOccurs="0" maxOccurs="unbounded" />
<xs:element name="CountryOfOrigin" type="CountryCode" minOccurs="0" maxOccurs="1" />
<xs:element name="WoodProtectedUnderCites" type="YesNoNaType" minOccurs="0" maxOccurs="1" />
<xs:element name="ProductCertification" type="ProductCertificationType" minOccurs="0" maxOccurs="unbounded" />
<xs:element name="ContentSubItem" type="ContentItemType" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
</xs:complexType>
|