<

Schema documentation building

Schema Document Properties

Target Namespace
http://www.opengis.net/citygml/building/3.0
Version
3.0.0
Element and Attribute Namespaces
  • Global element and attribute declarations belong to this schema's target namespace.
  • By default, local element declarations belong to this schema's target namespace.
  • By default, local attribute declarations have no namespace.
Schema Composition
  • This schema imports schema(s) from the following namespace(s):
    • http://www.opengis.net/citygml/3.0 (at ./core.xsd)
    • http://www.opengis.net/citygml/construction/3.0 (at ./construction.xsd)
    • http://www.opengis.net/gml/3.2 (at http://schemas.opengis.net/gml/3.2.1/gml.xsd)
Documentation

Declared Namespaces:

Prefix
Namespace
Default namespace
http://www.w3.org/2001/XMLSchema
xml
http://www.w3.org/XML/1998/namespace
gml
http://www.opengis.net/gml/3.2
core
http://www.opengis.net/citygml/3.0
con
http://www.opengis.net/citygml/construction/3.0
bldg
http://www.opengis.net/citygml/building/3.0

Schema Component Representation

<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>

Elements

Element: ADEOfAbstractBuilding

Type hierarchy:

  • This element can be used wherever the following element is referenced:
Type
bldg:ADEOfAbstractBuildingType
Abstract
yes
Documentation

XML Instance Representation

<bldg:ADEOfAbstractBuilding/> 

Schema Component Representation

<element name="ADEOfAbstractBuilding" type="bldg:ADEOfAbstractBuildingType" abstract="true" substitutionGroup="gml:AbstractObject"/>

Element: ADEOfAbstractBuildingSubdivision

Type hierarchy:

  • This element can be used wherever the following element is referenced:
Type
bldg:ADEOfAbstractBuildingSubdivisionType
Abstract
yes
Documentation

XML Instance Representation

<bldg:ADEOfAbstractBuildingSubdivision/> 

Schema Component Representation

<element name="ADEOfAbstractBuildingSubdivision" type="bldg:ADEOfAbstractBuildingSubdivisionType" abstract="true" substitutionGroup="gml:AbstractObject"/>

Element: ADEOfBuilding

Type hierarchy:

  • This element can be used wherever the following element is referenced:
Type
bldg:ADEOfBuildingType
Abstract
yes
Documentation

XML Instance Representation

<bldg:ADEOfBuilding/> 

Schema Component Representation

<element name="ADEOfBuilding" type="bldg:ADEOfBuildingType" abstract="true" substitutionGroup="gml:AbstractObject"/>

Element: ADEOfBuildingConstructiveElement

Type hierarchy:

  • This element can be used wherever the following element is referenced:
Type
bldg:ADEOfBuildingConstructiveElementType
Abstract
yes
Documentation

XML Instance Representation

<bldg:ADEOfBuildingConstructiveElement/> 

Schema Component Representation

<element name="ADEOfBuildingConstructiveElement" type="bldg:ADEOfBuildingConstructiveElementType" abstract="true" substitutionGroup="gml:AbstractObject"/>

Element: ADEOfBuildingFurniture

Type hierarchy:

  • This element can be used wherever the following element is referenced:
Type
bldg:ADEOfBuildingFurnitureType
Abstract
yes
Documentation

XML Instance Representation

<bldg:ADEOfBuildingFurniture/> 

Schema Component Representation

<element name="ADEOfBuildingFurniture" type="bldg:ADEOfBuildingFurnitureType" abstract="true" substitutionGroup="gml:AbstractObject"/>

Element: ADEOfBuildingInstallation

Type hierarchy:

  • This element can be used wherever the following element is referenced:
Type
bldg:ADEOfBuildingInstallationType
Abstract
yes
Documentation

XML Instance Representation

<bldg:ADEOfBuildingInstallation/> 

Schema Component Representation

<element name="ADEOfBuildingInstallation" type="bldg:ADEOfBuildingInstallationType" abstract="true" substitutionGroup="gml:AbstractObject"/>

Element: ADEOfBuildingPart

Type hierarchy:

  • This element can be used wherever the following element is referenced:
Type
bldg:ADEOfBuildingPartType
Abstract
yes
Documentation

XML Instance Representation

<bldg:ADEOfBuildingPart/> 

Schema Component Representation

<element name="ADEOfBuildingPart" type="bldg:ADEOfBuildingPartType" abstract="true" substitutionGroup="gml:AbstractObject"/>

Element: ADEOfBuildingRoom

Type hierarchy:

  • This element can be used wherever the following element is referenced:
Type
bldg:ADEOfBuildingRoomType
Abstract
yes
Documentation

XML Instance Representation

<bldg:ADEOfBuildingRoom/> 

Schema Component Representation

<element name="ADEOfBuildingRoom" type="bldg:ADEOfBuildingRoomType" abstract="true" substitutionGroup="gml:AbstractObject"/>

Element: ADEOfBuildingUnit

Type hierarchy:

  • This element can be used wherever the following element is referenced:
Type
bldg:ADEOfBuildingUnitType
Abstract
yes
Documentation

XML Instance Representation

<bldg:ADEOfBuildingUnit/> 

Schema Component Representation

<element name="ADEOfBuildingUnit" type="bldg:ADEOfBuildingUnitType" abstract="true" substitutionGroup="gml:AbstractObject"/>

Element: ADEOfStorey

Type hierarchy:

  • This element can be used wherever the following element is referenced:
Type
bldg:ADEOfStoreyType
Abstract
yes
Documentation

XML Instance Representation

<bldg:ADEOfStorey/> 

Schema Component Representation

<element name="ADEOfStorey" type="bldg:ADEOfStoreyType" abstract="true" substitutionGroup="gml:AbstractObject"/>

Element: AbstractBuilding

Type hierarchy:

Type
bldg:AbstractBuildingType
Abstract
yes
Documentation

XML Instance Representation

<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:buildingConstructiveElement
Attribute 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:buildingInstallation
Attribute 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
Attribute 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:buildingFurniture
Attribute 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:buildingSubdivision
Attribute 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>

Schema Component Representation

<element name="AbstractBuilding" type="bldg:AbstractBuildingType" abstract="true" substitutionGroup="con:AbstractConstruction"/>

Element: AbstractBuildingSubdivision

Type hierarchy:

Type
bldg:AbstractBuildingSubdivisionType
Abstract
yes
Documentation

XML Instance Representation

<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:buildingFurniture
Attribute 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:buildingInstallation
Attribute 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>

Schema Component Representation

<element name="AbstractBuildingSubdivision" type="bldg:AbstractBuildingSubdivisionType" abstract="true" substitutionGroup="core:AbstractLogicalSpace"/>

Element: Building

Type hierarchy:

Type
bldg:BuildingType
Documentation

XML Instance Representation

<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:buildingConstructiveElement
Attribute 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:buildingInstallation
Attribute 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
Attribute 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:buildingFurniture
Attribute 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:buildingSubdivision
Attribute 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:buildingPart
Attribute 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>

Schema Component Representation

<element name="Building" type="bldg:BuildingType" substitutionGroup="bldg:AbstractBuilding"/>

Element: BuildingConstructiveElement

Type hierarchy:

Type
bldg:BuildingConstructiveElementType
Documentation

XML Instance Representation

<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>

Schema Component Representation

<element name="BuildingConstructiveElement" type="bldg:BuildingConstructiveElementType" substitutionGroup="con:AbstractConstructiveElement"/>

Element: BuildingFurniture

Type hierarchy:

Type
bldg:BuildingFurnitureType
Documentation

XML Instance Representation

<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>

Schema Component Representation

<element name="BuildingFurniture" type="bldg:BuildingFurnitureType" substitutionGroup="con:AbstractFurniture"/>

Element: BuildingInstallation

Type hierarchy:

Type
bldg:BuildingInstallationType
Documentation

XML Instance Representation

<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>

Schema Component Representation

<element name="BuildingInstallation" type="bldg:BuildingInstallationType" substitutionGroup="con:AbstractInstallation"/>

Element: BuildingPart

Type hierarchy:

Type
bldg:BuildingPartType
Documentation

XML Instance Representation

<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:buildingConstructiveElement
Attribute 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:buildingInstallation
Attribute 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
Attribute 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:buildingFurniture
Attribute 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:buildingSubdivision
Attribute 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>

Schema Component Representation

<element name="BuildingPart" type="bldg:BuildingPartType" substitutionGroup="bldg:AbstractBuilding"/>

Element: BuildingRoom

Type hierarchy:

Type
bldg:BuildingRoomType
Documentation

XML Instance Representation

<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:buildingFurniture
Attribute 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:buildingInstallation
Attribute 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>

Schema Component Representation

<element name="BuildingRoom" type="bldg:BuildingRoomType" substitutionGroup="core:AbstractUnoccupiedSpace"/>

Element: BuildingUnit

Type hierarchy:

Type
bldg:BuildingUnitType
Documentation

XML Instance Representation

<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:buildingFurniture
Attribute 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:buildingInstallation
Attribute 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>

Schema Component Representation

<element name="BuildingUnit" type="bldg:BuildingUnitType" substitutionGroup="bldg:AbstractBuildingSubdivision"/>

Element: RoomHeight

Type hierarchy:

  • This element can be used wherever the following element is referenced:
Type
bldg:RoomHeightType
Documentation

XML Instance Representation

<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>

Schema Component Representation

<element name="RoomHeight" type="bldg:RoomHeightType" substitutionGroup="gml:AbstractObject"/>

Element: Storey

Type hierarchy:

Type
bldg:StoreyType
Documentation

XML Instance Representation

<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:buildingFurniture
Attribute 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:buildingInstallation
Attribute 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>

Schema Component Representation

<element name="Storey" type="bldg:StoreyType" substitutionGroup="bldg:AbstractBuildingSubdivision"/>

Complex Types

Complex Type: ADEOfAbstractBuildingPropertyType

XML Instance Representation

<...>
   <bldg:ADEOfAbstractBuilding> ... </bldg:ADEOfAbstractBuilding> [1]
</...>

Schema Component Representation

<complexType name="ADEOfAbstractBuildingPropertyType">
   <sequence>
      <element ref="bldg:ADEOfAbstractBuilding"/>
   </sequence>
</complexType>

Complex Type: ADEOfAbstractBuildingSubdivisionPropertyType

XML Instance Representation

<...>
   <bldg:ADEOfAbstractBuildingSubdivision> ... </bldg:ADEOfAbstractBuildingSubdivision> [1]
</...>

Schema Component Representation

<complexType name="ADEOfAbstractBuildingSubdivisionPropertyType">
   <sequence>
      <element ref="bldg:ADEOfAbstractBuildingSubdivision"/>
   </sequence>
</complexType>

Complex Type: ADEOfAbstractBuildingSubdivisionType

Properties:

Abstract
yes

XML Instance Representation

<.../> 

Schema Component Representation

<complexType name="ADEOfAbstractBuildingSubdivisionType" abstract="true">
   <sequence/>
</complexType>

Complex Type: ADEOfAbstractBuildingType

Properties:

Abstract
yes

XML Instance Representation

<.../> 

Schema Component Representation

<complexType name="ADEOfAbstractBuildingType" abstract="true">
   <sequence/>
</complexType>

Complex Type: ADEOfBuildingConstructiveElementPropertyType

XML Instance Representation

<...>
   <bldg:ADEOfBuildingConstructiveElement> ... </bldg:ADEOfBuildingConstructiveElement> [1]
</...>

Schema Component Representation

<complexType name="ADEOfBuildingConstructiveElementPropertyType">
   <sequence>
      <element ref="bldg:ADEOfBuildingConstructiveElement"/>
   </sequence>
</complexType>

Complex Type: ADEOfBuildingConstructiveElementType

Properties:

Abstract
yes

XML Instance Representation

<.../> 

Schema Component Representation

<complexType name="ADEOfBuildingConstructiveElementType" abstract="true">
   <sequence/>
</complexType>

Complex Type: ADEOfBuildingFurniturePropertyType

XML Instance Representation

<...>
   <bldg:ADEOfBuildingFurniture> ... </bldg:ADEOfBuildingFurniture> [1]
</...>

Schema Component Representation

<complexType name="ADEOfBuildingFurniturePropertyType">
   <sequence>
      <element ref="bldg:ADEOfBuildingFurniture"/>
   </sequence>
</complexType>

Complex Type: ADEOfBuildingFurnitureType

Properties:

Abstract
yes

XML Instance Representation

<.../> 

Schema Component Representation

<complexType name="ADEOfBuildingFurnitureType" abstract="true">
   <sequence/>
</complexType>

Complex Type: ADEOfBuildingInstallationPropertyType

XML Instance Representation

<...>
   <bldg:ADEOfBuildingInstallation> ... </bldg:ADEOfBuildingInstallation> [1]
</...>

Schema Component Representation

<complexType name="ADEOfBuildingInstallationPropertyType">
   <sequence>
      <element ref="bldg:ADEOfBuildingInstallation"/>
   </sequence>
</complexType>

Complex Type: ADEOfBuildingInstallationType

Properties:

Abstract
yes

XML Instance Representation

<.../> 

Schema Component Representation

<complexType name="ADEOfBuildingInstallationType" abstract="true">
   <sequence/>
</complexType>

Complex Type: ADEOfBuildingPartPropertyType

XML Instance Representation

<...>
   <bldg:ADEOfBuildingPart> ... </bldg:ADEOfBuildingPart> [1]
</...>

Schema Component Representation

<complexType name="ADEOfBuildingPartPropertyType">
   <sequence>
      <element ref="bldg:ADEOfBuildingPart"/>
   </sequence>
</complexType>

Complex Type: ADEOfBuildingPartType

Properties:

Abstract
yes

XML Instance Representation

<.../> 

Schema Component Representation

<complexType name="ADEOfBuildingPartType" abstract="true">
   <sequence/>
</complexType>

Complex Type: ADEOfBuildingPropertyType

XML Instance Representation

<...>
   <bldg:ADEOfBuilding> ... </bldg:ADEOfBuilding> [1]
</...>

Schema Component Representation

<complexType name="ADEOfBuildingPropertyType">
   <sequence>
      <element ref="bldg:ADEOfBuilding"/>
   </sequence>
</complexType>

Complex Type: ADEOfBuildingRoomPropertyType

XML Instance Representation

<...>
   <bldg:ADEOfBuildingRoom> ... </bldg:ADEOfBuildingRoom> [1]
</...>

Schema Component Representation

<complexType name="ADEOfBuildingRoomPropertyType">
   <sequence>
      <element ref="bldg:ADEOfBuildingRoom"/>
   </sequence>
</complexType>

Complex Type: ADEOfBuildingRoomType

Properties:

Abstract
yes

XML Instance Representation

<.../> 

Schema Component Representation

<complexType name="ADEOfBuildingRoomType" abstract="true">
   <sequence/>
</complexType>

Complex Type: ADEOfBuildingType

Properties:

Abstract
yes

XML Instance Representation

<.../> 

Schema Component Representation

<complexType name="ADEOfBuildingType" abstract="true">
   <sequence/>
</complexType>

Complex Type: ADEOfBuildingUnitPropertyType

XML Instance Representation

<...>
   <bldg:ADEOfBuildingUnit> ... </bldg:ADEOfBuildingUnit> [1]
</...>

Schema Component Representation

<complexType name="ADEOfBuildingUnitPropertyType">
   <sequence>
      <element ref="bldg:ADEOfBuildingUnit"/>
   </sequence>
</complexType>

Complex Type: ADEOfBuildingUnitType

Properties:

Abstract
yes

XML Instance Representation

<.../> 

Schema Component Representation

<complexType name="ADEOfBuildingUnitType" abstract="true">
   <sequence/>
</complexType>

Complex Type: ADEOfStoreyPropertyType

XML Instance Representation

<...>
   <bldg:ADEOfStorey> ... </bldg:ADEOfStorey> [1]
</...>

Schema Component Representation

<complexType name="ADEOfStoreyPropertyType">
   <sequence>
      <element ref="bldg:ADEOfStorey"/>
   </sequence>
</complexType>

Complex Type: ADEOfStoreyType

Properties:

Abstract
yes

XML Instance Representation

<.../> 

Schema Component Representation

<complexType name="ADEOfStoreyType" abstract="true">
   <sequence/>
</complexType>

Complex Type: AbstractBuildingPropertyType

XML Instance Representation

<...
Attribute group reference (not shown): gml:AssociationAttributeGroup
Attribute group reference (not shown): gml:OwnershipAttributeGroup
> Start Sequence [0..1] <bldg:AbstractBuilding> ... </bldg:AbstractBuilding> [1] End Sequence </...>

Schema Component Representation

<complexType name="AbstractBuildingPropertyType">
   <sequence minOccurs="0">
      <element ref="bldg:AbstractBuilding"/>
   </sequence>
   <attributeGroup ref="gml:AssociationAttributeGroup"/>
   <attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>

Complex Type: AbstractBuildingSubdivisionPropertyType

XML Instance Representation

<...
Attribute group reference (not shown): gml:AssociationAttributeGroup
Attribute group reference (not shown): gml:OwnershipAttributeGroup
> Start Sequence [0..1] <bldg:AbstractBuildingSubdivision> ... </bldg:AbstractBuildingSubdivision> [1] End Sequence </...>

Schema Component Representation

<complexType name="AbstractBuildingSubdivisionPropertyType">
   <sequence minOccurs="0">
      <element ref="bldg:AbstractBuildingSubdivision"/>
   </sequence>
   <attributeGroup ref="gml:AssociationAttributeGroup"/>
   <attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>

Complex Type: AbstractBuildingSubdivisionType

Type hierarchy:

Super-types:
core:AbstractLogicalSpaceType < AbstractBuildingSubdivisionType (by extension)
Sub-types:

Properties:

Abstract
yes

XML Instance Representation

<...>
   <!-- '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:buildingFurniture
Attribute 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:buildingInstallation
Attribute 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..*] </...>

Schema Component Representation

<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>

Complex Type: AbstractBuildingType

Type hierarchy:

Super-types:
con:AbstractConstructionType < AbstractBuildingType (by extension)
Sub-types:

Properties:

Abstract
yes

XML Instance Representation

<...>
   <!-- '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:buildingConstructiveElement
Attribute 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:buildingInstallation
Attribute 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
Attribute 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:buildingFurniture
Attribute 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:buildingSubdivision
Attribute 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..*] </...>

Schema Component Representation

<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>

Complex Type: BuildingConstructiveElementPropertyType

XML Instance Representation

<...
Attribute group reference (not shown): gml:AssociationAttributeGroup
Attribute group reference (not shown): gml:OwnershipAttributeGroup
> Start Sequence [0..1] <bldg:BuildingConstructiveElement> ... </bldg:BuildingConstructiveElement> [1] End Sequence </...>

Schema Component Representation

<complexType name="BuildingConstructiveElementPropertyType">
   <sequence minOccurs="0">
      <element ref="bldg:BuildingConstructiveElement"/>
   </sequence>
   <attributeGroup ref="gml:AssociationAttributeGroup"/>
   <attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>

Complex Type: BuildingConstructiveElementType

Type hierarchy:

Super-types:
con:AbstractConstructiveElementType < BuildingConstructiveElementType (by extension)

XML Instance Representation

<...>
   <!-- '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..*] 
</...>

Schema Component Representation

<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>

Complex Type: BuildingFurniturePropertyType

XML Instance Representation

<...
Attribute group reference (not shown): gml:AssociationAttributeGroup
Attribute group reference (not shown): gml:OwnershipAttributeGroup
> Start Sequence [0..1] <bldg:BuildingFurniture> ... </bldg:BuildingFurniture> [1] End Sequence </...>

Schema Component Representation

<complexType name="BuildingFurniturePropertyType">
   <sequence minOccurs="0">
      <element ref="bldg:BuildingFurniture"/>
   </sequence>
   <attributeGroup ref="gml:AssociationAttributeGroup"/>
   <attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>

Complex Type: BuildingFurnitureType

Type hierarchy:

Super-types:
con:AbstractFurnitureType < BuildingFurnitureType (by extension)

XML Instance Representation

<...>
   <!-- '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..*] 
</...>

Schema Component Representation

<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>

Complex Type: BuildingInstallationPropertyType

XML Instance Representation

<...
Attribute group reference (not shown): gml:AssociationAttributeGroup
Attribute group reference (not shown): gml:OwnershipAttributeGroup
> Start Sequence [0..1] <bldg:BuildingInstallation> ... </bldg:BuildingInstallation> [1] End Sequence </...>

Schema Component Representation

<complexType name="BuildingInstallationPropertyType">
   <sequence minOccurs="0">
      <element ref="bldg:BuildingInstallation"/>
   </sequence>
   <attributeGroup ref="gml:AssociationAttributeGroup"/>
   <attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>

Complex Type: BuildingInstallationType

Type hierarchy:

Super-types:
con:AbstractInstallationType < BuildingInstallationType (by extension)

XML Instance Representation

<...>
   <!-- '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..*] 
</...>

Schema Component Representation

<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>

Complex Type: BuildingPartPropertyType

XML Instance Representation

<...
Attribute group reference (not shown): gml:AssociationAttributeGroup
Attribute group reference (not shown): gml:OwnershipAttributeGroup
> Start Sequence [0..1] <bldg:BuildingPart> ... </bldg:BuildingPart> [1] End Sequence </...>

Schema Component Representation

<complexType name="BuildingPartPropertyType">
   <sequence minOccurs="0">
      <element ref="bldg:BuildingPart"/>
   </sequence>
   <attributeGroup ref="gml:AssociationAttributeGroup"/>
   <attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>

Complex Type: BuildingPartType

Type hierarchy:

Super-types:
con:AbstractConstructionType < AbstractBuildingType (by extension) < BuildingPartType (by extension)

XML Instance Representation

<...>
   <!-- '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:buildingConstructiveElement
Attribute 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:buildingInstallation
Attribute 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
Attribute 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:buildingFurniture
Attribute 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:buildingSubdivision
Attribute 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..*] </...>

Schema Component Representation

<complexType name="BuildingPartType">
   <complexContent>
      <extension base="bldg:AbstractBuildingType">
         <sequence>
            <element name="adeOfBuildingPart" type="bldg:ADEOfBuildingPartPropertyType" maxOccurs="unbounded" minOccurs="0"/>
         </sequence>
      </extension>
   </complexContent>
</complexType>

Complex Type: BuildingPropertyType

XML Instance Representation

<...
Attribute group reference (not shown): gml:AssociationAttributeGroup
Attribute group reference (not shown): gml:OwnershipAttributeGroup
> Start Sequence [0..1] <bldg:Building> ... </bldg:Building> [1] End Sequence </...>

Schema Component Representation

<complexType name="BuildingPropertyType">
   <sequence minOccurs="0">
      <element ref="bldg:Building"/>
   </sequence>
   <attributeGroup ref="gml:AssociationAttributeGroup"/>
   <attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>

Complex Type: BuildingRoomPropertyType

XML Instance Representation

<...
Attribute group reference (not shown): gml:AssociationAttributeGroup
Attribute group reference (not shown): gml:OwnershipAttributeGroup
> Start Sequence [0..1] <bldg:BuildingRoom> ... </bldg:BuildingRoom> [1] End Sequence </...>

Schema Component Representation

<complexType name="BuildingRoomPropertyType">
   <sequence minOccurs="0">
      <element ref="bldg:BuildingRoom"/>
   </sequence>
   <attributeGroup ref="gml:AssociationAttributeGroup"/>
   <attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>

Complex Type: BuildingRoomType

Type hierarchy:

Super-types:
core:AbstractUnoccupiedSpaceType < BuildingRoomType (by extension)

XML Instance Representation

<...>
   <!-- '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:buildingFurniture
Attribute 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:buildingInstallation
Attribute 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..*] </...>

Schema Component Representation

<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>

Complex Type: BuildingType

Type hierarchy:

Super-types:
con:AbstractConstructionType < AbstractBuildingType (by extension) < BuildingType (by extension)

XML Instance Representation

<...>
   <!-- '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:buildingConstructiveElement
Attribute 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:buildingInstallation
Attribute 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
Attribute 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:buildingFurniture
Attribute 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:buildingSubdivision
Attribute 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:buildingPart
Attribute 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..*] </...>

Schema Component Representation

<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>

Complex Type: BuildingUnitPropertyType

XML Instance Representation

<...
Attribute group reference (not shown): gml:AssociationAttributeGroup
Attribute group reference (not shown): gml:OwnershipAttributeGroup
> Start Sequence [0..1] <bldg:BuildingUnit> ... </bldg:BuildingUnit> [1] End Sequence </...>

Schema Component Representation

<complexType name="BuildingUnitPropertyType">
   <sequence minOccurs="0">
      <element ref="bldg:BuildingUnit"/>
   </sequence>
   <attributeGroup ref="gml:AssociationAttributeGroup"/>
   <attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>

Complex Type: BuildingUnitType

Type hierarchy:

Super-types:
core:AbstractLogicalSpaceType < AbstractBuildingSubdivisionType (by extension) < BuildingUnitType (by extension)

XML Instance Representation

<...>
   <!-- '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:buildingFurniture
Attribute 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:buildingInstallation
Attribute 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..*] </...>

Schema Component Representation

<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>

Complex Type: RoomHeightPropertyType

XML Instance Representation

<...>
   <bldg:RoomHeight> ... </bldg:RoomHeight> [1]
</...>

Schema Component Representation

<complexType name="RoomHeightPropertyType">
   <sequence>
      <element ref="bldg:RoomHeight"/>
   </sequence>
</complexType>

Complex Type: RoomHeightType

XML Instance Representation

<...>
   <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] 
</...>

Schema Component Representation

<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>

Complex Type: StoreyPropertyType

XML Instance Representation

<...
Attribute group reference (not shown): gml:AssociationAttributeGroup
Attribute group reference (not shown): gml:OwnershipAttributeGroup
> Start Sequence [0..1] <bldg:Storey> ... </bldg:Storey> [1] End Sequence </...>

Schema Component Representation

<complexType name="StoreyPropertyType">
   <sequence minOccurs="0">
      <element ref="bldg:Storey"/>
   </sequence>
   <attributeGroup ref="gml:AssociationAttributeGroup"/>
   <attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>

Complex Type: StoreyType

Type hierarchy:

Super-types:
core:AbstractLogicalSpaceType < AbstractBuildingSubdivisionType (by extension) < StoreyType (by extension)

XML Instance Representation

<...>
   <!-- '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:buildingFurniture
Attribute 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:buildingInstallation
Attribute 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..*] </...>

Schema Component Representation

<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>

Glossary

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.