@bentley/imodeljs-linux-x64 5.2.14 → 5.2.16

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.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.">
6
+ <ECSchema schemaName="BisCore" alias="bis" version="01.00.23" 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,14 +1595,24 @@
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).">
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 contains structured text-content that is styled according to a referenced AnnotationTextStyle, and optionally, contains portions of text-content computed from property-values in other Elements (aka Text-Fields)">
1599
1599
  <ECCustomAttributes>
1600
1600
  <IsMixin xmlns="CoreCustomAttributes.01.00.03">
1601
1601
  <AppliesToEntityClass>GeometricElement</AppliesToEntityClass>
1602
1602
  </IsMixin>
1603
1603
  </ECCustomAttributes>
1604
+ <ECNavigationProperty propertyName="DefaultTextStyle" relationshipName="TextAnnotationUsesTextStyleByDefault" direction="Forward" displayLabel="Default Text Style" description="The default text style used by the ITextAnnotation."/>
1604
1605
  </ECEntityClass>
1605
1606
 
1607
+ <ECRelationshipClass typeName="TextAnnotationUsesTextStyleByDefault" strength="referencing" modifier="Sealed" description="A relationship indicating that the source ITextAnnotation instance uses the target AnnotationTextStyle instance by default.">
1608
+ <Source multiplicity="(0..*)" roleLabel="is styled by" polymorphic="true">
1609
+ <Class class="ITextAnnotation"/>
1610
+ </Source>
1611
+ <Target multiplicity="(0..1)" roleLabel="styles" polymorphic="false">
1612
+ <Class class="AnnotationTextStyle"/>
1613
+ </Target>
1614
+ </ECRelationshipClass>
1615
+
1606
1616
  <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
1617
  <BaseClass>ElementDrivesElement</BaseClass>
1608
1618
  <Source multiplicity="(0..*)" roleLabel="drives" polymorphic="true">
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.2.14",
6
+ "version": "5.2.16",
7
7
  "keywords": [
8
8
  "Bentley",
9
9
  "iModel",