@bentley/imodeljs-win32-x64 5.1.43 → 5.1.44

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,37 +3,47 @@
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="Functional" alias="func" version="01.00.03" xmlns="http://www.bentley.com/schemas/Bentley.ECXML.3.1" description="The Functional schema defines common base classes to be used by discipline-specific functional domains.">
6
+ <ECSchema schemaName="Functional" alias="func" version="01.00.04" xmlns="http://www.bentley.com/schemas/Bentley.ECXML.3.2" description="The Functional schema defines common base classes to be used by discipline-specific functional domains.">
7
7
 
8
- <ECSchemaReference name="CoreCustomAttributes" version="01.00.01" alias="CoreCA"/>
9
- <ECSchemaReference name="BisCore" version="01.00.02" alias="bis"/>
8
+ <ECSchemaReference name="CoreCustomAttributes" version="01.00.03" alias="CoreCA"/>
9
+ <ECSchemaReference name="BisCustomAttributes" version="01.00.00" alias="bisCA"/>
10
+ <ECSchemaReference name="BisCore" version="01.00.15" alias="bis"/>
10
11
  <ECSchemaReference name="ECDbMap" version="02.00.00" alias="ecdbmap"/>
11
12
 
13
+ <ECCustomAttributes>
14
+ <ProductionStatus xmlns="CoreCustomAttributes.01.00.03">
15
+ <SupportedUse>Production</SupportedUse>
16
+ </ProductionStatus>
17
+ <SchemaLayerInfo xmlns="BisCustomAttributes.01.00.00">
18
+ <Value>Core</Value>
19
+ </SchemaLayerInfo>
20
+ </ECCustomAttributes>
21
+
12
22
  <ECEntityClass typeName="FunctionalPartition" displayLabel="Functional Partition" description="A func:FunctionalPartition element establishes a 'Functional' Modeling Perspective for its parent bis:Subject. It is intended to be specialized, and should be considered 'abstract'.">
13
23
  <BaseClass>bis:InformationPartitionElement</BaseClass>
14
24
  <ECCustomAttributes>
15
- <ClassHasHandler xmlns="BisCore.01.00" />
25
+ <ClassHasHandler xmlns="BisCore.01.00.00" />
16
26
  </ECCustomAttributes>
17
27
  </ECEntityClass>
18
28
 
19
29
  <ECEntityClass typeName="FunctionalModel" displayLabel="Functional Model" description="A container for persisting func:FunctionalElement instances.">
20
30
  <BaseClass>bis:RoleModel</BaseClass>
21
31
  <ECCustomAttributes>
22
- <ClassHasHandler xmlns="BisCore.01.00"/>
32
+ <ClassHasHandler xmlns="BisCore.01.00.00"/>
23
33
  </ECCustomAttributes>
24
34
  </ECEntityClass>
25
35
 
26
36
  <ECEntityClass typeName="FunctionalElement" modifier="Abstract" displayLabel="Functional Element" description="A func:FunctionalElement models required functionality that will ultimately be fulfilled by a physical Entity.">
27
37
  <BaseClass>bis:RoleElement</BaseClass>
28
38
  <ECCustomAttributes>
29
- <ShareColumns xmlns="ECDbMap.02.00">
39
+ <ShareColumns xmlns="ECDbMap.02.00.00">
30
40
  <MaxSharedColumnsBeforeOverflow>32</MaxSharedColumnsBeforeOverflow>
31
41
  <ApplyToSubclassesOnly>True</ApplyToSubclassesOnly>
32
42
  </ShareColumns>
33
43
  </ECCustomAttributes>
34
44
  <ECNavigationProperty propertyName="TypeDefinition" relationshipName="FunctionalElementIsOfType" direction="Forward" displayLabel="Type Definition">
35
45
  <ECCustomAttributes>
36
- <ForeignKeyConstraint xmlns="ECDbMap.02.00"/>
46
+ <ForeignKeyConstraint xmlns="ECDbMap.02.00.00"/>
37
47
  </ECCustomAttributes>
38
48
  <!-- NOTE: Has same propertyName as other element subclasses in case the concept of "TypeDefinition" needs to move down to bis:Element. -->
39
49
  </ECNavigationProperty>
@@ -43,15 +53,15 @@
43
53
  <BaseClass>FunctionalElement</BaseClass>
44
54
  <BaseClass>bis:IParentElement</BaseClass>
45
55
  <ECCustomAttributes>
46
- <ClassHasHandler xmlns="BisCore.01.00"/>
56
+ <ClassHasHandler xmlns="BisCore.01.00.00"/>
47
57
  </ECCustomAttributes>
48
58
  </ECEntityClass>
49
59
 
50
60
  <ECEntityClass typeName="FunctionalComposite" displayLabel="Functional Composite" description="DEPRECATED: Inherit from FunctionalBreakdownElement instead.">
51
61
  <BaseClass>FunctionalBreakdownElement</BaseClass>
52
62
  <ECCustomAttributes>
53
- <ClassHasHandler xmlns="BisCore.01.00"/>
54
- <Deprecated xmlns="CoreCustomAttributes.1.0">
63
+ <ClassHasHandler xmlns="BisCore.01.00.00"/>
64
+ <Deprecated xmlns="CoreCustomAttributes.01.00.03">
55
65
  <Description>The best practice is now to inherit from a FunctionalBreakdownElement instead.</Description>
56
66
  </Deprecated>
57
67
  </ECCustomAttributes>
@@ -60,14 +70,14 @@
60
70
  <ECEntityClass typeName="FunctionalComponentElement" modifier="Abstract" displayLabel="Functional Component" description="A func:FunctionalComponentElement models an 'atomic' functional Entity which will not be sub-modeled at a finer granularity and does not have 'child' parts.">
61
71
  <BaseClass>FunctionalElement</BaseClass>
62
72
  <ECCustomAttributes>
63
- <ClassHasHandler xmlns="BisCore.01.00"/>
73
+ <ClassHasHandler xmlns="BisCore.01.00.00"/>
64
74
  </ECCustomAttributes>
65
75
  </ECEntityClass>
66
76
 
67
77
  <ECEntityClass typeName="FunctionalPortion" displayLabel="Functional Portion" description="DEPRECATED: A Functional Portion is a Functional Component that will be broken down in more detail in a separate (sub) Functional Model.">
68
78
  <ECCustomAttributes>
69
- <ClassHasHandler xmlns="BisCore.01.00"/>
70
- <Deprecated xmlns="CoreCustomAttributes.1.0">
79
+ <ClassHasHandler xmlns="BisCore.01.00.00"/>
80
+ <Deprecated xmlns="CoreCustomAttributes.01.00.03">
71
81
  <Description>The best practice is now to inherit from a FunctionalComponentElement subclass and mix in ISubModeledElement when a breakdown concept is needed.</Description>
72
82
  </Deprecated>
73
83
  </ECCustomAttributes>
@@ -78,15 +88,15 @@
78
88
  <ECEntityClass typeName="FunctionalType" modifier="Abstract" displayLabel="Functional Type" description="Defines a shared set of properties (the 'type') that can be associated with a func:FunctionalElement.">
79
89
  <BaseClass>bis:TypeDefinitionElement</BaseClass>
80
90
  <ECCustomAttributes>
81
- <ClassHasHandler xmlns="BisCore.01.00"/>
91
+ <ClassHasHandler xmlns="BisCore.01.00.00"/>
82
92
  </ECCustomAttributes>
83
93
  </ECEntityClass>
84
94
 
85
95
  <ECRelationshipClass typeName="FunctionalElementIsOfType" strength="referencing" modifier="None" description="A type-instance relation; one that indicates that the specific func:FunctionalElement is an instance of the defined func:FunctionalType.">
86
- <Source multiplicity="(0..*)" roleLabel="is of" polymorphic="true">
96
+ <Source multiplicity="(0..*)" roleLabel="is of type" polymorphic="true">
87
97
  <Class class="FunctionalElement" />
88
98
  </Source>
89
- <Target multiplicity="(0..1)" roleLabel="defines" polymorphic="true">
99
+ <Target multiplicity="(0..1)" roleLabel="is type of" polymorphic="true">
90
100
  <Class class="FunctionalType"/>
91
101
  </Target>
92
102
  </ECRelationshipClass>
@@ -3,9 +3,19 @@
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="PhysicalMaterial" alias="physMat" version="01.00.01" xmlns="http://www.bentley.com/schemas/Bentley.ECXML.3.1">
6
+ <ECSchema schemaName="PhysicalMaterial" alias="physMat" version="01.00.02" xmlns="http://www.bentley.com/schemas/Bentley.ECXML.3.2">
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"/>
7
10
 
8
- <ECSchemaReference name="BisCore" version="01.00.00" alias="bis"/>
11
+ <ECCustomAttributes>
12
+ <ProductionStatus xmlns="CoreCustomAttributes.01.00.03">
13
+ <SupportedUse>Production</SupportedUse>
14
+ </ProductionStatus>
15
+ <SchemaLayerInfo xmlns="BisCustomAttributes.01.00.00">
16
+ <Value>Core</Value>
17
+ </SchemaLayerInfo>
18
+ </ECCustomAttributes>
9
19
 
10
20
  <ECEntityClass typeName="Aggregate" modifier="Sealed" displayLabel="Aggregate" description="Aggregate is a bis:PhysicalMaterial representing a broad category of coarse to medium grained particulate material typically used in construction as well as base material under foundations, roadways, and railways.">
11
21
  <BaseClass>bis:PhysicalMaterial</BaseClass>
package/iTwinBRepCore.dll CHANGED
Binary file
package/iTwinBentley.dll CHANGED
Binary file
package/iTwinCurl.dll CHANGED
Binary file
package/iTwinDaemon.exe CHANGED
Binary file
Binary file
Binary file
package/iTwinFolly.dll CHANGED
Binary file
Binary file
package/iTwinGeoCoord.dll CHANGED
Binary file
package/iTwinGeom.dll CHANGED
Binary file
Binary file
package/iTwinIcu4c.dll CHANGED
Binary file
package/iTwinLibxml2.dll CHANGED
Binary file
package/iTwinNapi.dll CHANGED
Binary file
package/iTwinOpenSSL.dll CHANGED
Binary file
Binary file
package/iTwinPlatform.dll CHANGED
Binary file
package/iTwinPugixml.dll CHANGED
Binary file
package/iTwinSQLite.dll CHANGED
Binary file
package/iTwinSQLiteEC.dll CHANGED
Binary file
package/iTwinUnits.dll CHANGED
Binary file
Binary file
package/iTwinXml.dll CHANGED
Binary file
package/imodeljs.node CHANGED
Binary file
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "os": ["win32"],
4
4
  "cpu": ["x64"],
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
- "version": "5.1.43",
6
+ "version": "5.1.44",
7
7
  "keywords": [
8
8
  "Bentley",
9
9
  "iModel",