Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/iTwin/bis-schemas into Decks
Browse files Browse the repository at this point in the history
  • Loading branch information
laurynas111 committed Oct 25, 2023
2 parents 50f4526 + 850b400 commit ca11233
Show file tree
Hide file tree
Showing 10 changed files with 6,439 additions and 48 deletions.
9 changes: 8 additions & 1 deletion Domains/0-Core/BisCore.ecschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1669,7 +1669,14 @@

<ECEntityClass typeName="SynchronizationConfigLink" modifier="None" displayLabel="Synchronization Configuration Link" description="Link to the Configuration for an iModel Synchronization Job">
<BaseClass>UrlLink</BaseClass>
<ECProperty propertyName="LastSuccessfulRun" typeName="dateTime" displayLabel="Last Successful Run" description ="Date/Time of Last Successful Run of this Synchronization Configuration"/>
<ECProperty propertyName="LastSuccessfulRun" typeName="dateTime" displayLabel="Last Successful Run" description ="Date/Time of Last Successful Run of this Synchronization Configuration">
<ECCustomAttributes>
<Deprecated xmlns="CoreCustomAttributes.01.00.03">
<Description>The LastSuccessfulRun property is deprecated and no longer expected to be written as part of SynchronizationConfigLink instances.</Description>
</Deprecated>
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03"/>
</ECCustomAttributes>
</ECProperty>
</ECEntityClass>
<ECRelationshipClass typeName="SynchronizationConfigProcessesSources" modifier="None" strength="referencing" strengthDirection="forward" description="Records the ExternalSources processed according to a given configuration. These sources may be 'discovered' via the 'root' sources specified by bis:SynchronizationConfigSpecifiesRootSources. ExternalSources can be processed by more than one SynchronizationConfig.">
<BaseClass>ElementRefersToElements</BaseClass>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
| * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
| * See LICENSE.md in the project root for license terms and full copyright notice.
======================================================================================= -->
<ECSchema schemaName="CifBridge" alias="cifbrg" version="01.00.11" description="iModel Connector schema containing aspect classes with properties from OpenBridge Modeler." xmlns="http://www.bentley.com/schemas/Bentley.ECXML.3.2">
<ECSchema schemaName="CifBridge" alias="cifbrg" version="01.00.12" description="iModel Connector schema containing aspect classes with properties from OpenBridge Modeler." xmlns="http://www.bentley.com/schemas/Bentley.ECXML.3.2">
<ECSchemaReference name="BisCore" version="01.00.14" alias="bis"/>
<ECSchemaReference name="BisCustomAttributes" version="01.00.00" alias="bisCA"/>
<ECSchemaReference name="CifCommon" version="01.00.03" alias="cifcmn"/>
Expand Down Expand Up @@ -2950,7 +2950,7 @@
</ECCustomAttributes>
</ECProperty>
<ECProperty propertyName="SupportLineBtMidPointRule_Skew" typeName="double" displayLabel="Skew" category="SupportLineRuleAttributes_SupportLine_Rule" priority="299994" kindOfQuantity="cifu:ANGLE"/>
<ECProperty propertyName="SupportLineBtMidPointRule_TargetLineStartPoint" typeName="point3d" displayLabel="Start Point" category="SupportLineRuleAttributes_SupportLine_Rule" priority="299993"/>
<ECProperty propertyName="SupportLineBtMidPointRule_TargetLineStartPoint" typeName="point3d" displayLabel="Start Point" category="SupportLineRuleAttributes_SupportLine_Rule" priority="299993" kindOfQuantity="cifu:LENGTH"/>
<ECProperty propertyName="SupportLineBtMidPointRule_DistanceAlong" typeName="double" displayLabel="&lt;- DistanceAlong -&gt;" category="SupportLineRuleAttributes_SupportLine_Rule" priority="299992" kindOfQuantity="cifu:LENGTH">
<ECCustomAttributes>
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03"/>
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
| * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
| * See LICENSE.md in the project root for license terms and full copyright notice.
======================================================================================= -->
<ECSchema schemaName="CifRail" alias="cifrl" version="01.00.06" description="iModel Connector schema containing aspect classes with properties from OpenRail Designer." xmlns="http://www.bentley.com/schemas/Bentley.ECXML.3.2">
<ECSchema schemaName="CifRail" alias="cifrl" version="01.00.07" description="iModel Connector schema containing aspect classes with properties from OpenRail Designer." xmlns="http://www.bentley.com/schemas/Bentley.ECXML.3.2">
<ECSchemaReference name="BisCore" version="01.00.14" alias="bis"/>
<ECSchemaReference name="BisCustomAttributes" version="01.00.00" alias="bisCA"/>
<ECSchemaReference name="CifCommon" version="01.00.03" alias="cifcmn"/>
Expand Down Expand Up @@ -767,8 +767,8 @@
</ECRelationshipClass>
<ECEntityClass typeName="SchemaPathwayEdgeRuleAspect">
<BaseClass>cifcmn:CivilPresentation</BaseClass>
<ECProperty propertyName="StartPoint" typeName="point3d" displayLabel="Start Point" category="SchemaLineAttributes_General_Category" priority="299999"/>
<ECProperty propertyName="EndPoint" typeName="point3d" displayLabel="End Point" category="SchemaLineAttributes_General_Category" priority="299998"/>
<ECProperty propertyName="StartPoint" typeName="point3d" displayLabel="Start Point" category="SchemaLineAttributes_General_Category" priority="299999" kindOfQuantity="cifu:LENGTH"/>
<ECProperty propertyName="EndPoint" typeName="point3d" displayLabel="End Point" category="SchemaLineAttributes_General_Category" priority="299998" kindOfQuantity="cifu:LENGTH"/>
<ECProperty propertyName="RefLength" typeName="double" displayLabel="Referenced Entity Length" category="SchemaLineAttributes_General_Category" priority="299997" kindOfQuantity="cifu:LENGTH"/>
<ECProperty propertyName="ScaleRatio" typeName="double" displayLabel="Scale Ratio" category="SchemaLineAttributes_General_Category" priority="299996" kindOfQuantity="cifu:LENGTH"/>
</ECEntityClass>
Expand Down Expand Up @@ -824,9 +824,9 @@
</ECCustomAttributes>
<ECProperty propertyName="MaximumOffset" typeName="double" displayLabel="Maximum Slew" category="HorizontalRegression_Horizontal_Regression" priority="299990" kindOfQuantity="cifu:LENGTH"/>
<ECProperty propertyName="StandardError" typeName="double" displayLabel="Standard Error" category="HorizontalRegression_Horizontal_Regression" priority="299980"/>
<ECProperty propertyName="FirstPoint" typeName="point3d" displayLabel="First Point" category="HorizontalRegression_Horizontal_Regression" priority="299970"/>
<ECProperty propertyName="SecondPoint" typeName="point3d" displayLabel="Second Point" category="HorizontalRegression_Horizontal_Regression" priority="299960"/>
<ECProperty propertyName="LastPoint" typeName="point3d" displayLabel="Last Point" category="HorizontalRegression_Horizontal_Regression" priority="299950"/>
<ECProperty propertyName="FirstPoint" typeName="point3d" displayLabel="First Point" category="HorizontalRegression_Horizontal_Regression" priority="299970" kindOfQuantity="cifu:LENGTH"/>
<ECProperty propertyName="SecondPoint" typeName="point3d" displayLabel="Second Point" category="HorizontalRegression_Horizontal_Regression" priority="299960" kindOfQuantity="cifu:LENGTH"/>
<ECProperty propertyName="LastPoint" typeName="point3d" displayLabel="Last Point" category="HorizontalRegression_Horizontal_Regression" priority="299950" kindOfQuantity="cifu:LENGTH"/>
</ECEntityClass>
<ECRelationshipClass typeName="ElementOwnsSingleElementHorizontalRegressionRuleAspect" modifier="None" strength="embedding">
<BaseClass>bis:ElementOwnsUniqueAspect</BaseClass>
Expand All @@ -847,9 +847,9 @@
</ECCustomAttributes>
<ECProperty propertyName="MaximumOffset" typeName="double" displayLabel="Maximum Slew" category="HorizontalRegression_Horizontal_Regression" priority="299990" kindOfQuantity="cifu:LENGTH"/>
<ECProperty propertyName="StandardError" typeName="double" displayLabel="Standard Error" category="HorizontalRegression_Horizontal_Regression" priority="299980"/>
<ECProperty propertyName="FirstPoint" typeName="point3d" displayLabel="First Point" category="HorizontalRegression_Horizontal_Regression" priority="299970"/>
<ECProperty propertyName="SecondPoint" typeName="point3d" displayLabel="Second Point" category="HorizontalRegression_Horizontal_Regression" priority="299960"/>
<ECProperty propertyName="LastPoint" typeName="point3d" displayLabel="Last Point" category="HorizontalRegression_Horizontal_Regression" priority="299950"/>
<ECProperty propertyName="FirstPoint" typeName="point3d" displayLabel="First Point" category="HorizontalRegression_Horizontal_Regression" priority="299970" kindOfQuantity="cifu:LENGTH"/>
<ECProperty propertyName="SecondPoint" typeName="point3d" displayLabel="Second Point" category="HorizontalRegression_Horizontal_Regression" priority="299960" kindOfQuantity="cifu:LENGTH"/>
<ECProperty propertyName="LastPoint" typeName="point3d" displayLabel="Last Point" category="HorizontalRegression_Horizontal_Regression" priority="299950" kindOfQuantity="cifu:LENGTH"/>
</ECEntityClass>
<ECRelationshipClass typeName="ElementOwnsSingleElementSectionFromCurvatureRuleAspect" modifier="None" strength="embedding">
<BaseClass>bis:ElementOwnsUniqueAspect</BaseClass>
Expand All @@ -870,9 +870,9 @@
</ECCustomAttributes>
<ECProperty propertyName="MaximumOffset" typeName="double" displayLabel="Maximum Slew" category="VerticalRegression_Vertical_Regression" priority="299990" kindOfQuantity="cifu:LENGTH"/>
<ECProperty propertyName="StandardError" typeName="double" displayLabel="Standard Error" category="VerticalRegression_Vertical_Regression" priority="299980"/>
<ECProperty propertyName="FirstPoint" typeName="point3d" displayLabel="First Point" category="VerticalRegression_Vertical_Regression" priority="299970"/>
<ECProperty propertyName="SecondPoint" typeName="point3d" displayLabel="Second Point" category="VerticalRegression_Vertical_Regression" priority="299960"/>
<ECProperty propertyName="LastPoint" typeName="point3d" displayLabel="Last Point" category="VerticalRegression_Vertical_Regression" priority="299950"/>
<ECProperty propertyName="FirstPoint" typeName="point3d" displayLabel="First Point" category="VerticalRegression_Vertical_Regression" priority="299970" kindOfQuantity="cifu:LENGTH"/>
<ECProperty propertyName="SecondPoint" typeName="point3d" displayLabel="Second Point" category="VerticalRegression_Vertical_Regression" priority="299960" kindOfQuantity="cifu:LENGTH"/>
<ECProperty propertyName="LastPoint" typeName="point3d" displayLabel="Last Point" category="VerticalRegression_Vertical_Regression" priority="299950" kindOfQuantity="cifu:LENGTH"/>
</ECEntityClass>
<ECRelationshipClass typeName="ElementOwnsSingleElementVerticalRegressionRuleAspect" modifier="None" strength="embedding">
<BaseClass>bis:ElementOwnsUniqueAspect</BaseClass>
Expand Down Expand Up @@ -1001,8 +1001,8 @@
</ECRelationshipClass>
<ECEntityClass typeName="TurnoutGeometryItemPropertyProviderAspect">
<BaseClass>cifcmn:CivilPresentation</BaseClass>
<ECProperty propertyName="TurnoutGeometryItemPropertyProvider_StartPoint" typeName="point3d" displayLabel="Start Point" category="TurnoutGeometryProperties_Geometry" priority="299990"/>
<ECProperty propertyName="TurnoutGeometryItemPropertyProvider_EndPoint" typeName="point3d" displayLabel="End Point" category="TurnoutGeometryProperties_Geometry" priority="299980"/>
<ECProperty propertyName="TurnoutGeometryItemPropertyProvider_StartPoint" typeName="point3d" displayLabel="Start Point" category="TurnoutGeometryProperties_Geometry" priority="299990" kindOfQuantity="cifu:LENGTH"/>
<ECProperty propertyName="TurnoutGeometryItemPropertyProvider_EndPoint" typeName="point3d" displayLabel="End Point" category="TurnoutGeometryProperties_Geometry" priority="299980" kindOfQuantity="cifu:LENGTH"/>
<ECProperty propertyName="TurnoutGeometryItemPropertyProvider_Length" typeName="double" displayLabel="Length" category="TurnoutGeometryProperties_Geometry" priority="299970" kindOfQuantity="cifu:LENGTH"/>
<ECProperty propertyName="TurnoutGeometryItemPropertyProvider_Direction" typeName="double" displayLabel="Direction" category="TurnoutGeometryProperties_Geometry" priority="299960"/>
<ECProperty propertyName="TurnoutGeometryItemPropertyProvider_Radius" typeName="double" displayLabel="Radius" category="TurnoutGeometryProperties_Geometry" priority="299950" kindOfQuantity="cifu:LENGTH"/>
Expand Down
Loading

0 comments on commit ca11233

Please sign in to comment.