@bentley/imodeljs-linux-x64 5.0.80 → 5.0.82

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.
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.80",
6
+ "version": "5.0.82",
7
7
  "keywords": [
8
8
  "Bentley",
9
9
  "iModel",
@@ -1,41 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!-- ==================================================================================
3
- | * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
4
- | * See LICENSE.md in the project root for license terms and full copyright notice.
5
- ======================================================================================= -->
6
- <ECSchema schemaName="Asset" alias="asset" version="01.00.00" xmlns="http://www.bentley.com/schemas/Bentley.ECXML.3.2" displayLabel="Asset" description="Defines the abstract 'Asset' domain. Contains base classes to be used within specialized Asset domain schemas.">
7
- <ECSchemaReference name="CoreCustomAttributes" version="01.00.03" alias="CoreCA"/>
8
- <ECSchemaReference name="BisCustomAttributes" version="01.00.00" alias="bisCA"/>
9
- <ECSchemaReference name="BisCore" version="01.00.15" alias="bis"/>
10
-
11
- <ECCustomAttributes>
12
- <ProductionStatus xmlns="CoreCustomAttributes.01.00.03">
13
- <SupportedUse>NotForProduction</SupportedUse>
14
- </ProductionStatus>
15
- <SchemaLayerInfo xmlns="BisCustomAttributes.01.00.00">
16
- <Value>Core</Value>
17
- </SchemaLayerInfo>
18
- </ECCustomAttributes>
19
-
20
- <ECEntityClass typeName="AssetPartition" modifier="Abstract" displayLabel="Asset Partition" description="Abstract base class establishing an 'Asset' Modeling Perspective for its parent bis:Subject.">
21
- <BaseClass>bis:InformationPartitionElement</BaseClass>
22
- </ECEntityClass>
23
-
24
- <ECEntityClass typeName="AssetModel" modifier="Abstract" displayLabel="Asset Model" description="A container for persisting asset:AssetElement instances.">
25
- <BaseClass>bis:RoleModel</BaseClass>
26
- </ECEntityClass>
27
-
28
- <ECEntityClass typeName="AssetElement" modifier="Abstract" displayLabel="Asset Element" description="An asset:AssetElement models an Entity that embodies the economic value of an Object and/or the role that it plays in a business. The Object will typically also be primarily modeled as an Element such as a PhysicalElement.">
29
- <BaseClass>bis:RoleElement</BaseClass>
30
- </ECEntityClass>
31
-
32
- <ECRelationshipClass typeName="AssetTracksElement" strength="referencing" modifier="None" description="Relates an AssetElement to the primary Element modeling the Object, e.g. to a PhysicalElement.">
33
- <Source multiplicity="(0..*)" roleLabel="tracks" polymorphic="true">
34
- <Class class="AssetElement" />
35
- </Source>
36
- <Target multiplicity="(0..1)" roleLabel="tracked by" polymorphic="true">
37
- <Class class="bis:Element"/>
38
- </Target>
39
- </ECRelationshipClass>
40
-
41
- </ECSchema>