@bentley/imodeljs-linux-x64 3.2.2 → 3.2.6
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/Assets/ECSchemas/Standard/BisCustomAttributes.01.00.00.ecschema.xml +18 -0
- package/Assets/sqlang/iModelJsNodeAddon_en.sqlang.db3 +0 -0
- package/BeBlobDaemon +0 -0
- package/CrashpadHandler +0 -0
- package/Notices/curl-license.txt +1 -1
- package/imodeljs.node +0 -0
- package/package.json +1 -1
- package/Assets/http/cabundle.pem +0 -3240
|
@@ -0,0 +1,18 @@
|
|
|
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="BisCustomAttributes" alias="bisCA" version="01.00.00" description="Custom attributes to indicate BIS concepts." displayLabel="BIS Custom Attributes" xmlns="http://www.bentley.com/schemas/Bentley.ECXML.3.2">
|
|
7
|
+
<ECEnumeration typeName="SchemaLayer" backingTypeName="string" isStrict="true" description="Defines the layers in the BIS schema hierarchy.">
|
|
8
|
+
<ECEnumerator name="Core" displayLabel="Core" value="Core" description="Layer for schemas that define the most fundamental concepts and key organizational strategies for all other BIS schemas."/>
|
|
9
|
+
<ECEnumerator name="Common" displayLabel="Common" value="Common" description="Layer for schemas that define abstract concepts and patterns used by multiple disciplines."/>
|
|
10
|
+
<ECEnumerator name="DisciplinePhysical" displayLabel="Discipline-Physical" value="DisciplinePhysical" description="Layer for schemas that focus on physical/spatial and closely associated concepts, in light of a specific discipline."/>
|
|
11
|
+
<ECEnumerator name="DisciplineOther" displayLabel="Discipline-Other" value="DisciplineOther" description="Layer for schemas that define concepts from modeling perspectives other than physical, in light of a specific discipline."/>
|
|
12
|
+
<ECEnumerator name="Application" displayLabel="Application" value="Application" description="Layer for schemas that define concepts that no other schema would need or want to reference."/>
|
|
13
|
+
</ECEnumeration>
|
|
14
|
+
|
|
15
|
+
<ECCustomAttributeClass typeName="SchemaLayerInfo" appliesTo="Schema" modifier="Sealed" description="Declares the target layer in the BIS schema hierarchy for a schema.">
|
|
16
|
+
<ECProperty propertyName="Value" typeName="SchemaLayer" description="Layer in the BIS schema hierarchy that a schema targets." />
|
|
17
|
+
</ECCustomAttributeClass>
|
|
18
|
+
</ECSchema>
|
|
Binary file
|
package/BeBlobDaemon
CHANGED
|
Binary file
|
package/CrashpadHandler
CHANGED
|
Binary file
|
package/Notices/curl-license.txt
CHANGED
package/imodeljs.node
CHANGED
|
Binary file
|