Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the NotSubclassableInReferencingSchemas CA to key base Core classes. #107

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
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
13 changes: 13 additions & 0 deletions Domains/0-Core/BisCore.ecschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1081,6 +1081,11 @@
<string>Placement</string>
</PropertyNames>
</ReservedPropertyNames>
<NotSubclassableInReferencingSchemas xmlns="CoreCustomAttributes.1.0">
<Exceptions>
<string>Analytical:AnalyticalElement</string>
</Exceptions>
</NotSubclassableInReferencingSchemas>
</ECCustomAttributes>
<ECNavigationProperty propertyName="Category" relationshipName="GeometricElement3dIsInCategory" direction="forward" description="The bis:SpatialCategory used to categorize this bis:GeometricElement3d">
<ECCustomAttributes>
Expand Down Expand Up @@ -1157,6 +1162,9 @@
</ECEntityClass>
<ECEntityClass typeName="SpatialElement" modifier="Abstract" displayLabel="Spatial Element" description="A bis:SpatialElement is a bis:GeometricElement3d that occupies real world space.">
<BaseClass>GeometricElement3d</BaseClass>
<ECCustomAttributes>
<NotSubclassableInReferencingSchemas xmlns="CoreCustomAttributes.1.0"/>
</ECCustomAttributes>
</ECEntityClass>
<ECEntityClass typeName="PhysicalElement" modifier="Abstract" displayLabel="Physical Element" description="A bis:PhysicalElement is spatially located, has mass, and can be 'touched'.">
<BaseClass>SpatialElement</BaseClass>
Expand Down Expand Up @@ -1218,6 +1226,11 @@
<string>Placement</string>
</PropertyNames>
</ReservedPropertyNames>
<NotSubclassableInReferencingSchemas xmlns="CoreCustomAttributes.1.0">
<Exceptions>
<string>RoadRailAlignment:VerticalAlignment</string>
</Exceptions>
</NotSubclassableInReferencingSchemas>
</ECCustomAttributes>
<ECNavigationProperty propertyName="Category" relationshipName="GeometricElement2dIsInCategory" direction="forward" description="The bis:DrawingCategory used to categorize this bis:GeometricElement2d instance.">
<ECCustomAttributes>
Expand Down