@bentley/imodeljs-win32-x64 5.4.1 → 5.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,7 +3,7 @@
3
3
  | * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
4
4
  | * See LICENSE.md in the project root for license terms and full copyright notice.
5
5
  ======================================================================================= -->
6
- <ECSchema schemaName="BisCore" alias="bis" version="01.00.24" xmlns="http://www.bentley.com/schemas/Bentley.ECXML.3.2" displayLabel="BIS Core" description="The BIS core schema contains classes that all other domain schemas extend.">
6
+ <ECSchema schemaName="BisCore" alias="bis" version="01.00.25" xmlns="http://www.bentley.com/schemas/Bentley.ECXML.3.2" displayLabel="BIS Core" description="The BIS core schema contains classes that all other domain schemas extend.">
7
7
 
8
8
  <ECSchemaReference name="CoreCustomAttributes" version="01.00.03" alias="CoreCA"/>
9
9
  <ECSchemaReference name="BisCustomAttributes" version="01.00.00" alias="bisCA"/>
@@ -946,6 +946,12 @@
946
946
  </ECCustomAttributes>
947
947
  <ECProperty propertyName="Description" typeName="string" description="A human-readable description of the real-world Object(s) that will be modeled for this Subject"/>
948
948
  </ECEntityClass>
949
+ <ECEntityClass typeName="ProjectInformationRecord" modifier="Sealed" description="A bis:InformationRecordElement that captures Project-level properties associated to the real-world Entity referenced by its parent Subject.">
950
+ <BaseClass>InformationRecordElement</BaseClass>
951
+ <ECProperty propertyName="ProjectName" typeName="string" displayLabel="Project Name" description="Name of the Project associated with the Parent Subject"/>
952
+ <ECProperty propertyName="ProjectNumber" typeName="string" displayLabel="Project Number" description="Number of the Project associated with the Parent Subject"/>
953
+ <ECProperty propertyName="Location" typeName="string" displayLabel="Location" description="A human-readable description of the Location associated with the Parent Subject"/>
954
+ </ECEntityClass>
949
955
  <ECRelationshipClass typeName="SubjectOwnsPartitionElements" strength="embedding" modifier="None">
950
956
  <BaseClass>ElementOwnsChildElements</BaseClass>
951
957
  <Source multiplicity="(0..1)" roleLabel="owns" polymorphic="false">
@@ -964,6 +970,15 @@
964
970
  <Class class="Subject"/>
965
971
  </Target>
966
972
  </ECRelationshipClass>
973
+ <ECRelationshipClass typeName="SubjectOwnsProjectInformationRecord" strength="embedding" modifier="None">
974
+ <BaseClass>ElementOwnsChildElements</BaseClass>
975
+ <Source multiplicity="(1..1)" roleLabel="owns" polymorphic="false">
976
+ <Class class="Subject"/>
977
+ </Source>
978
+ <Target multiplicity="(0..1)" roleLabel="is owned by" polymorphic="false">
979
+ <Class class="ProjectInformationRecord"/>
980
+ </Target>
981
+ </ECRelationshipClass>
967
982
  <ECRelationshipClass typeName="SubjectRefersToSubject" strength="referencing" modifier="None" description="A relationship allowing a bis:Subject to express association with another bis:Subject that is not one of its children.">
968
983
  <BaseClass>ElementRefersToElements</BaseClass>
969
984
  <Source multiplicity="(0..*)" roleLabel="refers to" polymorphic="false">
@@ -1289,6 +1304,30 @@
1289
1304
  <ECNavigationProperty propertyName="Sheet" relationshipName="SheetReferenceRefersToSheet" direction="forward" readOnly="true" displayLabel="Sheet" description="The bis:Sheet that this bis:SheetReference is ponting to."/>
1290
1305
  </ECEntityClass>
1291
1306
 
1307
+ <ECEntityClass typeName="SheetInformationAspect" displayLabel="Sheet Information Aspect" modifier="None" description="A bis:ElementUniqueAspect that captures common information about a single Sheet that is typically included in its graphical layout.">
1308
+ <BaseClass>ElementUniqueAspect</BaseClass>
1309
+ <ECProperty propertyName="DesignedBy" typeName="string" displayLabel="Designed By"/>
1310
+ <ECProperty propertyName="DesignedDate" typeName="dateTime" displayLabel="Designed Date">
1311
+ <ECCustomAttributes>
1312
+ <DateTimeInfo xmlns="CoreCustomAttributes.01.00.03">
1313
+ <DateTimeKind>Utc</DateTimeKind>
1314
+ </DateTimeInfo>
1315
+ </ECCustomAttributes>
1316
+ </ECProperty>
1317
+ <ECProperty propertyName="DrawnBy" typeName="string" displayLabel="Drawn By"/>
1318
+ <ECProperty propertyName="CheckedBy" typeName="string" displayLabel="Checked By"/>
1319
+ </ECEntityClass>
1320
+
1321
+ <ECRelationshipClass typeName="SheetOwnsSheetInformationAspect" strength="embedding" modifier="None">
1322
+ <BaseClass>ElementOwnsUniqueAspect</BaseClass>
1323
+ <Source multiplicity="(1..1)" roleLabel="owns" polymorphic="false">
1324
+ <Class class="Sheet"/>
1325
+ </Source>
1326
+ <Target multiplicity="(0..1)" roleLabel="is owned by" polymorphic="true">
1327
+ <Class class="SheetInformationAspect"/>
1328
+ </Target>
1329
+ </ECRelationshipClass>
1330
+
1292
1331
  <ECRelationshipClass typeName="SheetReferenceRefersToSheet" strength="referencing" modifier="Sealed">
1293
1332
  <!-- @see SheetReference.Sheet ECNavigationProperty -->
1294
1333
  <Source multiplicity="(0..*)" roleLabel="refers to" polymorphic="true">
package/iTwinBRepCore.dll CHANGED
Binary file
package/iTwinBentley.dll CHANGED
Binary file
package/iTwinCurl.dll CHANGED
Binary file
package/iTwinDaemon.exe CHANGED
Binary file
Binary file
Binary file
package/iTwinFolly.dll CHANGED
Binary file
Binary file
package/iTwinGeoCoord.dll CHANGED
Binary file
package/iTwinGeom.dll CHANGED
Binary file
Binary file
package/iTwinIcu4c.dll CHANGED
Binary file
package/iTwinLibxml2.dll CHANGED
Binary file
package/iTwinNapi.dll CHANGED
Binary file
package/iTwinOpenSSL.dll CHANGED
Binary file
Binary file
package/iTwinPlatform.dll CHANGED
Binary file
package/iTwinPugixml.dll CHANGED
Binary file
package/iTwinSQLite.dll CHANGED
Binary file
package/iTwinSQLiteEC.dll CHANGED
Binary file
package/iTwinUnits.dll CHANGED
Binary file
Binary file
package/iTwinXml.dll CHANGED
Binary file
package/imodeljs.node CHANGED
Binary file
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "os": ["win32"],
4
4
  "cpu": ["x64"],
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
- "version": "5.4.1",
6
+ "version": "5.4.2",
7
7
  "keywords": [
8
8
  "Bentley",
9
9
  "iModel",