Definition Type: Element
Name: IndoorClimate
Containing Schema: DCMP.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into GeneralInformationDrilldown into LevelDrilldown into TypeDrilldown into IndoorEmissionCertificationTypeDrilldown into IndoorEmissionCertificationDrilldown into UnitOfMeasureDrilldown into AmountDrilldown into TypeDrilldown into StandardDrilldown into IndoorEmissionTypeDrilldown into IndoorEmissionDrilldown into IntendedForIndoorUseXSD Diagram of IndoorClimate
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
IntendedForIndoorUse IntendedForIndoorUse 0 1
IndoorEmission IndoorEmission 0 unbounded
IndoorEmissionCertification IndoorEmissionCertification 0 unbounded
GeneralInformation GeneralInformation 0 1