<xs:element name="ContentDeclaration">
<xs:complexType>
<xs:sequence>
<xs:element name="SdsAvailableForProduct" type="YesNoNaType" minOccurs="0" maxOccurs="1" />
<xs:element name="SdsAvailableForSubComponents" type="YesNoNaType" minOccurs="0" maxOccurs="1" />
<xs:element name="ProductCertification" type="ProductCertificationType" minOccurs="0" maxOccurs="unbounded" />
<xs:element name="EpdAvailable" type="xs:boolean" minOccurs="0" maxOccurs="1" />
<xs:element name="EpdProvider" type="xs:token" minOccurs="0" maxOccurs="1" />
<xs:element name="EpdIdentifier" type="xs:token" minOccurs="0" maxOccurs="1" />
<xs:element name="EpdFunctionalUnit" type="UnitOfMeasureType" minOccurs="0" maxOccurs="1" />
<xs:element name="LevelOfDeclarationPpm" type="xs:integer" minOccurs="0" maxOccurs="1" />
<xs:element name="NetWeightKg" type="xs:decimal" minOccurs="0" maxOccurs="1" />
<xs:element name="RecycledWeightPercent" type="IntervalType" minOccurs="0" maxOccurs="1" />
<xs:element name="NotDeclaredDueToRecycledContentWeightPercent" type="IntervalType" minOccurs="0" maxOccurs="1" />
<xs:element name="ContentItem" type="ContentItemType" minOccurs="0" maxOccurs="unbounded" />
<xs:element name="WoodInAccordanceWithEutr" type="YesNoNaType" minOccurs="0" maxOccurs="1" />
<xs:element name="ChemicalTreatmentReason" type="xs:string" minOccurs="0" maxOccurs="1" />
</xs:sequence>
</xs:complexType>
</xs:element>
|