Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ECSchema schemaName="StormSewerPhysical" alias="stmswrphys" version="01.00.02" description="Main schema for the physical modeling of elements used in Storm Water and Sewer Systems." xmlns="http://www.bentley.com/schemas/Bentley.ECXML.3.2">
<ECSchemaReference name="CoreCustomAttributes" version="01.00.03" alias="CoreCA"/>
<ECSchemaReference name="BisCustomAttributes" version="01.00.00" alias="bisCA"/>
<ECSchemaReference name="BisCore" version="01.00.10" alias="bis"/>
<ECSchemaReference name="BisCore" version="01.00.19" alias="bis"/>
<ECSchemaReference name="DistributionSystems" version="01.00.02" alias="dsys"/>
<ECSchemaReference name="PipeworkPhysical" version="01.00.00" alias="pipphys"/>
<ECSchemaReference name="RoadRailUnits" version="01.00.02" alias="rru"/>
Expand Down Expand Up @@ -64,7 +64,7 @@
</Target>
</ECRelationshipClass>
<ECRelationshipClass typeName="DistributionStructureTypeComposesSubTypes" modifier="None" strength="referencing" strengthDirection="forward" description="A relationship used to identify the bis:PhysicalType instances that are sub-parts to compose a DistributionStructureType.">
<BaseClass>bis:ElementGroupsMembers</BaseClass>
<BaseClass>bis:PhysicalTypeComposesSubTypes</BaseClass>
<Source multiplicity="(0..*)" roleLabel="composes" polymorphic="true">
<Class class="DistributionStructureType"/>
</Source>
Expand Down
4 changes: 2 additions & 2 deletions Domains/4-Application/OpenSite/OpenSite.ecschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ECSchema schemaName="OpenSite" alias="opnsite" version="01.00.07" xmlns="http://www.bentley.com/schemas/Bentley.ECXML.3.2" displayLabel="OpenSite" description="OpenSite+ application schema.">
<ECSchemaReference name="CoreCustomAttributes" version="01.00.03" alias="CoreCA" />
<ECSchemaReference name="BisCustomAttributes" version="01.00.00" alias="bisCA"/>
<ECSchemaReference name="BisCore" version="01.00.10" alias="bis" />
<ECSchemaReference name="BisCore" version="01.00.19" alias="bis" />
<ECSchemaReference name="LinearReferencing" version="02.00.03" alias="lr" />
<ECSchemaReference name="RoadRailUnits" version="01.00.02" alias="rru" />
<ECSchemaReference name="SpatialComposition" version="01.00.01" alias="spcomp" />
Expand Down Expand Up @@ -1076,7 +1076,7 @@
</ECRelationshipClass>

<ECRelationshipClass typeName="SpatialLocationRepresentsPhysicalElement" modifier="None" strength="referencing" strengthDirection="forward" description="A relationship that describes how a bis:SpatialLocationElement can represent a bis:PhysicalElement">
<BaseClass>bis:ElementRefersToElements</BaseClass>
<BaseClass>bis:SpatialLocationElementRepresentsElement</BaseClass>
<Source multiplicity="(0..*)" roleLabel="represents" polymorphic="true">
<Class class="bis:SpatialLocationElement"/>
</Source>
Expand Down