<xs:element name="IndoorClimate">
<xs:complexType>
<xs:sequence>
<xs:element name="IntendedForIndoorUse" type="YesNoNaType" minOccurs="0" maxOccurs="1" />
<xs:element name="IndoorEmission" type="IndoorEmissionType" minOccurs="0" maxOccurs="unbounded" />
<xs:element name="IndoorEmissionCertification" type="IndoorEmissionCertificationType" minOccurs="0" maxOccurs="unbounded" />
<xs:element name="GeneralInformation" type="xs:string" minOccurs="0" maxOccurs="1" />
</xs:sequence>
</xs:complexType>
</xs:element>
|