@bentley/imodeljs-linux-x64 5.0.102 → 5.0.103

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.18" 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.19" 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"/>
@@ -392,7 +392,7 @@
392
392
  <Class class="TemplateRecipe2d" />
393
393
  </Target>
394
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.">
395
+ <ECRelationshipClass typeName="PhysicalModelBreaksDownTemplateRecipe3d" displayLabel="PhysicalModel Sub-Models TemplateRecipe3d" strength="embedding" strengthDirection="backward" modifier="None" description="Relates a bis:PhysicalModel to the bis:TemplateRecipe3d that it sub-models.">
396
396
  <!-- @see Model.ModeledElement ECNavigationProperty -->
397
397
  <BaseClass>ModelModelsElement</BaseClass>
398
398
  <Source multiplicity="(0..1)" roleLabel="models" polymorphic="false">
@@ -402,6 +402,16 @@
402
402
  <Class class="TemplateRecipe3d" />
403
403
  </Target>
404
404
  </ECRelationshipClass>
405
+ <ECRelationshipClass typeName="SpatialLocationModelBreaksDownTemplateRecipe3dInPlan" displayLabel="SpatialLocationModel Sub-Models TemplateRecipe3dInPlan" strength="embedding" strengthDirection="backward" modifier="None" description="Relates a bis:SpatialLocationModel to the bis:TemplateRecipe3dInPlan 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="SpatialLocationModel"/>
410
+ </Source>
411
+ <Target multiplicity="(0..1)" roleLabel="is modeled by" polymorphic="true">
412
+ <Class class="TemplateRecipe3dInPlan" />
413
+ </Target>
414
+ </ECRelationshipClass>
405
415
  <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
416
  <!-- @see Model.ModeledElement ECNavigationProperty -->
407
417
  <BaseClass>ModelModelsElement</BaseClass>
@@ -781,6 +791,15 @@
781
791
  <ClassHasHandler xmlns="BisCore.01.00.00"/>
782
792
  </ECCustomAttributes>
783
793
  </ECEntityClass>
794
+ <ECRelationshipClass typeName="SpatialLocationTypeRepresentsTypeDefinition" strength="referencing" modifier="None" description="Relates a bis:SpatialLocationType to the bis:TypeDefinitionElement that it represents.">
795
+ <BaseClass>ElementRefersToElements</BaseClass>
796
+ <Source multiplicity="(0..*)" roleLabel="represents" polymorphic="true">
797
+ <Class class="SpatialLocationType"/>
798
+ </Source>
799
+ <Target multiplicity="(0..*)" roleLabel="is represented by" polymorphic="true">
800
+ <Class class="TypeDefinitionElement"/>
801
+ </Target>
802
+ </ECRelationshipClass>
784
803
 
785
804
  <ECRelationshipClass typeName="TypeDefinitionHasRecipe" strength="referencing" modifier="Abstract">
786
805
  <!-- @see TypeDefinitionElement.Recipe ECNavigationProperty -->
@@ -877,6 +896,38 @@
877
896
  <ClassHasHandler xmlns="BisCore.01.00.00"/>
878
897
  </ECCustomAttributes>
879
898
  </ECEntityClass>
899
+ <ECEntityClass typeName="TemplateRecipe3dInPlan" displayLabel="Plan-Projection Template Recipe" description="A recipe that uses a Plan-Projection template for creating new instances.">
900
+ <BaseClass>RecipeDefinitionElement</BaseClass>
901
+ <BaseClass>ISubModeledElement</BaseClass>
902
+ </ECEntityClass>
903
+
904
+ <ECEnumeration typeName="ThumbnailImageFormat" backingTypeName="string" isStrict="true" description="Supported MIME-type formats for Thumbnail images.">
905
+ <ECEnumerator value="image/jpeg" name="Jpeg" displayLabel="Jpeg"/>
906
+ <ECEnumerator value="image/png" name="Png" displayLabel="Png"/>
907
+ </ECEnumeration>
908
+
909
+ <ECEntityClass typeName="DefinitionThumbnail" modifier="None" displayLabel="Thumbnail" description="A bis:DefinitionElement that captures the Thumbnail of one or more bis:DefinitionElement instances.">
910
+ <BaseClass>DefinitionElement</BaseClass>
911
+ <ECProperty propertyName="Image" typeName="binary" displayLabel="Image" description="Image of the Thumbnail.">
912
+ <ECCustomAttributes>
913
+ <HiddenProperty xmlns="CoreCustomAttributes.01.00.03"/>
914
+ </ECCustomAttributes>
915
+ </ECProperty>
916
+ <ECProperty propertyName="ImageFormat" typeName="ThumbnailImageFormat" displayLabel="Image Format" description="Format of the Image captured as MIME-type.">
917
+ <ECCustomAttributes>
918
+ <HiddenProperty xmlns="CoreCustomAttributes.01.00.03"/>
919
+ </ECCustomAttributes>
920
+ </ECProperty>
921
+ </ECEntityClass>
922
+ <ECRelationshipClass typeName="DefinitionElementHasThumbnails" strength="referencing" modifier="None" description="A relationship associating one or more instances of bis:DefinitionThumbnail with a particular bis:DefinitionElement.">
923
+ <BaseClass>ElementRefersToElements</BaseClass>
924
+ <Source multiplicity="(0..*)" roleLabel="has" polymorphic="true">
925
+ <Class class="DefinitionElement"/>
926
+ </Source>
927
+ <Target multiplicity="(0..*)" roleLabel="is associated to" polymorphic="true">
928
+ <Class class="DefinitionThumbnail"/>
929
+ </Target>
930
+ </ECRelationshipClass>
880
931
 
881
932
  <ECEntityClass typeName="Subject" modifier="Sealed" description="A bis:Subject is an information element that references (by name) some real-world Object that will be modeled in this BIS repository.">
882
933
  <BaseClass>InformationReferenceElement</BaseClass>
@@ -1640,6 +1691,15 @@
1640
1691
  <Class class="PhysicalElement"/>
1641
1692
  </Target>
1642
1693
  </ECRelationshipClass>
1694
+ <ECRelationshipClass typeName="PhysicalTypeComposesSubTypes" modifier="Abstract" strength="referencing" strengthDirection="forward" description="A relationship used to identify the bis:PhysicalType instances that are sub-parts to compose a larger bis:PhysicalType.">
1695
+ <BaseClass>ElementGroupsMembers</BaseClass>
1696
+ <Source multiplicity="(0..*)" roleLabel="composes" polymorphic="true">
1697
+ <Class class="PhysicalType"/>
1698
+ </Source>
1699
+ <Target multiplicity="(0..*)" roleLabel="is composed by" polymorphic="true">
1700
+ <Class class="PhysicalType"/>
1701
+ </Target>
1702
+ </ECRelationshipClass>
1643
1703
 
1644
1704
  <ECEntityClass typeName="ElementAspect" modifier="Abstract" displayLabel="Element Aspect" description="A bis:ElementAspect is a class that defines a set of properties that are related to (and owned by) a single bis:Element. Semantically, a bis:ElementAspect can be considered part of the bis:Element. Thus, a bis:ElementAspect is deleted if its owning bis:Element is deleted.">
1645
1705
  <!-- BIS Guideline: Subclass ElementUniqueAspect or ElementMultiAspect rather than subclassing ElementAspect directly. -->
@@ -2278,6 +2338,11 @@
2278
2338
  <ECProperty propertyName="Data" typeName="string" extendedTypeName="Json" description="Encoded style properties" />
2279
2339
  </ECEntityClass>
2280
2340
 
2341
+ <ECEnumeration typeName="TextureFormat" backingTypeName="int" isStrict="false" description="Supported Formats for texture data.">
2342
+ <ECEnumerator value="0" name="Jpeg" displayLabel="Jpeg"/>
2343
+ <ECEnumerator value="2" name="Png" displayLabel="Png"/>
2344
+ </ECEnumeration>
2345
+
2281
2346
  <ECEntityClass typeName="Texture" modifier="Sealed" description="A bis:Texture represents a named texture used for rendering purposes. The texture data is stored as a binary blob interpreted according to the specified texture format.">
2282
2347
  <BaseClass>DefinitionElement</BaseClass>
2283
2348
  <ECCustomAttributes>
@@ -2295,7 +2360,7 @@
2295
2360
  <HiddenProperty xmlns="CoreCustomAttributes.01.00.03"/>
2296
2361
  </ECCustomAttributes>
2297
2362
  </ECProperty>
2298
- <ECProperty propertyName="Format" typeName="int" description="Format of the encoded texture data. See the ImageSourceFormat enum in the API.">
2363
+ <ECProperty propertyName="Format" typeName="TextureFormat" description="Format of the encoded texture data.">
2299
2364
  <ECCustomAttributes>
2300
2365
  <!-- IsNullable=False -->
2301
2366
  <CustomHandledProperty xmlns="BisCore.01.00.16"/>
@@ -2710,6 +2775,16 @@
2710
2775
  </Target>
2711
2776
  </ECRelationshipClass>
2712
2777
 
2778
+ <ECRelationshipClass typeName="SpatialLocationElementRepresentsElement" strength="referencing" modifier="None" description="Relates a bis:SpatialLocationElement to the bis:Element that it represents.">
2779
+ <BaseClass>ElementRefersToElements</BaseClass>
2780
+ <Source multiplicity="(0..*)" roleLabel="represents" polymorphic="true">
2781
+ <Class class="SpatialLocationElement"/>
2782
+ </Source>
2783
+ <Target multiplicity="(0..*)" roleLabel="is represented by" polymorphic="true">
2784
+ <Class class="Element"/>
2785
+ </Target>
2786
+ </ECRelationshipClass>
2787
+
2713
2788
  <ECEntityClass typeName="AuxCoordSystem" modifier="Abstract" displayLabel="Auxiliary Coordinate System">
2714
2789
  <BaseClass>DefinitionElement</BaseClass>
2715
2790
  <ECCustomAttributes>
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.102",
6
+ "version": "5.0.103",
7
7
  "keywords": [
8
8
  "Bentley",
9
9
  "iModel",