@bentley/imodeljs-linux-x64 5.1.57 → 5.1.61

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.21" 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.22" 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"/>
@@ -1595,8 +1595,27 @@
1595
1595
  </ECProperty>
1596
1596
  </ECEntityClass>
1597
1597
 
1598
+ <ECEntityClass typeName="ITextAnnotation" modifier="Abstract" displayLabel="Text Annotation" description="An interface that can be mixed-into a bis:GeometricElement-subclass to indicate that its GeometryStream may contain text-content computed from property-values in other Elements (aka Text-Fields).">
1599
+ <ECCustomAttributes>
1600
+ <IsMixin xmlns="CoreCustomAttributes.01.00.03">
1601
+ <AppliesToEntityClass>GeometricElement</AppliesToEntityClass>
1602
+ </IsMixin>
1603
+ </ECCustomAttributes>
1604
+ </ECEntityClass>
1605
+
1606
+ <ECRelationshipClass typeName="ElementDrivesTextAnnotation" strength="referencing" modifier="None" description="A relationship indicating that the source Element instance drives a portion of the text-content of the target ITextAnnotation instance.">
1607
+ <BaseClass>ElementDrivesElement</BaseClass>
1608
+ <Source multiplicity="(0..*)" roleLabel="drives" polymorphic="true">
1609
+ <Class class="Element"/>
1610
+ </Source>
1611
+ <Target multiplicity="(0..*)" roleLabel="is driven by" polymorphic="true">
1612
+ <Class class="ITextAnnotation"/>
1613
+ </Target>
1614
+ </ECRelationshipClass>
1615
+
1598
1616
  <ECEntityClass typeName="TextAnnotation2d" displayLabel="2D Text Annotation">
1599
1617
  <BaseClass>AnnotationElement2d</BaseClass>
1618
+ <BaseClass>ITextAnnotation</BaseClass>
1600
1619
  <ECCustomAttributes>
1601
1620
  <ClassHasHandler xmlns="BisCore.01.00.00"/>
1602
1621
  </ECCustomAttributes>
@@ -1623,6 +1642,7 @@
1623
1642
 
1624
1643
  <ECEntityClass typeName="TextAnnotation3d" displayLabel="3D Text Annotation">
1625
1644
  <BaseClass>GraphicalElement3d</BaseClass>
1645
+ <BaseClass>ITextAnnotation</BaseClass>
1626
1646
  <ECCustomAttributes>
1627
1647
  <ClassHasHandler xmlns="BisCore.01.00.00"/>
1628
1648
  </ECCustomAttributes>
@@ -3,6 +3,7 @@ list.c, which are covered by a similar licence but with different Copyright
3
3
  notices) all the files are:
4
4
 
5
5
  Copyright (C) 1998-2012 Daniel Veillard. All Rights Reserved.
6
+ Copyright (C) The Libxml2 Contributors.
6
7
 
7
8
  Permission is hereby granted, free of charge, to any person obtaining a copy
8
9
  of this software and associated documentation files (the "Software"), to deal
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.1.57",
6
+ "version": "5.1.61",
7
7
  "keywords": [
8
8
  "Bentley",
9
9
  "iModel",