complexType buildingType
diagram index_p337.png
namespace http://www.ech.ch/xmlns/eCH-0129/5
children eCH-0129:buildingIdentification eCH-0129:EGID eCH-0129:officialBuildingNo eCH-0129:name eCH-0129:dateOfConstruction eCH-0129:dateOfRenovation eCH-0129:dateOfDemolition eCH-0129:numberOfFloors eCH-0129:numberOfSeparateHabitableRooms eCH-0129:surfaceAreaOfBuilding eCH-0129:subSurfaceAreaOfBuilding eCH-0129:surfaceAreaOfBuildingSignaleObject eCH-0129:buildingCategory eCH-0129:buildingClass eCH-0129:status eCH-0129:coordinates eCH-0129:otherID eCH-0129:civilDefenseShelter eCH-0129:neighbourhood eCH-0129:localCode eCH-0129:energyRelevantSurface eCH-0129:volume eCH-0129:heating eCH-0129:hotWater eCH-0129:buildingEntrance eCH-0129:namedMetaData eCH-0129:buildingFreeText
used by
element building
complexType buildingOnlyType
source <xs:complexType name="buildingType">
 
<xs:sequence>
   
<xs:element name="buildingIdentification" type="eCH-0129:buildingIdentificationType" minOccurs="0"/>
   
<xs:element name="EGID" type="eCH-0129:EGIDType" minOccurs="0"/>
   
<xs:element name="officialBuildingNo" type="eCH-0129:officialBuildingNoType" minOccurs="0"/>
   
<xs:element name="name" type="eCH-0129:nameOfBuildingType" minOccurs="0"/>
   
<xs:element name="dateOfConstruction" type="eCH-0129:buildingDateType" minOccurs="0"/>
   
<xs:element name="dateOfRenovation" type="eCH-0129:buildingDateType" minOccurs="0"/>
   
<xs:element name="dateOfDemolition" type="eCH-0129:datePartiallyKnownType" minOccurs="0"/>
   
<xs:element name="numberOfFloors" type="eCH-0129:numberOfFloorsType" minOccurs="0"/>
   
<xs:element name="numberOfSeparateHabitableRooms" type="eCH-0129:numberOfSeparateHabitableRoomsType" minOccurs="0"/>
   
<xs:element name="surfaceAreaOfBuilding" type="eCH-0129:surfaceAreaOfBuildingType" minOccurs="0"/>
   
<xs:element name="subSurfaceAreaOfBuilding" type="eCH-0129:surfaceAreaOfBuildingType" minOccurs="0"/>
   
<xs:element name="surfaceAreaOfBuildingSignaleObject" type="eCH-0129:surfaceAreaOfBuildingSingleObjectType" minOccurs="0"/>
   
<xs:element name="buildingCategory" type="eCH-0129:buildingCategoryType"/>
   
<xs:element name="buildingClass" type="eCH-0129:buildingClassType" minOccurs="0"/>
   
<xs:element name="status" type="eCH-0129:buildingStatusType" minOccurs="0"/>
   
<xs:element name="coordinates" type="eCH-0129:coordinatesType" minOccurs="0"/>
   
<xs:element name="otherID" type="eCH-0129:namedIdType" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="civilDefenseShelter" type="xs:boolean" minOccurs="0"/>
   
<xs:element name="neighbourhood" type="eCH-0129:neighbourhoodType" minOccurs="0"/>
   
<xs:element name="localCode" type="eCH-0129:localCodeType" minOccurs="0" maxOccurs="4"/>
   
<xs:element name="energyRelevantSurface" type="eCH-0129:energyRelevantSurfaceType" minOccurs="0"/>
   
<xs:element name="volume" type="eCH-0129:buildingVolumeType" minOccurs="0"/>
   
<xs:element name="heating" type="eCH-0129:heatingType" minOccurs="0" maxOccurs="2"/>
   
<xs:element name="hotWater" type="eCH-0129:hotWaterType" minOccurs="0" maxOccurs="2"/>
   
<xs:element name="buildingEntrance" type="eCH-0129:buildingEntranceType" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="namedMetaData" type="eCH-0129:namedMetaDataType" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="buildingFreeText" type="eCH-0129:freeTextType" minOccurs="0" maxOccurs="2"/>
 
</xs:sequence>
</xs:complexType>

element buildingType/buildingIdentification
diagram index_p338.png
namespace http://www.ech.ch/xmlns/eCH-0129/5
type eCH-0129:buildingIdentificationType
properties
minOcc 0
maxOcc 1
content complex
children eCH-0129:EGID eCH-0129:street eCH-0129:houseNumber eCH-0129:zipCode eCH-0129:nameOfBuilding eCH-0129:EGRID eCH-0129:cadasterAreaNumber eCH-0129:number eCH-0129:realestateType eCH-0129:officialBuildingNo eCH-0129:localID eCH-0129:municipality
source <xs:element name="buildingIdentification" type="eCH-0129:buildingIdentificationType" minOccurs="0"/>

element buildingType/EGID
diagram index_p339.png
namespace http://www.ech.ch/xmlns/eCH-0129/5
type eCH-0129:EGIDType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minInclusive 1
maxInclusive 900000000
source <xs:element name="EGID" type="eCH-0129:EGIDType" minOccurs="0"/>

element buildingType/officialBuildingNo
diagram index_p340.png
namespace http://www.ech.ch/xmlns/eCH-0129/5
type eCH-0129:officialBuildingNoType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 12
source <xs:element name="officialBuildingNo" type="eCH-0129:officialBuildingNoType" minOccurs="0"/>

element buildingType/name
diagram index_p341.png
namespace http://www.ech.ch/xmlns/eCH-0129/5
type eCH-0129:nameOfBuildingType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 3
maxLength 40
source <xs:element name="name" type="eCH-0129:nameOfBuildingType" minOccurs="0"/>

element buildingType/dateOfConstruction
diagram index_p342.png
namespace http://www.ech.ch/xmlns/eCH-0129/5
type eCH-0129:buildingDateType
properties
minOcc 0
maxOcc 1
content complex
children eCH-0129:yearMonthDay eCH-0129:yearMonth eCH-0129:year eCH-0129:periodOfConstruction
source <xs:element name="dateOfConstruction" type="eCH-0129:buildingDateType" minOccurs="0"/>

element buildingType/dateOfRenovation
diagram index_p343.png
namespace http://www.ech.ch/xmlns/eCH-0129/5
type eCH-0129:buildingDateType
properties
minOcc 0
maxOcc 1
content complex
children eCH-0129:yearMonthDay eCH-0129:yearMonth eCH-0129:year eCH-0129:periodOfConstruction
source <xs:element name="dateOfRenovation" type="eCH-0129:buildingDateType" minOccurs="0"/>

element buildingType/dateOfDemolition
diagram index_p344.png
namespace http://www.ech.ch/xmlns/eCH-0129/5
type eCH-0129:datePartiallyKnownType
properties
minOcc 0
maxOcc 1
content complex
children eCH-0129:yearMonthDay eCH-0129:yearMonth eCH-0129:year
source <xs:element name="dateOfDemolition" type="eCH-0129:datePartiallyKnownType" minOccurs="0"/>

element buildingType/numberOfFloors
diagram index_p345.png
namespace http://www.ech.ch/xmlns/eCH-0129/5
type eCH-0129:numberOfFloorsType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minInclusive 1
maxInclusive 99
source <xs:element name="numberOfFloors" type="eCH-0129:numberOfFloorsType" minOccurs="0"/>

element buildingType/numberOfSeparateHabitableRooms
diagram index_p346.png
namespace http://www.ech.ch/xmlns/eCH-0129/5
type eCH-0129:numberOfSeparateHabitableRoomsType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minInclusive 0
maxInclusive 999
source <xs:element name="numberOfSeparateHabitableRooms" type="eCH-0129:numberOfSeparateHabitableRoomsType" minOccurs="0"/>

element buildingType/surfaceAreaOfBuilding
diagram index_p347.png
namespace http://www.ech.ch/xmlns/eCH-0129/5
type eCH-0129:surfaceAreaOfBuildingType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minInclusive 1
maxInclusive 99999
source <xs:element name="surfaceAreaOfBuilding" type="eCH-0129:surfaceAreaOfBuildingType" minOccurs="0"/>

element buildingType/subSurfaceAreaOfBuilding
diagram index_p348.png
namespace http://www.ech.ch/xmlns/eCH-0129/5
type eCH-0129:surfaceAreaOfBuildingType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minInclusive 1
maxInclusive 99999
source <xs:element name="subSurfaceAreaOfBuilding" type="eCH-0129:surfaceAreaOfBuildingType" minOccurs="0"/>

element buildingType/surfaceAreaOfBuildingSignaleObject
diagram index_p349.png
namespace http://www.ech.ch/xmlns/eCH-0129/5
type eCH-0129:surfaceAreaOfBuildingSingleObjectType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minInclusive 1
maxInclusive 99999
source <xs:element name="surfaceAreaOfBuildingSignaleObject" type="eCH-0129:surfaceAreaOfBuildingSingleObjectType" minOccurs="0"/>

element buildingType/buildingCategory
diagram index_p350.png
namespace http://www.ech.ch/xmlns/eCH-0129/5
type eCH-0129:buildingCategoryType
properties
content simple
facets
Kind Value Annotation
enumeration 1010
enumeration 1020
enumeration 1030
enumeration 1040
enumeration 1060
enumeration 1080
source <xs:element name="buildingCategory" type="eCH-0129:buildingCategoryType"/>

element buildingType/buildingClass
diagram index_p351.png
namespace http://www.ech.ch/xmlns/eCH-0129/5
type eCH-0129:buildingClassType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minInclusive 1110
maxInclusive 1278
source <xs:element name="buildingClass" type="eCH-0129:buildingClassType" minOccurs="0"/>

element buildingType/status
diagram index_p352.png
namespace http://www.ech.ch/xmlns/eCH-0129/5
type eCH-0129:buildingStatusType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration 1001
enumeration 1002
enumeration 1003
enumeration 1004
enumeration 1005
enumeration 1007
enumeration 1008
enumeration 1009
source <xs:element name="status" type="eCH-0129:buildingStatusType" minOccurs="0"/>

element buildingType/coordinates
diagram index_p353.png
namespace http://www.ech.ch/xmlns/eCH-0129/5
type eCH-0129:coordinatesType
properties
minOcc 0
maxOcc 1
content complex
children eCH-0129:LV95 eCH-0129:LV03
source <xs:element name="coordinates" type="eCH-0129:coordinatesType" minOccurs="0"/>

element buildingType/otherID
diagram index_p354.png
namespace http://www.ech.ch/xmlns/eCH-0129/5
type eCH-0129:namedIdType
properties
minOcc 0
maxOcc unbounded
content complex
children eCH-0129:IdCategory eCH-0129:Id
source <xs:element name="otherID" type="eCH-0129:namedIdType" minOccurs="0" maxOccurs="unbounded"/>

element buildingType/civilDefenseShelter
diagram index_p355.png
namespace http://www.ech.ch/xmlns/eCH-0129/5
type xs:boolean
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="civilDefenseShelter" type="xs:boolean" minOccurs="0"/>

element buildingType/neighbourhood
diagram index_p356.png
namespace http://www.ech.ch/xmlns/eCH-0129/5
type eCH-0129:neighbourhoodType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minInclusive 1000
maxInclusive 9999999
source <xs:element name="neighbourhood" type="eCH-0129:neighbourhoodType" minOccurs="0"/>

element buildingType/localCode
diagram index_p357.png
namespace http://www.ech.ch/xmlns/eCH-0129/5
type eCH-0129:localCodeType
properties
minOcc 0
maxOcc 4
content simple
facets
Kind Value Annotation
minLength 1
maxLength 8
source <xs:element name="localCode" type="eCH-0129:localCodeType" minOccurs="0" maxOccurs="4"/>

element buildingType/energyRelevantSurface
diagram index_p358.png
namespace http://www.ech.ch/xmlns/eCH-0129/5
type eCH-0129:energyRelevantSurfaceType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minInclusive 5
maxInclusive 900000
source <xs:element name="energyRelevantSurface" type="eCH-0129:energyRelevantSurfaceType" minOccurs="0"/>

element buildingType/volume
diagram index_p359.png
namespace http://www.ech.ch/xmlns/eCH-0129/5
type eCH-0129:buildingVolumeType
properties
minOcc 0
maxOcc 1
content complex
children eCH-0129:volume eCH-0129:informationSource eCH-0129:norm
source <xs:element name="volume" type="eCH-0129:buildingVolumeType" minOccurs="0"/>

element buildingType/heating
diagram index_p360.png
namespace http://www.ech.ch/xmlns/eCH-0129/5
type eCH-0129:heatingType
properties
minOcc 0
maxOcc 2
content complex
children eCH-0129:heatGeneratorHeating eCH-0129:energySourceHeating eCH-0129:informationSourceHeating eCH-0129:revisionDate
source <xs:element name="heating" type="eCH-0129:heatingType" minOccurs="0" maxOccurs="2"/>

element buildingType/hotWater
diagram index_p361.png
namespace http://www.ech.ch/xmlns/eCH-0129/5
type eCH-0129:hotWaterType
properties
minOcc 0
maxOcc 2
content complex
children eCH-0129:heatGeneratorHotWater eCH-0129:energySourceHeating eCH-0129:informationSourceHeating eCH-0129:revisionDate
source <xs:element name="hotWater" type="eCH-0129:hotWaterType" minOccurs="0" maxOccurs="2"/>

element buildingType/buildingEntrance
diagram index_p362.png
namespace http://www.ech.ch/xmlns/eCH-0129/5
type eCH-0129:buildingEntranceType
properties
minOcc 0
maxOcc unbounded
content complex
children eCH-0129:EGAID eCH-0129:EDID eCH-0129:buildingEntranceNo eCH-0129:coordinates eCH-0129:localID eCH-0129:isOfficialAddress eCH-0129:steetSection
source <xs:element name="buildingEntrance" type="eCH-0129:buildingEntranceType" minOccurs="0" maxOccurs="unbounded"/>

element buildingType/namedMetaData
diagram index_p363.png
namespace http://www.ech.ch/xmlns/eCH-0129/5
type eCH-0129:namedMetaDataType
properties
minOcc 0
maxOcc unbounded
content complex
children eCH-0129:metaDataName eCH-0129:metaDataValue
source <xs:element name="namedMetaData" type="eCH-0129:namedMetaDataType" minOccurs="0" maxOccurs="unbounded"/>

element buildingType/buildingFreeText
diagram index_p364.png
namespace http://www.ech.ch/xmlns/eCH-0129/5
type eCH-0129:freeTextType
properties
minOcc 0
maxOcc 2
content simple
facets
Kind Value Annotation
minLength 1
maxLength 32
source <xs:element name="buildingFreeText" type="eCH-0129:freeTextType" minOccurs="0" maxOccurs="2"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy