@bentley/imodeljs-linux-x64 5.0.55 → 5.0.58

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,11 +3,11 @@
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.16" 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.17" 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"/>
10
- <ECSchemaReference name="ECDbMap" version="02.00.00" alias="ecdbmap"/>
10
+ <ECSchemaReference name="ECDbMap" version="02.00.02" alias="ecdbmap"/>
11
11
  <ECSchemaReference name="ECDbSchemaPolicies" version="01.00.00" alias="ecdbpol"/>
12
12
 
13
13
  <ECCustomAttributeClass typeName="SchemaHasBehavior" appliesTo="Schema" description="Applied to an ECSchema to indicate that there is an associated JavaScript library that will provide run-time behavior.">
@@ -29,6 +29,9 @@
29
29
  </NoAdditionalForeignKeyConstraints>
30
30
  <NoAdditionalLinkTables xmlns="ECDbSchemaPolicies.01.00.00"/>
31
31
  <SchemaHasBehavior xmlns="BisCore.01.00.00"/>
32
+ <ImportRequiresVersion xmlns="ECDbMap.02.00.02">
33
+ <ECDbRuntimeVersion>4.0.0.5</ECDbRuntimeVersion>
34
+ </ImportRequiresVersion>
32
35
  </ECCustomAttributes>
33
36
 
34
37
  <!-- Applied to an ECClass to reserve a list of properties that cannot be used by that class or its derived classes. -->
@@ -68,6 +71,14 @@
68
71
  <ECEnumerator value="7" name="All" displayLabel="All = Select | Insert | Update"/>
69
72
  </ECEnumeration>
70
73
 
74
+ <!-- Rank enum introduced as not-strict for backwards compatibility -->
75
+ <ECEnumeration typeName="DefinitionElementRank" backingTypeName="int" isStrict="false">
76
+ <ECEnumerator value="0" name="System" displayLabel="System"/>
77
+ <ECEnumerator value="1" name="Domain" displayLabel="Domain"/>
78
+ <ECEnumerator value="2" name="Application" displayLabel="Application"/>
79
+ <ECEnumerator value="3" name="User" displayLabel="User"/>
80
+ </ECEnumeration>
81
+
71
82
  <ECCustomAttributeClass typeName="AutoHandledProperty" description="Applied to an element's property to indicate that select, update, and insert of the property's value are handled automatically by the platform." appliesTo="AnyProperty">
72
83
  <ECProperty propertyName="StatementTypes" typeName="AutoHandledPropertyStatementType" description="Indicates the statement types that are relevant for a particular auto-handled property." />
73
84
  </ECCustomAttributeClass>
@@ -351,6 +362,116 @@
351
362
  <Class class="ISubModeledElement" />
352
363
  </Target>
353
364
  </ECRelationshipClass>
365
+ <ECRelationshipClass typeName="DefinitionModelBreaksDownDefinitionPartition" displayLabel="DefinitionModel Sub-Models DefinitionPartition" strength="embedding" strengthDirection="backward" modifier="None" description="Relates a bis:DefinitionModel to the bis:DefinitionPartition that it sub-models.">
366
+ <!-- @see Model.ModeledElement ECNavigationProperty -->
367
+ <BaseClass>ModelModelsElement</BaseClass>
368
+ <Source multiplicity="(0..1)" roleLabel="models" polymorphic="false">
369
+ <Class class="DefinitionModel"/>
370
+ </Source>
371
+ <Target multiplicity="(0..1)" roleLabel="is modeled by" polymorphic="false">
372
+ <Class class="DefinitionPartition" />
373
+ </Target>
374
+ </ECRelationshipClass>
375
+ <ECRelationshipClass typeName="DefinitionModelBreaksDownDefinitionContainer" displayLabel="DefinitionModel Sub-Models DefinitionContainer" strength="embedding" strengthDirection="backward" modifier="None" description="Relates a bis:DefinitionModel to the bis:DefinitionContainer that it sub-models.">
376
+ <!-- @see Model.ModeledElement ECNavigationProperty -->
377
+ <BaseClass>ModelModelsElement</BaseClass>
378
+ <Source multiplicity="(0..1)" roleLabel="models" polymorphic="false">
379
+ <Class class="DefinitionModel"/>
380
+ </Source>
381
+ <Target multiplicity="(0..1)" roleLabel="is modeled by" polymorphic="true">
382
+ <Class class="DefinitionContainer" />
383
+ </Target>
384
+ </ECRelationshipClass>
385
+ <ECRelationshipClass typeName="DrawingModelBreaksDownTemplateRecipe2d" displayLabel="DrawingModel Sub-Models TemplateRecipe2d" strength="embedding" strengthDirection="backward" modifier="None" description="Relates a bis:DrawingModel to the bis:TemplateRecipe2d that it sub-models.">
386
+ <!-- @see Model.ModeledElement ECNavigationProperty -->
387
+ <BaseClass>ModelModelsElement</BaseClass>
388
+ <Source multiplicity="(0..1)" roleLabel="models" polymorphic="false">
389
+ <Class class="DrawingModel"/>
390
+ </Source>
391
+ <Target multiplicity="(0..1)" roleLabel="is modeled by" polymorphic="true">
392
+ <Class class="TemplateRecipe2d" />
393
+ </Target>
394
+ </ECRelationshipClass>
395
+ <ECRelationshipClass typeName="PhysicalModelBreaksDownTemplateRecipe3d" displayLabel="PhysicalModel Sub-Models TemplateRecipe2d" strength="embedding" strengthDirection="backward" modifier="None" description="Relates a bis:PhysicalModel to the bis:TemplateRecipe3d that it sub-models.">
396
+ <!-- @see Model.ModeledElement ECNavigationProperty -->
397
+ <BaseClass>ModelModelsElement</BaseClass>
398
+ <Source multiplicity="(0..1)" roleLabel="models" polymorphic="false">
399
+ <Class class="PhysicalModel"/>
400
+ </Source>
401
+ <Target multiplicity="(0..1)" roleLabel="is modeled by" polymorphic="true">
402
+ <Class class="TemplateRecipe3d" />
403
+ </Target>
404
+ </ECRelationshipClass>
405
+ <ECRelationshipClass typeName="DocumentListModelBreaksDownDocumentPartition" displayLabel="DocumentListModel Sub-Models DocumentPartition" strength="embedding" strengthDirection="backward" modifier="None" description="Relates a bis:DocumentListModel to the bis:DocumentPartition that it sub-models.">
406
+ <!-- @see Model.ModeledElement ECNavigationProperty -->
407
+ <BaseClass>ModelModelsElement</BaseClass>
408
+ <Source multiplicity="(0..1)" roleLabel="models" polymorphic="false">
409
+ <Class class="DocumentListModel"/>
410
+ </Source>
411
+ <Target multiplicity="(0..1)" roleLabel="is modeled by" polymorphic="true">
412
+ <Class class="DocumentPartition" />
413
+ </Target>
414
+ </ECRelationshipClass>
415
+ <ECRelationshipClass typeName="GroupInformationModelBreaksDownGroupInformationPartition" displayLabel="DocumentListModel Sub-Models GroupInformationPartition" strength="embedding" strengthDirection="backward" modifier="None" description="Relates a bis:GroupInformationModel to the bis:GroupInformationPartition that it sub-models.">
416
+ <!-- @see Model.ModeledElement ECNavigationProperty -->
417
+ <BaseClass>ModelModelsElement</BaseClass>
418
+ <Source multiplicity="(0..1)" roleLabel="models" polymorphic="true">
419
+ <Class class="GroupInformationModel"/>
420
+ </Source>
421
+ <Target multiplicity="(0..1)" roleLabel="is modeled by" polymorphic="true">
422
+ <Class class="GroupInformationPartition" />
423
+ </Target>
424
+ </ECRelationshipClass>
425
+ <ECRelationshipClass typeName="InformationRecordModelBreaksDownInformationRecordPartition" displayLabel="InformationRecordModel Sub-Models InformationRecordPartition" strength="embedding" strengthDirection="backward" modifier="None" description="Relates a bis:InformationRecordModel to the bis:InformationRecordPartition that it sub-models.">
426
+ <!-- @see Model.ModeledElement ECNavigationProperty -->
427
+ <BaseClass>ModelModelsElement</BaseClass>
428
+ <Source multiplicity="(0..1)" roleLabel="models" polymorphic="true">
429
+ <Class class="InformationRecordModel"/>
430
+ </Source>
431
+ <Target multiplicity="(0..1)" roleLabel="is modeled by" polymorphic="true">
432
+ <Class class="InformationRecordPartition" />
433
+ </Target>
434
+ </ECRelationshipClass>
435
+ <ECRelationshipClass typeName="LinkModelBreaksDownLinkPartition" displayLabel="LinkModel Sub-Models LinkPartition" strength="embedding" strengthDirection="backward" modifier="None" description="Relates a bis:LinkModel to the bis:LinkPartition that it sub-models.">
436
+ <!-- @see Model.ModeledElement ECNavigationProperty -->
437
+ <BaseClass>ModelModelsElement</BaseClass>
438
+ <Source multiplicity="(0..1)" roleLabel="models" polymorphic="true">
439
+ <Class class="LinkModel"/>
440
+ </Source>
441
+ <Target multiplicity="(0..1)" roleLabel="is modeled by" polymorphic="true">
442
+ <Class class="LinkPartition" />
443
+ </Target>
444
+ </ECRelationshipClass>
445
+ <ECRelationshipClass typeName="PhysicalModelBreaksDownPhysicalPartition" displayLabel="PhysicalModel Sub-Models PhysicalPartition" strength="embedding" strengthDirection="backward" modifier="None" description="Relates a bis:PhysicalModel to the bis:PhysicalPartition that it sub-models.">
446
+ <!-- @see Model.ModeledElement ECNavigationProperty -->
447
+ <BaseClass>ModelModelsElement</BaseClass>
448
+ <Source multiplicity="(0..1)" roleLabel="models" polymorphic="true">
449
+ <Class class="PhysicalModel"/>
450
+ </Source>
451
+ <Target multiplicity="(0..1)" roleLabel="is modeled by" polymorphic="true">
452
+ <Class class="PhysicalPartition" />
453
+ </Target>
454
+ </ECRelationshipClass>
455
+ <ECRelationshipClass typeName="GraphicalModel3dBreaksDownGraphicalPartition3d" displayLabel="GraphicalModel3d Sub-Models GraphicalPartition3d" strength="embedding" strengthDirection="backward" modifier="None" description="Relates a bis:GraphicalModel3d to the bis:GraphicalPartition3d that it sub-models.">
456
+ <!-- @see Model.ModeledElement ECNavigationProperty -->
457
+ <BaseClass>ModelModelsElement</BaseClass>
458
+ <Source multiplicity="(0..1)" roleLabel="models" polymorphic="true">
459
+ <Class class="GraphicalModel3d"/>
460
+ </Source>
461
+ <Target multiplicity="(0..1)" roleLabel="is modeled by" polymorphic="true">
462
+ <Class class="GraphicalPartition3d" />
463
+ </Target>
464
+ </ECRelationshipClass>
465
+ <ECRelationshipClass typeName="SpatialLocationModelBreaksDownSpatialLocationPartition" displayLabel="SpatialLocationModel Sub-Models SpatialLocationPartition" strength="embedding" strengthDirection="backward" modifier="None" description="Relates a bis:SpatialLocationModel to the bis:SpatialLocationPartition that it sub-models.">
466
+ <!-- @see Model.ModeledElement ECNavigationProperty -->
467
+ <BaseClass>ModelModelsElement</BaseClass>
468
+ <Source multiplicity="(0..1)" roleLabel="models" polymorphic="true">
469
+ <Class class="SpatialLocationModel"/>
470
+ </Source>
471
+ <Target multiplicity="(0..1)" roleLabel="is modeled by" polymorphic="true">
472
+ <Class class="SpatialLocationPartition" />
473
+ </Target>
474
+ </ECRelationshipClass>
354
475
  <ECRelationshipClass typeName="PhysicalModelBreaksDownPhysicalPortion" strength="embedding" strengthDirection="backward" modifier="None" description="DEPRECATED">
355
476
  <ECCustomAttributes>
356
477
  <Deprecated xmlns="CoreCustomAttributes.01.00.03">
@@ -365,7 +486,8 @@
365
486
  <Class class="PhysicalPortion" />
366
487
  </Target>
367
488
  </ECRelationshipClass>
368
- <ECRelationshipClass typeName="DrawingModelBreaksDownDrawing" displayLabel="DrawingModel Sub-Models Drawing" strength="embedding" strengthDirection="backward" modifier="None">
489
+ <ECRelationshipClass typeName="DrawingModelBreaksDownDrawing" displayLabel="DrawingModel Sub-Models Drawing" strength="embedding" strengthDirection="backward" modifier="None" description="Relates a bis:DrawingModel to the bis:Drawing that it sub-models.">
490
+ <!-- @see Model.ModeledElement ECNavigationProperty -->
369
491
  <BaseClass>ModelModelsElement</BaseClass>
370
492
  <Source multiplicity="(0..1)" roleLabel="sub-models" polymorphic="true">
371
493
  <Class class="DrawingModel"/>
@@ -383,8 +505,18 @@
383
505
  <Class class="Sheet" />
384
506
  </Target>
385
507
  </ECRelationshipClass>
508
+ <ECRelationshipClass typeName="ModelBreaksDownRepositoryLink" displayLabel="Model Sub-Models RepositoryLink" strength="embedding" strengthDirection="backward" modifier="None" description="Relates a bis:Model to the bis:RepositoryLink that it sub-models.">
509
+ <!-- @see Model.ModeledElement ECNavigationProperty -->
510
+ <BaseClass>ModelModelsElement</BaseClass>
511
+ <Source multiplicity="(0..1)" roleLabel="models" polymorphic="true">
512
+ <Class class="Model"/>
513
+ </Source>
514
+ <Target multiplicity="(0..1)" roleLabel="is modeled by" polymorphic="true">
515
+ <Class class="RepositoryLink" />
516
+ </Target>
517
+ </ECRelationshipClass>
386
518
 
387
- <ECEntityClass typeName="Element" modifier="Abstract" description="A bis:Element is the smallest individually identifiable building block for modeling the real world. Each bis:Element represents an Entity in the real world. Sets of bis:Elements (contained in bis:Models) are used to sub-model other bis:Elements that represent larger scale real world Entities. Using this recursive modeling strategy, bis:Elements can represent Entities at any scale. Elements can represent physical things, abstract concepts or simply be information records.">
519
+ <ECEntityClass typeName="Element" modifier="Abstract" description="Most abstract class and smallest individually identifiable building block for modeling Entities in a BIS repository.">
388
520
  <!-- NOTE: Only platform can directly subclass from Element. Everyone else should pick the most appropriate superclass. -->
389
521
  <!-- NOTE: Element subclasses should drop the "Element" suffix from their name once the concept becomes "user facing" -->
390
522
  <ECCustomAttributes>
@@ -480,7 +612,7 @@
480
612
  </ForeignKeyConstraint>
481
613
  </ECCustomAttributes>
482
614
  </ECNavigationProperty>
483
- <ECProperty propertyName="CodeValue" typeName="string" displayLabel="Code" description="The CodeValue property stores a human-readable real-world identifier of the Entity represented by the bis:Element. The combination of CodeSpec, CodeScope, and CodeValue properties must be unique for each bis:Element instance.">
615
+ <ECProperty propertyName="CodeValue" typeName="string" displayLabel="Code" description="Nullable string property that holds the actual text of an Element's Code. The combination of CodeSpec, CodeScope, and CodeValue properties must be unique for each bis:Element instance.">
484
616
  <ECCustomAttributes>
485
617
  <PropertyMap xmlns="ECDbMap.02.00.00">
486
618
  <IsNullable>True</IsNullable>
@@ -589,6 +721,12 @@
589
721
  <ECEntityClass typeName="DefinitionSet" modifier="Abstract" displayLabel="Definition Set" description="This abstract class unifies DefinitionGroup and DefinitionContainer for relationship endpoint purposes.">
590
722
  <!-- NOTE: Only DefinitionGroup and DefinitionContainer should subclass DefinitionSet -->
591
723
  <BaseClass>DefinitionElement</BaseClass>
724
+ <ECProperty propertyName="Rank" typeName="DefinitionElementRank" description="The Rank of a DefinitionSet indicates how it was created, who is aware of it and where it can be used.">
725
+ <ECCustomAttributes>
726
+ <HiddenProperty xmlns="CoreCustomAttributes.01.00.03"/>
727
+ <CustomHandledProperty xmlns="BisCore.01.00.16"/>
728
+ </ECCustomAttributes>
729
+ </ECProperty>
592
730
  </ECEntityClass>
593
731
  <ECEntityClass typeName="DefinitionContainer" displayLabel="Definition Container" description="A set of DefinitionElements that are exclusively owned by the DefinitionContainer and contained within its sub-model.">
594
732
  <BaseClass>DefinitionSet</BaseClass>
@@ -896,6 +1034,19 @@
896
1034
  </ECProperty>
897
1035
  <ECProperty propertyName="Format" typeName="string" displayLabel="Format" description="The format of the external repository."/>
898
1036
  </ECEntityClass>
1037
+ <ECEntityClass typeName="RepositoryInfoAspect" displayLabel="Repository Info Aspect" modifier="None" description="A bis:ElementUniqueAspect that identifies a bis:Element as one of the roots of a *channel*, specified by its *channel-key*, which is a subset of the overall model-hierarchy and associated data, that is independently maintained.">
1038
+ <BaseClass>ElementUniqueAspect</BaseClass>
1039
+ <ECProperty propertyName="OriginatingSystem" typeName="string" displayLabel="Originating System" description="Name and optionally version of the software application or tool that created data in the External DataSource referenced through the owning RepositoryLink"/>
1040
+ </ECEntityClass>
1041
+ <ECRelationshipClass typeName="RepositoryLinkOwnsInfoAspect" strength="embedding" modifier="None">
1042
+ <BaseClass>ElementOwnsUniqueAspect</BaseClass>
1043
+ <Source multiplicity="(1..1)" roleLabel="owns" polymorphic="true">
1044
+ <Class class="RepositoryLink"/>
1045
+ </Source>
1046
+ <Target multiplicity="(0..1)" roleLabel="is owned by" polymorphic="true">
1047
+ <Class class="RepositoryInfoAspect"/>
1048
+ </Target>
1049
+ </ECRelationshipClass>
899
1050
 
900
1051
  <ECEntityClass typeName="EmbeddedFileLink" displayLabel="Embedded File Link" description="A bis:EmbeddedFileLink is a bis:LinkElement that links to a file embedded within the iModel.">
901
1052
  <BaseClass>LinkElement</BaseClass>
@@ -1142,7 +1293,7 @@
1142
1293
  </ECCustomAttributes>
1143
1294
  </ECEntityClass>
1144
1295
 
1145
- <ECEntityClass typeName="GeometricElement" modifier="Abstract" displayLabel="Geometric Element" description="bis:GeometricElement is an abstract base class used to model real world Entities that intrinsically have geometry.">
1296
+ <ECEntityClass typeName="GeometricElement" modifier="Abstract" displayLabel="Geometric Element" description="A bis:Element and abstract base class used to model Entities that intrinsically have geometry.">
1146
1297
  <BaseClass>Element</BaseClass>
1147
1298
  <ECCustomAttributes>
1148
1299
  <JoinedTablePerDirectSubclass xmlns="ECDbMap.02.00.00"/>
@@ -1372,6 +1523,9 @@
1372
1523
  <BaseClass>ElementUniqueAspect</BaseClass>
1373
1524
  <ECCustomAttributes>
1374
1525
  <ClassHasHandler xmlns="BisCore.01.00.00"/>
1526
+ <Deprecated xmlns="CoreCustomAttributes.01.00.03">
1527
+ <Description>`TextAnnotationData` is deprecated and replaced by the `TextAnnotationData` property of TextAnnotation2d and TextAnnotation3d classes.</Description>
1528
+ </Deprecated>
1375
1529
  </ECCustomAttributes>
1376
1530
  <ECProperty propertyName="TextAnnotation" typeName="binary" displayLabel="Text Annotation" description="Text in Annotations.fb.h flat buffer format">
1377
1531
  <ECCustomAttributes>
@@ -1385,9 +1539,19 @@
1385
1539
  <ECCustomAttributes>
1386
1540
  <ClassHasHandler xmlns="BisCore.01.00.00"/>
1387
1541
  </ECCustomAttributes>
1542
+ <ECProperty propertyName="TextAnnotationData" typeName="string" extendedTypeName="Json" description="Data used to generate the visual representation of a TextAnnotation2d element.">
1543
+ <ECCustomAttributes>
1544
+ <HiddenProperty xmlns="CoreCustomAttributes.01.00.03"/>
1545
+ </ECCustomAttributes>
1546
+ </ECProperty>
1388
1547
  </ECEntityClass>
1389
1548
  <ECRelationshipClass typeName="TextAnnotation2dOwnsTextAnnotationData" strength="embedding" modifier="None">
1390
1549
  <BaseClass>ElementOwnsUniqueAspect</BaseClass>
1550
+ <ECCustomAttributes>
1551
+ <Deprecated xmlns="CoreCustomAttributes.01.00.03">
1552
+ <Description>See deprecation description for TextAnnotationData class.</Description>
1553
+ </Deprecated>
1554
+ </ECCustomAttributes>
1391
1555
  <Source multiplicity="(1..1)" roleLabel="owns" polymorphic="true">
1392
1556
  <Class class="TextAnnotation2d"/>
1393
1557
  </Source>
@@ -1401,9 +1565,19 @@
1401
1565
  <ECCustomAttributes>
1402
1566
  <ClassHasHandler xmlns="BisCore.01.00.00"/>
1403
1567
  </ECCustomAttributes>
1568
+ <ECProperty propertyName="TextAnnotationData" typeName="string" extendedTypeName="Json" description="Data used to generate the visual representation of a TextAnnotation3d element.">
1569
+ <ECCustomAttributes>
1570
+ <HiddenProperty xmlns="CoreCustomAttributes.01.00.03"/>
1571
+ </ECCustomAttributes>
1572
+ </ECProperty>
1404
1573
  </ECEntityClass>
1405
1574
  <ECRelationshipClass typeName="TextAnnotation3dOwnsTextAnnotationData" strength="embedding" modifier="None">
1406
1575
  <BaseClass>ElementOwnsUniqueAspect</BaseClass>
1576
+ <ECCustomAttributes>
1577
+ <Deprecated xmlns="CoreCustomAttributes.01.00.03">
1578
+ <Description>See deprecation description for TextAnnotationData class.</Description>
1579
+ </Deprecated>
1580
+ </ECCustomAttributes>
1407
1581
  <Source multiplicity="(1..1)" roleLabel="owns" polymorphic="true">
1408
1582
  <Class class="TextAnnotation3d"/>
1409
1583
  </Source>
@@ -1669,7 +1843,14 @@
1669
1843
 
1670
1844
  <ECEntityClass typeName="SynchronizationConfigLink" modifier="None" displayLabel="Synchronization Configuration Link" description="Link to the Configuration for an iModel Synchronization Job">
1671
1845
  <BaseClass>UrlLink</BaseClass>
1672
- <ECProperty propertyName="LastSuccessfulRun" typeName="dateTime" displayLabel="Last Successful Run" description ="Date/Time of Last Successful Run of this Synchronization Configuration"/>
1846
+ <ECProperty propertyName="LastSuccessfulRun" typeName="dateTime" displayLabel="Last Successful Run" description ="Date/Time of Last Successful Run of this Synchronization Configuration">
1847
+ <ECCustomAttributes>
1848
+ <Deprecated xmlns="CoreCustomAttributes.01.00.03">
1849
+ <Description>The LastSuccessfulRun property is deprecated and no longer expected to be written as part of SynchronizationConfigLink instances.</Description>
1850
+ </Deprecated>
1851
+ <HiddenProperty xmlns="CoreCustomAttributes.01.00.03"/>
1852
+ </ECCustomAttributes>
1853
+ </ECProperty>
1673
1854
  </ECEntityClass>
1674
1855
  <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.">
1675
1856
  <BaseClass>ElementRefersToElements</BaseClass>
@@ -1693,6 +1874,15 @@
1693
1874
  <ECEntityClass typeName="FolderLink" modifier ="None" displayLabel="Folder Link" description="Represents a folder-like structure that organizes repositories (typically files) in an external system">
1694
1875
  <BaseClass>UrlLink</BaseClass>
1695
1876
  </ECEntityClass>
1877
+ <ECRelationshipClass typeName="FolderContainsFolders" displayLabel="Folder Contains Folders" modifier="None" strength="embedding" strengthDirection="forward" description="Relationship between a Folder and the sub-Folders which it contains">
1878
+ <BaseClass>ElementOwnsChildElements</BaseClass>
1879
+ <Source roleLabel="contains" multiplicity="(0..1)" polymorphic="true">
1880
+ <Class class="FolderLink"/>
1881
+ </Source>
1882
+ <Target roleLabel="is contained by" multiplicity="(0..*)" polymorphic="true">
1883
+ <Class class="FolderLink"/>
1884
+ </Target>
1885
+ </ECRelationshipClass>
1696
1886
  <ECRelationshipClass typeName="FolderContainsRepositories" displayLabel="Folder Contains Repositories" modifier="None" strength="embedding" strengthDirection="forward" description="Relationship between a Folder and the Repositories which it contains">
1697
1887
  <BaseClass>ElementOwnsChildElements</BaseClass>
1698
1888
  <Source roleLabel="contains" multiplicity="(0..1)" polymorphic="true">
@@ -1703,9 +1893,10 @@
1703
1893
  </Target>
1704
1894
  </ECRelationshipClass>
1705
1895
 
1706
- <ECEntityClass typeName="ChannelRootAspect" displayLabel="Channel Root Aspect" modifier="Sealed" description="A bis:ElementUniqueAspect that identifies a bis:Element as the root of a *channel* which is a subset of the overall iModel hierarchy that is independently maintained.">
1896
+ <ECEntityClass typeName="ChannelRootAspect" displayLabel="Channel Root Aspect" modifier="Sealed" description="A bis:ElementUniqueAspect that identifies a bis:Element as one of the roots of a *channel*, specified by its *channel-key*, which is a subset of the overall model-hierarchy and associated data, that is independently maintained.">
1707
1897
  <BaseClass>ElementUniqueAspect</BaseClass>
1708
- <ECProperty propertyName="Owner" typeName="string" description="The owner of the channel"/>
1898
+ <ECProperty propertyName="Owner" typeName="string" description="Channel-key of the channel"/>
1899
+ <ECProperty propertyName="Version" typeName="string" description="Semantic version of the data-organization and default content in the channel, set by the Owner that last edited it."/>
1709
1900
  </ECEntityClass>
1710
1901
  <ECRelationshipClass typeName="ElementOwnsChannelRootAspect" strength="embedding" modifier="None">
1711
1902
  <BaseClass>ElementOwnsUniqueAspect</BaseClass>
@@ -1741,6 +1932,20 @@
1741
1932
  <string>TargetClassId</string>
1742
1933
  </PropertyNames>
1743
1934
  </ReservedPropertyNames>
1935
+ <DbIndexList xmlns="ECDbMap.02.00.00">
1936
+ <Indexes>
1937
+ <DbIndex>
1938
+ <Name>uix_bis_ElementRefersToElements_sourcetargetclassid</Name>
1939
+ <IsUnique>True</IsUnique>
1940
+ <Properties>
1941
+ <string>SourceECInstanceId</string>
1942
+ <string>TargetECInstanceId</string>
1943
+ <string>ECClassId</string>
1944
+ <string>MemberPriority</string>
1945
+ </Properties>
1946
+ </DbIndex>
1947
+ </Indexes>
1948
+ </DbIndexList>
1744
1949
  </ECCustomAttributes>
1745
1950
  <Source multiplicity="(0..*)" roleLabel="refers to" polymorphic="true">
1746
1951
  <Class class="Element"/>
@@ -1748,6 +1953,7 @@
1748
1953
  <Target multiplicity="(0..*)" roleLabel="is referenced by" polymorphic="true">
1749
1954
  <Class class="Element"/>
1750
1955
  </Target>
1956
+ <ECProperty propertyName="MemberPriority" typeName="int" displayLabel="Member Priority" description="Can be used to prioritize or order elements being referenced. Values do not have to be unique for a particular referencing element."/>
1751
1957
  </ECRelationshipClass>
1752
1958
 
1753
1959
  <ECRelationshipClass typeName="ElementRefersToDocuments" strength="referencing" modifier="None" description="A general relationship between a bis:Element and a bis:Document. There is no implied owner in this relationship – so it is valid for relationship where the document existed before the referenced element (e.g. design specification) or after (e.g. operational results).">
@@ -1768,7 +1974,6 @@
1768
1974
  <Target multiplicity="(0..*)" roleLabel="is grouped by" polymorphic="true">
1769
1975
  <Class class="Element"/>
1770
1976
  </Target>
1771
- <ECProperty propertyName="MemberPriority" typeName="int" displayLabel="Member Priority" description="Can be used to prioritize or order members within an ElementGroup. Values do not have to be unique within a particular group."/>
1772
1977
  </ECRelationshipClass>
1773
1978
 
1774
1979
  <ECRelationshipClass typeName="GroupImpartsToMembers" strength="referencing" modifier="None" description="Represents group membership where the group Element (and its properties) impart information about the member Elements above mere membership. Implies that properties of the group should be considered as properties of its members.">
@@ -1876,7 +2081,7 @@
1876
2081
  <CustomHandledProperty xmlns="BisCore.01.00.16"/>
1877
2082
  </ECCustomAttributes>
1878
2083
  </ECProperty>
1879
- <ECProperty propertyName="Rank" typeName="int" description="The Rank of a category indicates how it was created and where it can be used. 0=System; 1=Domain; 2=Application; 3=User.">
2084
+ <ECProperty propertyName="Rank" typeName="DefinitionElementRank" description="The Rank of a category indicates how it was created, who is aware of it and where it can be used.">
1880
2085
  <ECCustomAttributes>
1881
2086
  <HiddenProperty xmlns="CoreCustomAttributes.01.00.03"/>
1882
2087
  <CustomHandledProperty xmlns="BisCore.01.00.16"/>
@@ -1919,6 +2124,12 @@
1919
2124
  <CustomHandledProperty xmlns="BisCore.01.00.16"/>
1920
2125
  </ECCustomAttributes>
1921
2126
  </ECProperty>
2127
+ <ECProperty propertyName="Rank" typeName="DefinitionElementRank" description="The Rank of a SubCategory indicates how it was created, who is aware of it and where it can be used.">
2128
+ <ECCustomAttributes>
2129
+ <HiddenProperty xmlns="CoreCustomAttributes.01.00.03"/>
2130
+ <CustomHandledProperty xmlns="BisCore.01.00.16"/>
2131
+ </ECCustomAttributes>
2132
+ </ECProperty>
1922
2133
  </ECEntityClass>
1923
2134
 
1924
2135
  <ECRelationshipClass typeName="GeometricElement2dIsInCategory" strength="referencing" strengthDirection="backward" modifier="Sealed" description="The relationship that determines the bis:DrawingCategory for a bis:GeometricElement2d.">
@@ -1987,10 +2198,18 @@
1987
2198
  <CustomHandledProperty xmlns="BisCore.01.00.16"/>
1988
2199
  </ECCustomAttributes>
1989
2200
  </ECProperty>
2201
+ <ECProperty propertyName="Settings" typeName="string" extendedTypeName="Json" description="Settings of the style">
2202
+ <ECCustomAttributes>
2203
+ <HiddenProperty xmlns="CoreCustomAttributes.01.00.03"/>
2204
+ </ECCustomAttributes>
2205
+ </ECProperty>
1990
2206
  <ECProperty propertyName="Data" typeName="binary" description="Encoded style properties">
1991
2207
  <ECCustomAttributes>
1992
2208
  <CustomHandledProperty xmlns="BisCore.01.00.16"/>
1993
2209
  <HiddenProperty xmlns="CoreCustomAttributes.01.00.03"/>
2210
+ <Deprecated xmlns="CoreCustomAttributes.01.00.03">
2211
+ <Description>The `Data` property is deprecated and replaced by the `Settings` property.</Description>
2212
+ </Deprecated>
1994
2213
  </ECCustomAttributes>
1995
2214
  </ECProperty>
1996
2215
  </ECEntityClass>
@@ -2416,7 +2635,7 @@
2416
2635
  </Target>
2417
2636
  </ECRelationshipClass>
2418
2637
 
2419
- <ECEntityClass typeName="RoleElement" modifier="Abstract" displayLabel="Role Element" description="A real world Entity is modeled as a bis:RoleElement when a set of external circumstances define an important role (one that is worth tracking) that is not intrinsic to the Entity playing the role. For example, a person can play the role of a teacher or a rock can play the role of a boundary marker.">
2638
+ <ECEntityClass typeName="RoleElement" modifier="Abstract" displayLabel="Role Element" description="A bis:Element and abstract base class used to model roles assumed by an Entity that is not intrinsic to the Entity playing the role.">
2420
2639
  <BaseClass>Element</BaseClass>
2421
2640
  <ECCustomAttributes>
2422
2641
  <ClassHasHandler xmlns="BisCore.01.00.00"/>
package/CrashpadHandler CHANGED
Binary file
@@ -1,6 +1,6 @@
1
1
  COPYRIGHT AND PERMISSION NOTICE
2
2
 
3
- Copyright (c) 1996 - 2024, Daniel Stenberg, <daniel@haxx.se>, and many
3
+ Copyright (c) 1996 - 2025, Daniel Stenberg, <daniel@haxx.se>, and many
4
4
  contributors, see the THANKS file.
5
5
 
6
6
  All rights reserved.
package/iTwinDaemon CHANGED
Binary file
package/imodeljs.node CHANGED
Binary file
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "os": ["linux"],
4
4
  "cpu": ["x64"],
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
- "version": "5.0.55",
6
+ "version": "5.0.58",
7
7
  "keywords": [
8
8
  "Bentley",
9
9
  "iModel",