The Building module supports representation of thematic and spatial aspects of buildings, building parts, building installations, building subdivisions, and interior building structures.
<schema elementFormDefault="qualified" targetNamespace="http://www.opengis.net/citygml/building/3.0" version="3.0.0"> <import namespace="http://www.opengis.net/citygml/3.0" schemaLocation="./core.xsd"/> <import namespace="http://www.opengis.net/citygml/construction/3.0" schemaLocation="./construction.xsd"/> <import namespace="http://www.opengis.net/gml/3.2" schemaLocation="http://schemas.opengis.net/gml/3.2.1/gml.xsd"/> ... </schema>
|
ADEOfAbstractBuilding acts as a hook to define properties within an ADE that are to be added to AbstractBuilding.
<bldg:ADEOfAbstractBuilding/>
<element name="ADEOfAbstractBuilding" type="bldg:ADEOfAbstractBuildingType" abstract="true" substitutionGroup="gml:AbstractObject"/>
|
ADEOfAbstractBuildingSubdivision acts as a hook to define properties within an ADE that are to be added to AbstractBuildingSubdivision.
<bldg:ADEOfAbstractBuildingSubdivision/>
<element name="ADEOfAbstractBuildingSubdivision" type="bldg:ADEOfAbstractBuildingSubdivisionType" abstract="true" substitutionGroup="gml:AbstractObject"/>
|
ADEOfBuilding acts as a hook to define properties within an ADE that are to be added to a Building.
<bldg:ADEOfBuilding/>
<element name="ADEOfBuilding" type="bldg:ADEOfBuildingType" abstract="true" substitutionGroup="gml:AbstractObject"/>
|
ADEOfBuildingConstructiveElement acts as a hook to define properties within an ADE that are to be added to a BuildingConstructiveElement.
<bldg:ADEOfBuildingConstructiveElement/>
<element name="ADEOfBuildingConstructiveElement" type="bldg:ADEOfBuildingConstructiveElementType" abstract="true" substitutionGroup="gml:AbstractObject"/>
|
ADEOfBuildingFurniture acts as a hook to define properties within an ADE that are to be added to a BuildingFurniture.
<bldg:ADEOfBuildingFurniture/>
<element name="ADEOfBuildingFurniture" type="bldg:ADEOfBuildingFurnitureType" abstract="true" substitutionGroup="gml:AbstractObject"/>
|
ADEOfBuildingInstallation acts as a hook to define properties within an ADE that are to be added to a BuildingInstallation.
<bldg:ADEOfBuildingInstallation/>
<element name="ADEOfBuildingInstallation" type="bldg:ADEOfBuildingInstallationType" abstract="true" substitutionGroup="gml:AbstractObject"/>
|
ADEOfBuildingPart acts as a hook to define properties within an ADE that are to be added to a BuildingPart.
<bldg:ADEOfBuildingPart/>
<element name="ADEOfBuildingPart" type="bldg:ADEOfBuildingPartType" abstract="true" substitutionGroup="gml:AbstractObject"/>
|
ADEOfBuildingRoom acts as a hook to define properties within an ADE that are to be added to a BuildingRoom.
<bldg:ADEOfBuildingRoom/>
<element name="ADEOfBuildingRoom" type="bldg:ADEOfBuildingRoomType" abstract="true" substitutionGroup="gml:AbstractObject"/>
|
ADEOfBuildingUnit acts as a hook to define properties within an ADE that are to be added to a BuildingUnit.
<bldg:ADEOfBuildingUnit/>
<element name="ADEOfBuildingUnit" type="bldg:ADEOfBuildingUnitType" abstract="true" substitutionGroup="gml:AbstractObject"/>
|
ADEOfStorey acts as a hook to define properties within an ADE that are to be added to a Storey.
<bldg:ADEOfStorey/>
<element name="ADEOfStorey" type="bldg:ADEOfStoreyType" abstract="true" substitutionGroup="gml:AbstractObject"/>
|
AbstractBuilding is an abstract superclass representing the common attributes and associations of the classes Building and BuildingPart.
<bldg:AbstractBuilding> <!-- 'con:AbstractConstructionType' super type was not found in this schema. Some elements and attributes may be missing. --> <bldg:class> gml:CodeType </bldg:class> [0..1] <bldg:function> gml:CodeType </bldg:function> [0..*] <bldg:usage> gml:CodeType </bldg:usage> [0..*] <bldg:roofType> gml:CodeType </bldg:roofType> [0..1] <bldg:storeysAboveGround> integer </bldg:storeysAboveGround> [0..1] <bldg:storeysBelowGround> integer </bldg:storeysBelowGround> [0..1] <bldg:storeyHeightsAboveGround> gml:MeasureOrNilReasonListType </bldg:storeyHeightsAboveGround> [0..1] <bldg:storeyHeightsBelowGround> gml:MeasureOrNilReasonListType </bldg:storeyHeightsBelowGround> [0..1] <bldg:buildingConstructiveElementAttribute group reference (not shown): gml:AssociationAttributeGroup> [0..*] <!-- 'gml:AbstractFeatureMemberType' super type was not found in this schema. Some elements and attributes may be missing. --> Start Sequence [0..1] <bldg:BuildingConstructiveElement> ... </bldg:BuildingConstructiveElement> [1] End Sequence </bldg:buildingConstructiveElement> <bldg:buildingInstallationAttribute group reference (not shown): gml:AssociationAttributeGroup> [0..*] <!-- 'gml:AbstractFeatureMemberType' super type was not found in this schema. Some elements and attributes may be missing. --> Start Sequence [0..1] <bldg:BuildingInstallation> ... </bldg:BuildingInstallation> [1] End Sequence </bldg:buildingInstallation> <bldg:buildingRoomAttribute group reference (not shown): gml:AssociationAttributeGroup> [0..*] <!-- 'gml:AbstractFeatureMemberType' super type was not found in this schema. Some elements and attributes may be missing. --> Start Sequence [0..1] <bldg:BuildingRoom> ... </bldg:BuildingRoom> [1] End Sequence </bldg:buildingRoom> <bldg:buildingFurnitureAttribute group reference (not shown): gml:AssociationAttributeGroup> [0..*] <!-- 'gml:AbstractFeatureMemberType' super type was not found in this schema. Some elements and attributes may be missing. --> Start Sequence [0..1] <bldg:BuildingFurniture> ... </bldg:BuildingFurniture> [1] End Sequence </bldg:buildingFurniture> <bldg:buildingSubdivisionAttribute group reference (not shown): gml:AssociationAttributeGroup> [0..*] <!-- 'gml:AbstractFeatureMemberType' super type was not found in this schema. Some elements and attributes may be missing. --> Start Sequence [0..1] <bldg:AbstractBuildingSubdivision> ... </bldg:AbstractBuildingSubdivision> [1] End Sequence </bldg:buildingSubdivision> <bldg:address> core:AddressPropertyType </bldg:address> [0..*] <bldg:adeOfAbstractBuilding> bldg:ADEOfAbstractBuildingPropertyType </bldg:adeOfAbstractBuilding> [0..*] </bldg:AbstractBuilding>
<element name="AbstractBuilding" type="bldg:AbstractBuildingType" abstract="true" substitutionGroup="con:AbstractConstruction"/>
|
AbstractBuildingSubdivision is the abstract superclass for different kinds of logical building subdivisions.
<bldg:AbstractBuildingSubdivision> <!-- 'core:AbstractLogicalSpaceType' super type was not found in this schema. Some elements and attributes may be missing. --> <bldg:class> gml:CodeType </bldg:class> [0..1] <bldg:function> gml:CodeType </bldg:function> [0..*] <bldg:usage> gml:CodeType </bldg:usage> [0..*] <bldg:elevation> con:ElevationPropertyType </bldg:elevation> [0..*] <bldg:sortKey> double </bldg:sortKey> [0..1] <bldg:buildingConstructiveElement> bldg:BuildingConstructiveElementPropertyType </bldg:buildingConstructiveElement> [0..*] <bldg:buildingFurnitureAttribute group reference (not shown): gml:AssociationAttributeGroup> [0..*] <!-- 'gml:AbstractFeatureMemberType' super type was not found in this schema. Some elements and attributes may be missing. --> Start Sequence [0..1] <bldg:BuildingFurniture> ... </bldg:BuildingFurniture> [1] End Sequence </bldg:buildingFurniture> <bldg:buildingInstallationAttribute group reference (not shown): gml:AssociationAttributeGroup> [0..*] <!-- 'gml:AbstractFeatureMemberType' super type was not found in this schema. Some elements and attributes may be missing. --> Start Sequence [0..1] <bldg:BuildingInstallation> ... </bldg:BuildingInstallation> [1] End Sequence </bldg:buildingInstallation> <bldg:buildingRoom> bldg:BuildingRoomPropertyType </bldg:buildingRoom> [0..*] <bldg:adeOfAbstractBuildingSubdivision> bldg:ADEOfAbstractBuildingSubdivisionPropertyType </bldg:adeOfAbstractBuildingSubdivision> [0..*] </bldg:AbstractBuildingSubdivision>
<element name="AbstractBuildingSubdivision" type="bldg:AbstractBuildingSubdivisionType" abstract="true" substitutionGroup="core:AbstractLogicalSpace"/>
|
A Building is a free-standing, self-supporting construction that is roofed, usually walled, and can be entered by humans and is normally designed to stand permanently in one place. It is intended for human occupancy (e.g. a place of work or recreation), habitation and/or shelter of humans, animals or things.
<bldg:Building> <!-- 'con:AbstractConstructionType' super type was not found in this schema. Some elements and attributes may be missing. --> <bldg:class> gml:CodeType </bldg:class> [0..1] <bldg:function> gml:CodeType </bldg:function> [0..*] <bldg:usage> gml:CodeType </bldg:usage> [0..*] <bldg:roofType> gml:CodeType </bldg:roofType> [0..1] <bldg:storeysAboveGround> integer </bldg:storeysAboveGround> [0..1] <bldg:storeysBelowGround> integer </bldg:storeysBelowGround> [0..1] <bldg:storeyHeightsAboveGround> gml:MeasureOrNilReasonListType </bldg:storeyHeightsAboveGround> [0..1] <bldg:storeyHeightsBelowGround> gml:MeasureOrNilReasonListType </bldg:storeyHeightsBelowGround> [0..1] <bldg:buildingConstructiveElementAttribute group reference (not shown): gml:AssociationAttributeGroup> [0..*] <!-- 'gml:AbstractFeatureMemberType' super type was not found in this schema. Some elements and attributes may be missing. --> Start Sequence [0..1] <bldg:BuildingConstructiveElement> ... </bldg:BuildingConstructiveElement> [1] End Sequence </bldg:buildingConstructiveElement> <bldg:buildingInstallationAttribute group reference (not shown): gml:AssociationAttributeGroup> [0..*] <!-- 'gml:AbstractFeatureMemberType' super type was not found in this schema. Some elements and attributes may be missing. --> Start Sequence [0..1] <bldg:BuildingInstallation> ... </bldg:BuildingInstallation> [1] End Sequence </bldg:buildingInstallation> <bldg:buildingRoomAttribute group reference (not shown): gml:AssociationAttributeGroup> [0..*] <!-- 'gml:AbstractFeatureMemberType' super type was not found in this schema. Some elements and attributes may be missing. --> Start Sequence [0..1] <bldg:BuildingRoom> ... </bldg:BuildingRoom> [1] End Sequence </bldg:buildingRoom> <bldg:buildingFurnitureAttribute group reference (not shown): gml:AssociationAttributeGroup> [0..*] <!-- 'gml:AbstractFeatureMemberType' super type was not found in this schema. Some elements and attributes may be missing. --> Start Sequence [0..1] <bldg:BuildingFurniture> ... </bldg:BuildingFurniture> [1] End Sequence </bldg:buildingFurniture> <bldg:buildingSubdivisionAttribute group reference (not shown): gml:AssociationAttributeGroup> [0..*] <!-- 'gml:AbstractFeatureMemberType' super type was not found in this schema. Some elements and attributes may be missing. --> Start Sequence [0..1] <bldg:AbstractBuildingSubdivision> ... </bldg:AbstractBuildingSubdivision> [1] End Sequence </bldg:buildingSubdivision> <bldg:address> core:AddressPropertyType </bldg:address> [0..*] <bldg:adeOfAbstractBuilding> bldg:ADEOfAbstractBuildingPropertyType </bldg:adeOfAbstractBuilding> [0..*] <bldg:buildingPartAttribute group reference (not shown): gml:AssociationAttributeGroup> [0..*] <!-- 'gml:AbstractFeatureMemberType' super type was not found in this schema. Some elements and attributes may be missing. --> Start Sequence [0..1] <bldg:BuildingPart> ... </bldg:BuildingPart> [1] End Sequence </bldg:buildingPart> <bldg:adeOfBuilding> bldg:ADEOfBuildingPropertyType </bldg:adeOfBuilding> [0..*] </bldg:Building>
<element name="Building" type="bldg:BuildingType" substitutionGroup="bldg:AbstractBuilding"/>
|
A BuildingConstructiveElement is an element of a Building which is essential from a structural point of view. Examples are walls, slabs, staircases, beams.
<bldg:BuildingConstructiveElement> <!-- 'con:AbstractConstructiveElementType' super type was not found in this schema. Some elements and attributes may be missing. --> <bldg:class> gml:CodeType </bldg:class> [0..1] <bldg:function> gml:CodeType </bldg:function> [0..*] <bldg:usage> gml:CodeType </bldg:usage> [0..*] <bldg:adeOfBuildingConstructiveElement> bldg:ADEOfBuildingConstructiveElementPropertyType </bldg:adeOfBuildingConstructiveElement> [0..*] </bldg:BuildingConstructiveElement>
<element name="BuildingConstructiveElement" type="bldg:BuildingConstructiveElementType" substitutionGroup="con:AbstractConstructiveElement"/>
|
A BuildingFurniture is an equipment for occupant use, usually not fixed to the building. [cf. ISO 6707-1]
<bldg:BuildingFurniture> <!-- 'con:AbstractFurnitureType' super type was not found in this schema. Some elements and attributes may be missing. --> <bldg:class> gml:CodeType </bldg:class> [0..1] <bldg:function> gml:CodeType </bldg:function> [0..*] <bldg:usage> gml:CodeType </bldg:usage> [0..*] <bldg:adeOfBuildingFurniture> bldg:ADEOfBuildingFurniturePropertyType </bldg:adeOfBuildingFurniture> [0..*] </bldg:BuildingFurniture>
<element name="BuildingFurniture" type="bldg:BuildingFurnitureType" substitutionGroup="con:AbstractFurniture"/>
|
A BuildingInstallation is a permanent part of a Building (inside and/or outside) which has not the significance of a BuildingPart. Examples are stairs, antennas, balconies or small roofs.
<bldg:BuildingInstallation> <!-- 'con:AbstractInstallationType' super type was not found in this schema. Some elements and attributes may be missing. --> <bldg:class> gml:CodeType </bldg:class> [0..1] <bldg:function> gml:CodeType </bldg:function> [0..*] <bldg:usage> gml:CodeType </bldg:usage> [0..*] <bldg:adeOfBuildingInstallation> bldg:ADEOfBuildingInstallationPropertyType </bldg:adeOfBuildingInstallation> [0..*] </bldg:BuildingInstallation>
<element name="BuildingInstallation" type="bldg:BuildingInstallationType" substitutionGroup="con:AbstractInstallation"/>
|
A BuildingPart is a physical or functional subdivision of a Building. It would be considered a Building, if it were not part of a collection of other BuildingParts.
<bldg:BuildingPart> <!-- 'con:AbstractConstructionType' super type was not found in this schema. Some elements and attributes may be missing. --> <bldg:class> gml:CodeType </bldg:class> [0..1] <bldg:function> gml:CodeType </bldg:function> [0..*] <bldg:usage> gml:CodeType </bldg:usage> [0..*] <bldg:roofType> gml:CodeType </bldg:roofType> [0..1] <bldg:storeysAboveGround> integer </bldg:storeysAboveGround> [0..1] <bldg:storeysBelowGround> integer </bldg:storeysBelowGround> [0..1] <bldg:storeyHeightsAboveGround> gml:MeasureOrNilReasonListType </bldg:storeyHeightsAboveGround> [0..1] <bldg:storeyHeightsBelowGround> gml:MeasureOrNilReasonListType </bldg:storeyHeightsBelowGround> [0..1] <bldg:buildingConstructiveElementAttribute group reference (not shown): gml:AssociationAttributeGroup> [0..*] <!-- 'gml:AbstractFeatureMemberType' super type was not found in this schema. Some elements and attributes may be missing. --> Start Sequence [0..1] <bldg:BuildingConstructiveElement> ... </bldg:BuildingConstructiveElement> [1] End Sequence </bldg:buildingConstructiveElement> <bldg:buildingInstallationAttribute group reference (not shown): gml:AssociationAttributeGroup> [0..*] <!-- 'gml:AbstractFeatureMemberType' super type was not found in this schema. Some elements and attributes may be missing. --> Start Sequence [0..1] <bldg:BuildingInstallation> ... </bldg:BuildingInstallation> [1] End Sequence </bldg:buildingInstallation> <bldg:buildingRoomAttribute group reference (not shown): gml:AssociationAttributeGroup> [0..*] <!-- 'gml:AbstractFeatureMemberType' super type was not found in this schema. Some elements and attributes may be missing. --> Start Sequence [0..1] <bldg:BuildingRoom> ... </bldg:BuildingRoom> [1] End Sequence </bldg:buildingRoom> <bldg:buildingFurnitureAttribute group reference (not shown): gml:AssociationAttributeGroup> [0..*] <!-- 'gml:AbstractFeatureMemberType' super type was not found in this schema. Some elements and attributes may be missing. --> Start Sequence [0..1] <bldg:BuildingFurniture> ... </bldg:BuildingFurniture> [1] End Sequence </bldg:buildingFurniture> <bldg:buildingSubdivisionAttribute group reference (not shown): gml:AssociationAttributeGroup> [0..*] <!-- 'gml:AbstractFeatureMemberType' super type was not found in this schema. Some elements and attributes may be missing. --> Start Sequence [0..1] <bldg:AbstractBuildingSubdivision> ... </bldg:AbstractBuildingSubdivision> [1] End Sequence </bldg:buildingSubdivision> <bldg:address> core:AddressPropertyType </bldg:address> [0..*] <bldg:adeOfAbstractBuilding> bldg:ADEOfAbstractBuildingPropertyType </bldg:adeOfAbstractBuilding> [0..*] <bldg:adeOfBuildingPart> bldg:ADEOfBuildingPartPropertyType </bldg:adeOfBuildingPart> [0..*] </bldg:BuildingPart>
<element name="BuildingPart" type="bldg:BuildingPartType" substitutionGroup="bldg:AbstractBuilding"/>
|
A BuildingRoom is a space within a Building or BuildingPart intended for human occupancy (e.g. a place of work or recreation) and/or containment of animals or things. A BuildingRoom is bounded physically and/or virtually (e.g. by ClosureSurfaces or GenericSurfaces).
<bldg:BuildingRoom> <!-- 'core:AbstractUnoccupiedSpaceType' super type was not found in this schema. Some elements and attributes may be missing. --> <bldg:class> gml:CodeType </bldg:class> [0..1] <bldg:function> gml:CodeType </bldg:function> [0..*] <bldg:usage> gml:CodeType </bldg:usage> [0..*] <bldg:roomHeight> bldg:RoomHeightPropertyType </bldg:roomHeight> [0..*] <bldg:buildingFurnitureAttribute group reference (not shown): gml:AssociationAttributeGroup> [0..*] <!-- 'gml:AbstractFeatureMemberType' super type was not found in this schema. Some elements and attributes may be missing. --> Start Sequence [0..1] <bldg:BuildingFurniture> ... </bldg:BuildingFurniture> [1] End Sequence </bldg:buildingFurniture> <bldg:buildingInstallationAttribute group reference (not shown): gml:AssociationAttributeGroup> [0..*] <!-- 'gml:AbstractFeatureMemberType' super type was not found in this schema. Some elements and attributes may be missing. --> Start Sequence [0..1] <bldg:BuildingInstallation> ... </bldg:BuildingInstallation> [1] End Sequence </bldg:buildingInstallation> <bldg:adeOfBuildingRoom> bldg:ADEOfBuildingRoomPropertyType </bldg:adeOfBuildingRoom> [0..*] </bldg:BuildingRoom>
<element name="BuildingRoom" type="bldg:BuildingRoomType" substitutionGroup="core:AbstractUnoccupiedSpace"/>
|
A BuildingUnit is a logical subdivision of a Building. BuildingUnits are formed according to some homogeneous property like function, ownership, management, or accessibility. They may be separately sold, rented out, inherited, managed, etc.
<bldg:BuildingUnit> <!-- 'core:AbstractLogicalSpaceType' super type was not found in this schema. Some elements and attributes may be missing. --> <bldg:class> gml:CodeType </bldg:class> [0..1] <bldg:function> gml:CodeType </bldg:function> [0..*] <bldg:usage> gml:CodeType </bldg:usage> [0..*] <bldg:elevation> con:ElevationPropertyType </bldg:elevation> [0..*] <bldg:sortKey> double </bldg:sortKey> [0..1] <bldg:buildingConstructiveElement> bldg:BuildingConstructiveElementPropertyType </bldg:buildingConstructiveElement> [0..*] <bldg:buildingFurnitureAttribute group reference (not shown): gml:AssociationAttributeGroup> [0..*] <!-- 'gml:AbstractFeatureMemberType' super type was not found in this schema. Some elements and attributes may be missing. --> Start Sequence [0..1] <bldg:BuildingFurniture> ... </bldg:BuildingFurniture> [1] End Sequence </bldg:buildingFurniture> <bldg:buildingInstallationAttribute group reference (not shown): gml:AssociationAttributeGroup> [0..*] <!-- 'gml:AbstractFeatureMemberType' super type was not found in this schema. Some elements and attributes may be missing. --> Start Sequence [0..1] <bldg:BuildingInstallation> ... </bldg:BuildingInstallation> [1] End Sequence </bldg:buildingInstallation> <bldg:buildingRoom> bldg:BuildingRoomPropertyType </bldg:buildingRoom> [0..*] <bldg:adeOfAbstractBuildingSubdivision> bldg:ADEOfAbstractBuildingSubdivisionPropertyType </bldg:adeOfAbstractBuildingSubdivision> [0..*] <bldg:storey> bldg:StoreyPropertyType </bldg:storey> [0..*] <bldg:address> core:AddressPropertyType </bldg:address> [0..*] <bldg:adeOfBuildingUnit> bldg:ADEOfBuildingUnitPropertyType </bldg:adeOfBuildingUnit> [0..*] </bldg:BuildingUnit>
<element name="BuildingUnit" type="bldg:BuildingUnitType" substitutionGroup="bldg:AbstractBuildingSubdivision"/>
|
The RoomHeight represents a vertical distance (measured or estimated) between a low reference and a high reference. [cf. INSPIRE]
<bldg:RoomHeight> <bldg:highReference> gml:CodeType </bldg:highReference> [1] <bldg:lowReference> gml:CodeType </bldg:lowReference> [1] <bldg:status> con:HeightStatusValueType </bldg:status> [1] <bldg:value> gml:LengthType </bldg:value> [1] </bldg:RoomHeight>
<element name="RoomHeight" type="bldg:RoomHeightType" substitutionGroup="gml:AbstractObject"/>
|
A Storey is typically a horizontal section of a Building. Storeys are not always defined according to the building structure, but can also be defined according to logical considerations.
<bldg:Storey> <!-- 'core:AbstractLogicalSpaceType' super type was not found in this schema. Some elements and attributes may be missing. --> <bldg:class> gml:CodeType </bldg:class> [0..1] <bldg:function> gml:CodeType </bldg:function> [0..*] <bldg:usage> gml:CodeType </bldg:usage> [0..*] <bldg:elevation> con:ElevationPropertyType </bldg:elevation> [0..*] <bldg:sortKey> double </bldg:sortKey> [0..1] <bldg:buildingConstructiveElement> bldg:BuildingConstructiveElementPropertyType </bldg:buildingConstructiveElement> [0..*] <bldg:buildingFurnitureAttribute group reference (not shown): gml:AssociationAttributeGroup> [0..*] <!-- 'gml:AbstractFeatureMemberType' super type was not found in this schema. Some elements and attributes may be missing. --> Start Sequence [0..1] <bldg:BuildingFurniture> ... </bldg:BuildingFurniture> [1] End Sequence </bldg:buildingFurniture> <bldg:buildingInstallationAttribute group reference (not shown): gml:AssociationAttributeGroup> [0..*] <!-- 'gml:AbstractFeatureMemberType' super type was not found in this schema. Some elements and attributes may be missing. --> Start Sequence [0..1] <bldg:BuildingInstallation> ... </bldg:BuildingInstallation> [1] End Sequence </bldg:buildingInstallation> <bldg:buildingRoom> bldg:BuildingRoomPropertyType </bldg:buildingRoom> [0..*] <bldg:adeOfAbstractBuildingSubdivision> bldg:ADEOfAbstractBuildingSubdivisionPropertyType </bldg:adeOfAbstractBuildingSubdivision> [0..*] <bldg:buildingUnit> bldg:BuildingUnitPropertyType </bldg:buildingUnit> [0..*] <bldg:adeOfStorey> bldg:ADEOfStoreyPropertyType </bldg:adeOfStorey> [0..*] </bldg:Storey>
<element name="Storey" type="bldg:StoreyType" substitutionGroup="bldg:AbstractBuildingSubdivision"/>
<...> <bldg:ADEOfAbstractBuilding> ... </bldg:ADEOfAbstractBuilding> [1] </...>
<complexType name="ADEOfAbstractBuildingPropertyType"> <sequence> <element ref="bldg:ADEOfAbstractBuilding"/> </sequence> </complexType>
<...> <bldg:ADEOfAbstractBuildingSubdivision> ... </bldg:ADEOfAbstractBuildingSubdivision> [1] </...>
<complexType name="ADEOfAbstractBuildingSubdivisionPropertyType"> <sequence> <element ref="bldg:ADEOfAbstractBuildingSubdivision"/> </sequence> </complexType>
<.../>
<complexType name="ADEOfAbstractBuildingSubdivisionType" abstract="true"> <sequence/> </complexType>
<.../>
<complexType name="ADEOfAbstractBuildingType" abstract="true"> <sequence/> </complexType>
<...> <bldg:ADEOfBuildingConstructiveElement> ... </bldg:ADEOfBuildingConstructiveElement> [1] </...>
<complexType name="ADEOfBuildingConstructiveElementPropertyType"> <sequence> <element ref="bldg:ADEOfBuildingConstructiveElement"/> </sequence> </complexType>
<.../>
<complexType name="ADEOfBuildingConstructiveElementType" abstract="true"> <sequence/> </complexType>
<...> <bldg:ADEOfBuildingFurniture> ... </bldg:ADEOfBuildingFurniture> [1] </...>
<complexType name="ADEOfBuildingFurniturePropertyType"> <sequence> <element ref="bldg:ADEOfBuildingFurniture"/> </sequence> </complexType>
<.../>
<complexType name="ADEOfBuildingFurnitureType" abstract="true"> <sequence/> </complexType>
<...> <bldg:ADEOfBuildingInstallation> ... </bldg:ADEOfBuildingInstallation> [1] </...>
<complexType name="ADEOfBuildingInstallationPropertyType"> <sequence> <element ref="bldg:ADEOfBuildingInstallation"/> </sequence> </complexType>
<.../>
<complexType name="ADEOfBuildingInstallationType" abstract="true"> <sequence/> </complexType>
<...> <bldg:ADEOfBuildingPart> ... </bldg:ADEOfBuildingPart> [1] </...>
<complexType name="ADEOfBuildingPartPropertyType"> <sequence> <element ref="bldg:ADEOfBuildingPart"/> </sequence> </complexType>
<.../>
<complexType name="ADEOfBuildingPartType" abstract="true"> <sequence/> </complexType>
<...> <bldg:ADEOfBuilding> ... </bldg:ADEOfBuilding> [1] </...>
<complexType name="ADEOfBuildingPropertyType"> <sequence> <element ref="bldg:ADEOfBuilding"/> </sequence> </complexType>
<...> <bldg:ADEOfBuildingRoom> ... </bldg:ADEOfBuildingRoom> [1] </...>
<complexType name="ADEOfBuildingRoomPropertyType"> <sequence> <element ref="bldg:ADEOfBuildingRoom"/> </sequence> </complexType>
<.../>
<complexType name="ADEOfBuildingRoomType" abstract="true"> <sequence/> </complexType>
<.../>
<complexType name="ADEOfBuildingType" abstract="true"> <sequence/> </complexType>
<...> <bldg:ADEOfBuildingUnit> ... </bldg:ADEOfBuildingUnit> [1] </...>
<complexType name="ADEOfBuildingUnitPropertyType"> <sequence> <element ref="bldg:ADEOfBuildingUnit"/> </sequence> </complexType>
<.../>
<complexType name="ADEOfBuildingUnitType" abstract="true"> <sequence/> </complexType>
<...> <bldg:ADEOfStorey> ... </bldg:ADEOfStorey> [1] </...>
<complexType name="ADEOfStoreyPropertyType"> <sequence> <element ref="bldg:ADEOfStorey"/> </sequence> </complexType>
<.../>
<complexType name="ADEOfStoreyType" abstract="true"> <sequence/> </complexType>
<...Attribute group reference (not shown): gml:AssociationAttributeGroupAttribute group reference (not shown): gml:OwnershipAttributeGroup> Start Sequence [0..1] <bldg:AbstractBuilding> ... </bldg:AbstractBuilding> [1] End Sequence </...>
<complexType name="AbstractBuildingPropertyType"> <sequence minOccurs="0"> <element ref="bldg:AbstractBuilding"/> </sequence> <attributeGroup ref="gml:AssociationAttributeGroup"/> <attributeGroup ref="gml:OwnershipAttributeGroup"/> </complexType>
<...Attribute group reference (not shown): gml:AssociationAttributeGroupAttribute group reference (not shown): gml:OwnershipAttributeGroup> Start Sequence [0..1] <bldg:AbstractBuildingSubdivision> ... </bldg:AbstractBuildingSubdivision> [1] End Sequence </...>
<complexType name="AbstractBuildingSubdivisionPropertyType"> <sequence minOccurs="0"> <element ref="bldg:AbstractBuildingSubdivision"/> </sequence> <attributeGroup ref="gml:AssociationAttributeGroup"/> <attributeGroup ref="gml:OwnershipAttributeGroup"/> </complexType>
<...> <!-- 'core:AbstractLogicalSpaceType' super type was not found in this schema. Some elements and attributes may be missing. --> <bldg:class> gml:CodeType </bldg:class> [0..1] <bldg:function> gml:CodeType </bldg:function> [0..*] <bldg:usage> gml:CodeType </bldg:usage> [0..*] <bldg:elevation> con:ElevationPropertyType </bldg:elevation> [0..*] <bldg:sortKey> double </bldg:sortKey> [0..1] <bldg:buildingConstructiveElement> bldg:BuildingConstructiveElementPropertyType </bldg:buildingConstructiveElement> [0..*] <bldg:buildingFurnitureAttribute group reference (not shown): gml:AssociationAttributeGroup> [0..*] <!-- 'gml:AbstractFeatureMemberType' super type was not found in this schema. Some elements and attributes may be missing. --> Start Sequence [0..1] <bldg:BuildingFurniture> ... </bldg:BuildingFurniture> [1] End Sequence </bldg:buildingFurniture> <bldg:buildingInstallationAttribute group reference (not shown): gml:AssociationAttributeGroup> [0..*] <!-- 'gml:AbstractFeatureMemberType' super type was not found in this schema. Some elements and attributes may be missing. --> Start Sequence [0..1] <bldg:BuildingInstallation> ... </bldg:BuildingInstallation> [1] End Sequence </bldg:buildingInstallation> <bldg:buildingRoom> bldg:BuildingRoomPropertyType </bldg:buildingRoom> [0..*] <bldg:adeOfAbstractBuildingSubdivision> bldg:ADEOfAbstractBuildingSubdivisionPropertyType </bldg:adeOfAbstractBuildingSubdivision> [0..*] </...>
<complexType name="AbstractBuildingSubdivisionType" abstract="true"> <complexContent> <extension base="core:AbstractLogicalSpaceType"> <sequence> <element name="class" type="gml:CodeType" minOccurs="0"/> <element name="function" type="gml:CodeType" maxOccurs="unbounded" minOccurs="0"/> <element name="usage" type="gml:CodeType" maxOccurs="unbounded" minOccurs="0"/> <element name="elevation" type="con:ElevationPropertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="sortKey" type="double" minOccurs="0"/> <element name="buildingConstructiveElement" type="bldg:BuildingConstructiveElementPropertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="buildingFurniture" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <extension base="gml:AbstractFeatureMemberType"> <sequence minOccurs="0"> <element ref="bldg:BuildingFurniture"/> </sequence> <attributeGroup ref="gml:AssociationAttributeGroup"/> </extension> </complexContent> </complexType> </element> <element name="buildingInstallation" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <extension base="gml:AbstractFeatureMemberType"> <sequence minOccurs="0"> <element ref="bldg:BuildingInstallation"/> </sequence> <attributeGroup ref="gml:AssociationAttributeGroup"/> </extension> </complexContent> </complexType> </element> <element name="buildingRoom" type="bldg:BuildingRoomPropertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="adeOfAbstractBuildingSubdivision" type="bldg:ADEOfAbstractBuildingSubdivisionPropertyType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
<...> <!-- 'con:AbstractConstructionType' super type was not found in this schema. Some elements and attributes may be missing. --> <bldg:class> gml:CodeType </bldg:class> [0..1] <bldg:function> gml:CodeType </bldg:function> [0..*] <bldg:usage> gml:CodeType </bldg:usage> [0..*] <bldg:roofType> gml:CodeType </bldg:roofType> [0..1] <bldg:storeysAboveGround> integer </bldg:storeysAboveGround> [0..1] <bldg:storeysBelowGround> integer </bldg:storeysBelowGround> [0..1] <bldg:storeyHeightsAboveGround> gml:MeasureOrNilReasonListType </bldg:storeyHeightsAboveGround> [0..1] <bldg:storeyHeightsBelowGround> gml:MeasureOrNilReasonListType </bldg:storeyHeightsBelowGround> [0..1] <bldg:buildingConstructiveElementAttribute group reference (not shown): gml:AssociationAttributeGroup> [0..*] <!-- 'gml:AbstractFeatureMemberType' super type was not found in this schema. Some elements and attributes may be missing. --> Start Sequence [0..1] <bldg:BuildingConstructiveElement> ... </bldg:BuildingConstructiveElement> [1] End Sequence </bldg:buildingConstructiveElement> <bldg:buildingInstallationAttribute group reference (not shown): gml:AssociationAttributeGroup> [0..*] <!-- 'gml:AbstractFeatureMemberType' super type was not found in this schema. Some elements and attributes may be missing. --> Start Sequence [0..1] <bldg:BuildingInstallation> ... </bldg:BuildingInstallation> [1] End Sequence </bldg:buildingInstallation> <bldg:buildingRoomAttribute group reference (not shown): gml:AssociationAttributeGroup> [0..*] <!-- 'gml:AbstractFeatureMemberType' super type was not found in this schema. Some elements and attributes may be missing. --> Start Sequence [0..1] <bldg:BuildingRoom> ... </bldg:BuildingRoom> [1] End Sequence </bldg:buildingRoom> <bldg:buildingFurnitureAttribute group reference (not shown): gml:AssociationAttributeGroup> [0..*] <!-- 'gml:AbstractFeatureMemberType' super type was not found in this schema. Some elements and attributes may be missing. --> Start Sequence [0..1] <bldg:BuildingFurniture> ... </bldg:BuildingFurniture> [1] End Sequence </bldg:buildingFurniture> <bldg:buildingSubdivisionAttribute group reference (not shown): gml:AssociationAttributeGroup> [0..*] <!-- 'gml:AbstractFeatureMemberType' super type was not found in this schema. Some elements and attributes may be missing. --> Start Sequence [0..1] <bldg:AbstractBuildingSubdivision> ... </bldg:AbstractBuildingSubdivision> [1] End Sequence </bldg:buildingSubdivision> <bldg:address> core:AddressPropertyType </bldg:address> [0..*] <bldg:adeOfAbstractBuilding> bldg:ADEOfAbstractBuildingPropertyType </bldg:adeOfAbstractBuilding> [0..*] </...>
<complexType name="AbstractBuildingType" abstract="true"> <complexContent> <extension base="con:AbstractConstructionType"> <sequence> <element name="class" type="gml:CodeType" minOccurs="0"/> <element name="function" type="gml:CodeType" maxOccurs="unbounded" minOccurs="0"/> <element name="usage" type="gml:CodeType" maxOccurs="unbounded" minOccurs="0"/> <element name="roofType" type="gml:CodeType" minOccurs="0"/> <element name="storeysAboveGround" type="integer" minOccurs="0"/> <element name="storeysBelowGround" type="integer" minOccurs="0"/> <element name="storeyHeightsAboveGround" type="gml:MeasureOrNilReasonListType" minOccurs="0"/> <element name="storeyHeightsBelowGround" type="gml:MeasureOrNilReasonListType" minOccurs="0"/> <element name="buildingConstructiveElement" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <extension base="gml:AbstractFeatureMemberType"> <sequence minOccurs="0"> <element ref="bldg:BuildingConstructiveElement"/> </sequence> <attributeGroup ref="gml:AssociationAttributeGroup"/> </extension> </complexContent> </complexType> </element> <element name="buildingInstallation" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <extension base="gml:AbstractFeatureMemberType"> <sequence minOccurs="0"> <element ref="bldg:BuildingInstallation"/> </sequence> <attributeGroup ref="gml:AssociationAttributeGroup"/> </extension> </complexContent> </complexType> </element> <element name="buildingRoom" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <extension base="gml:AbstractFeatureMemberType"> <sequence minOccurs="0"> <element ref="bldg:BuildingRoom"/> </sequence> <attributeGroup ref="gml:AssociationAttributeGroup"/> </extension> </complexContent> </complexType> </element> <element name="buildingFurniture" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <extension base="gml:AbstractFeatureMemberType"> <sequence minOccurs="0"> <element ref="bldg:BuildingFurniture"/> </sequence> <attributeGroup ref="gml:AssociationAttributeGroup"/> </extension> </complexContent> </complexType> </element> <element name="buildingSubdivision" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <extension base="gml:AbstractFeatureMemberType"> <sequence minOccurs="0"> <element ref="bldg:AbstractBuildingSubdivision"/> </sequence> <attributeGroup ref="gml:AssociationAttributeGroup"/> </extension> </complexContent> </complexType> </element> <element name="address" type="core:AddressPropertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="adeOfAbstractBuilding" type="bldg:ADEOfAbstractBuildingPropertyType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
<...Attribute group reference (not shown): gml:AssociationAttributeGroupAttribute group reference (not shown): gml:OwnershipAttributeGroup> Start Sequence [0..1] <bldg:BuildingConstructiveElement> ... </bldg:BuildingConstructiveElement> [1] End Sequence </...>
<complexType name="BuildingConstructiveElementPropertyType"> <sequence minOccurs="0"> <element ref="bldg:BuildingConstructiveElement"/> </sequence> <attributeGroup ref="gml:AssociationAttributeGroup"/> <attributeGroup ref="gml:OwnershipAttributeGroup"/> </complexType>
<...> <!-- 'con:AbstractConstructiveElementType' super type was not found in this schema. Some elements and attributes may be missing. --> <bldg:class> gml:CodeType </bldg:class> [0..1] <bldg:function> gml:CodeType </bldg:function> [0..*] <bldg:usage> gml:CodeType </bldg:usage> [0..*] <bldg:adeOfBuildingConstructiveElement> bldg:ADEOfBuildingConstructiveElementPropertyType </bldg:adeOfBuildingConstructiveElement> [0..*] </...>
<complexType name="BuildingConstructiveElementType"> <complexContent> <extension base="con:AbstractConstructiveElementType"> <sequence> <element name="class" type="gml:CodeType" minOccurs="0"/> <element name="function" type="gml:CodeType" maxOccurs="unbounded" minOccurs="0"/> <element name="usage" type="gml:CodeType" maxOccurs="unbounded" minOccurs="0"/> <element name="adeOfBuildingConstructiveElement" type="bldg:ADEOfBuildingConstructiveElementPropertyType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
<...Attribute group reference (not shown): gml:AssociationAttributeGroupAttribute group reference (not shown): gml:OwnershipAttributeGroup> Start Sequence [0..1] <bldg:BuildingFurniture> ... </bldg:BuildingFurniture> [1] End Sequence </...>
<complexType name="BuildingFurniturePropertyType"> <sequence minOccurs="0"> <element ref="bldg:BuildingFurniture"/> </sequence> <attributeGroup ref="gml:AssociationAttributeGroup"/> <attributeGroup ref="gml:OwnershipAttributeGroup"/> </complexType>
<...> <!-- 'con:AbstractFurnitureType' super type was not found in this schema. Some elements and attributes may be missing. --> <bldg:class> gml:CodeType </bldg:class> [0..1] <bldg:function> gml:CodeType </bldg:function> [0..*] <bldg:usage> gml:CodeType </bldg:usage> [0..*] <bldg:adeOfBuildingFurniture> bldg:ADEOfBuildingFurniturePropertyType </bldg:adeOfBuildingFurniture> [0..*] </...>
<complexType name="BuildingFurnitureType"> <complexContent> <extension base="con:AbstractFurnitureType"> <sequence> <element name="class" type="gml:CodeType" minOccurs="0"/> <element name="function" type="gml:CodeType" maxOccurs="unbounded" minOccurs="0"/> <element name="usage" type="gml:CodeType" maxOccurs="unbounded" minOccurs="0"/> <element name="adeOfBuildingFurniture" type="bldg:ADEOfBuildingFurniturePropertyType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
<...Attribute group reference (not shown): gml:AssociationAttributeGroupAttribute group reference (not shown): gml:OwnershipAttributeGroup> Start Sequence [0..1] <bldg:BuildingInstallation> ... </bldg:BuildingInstallation> [1] End Sequence </...>
<complexType name="BuildingInstallationPropertyType"> <sequence minOccurs="0"> <element ref="bldg:BuildingInstallation"/> </sequence> <attributeGroup ref="gml:AssociationAttributeGroup"/> <attributeGroup ref="gml:OwnershipAttributeGroup"/> </complexType>
<...> <!-- 'con:AbstractInstallationType' super type was not found in this schema. Some elements and attributes may be missing. --> <bldg:class> gml:CodeType </bldg:class> [0..1] <bldg:function> gml:CodeType </bldg:function> [0..*] <bldg:usage> gml:CodeType </bldg:usage> [0..*] <bldg:adeOfBuildingInstallation> bldg:ADEOfBuildingInstallationPropertyType </bldg:adeOfBuildingInstallation> [0..*] </...>
<complexType name="BuildingInstallationType"> <complexContent> <extension base="con:AbstractInstallationType"> <sequence> <element name="class" type="gml:CodeType" minOccurs="0"/> <element name="function" type="gml:CodeType" maxOccurs="unbounded" minOccurs="0"/> <element name="usage" type="gml:CodeType" maxOccurs="unbounded" minOccurs="0"/> <element name="adeOfBuildingInstallation" type="bldg:ADEOfBuildingInstallationPropertyType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
<...Attribute group reference (not shown): gml:AssociationAttributeGroupAttribute group reference (not shown): gml:OwnershipAttributeGroup> Start Sequence [0..1] <bldg:BuildingPart> ... </bldg:BuildingPart> [1] End Sequence </...>
<complexType name="BuildingPartPropertyType"> <sequence minOccurs="0"> <element ref="bldg:BuildingPart"/> </sequence> <attributeGroup ref="gml:AssociationAttributeGroup"/> <attributeGroup ref="gml:OwnershipAttributeGroup"/> </complexType>
<...> <!-- 'con:AbstractConstructionType' super type was not found in this schema. Some elements and attributes may be missing. --> <bldg:class> gml:CodeType </bldg:class> [0..1] <bldg:function> gml:CodeType </bldg:function> [0..*] <bldg:usage> gml:CodeType </bldg:usage> [0..*] <bldg:roofType> gml:CodeType </bldg:roofType> [0..1] <bldg:storeysAboveGround> integer </bldg:storeysAboveGround> [0..1] <bldg:storeysBelowGround> integer </bldg:storeysBelowGround> [0..1] <bldg:storeyHeightsAboveGround> gml:MeasureOrNilReasonListType </bldg:storeyHeightsAboveGround> [0..1] <bldg:storeyHeightsBelowGround> gml:MeasureOrNilReasonListType </bldg:storeyHeightsBelowGround> [0..1] <bldg:buildingConstructiveElementAttribute group reference (not shown): gml:AssociationAttributeGroup> [0..*] <!-- 'gml:AbstractFeatureMemberType' super type was not found in this schema. Some elements and attributes may be missing. --> Start Sequence [0..1] <bldg:BuildingConstructiveElement> ... </bldg:BuildingConstructiveElement> [1] End Sequence </bldg:buildingConstructiveElement> <bldg:buildingInstallationAttribute group reference (not shown): gml:AssociationAttributeGroup> [0..*] <!-- 'gml:AbstractFeatureMemberType' super type was not found in this schema. Some elements and attributes may be missing. --> Start Sequence [0..1] <bldg:BuildingInstallation> ... </bldg:BuildingInstallation> [1] End Sequence </bldg:buildingInstallation> <bldg:buildingRoomAttribute group reference (not shown): gml:AssociationAttributeGroup> [0..*] <!-- 'gml:AbstractFeatureMemberType' super type was not found in this schema. Some elements and attributes may be missing. --> Start Sequence [0..1] <bldg:BuildingRoom> ... </bldg:BuildingRoom> [1] End Sequence </bldg:buildingRoom> <bldg:buildingFurnitureAttribute group reference (not shown): gml:AssociationAttributeGroup> [0..*] <!-- 'gml:AbstractFeatureMemberType' super type was not found in this schema. Some elements and attributes may be missing. --> Start Sequence [0..1] <bldg:BuildingFurniture> ... </bldg:BuildingFurniture> [1] End Sequence </bldg:buildingFurniture> <bldg:buildingSubdivisionAttribute group reference (not shown): gml:AssociationAttributeGroup> [0..*] <!-- 'gml:AbstractFeatureMemberType' super type was not found in this schema. Some elements and attributes may be missing. --> Start Sequence [0..1] <bldg:AbstractBuildingSubdivision> ... </bldg:AbstractBuildingSubdivision> [1] End Sequence </bldg:buildingSubdivision> <bldg:address> core:AddressPropertyType </bldg:address> [0..*] <bldg:adeOfAbstractBuilding> bldg:ADEOfAbstractBuildingPropertyType </bldg:adeOfAbstractBuilding> [0..*] <bldg:adeOfBuildingPart> bldg:ADEOfBuildingPartPropertyType </bldg:adeOfBuildingPart> [0..*] </...>
<complexType name="BuildingPartType"> <complexContent> <extension base="bldg:AbstractBuildingType"> <sequence> <element name="adeOfBuildingPart" type="bldg:ADEOfBuildingPartPropertyType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
<...Attribute group reference (not shown): gml:AssociationAttributeGroupAttribute group reference (not shown): gml:OwnershipAttributeGroup> Start Sequence [0..1] <bldg:Building> ... </bldg:Building> [1] End Sequence </...>
<complexType name="BuildingPropertyType"> <sequence minOccurs="0"> <element ref="bldg:Building"/> </sequence> <attributeGroup ref="gml:AssociationAttributeGroup"/> <attributeGroup ref="gml:OwnershipAttributeGroup"/> </complexType>
<...Attribute group reference (not shown): gml:AssociationAttributeGroupAttribute group reference (not shown): gml:OwnershipAttributeGroup> Start Sequence [0..1] <bldg:BuildingRoom> ... </bldg:BuildingRoom> [1] End Sequence </...>
<complexType name="BuildingRoomPropertyType"> <sequence minOccurs="0"> <element ref="bldg:BuildingRoom"/> </sequence> <attributeGroup ref="gml:AssociationAttributeGroup"/> <attributeGroup ref="gml:OwnershipAttributeGroup"/> </complexType>
<...> <!-- 'core:AbstractUnoccupiedSpaceType' super type was not found in this schema. Some elements and attributes may be missing. --> <bldg:class> gml:CodeType </bldg:class> [0..1] <bldg:function> gml:CodeType </bldg:function> [0..*] <bldg:usage> gml:CodeType </bldg:usage> [0..*] <bldg:roomHeight> bldg:RoomHeightPropertyType </bldg:roomHeight> [0..*] <bldg:buildingFurnitureAttribute group reference (not shown): gml:AssociationAttributeGroup> [0..*] <!-- 'gml:AbstractFeatureMemberType' super type was not found in this schema. Some elements and attributes may be missing. --> Start Sequence [0..1] <bldg:BuildingFurniture> ... </bldg:BuildingFurniture> [1] End Sequence </bldg:buildingFurniture> <bldg:buildingInstallationAttribute group reference (not shown): gml:AssociationAttributeGroup> [0..*] <!-- 'gml:AbstractFeatureMemberType' super type was not found in this schema. Some elements and attributes may be missing. --> Start Sequence [0..1] <bldg:BuildingInstallation> ... </bldg:BuildingInstallation> [1] End Sequence </bldg:buildingInstallation> <bldg:adeOfBuildingRoom> bldg:ADEOfBuildingRoomPropertyType </bldg:adeOfBuildingRoom> [0..*] </...>
<complexType name="BuildingRoomType"> <complexContent> <extension base="core:AbstractUnoccupiedSpaceType"> <sequence> <element name="class" type="gml:CodeType" minOccurs="0"/> <element name="function" type="gml:CodeType" maxOccurs="unbounded" minOccurs="0"/> <element name="usage" type="gml:CodeType" maxOccurs="unbounded" minOccurs="0"/> <element name="roomHeight" type="bldg:RoomHeightPropertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="buildingFurniture" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <extension base="gml:AbstractFeatureMemberType"> <sequence minOccurs="0"> <element ref="bldg:BuildingFurniture"/> </sequence> <attributeGroup ref="gml:AssociationAttributeGroup"/> </extension> </complexContent> </complexType> </element> <element name="buildingInstallation" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <extension base="gml:AbstractFeatureMemberType"> <sequence minOccurs="0"> <element ref="bldg:BuildingInstallation"/> </sequence> <attributeGroup ref="gml:AssociationAttributeGroup"/> </extension> </complexContent> </complexType> </element> <element name="adeOfBuildingRoom" type="bldg:ADEOfBuildingRoomPropertyType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
<...> <!-- 'con:AbstractConstructionType' super type was not found in this schema. Some elements and attributes may be missing. --> <bldg:class> gml:CodeType </bldg:class> [0..1] <bldg:function> gml:CodeType </bldg:function> [0..*] <bldg:usage> gml:CodeType </bldg:usage> [0..*] <bldg:roofType> gml:CodeType </bldg:roofType> [0..1] <bldg:storeysAboveGround> integer </bldg:storeysAboveGround> [0..1] <bldg:storeysBelowGround> integer </bldg:storeysBelowGround> [0..1] <bldg:storeyHeightsAboveGround> gml:MeasureOrNilReasonListType </bldg:storeyHeightsAboveGround> [0..1] <bldg:storeyHeightsBelowGround> gml:MeasureOrNilReasonListType </bldg:storeyHeightsBelowGround> [0..1] <bldg:buildingConstructiveElementAttribute group reference (not shown): gml:AssociationAttributeGroup> [0..*] <!-- 'gml:AbstractFeatureMemberType' super type was not found in this schema. Some elements and attributes may be missing. --> Start Sequence [0..1] <bldg:BuildingConstructiveElement> ... </bldg:BuildingConstructiveElement> [1] End Sequence </bldg:buildingConstructiveElement> <bldg:buildingInstallationAttribute group reference (not shown): gml:AssociationAttributeGroup> [0..*] <!-- 'gml:AbstractFeatureMemberType' super type was not found in this schema. Some elements and attributes may be missing. --> Start Sequence [0..1] <bldg:BuildingInstallation> ... </bldg:BuildingInstallation> [1] End Sequence </bldg:buildingInstallation> <bldg:buildingRoomAttribute group reference (not shown): gml:AssociationAttributeGroup> [0..*] <!-- 'gml:AbstractFeatureMemberType' super type was not found in this schema. Some elements and attributes may be missing. --> Start Sequence [0..1] <bldg:BuildingRoom> ... </bldg:BuildingRoom> [1] End Sequence </bldg:buildingRoom> <bldg:buildingFurnitureAttribute group reference (not shown): gml:AssociationAttributeGroup> [0..*] <!-- 'gml:AbstractFeatureMemberType' super type was not found in this schema. Some elements and attributes may be missing. --> Start Sequence [0..1] <bldg:BuildingFurniture> ... </bldg:BuildingFurniture> [1] End Sequence </bldg:buildingFurniture> <bldg:buildingSubdivisionAttribute group reference (not shown): gml:AssociationAttributeGroup> [0..*] <!-- 'gml:AbstractFeatureMemberType' super type was not found in this schema. Some elements and attributes may be missing. --> Start Sequence [0..1] <bldg:AbstractBuildingSubdivision> ... </bldg:AbstractBuildingSubdivision> [1] End Sequence </bldg:buildingSubdivision> <bldg:address> core:AddressPropertyType </bldg:address> [0..*] <bldg:adeOfAbstractBuilding> bldg:ADEOfAbstractBuildingPropertyType </bldg:adeOfAbstractBuilding> [0..*] <bldg:buildingPartAttribute group reference (not shown): gml:AssociationAttributeGroup> [0..*] <!-- 'gml:AbstractFeatureMemberType' super type was not found in this schema. Some elements and attributes may be missing. --> Start Sequence [0..1] <bldg:BuildingPart> ... </bldg:BuildingPart> [1] End Sequence </bldg:buildingPart> <bldg:adeOfBuilding> bldg:ADEOfBuildingPropertyType </bldg:adeOfBuilding> [0..*] </...>
<complexType name="BuildingType"> <complexContent> <extension base="bldg:AbstractBuildingType"> <sequence> <element name="buildingPart" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <extension base="gml:AbstractFeatureMemberType"> <sequence minOccurs="0"> <element ref="bldg:BuildingPart"/> </sequence> <attributeGroup ref="gml:AssociationAttributeGroup"/> </extension> </complexContent> </complexType> </element> <element name="adeOfBuilding" type="bldg:ADEOfBuildingPropertyType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
<...Attribute group reference (not shown): gml:AssociationAttributeGroupAttribute group reference (not shown): gml:OwnershipAttributeGroup> Start Sequence [0..1] <bldg:BuildingUnit> ... </bldg:BuildingUnit> [1] End Sequence </...>
<complexType name="BuildingUnitPropertyType"> <sequence minOccurs="0"> <element ref="bldg:BuildingUnit"/> </sequence> <attributeGroup ref="gml:AssociationAttributeGroup"/> <attributeGroup ref="gml:OwnershipAttributeGroup"/> </complexType>
<...> <!-- 'core:AbstractLogicalSpaceType' super type was not found in this schema. Some elements and attributes may be missing. --> <bldg:class> gml:CodeType </bldg:class> [0..1] <bldg:function> gml:CodeType </bldg:function> [0..*] <bldg:usage> gml:CodeType </bldg:usage> [0..*] <bldg:elevation> con:ElevationPropertyType </bldg:elevation> [0..*] <bldg:sortKey> double </bldg:sortKey> [0..1] <bldg:buildingConstructiveElement> bldg:BuildingConstructiveElementPropertyType </bldg:buildingConstructiveElement> [0..*] <bldg:buildingFurnitureAttribute group reference (not shown): gml:AssociationAttributeGroup> [0..*] <!-- 'gml:AbstractFeatureMemberType' super type was not found in this schema. Some elements and attributes may be missing. --> Start Sequence [0..1] <bldg:BuildingFurniture> ... </bldg:BuildingFurniture> [1] End Sequence </bldg:buildingFurniture> <bldg:buildingInstallationAttribute group reference (not shown): gml:AssociationAttributeGroup> [0..*] <!-- 'gml:AbstractFeatureMemberType' super type was not found in this schema. Some elements and attributes may be missing. --> Start Sequence [0..1] <bldg:BuildingInstallation> ... </bldg:BuildingInstallation> [1] End Sequence </bldg:buildingInstallation> <bldg:buildingRoom> bldg:BuildingRoomPropertyType </bldg:buildingRoom> [0..*] <bldg:adeOfAbstractBuildingSubdivision> bldg:ADEOfAbstractBuildingSubdivisionPropertyType </bldg:adeOfAbstractBuildingSubdivision> [0..*] <bldg:storey> bldg:StoreyPropertyType </bldg:storey> [0..*] <bldg:address> core:AddressPropertyType </bldg:address> [0..*] <bldg:adeOfBuildingUnit> bldg:ADEOfBuildingUnitPropertyType </bldg:adeOfBuildingUnit> [0..*] </...>
<complexType name="BuildingUnitType"> <complexContent> <extension base="bldg:AbstractBuildingSubdivisionType"> <sequence> <element name="storey" type="bldg:StoreyPropertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="address" type="core:AddressPropertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="adeOfBuildingUnit" type="bldg:ADEOfBuildingUnitPropertyType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
<...> <bldg:RoomHeight> ... </bldg:RoomHeight> [1] </...>
<complexType name="RoomHeightPropertyType"> <sequence> <element ref="bldg:RoomHeight"/> </sequence> </complexType>
<...> <bldg:highReference> gml:CodeType </bldg:highReference> [1] <bldg:lowReference> gml:CodeType </bldg:lowReference> [1] <bldg:status> con:HeightStatusValueType </bldg:status> [1] <bldg:value> gml:LengthType </bldg:value> [1] </...>
<complexType name="RoomHeightType"> <sequence> <element name="highReference" type="gml:CodeType"/> <element name="lowReference" type="gml:CodeType"/> <element name="status" type="con:HeightStatusValueType"/> <element name="value" type="gml:LengthType"/> </sequence> </complexType>
<...Attribute group reference (not shown): gml:AssociationAttributeGroupAttribute group reference (not shown): gml:OwnershipAttributeGroup> Start Sequence [0..1] <bldg:Storey> ... </bldg:Storey> [1] End Sequence </...>
<complexType name="StoreyPropertyType"> <sequence minOccurs="0"> <element ref="bldg:Storey"/> </sequence> <attributeGroup ref="gml:AssociationAttributeGroup"/> <attributeGroup ref="gml:OwnershipAttributeGroup"/> </complexType>
<...> <!-- 'core:AbstractLogicalSpaceType' super type was not found in this schema. Some elements and attributes may be missing. --> <bldg:class> gml:CodeType </bldg:class> [0..1] <bldg:function> gml:CodeType </bldg:function> [0..*] <bldg:usage> gml:CodeType </bldg:usage> [0..*] <bldg:elevation> con:ElevationPropertyType </bldg:elevation> [0..*] <bldg:sortKey> double </bldg:sortKey> [0..1] <bldg:buildingConstructiveElement> bldg:BuildingConstructiveElementPropertyType </bldg:buildingConstructiveElement> [0..*] <bldg:buildingFurnitureAttribute group reference (not shown): gml:AssociationAttributeGroup> [0..*] <!-- 'gml:AbstractFeatureMemberType' super type was not found in this schema. Some elements and attributes may be missing. --> Start Sequence [0..1] <bldg:BuildingFurniture> ... </bldg:BuildingFurniture> [1] End Sequence </bldg:buildingFurniture> <bldg:buildingInstallationAttribute group reference (not shown): gml:AssociationAttributeGroup> [0..*] <!-- 'gml:AbstractFeatureMemberType' super type was not found in this schema. Some elements and attributes may be missing. --> Start Sequence [0..1] <bldg:BuildingInstallation> ... </bldg:BuildingInstallation> [1] End Sequence </bldg:buildingInstallation> <bldg:buildingRoom> bldg:BuildingRoomPropertyType </bldg:buildingRoom> [0..*] <bldg:adeOfAbstractBuildingSubdivision> bldg:ADEOfAbstractBuildingSubdivisionPropertyType </bldg:adeOfAbstractBuildingSubdivision> [0..*] <bldg:buildingUnit> bldg:BuildingUnitPropertyType </bldg:buildingUnit> [0..*] <bldg:adeOfStorey> bldg:ADEOfStoreyPropertyType </bldg:adeOfStorey> [0..*] </...>
<complexType name="StoreyType"> <complexContent> <extension base="bldg:AbstractBuildingSubdivisionType"> <sequence> <element name="buildingUnit" type="bldg:BuildingUnitPropertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="adeOfStorey" type="bldg:ADEOfStoreyPropertyType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Abstract (Applies to complex type definitions and element declarations). An abstract element or complex type cannot used to validate an element instance. If there is a reference to an abstract element, only element declarations that can substitute the abstract element can be used to validate the instance. For references to abstract type definitions, only derived types can be used.
All Model Group Child elements can be provided in any order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-all.
Choice Model Group Only one from the list of child elements and model groups can be provided in instances. See: http://www.w3.org/TR/xmlschema-1/#element-choice.
Collapse Whitespace Policy Replace tab, line feed, and carriage return characters with space character (Unicode character 32). Then, collapse contiguous sequences of space characters into single space character, and remove leading and trailing space characters.
Disallowed Substitutions (Applies to element declarations). If substitution is specified, then substitution group members cannot be used in place of the given element declaration to validate element instances. If derivation methods, e.g. extension, restriction, are specified, then the given element declaration will not validate element instances that have types derived from the element declaration's type using the specified derivation methods. Normally, element instances can override their declaration's type by specifying an xsi:type
attribute.
Key Constraint Like Uniqueness Constraint, but additionally requires that the specified value(s) must be provided. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.
Key Reference Constraint Ensures that the specified value(s) must match value(s) from a Key Constraint or Uniqueness Constraint. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.
Model Group Groups together element content, specifying the order in which the element content can occur and the number of times the group of element content may be repeated. See: http://www.w3.org/TR/xmlschema-1/#Model_Groups.
Nillable (Applies to element declarations). If an element declaration is nillable, instances can use the xsi:nil
attribute. The xsi:nil
attribute is the boolean attribute, nil, from the http://www.w3.org/2001/XMLSchema-instance namespace. If an element instance has an xsi:nil
attribute set to true, it can be left empty, even though its element declaration may have required content.
Notation A notation is used to identify the format of a piece of data. Values of elements and attributes that are of type, NOTATION, must come from the names of declared notations. See: http://www.w3.org/TR/xmlschema-1/#cNotation_Declarations.
Preserve Whitespace Policy Preserve whitespaces exactly as they appear in instances.
Prohibited Derivations (Applies to type definitions). Derivation methods that cannot be used to create sub-types from a given type definition.
Prohibited Substitutions (Applies to complex type definitions). Prevents sub-types that have been derived using the specified derivation methods from validating element instances in place of the given type definition.
Replace Whitespace Policy Replace tab, line feed, and carriage return characters with space character (Unicode character 32).
Sequence Model Group Child elements and model groups must be provided in the specified order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-sequence.
Substitution Group Elements that are members of a substitution group can be used wherever the head element of the substitution group is referenced.
Substitution Group Exclusions (Applies to element declarations). Prohibits element declarations from nominating themselves as being able to substitute a given element declaration, if they have types that are derived from the original element's type using the specified derivation methods.
Target Namespace The target namespace identifies the namespace that components in this schema belongs to. If no target namespace is provided, then the schema components do not belong to any namespace.
Uniqueness Constraint Ensures uniqueness of an element/attribute value, or a combination of values, within a specified scope. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.