<?xml version="1.0"?>
<Entity>
	<Name>Standard_Building</Name>
	<Type>Standard</Type>
	<Table>
		<Name>Building</Name>
		<Type>Main</Type>
	</Table>
	<Table>
		<Name>Chamber</Name>
		<Type>Child</Type>
		<ParentColumnName>BuildingCode</ParentColumnName>
		<ChildColumnName>BuildingCode</ChildColumnName>
	</Table>
	<Table>
		<Name>Room</Name>
		<Type>Child</Type>
		<ParentColumnName>BuildingCode</ParentColumnName>
		<ChildColumnName>BuildingCode</ChildColumnName>
	</Table>
	<Table>
		<Name>ContractBuilding</Name>
		<Type>Child</Type>
		<ParentColumnName>BuildingCode</ParentColumnName>
		<ChildColumnName>BuildingCode</ChildColumnName>
	</Table>
	<Table>
		<Name>BuildingModel</Name>
		<Type>Child</Type>
		<ParentColumnName>BuildingCode</ParentColumnName>
		<ChildColumnName>BuildingCode</ChildColumnName>
	</Table>
	<Table>
		<Name>BuildingFunction</Name>
		<Type>Child</Type>
		<ParentColumnName>BuildingCode</ParentColumnName>
		<ChildColumnName>BuildingCode</ChildColumnName>
	</Table>
	<Table>
		<Name>BuildingStation</Name>
		<Type>Child</Type>
		<ParentColumnName>BuildingCode</ParentColumnName>
		<ChildColumnName>BuildingCode</ChildColumnName>
	</Table>
	<Table>
		<Name>BuildingSubjectSet</Name>
		<Type>Child</Type>
		<ParentColumnName>BuildingCode</ParentColumnName>
		<ChildColumnName>BuildingCode</ChildColumnName>
	</Table>
</Entity>