<xs:element name="BuildingConstruction">
<xs:complexType>
<xs:sequence>
<xs:element name="ReturnableTransportPackaging" type="YesNoNaType" minOccurs="0" maxOccurs="1" />
<xs:element name="ReusablePackaging" type="YesNoNaType" minOccurs="0" maxOccurs="1" />
<xs:element name="ReturnPackaging" type="YesNoNaType" minOccurs="0" maxOccurs="1" />
<xs:element name="PackagingComment" type="xs:string" minOccurs="0" maxOccurs="1" />
<xs:element name="SpecialStorageRequirements" type="YesNoNaType" minOccurs="0" maxOccurs="1" />
<xs:element name="SpecialStorageComment" type="xs:string" minOccurs="0" maxOccurs="1" />
<xs:element name="SpecialSurroundingMaterialRequirements" type="YesNoNaType" minOccurs="0" maxOccurs="1" />
<xs:element name="SpecialSurroundingMaterialComment" type="xs:string" minOccurs="0" maxOccurs="1" />
<xs:element name="StorageComment" type="xs:string" minOccurs="0" maxOccurs="1" />
<xs:element name="OriginalProductEwcCode" type="EwcCodeType" minOccurs="0" maxOccurs="unbounded" />
<xs:element name="AfterApplicationEwcCode" type="EwcCodeType" minOccurs="0" maxOccurs="unbounded" />
<xs:element name="GeneralInformation" type="xs:string" minOccurs="0" maxOccurs="1" />
</xs:sequence>
</xs:complexType>
</xs:element>
|