@bentley/imodeljs-linux-x64 4.2.10 → 4.3.1
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,12 @@
|
|
|
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="CoreCustomAttributes" alias="CoreCA" version="01.00.
|
|
6
|
+
<ECSchema schemaName="CoreCustomAttributes" alias="CoreCA" version="01.00.04" description="Custom attributes to indicate core EC concepts, may include struct classes intended for use in core custom attributes." displayLabel="Core Custom Attributes" xmlns="http://www.bentley.com/schemas/Bentley.ECXML.3.2">
|
|
7
|
+
<ECCustomAttributes>
|
|
8
|
+
<ProductionStatus xmlns="CoreCustomAttributes.01.00.04">
|
|
9
|
+
<SupportedUse>Production</SupportedUse>
|
|
10
|
+
</ProductionStatus>
|
|
11
|
+
</ECCustomAttributes>
|
|
7
12
|
<ECCustomAttributeClass typeName="DynamicSchema" description="Identifies a schema as dynamically generated by an application. Like versions of a schema may differ and are not guaranteed to merge without conflicts." displayLabel="Dynamic Schema" appliesTo="Schema" modifier="Sealed"/>
|
|
8
13
|
<ECCustomAttributeClass typeName="PartialSchema" description="Identifies a schema file/object that may only contain part of the complete schema. Like versions of a schema may differ but are guaranteed to merge without conflicts." displayLabel="Partial Schema" appliesTo="Schema" modifier="Sealed"/>
|
|
9
14
|
<ECStructClass typeName="SchemaNameAndPurpose" description="Used to define a supplemental schema and its purpose" modifier="Sealed">
|
|
@@ -14,7 +19,7 @@
|
|
|
14
19
|
<ECProperty propertyName="SchemaName" typeName="string" description="Name of schema, excluding version" displayLabel="Schema Name"/>
|
|
15
20
|
<ECProperty propertyName="MajorVersion" typeName="int" description="[This].[Write].[Minor]" displayLabel="Major Version"/>
|
|
16
21
|
<ECProperty propertyName="MinorVersion" typeName="int" description="[Major].[Write].[This]" displayLabel="Minor Version"/>
|
|
17
|
-
<ECProperty propertyName="WriteVersion" typeName="int" description="[Major].[This].[Minor]"/>
|
|
22
|
+
<ECProperty propertyName="WriteVersion" typeName="int" description="[Major].[This].[Minor]" displayLabel="Write Version"/>
|
|
18
23
|
</ECStructClass>
|
|
19
24
|
<ECCustomAttributeClass typeName="SupplementalProvenance" appliesTo="Schema" modifier="Sealed">
|
|
20
25
|
<ECStructArrayProperty propertyName="SupplementalSchemaNamesAndPurposes" typeName="SchemaNameAndPurpose" minOccurs="0" maxOccurs="unbounded"/>
|
|
@@ -29,30 +34,30 @@
|
|
|
29
34
|
<ECProperty propertyName="DateTimeComponent" typeName="DateTimeComponent" description="Either DateTime or Date. Default: DateTime. Specifying 'Date' usually implies that a DateTimeKind is irrelevant, because dates (without time) don't need any timezone information."/>
|
|
30
35
|
</ECCustomAttributeClass>
|
|
31
36
|
<ECEnumeration typeName="DateTimeKind" backingTypeName="string" isStrict="true">
|
|
32
|
-
<ECEnumerator value="Unspecified"/>
|
|
33
|
-
<ECEnumerator value="Utc"/>
|
|
34
|
-
<ECEnumerator value="Local"/>
|
|
37
|
+
<ECEnumerator value="Unspecified" name="Unspecified"/>
|
|
38
|
+
<ECEnumerator value="Utc" name="Utc"/>
|
|
39
|
+
<ECEnumerator value="Local" name="Local"/>
|
|
35
40
|
</ECEnumeration>
|
|
36
41
|
<ECEnumeration typeName="DateTimeComponent" backingTypeName="string" isStrict="true">
|
|
37
|
-
<ECEnumerator value="DateTime"/>
|
|
38
|
-
<ECEnumerator value="Date"/>
|
|
39
|
-
<ECEnumerator value="TimeOfDay"/>
|
|
42
|
+
<ECEnumerator value="DateTime" name="DateTime"/>
|
|
43
|
+
<ECEnumerator value="Date" name="Date"/>
|
|
44
|
+
<ECEnumerator value="TimeOfDay" name="TimeOfDay"/>
|
|
40
45
|
</ECEnumeration>
|
|
41
46
|
<ECCustomAttributeClass typeName="ClassHasCurrentTimeStampProperty" appliesTo="EntityClass" modifier="Sealed">
|
|
42
47
|
<ECProperty propertyName="PropertyName" typeName="string"/>
|
|
43
48
|
</ECCustomAttributeClass>
|
|
44
49
|
<ECCustomAttributeClass typeName="Localizable" description="Applied to a property to indicate that custom attributes using this property can be localized." displayLabel="Localizable" appliesTo="PrimitiveProperty" modifier="Sealed"/>
|
|
45
|
-
<ECCustomAttributeClass typeName="IsMixin" description="Applied to abstract ECEntityClasses which serve as secondary base classes for normal ECEntityClasses." displayLabel="Is Mixin" appliesTo="EntityClass" modifier="Sealed"
|
|
46
|
-
<ECProperty propertyName="AppliesToEntityClass" typeName="string" description="This mixin may only be applied to entity classes which derive from this class. Class Name should be fully specified as 'alias:ClassName'"
|
|
50
|
+
<ECCustomAttributeClass typeName="IsMixin" description="Applied to abstract ECEntityClasses which serve as secondary base classes for normal ECEntityClasses." displayLabel="Is Mixin" appliesTo="EntityClass" modifier="Sealed">
|
|
51
|
+
<ECProperty propertyName="AppliesToEntityClass" typeName="string" description="This mixin may only be applied to entity classes which derive from this class. Class Name should be fully specified as 'alias:ClassName'"/>
|
|
47
52
|
</ECCustomAttributeClass>
|
|
48
53
|
<ECCustomAttributeClass typeName="NotSubclassableInReferencingSchemas" appliesTo="AnyClass" modifier="Sealed" description="Makes a class 'sealed' outside of the schema containing the class">
|
|
49
|
-
<ECArrayProperty propertyName="Exceptions" typeName="string" description="Optionally allows specific classes in other schemas to subclass this class. Use format '[SchemaName]:[ClassName]', e.g. 'Fruit:Banana'"
|
|
54
|
+
<ECArrayProperty propertyName="Exceptions" typeName="string" description="Optionally allows specific classes in other schemas to subclass this class. Use format '[SchemaName]:[ClassName]', e.g. 'Fruit:Banana'"/>
|
|
50
55
|
</ECCustomAttributeClass>
|
|
51
56
|
<ECCustomAttributeClass typeName="HiddenProperty" appliesTo="AnyProperty" modifier="Sealed" description="Identifies a property which is designed to be hidden from the user interface">
|
|
52
|
-
<ECProperty propertyName="Show" typeName="boolean" description="If set to true show the hidden property. Defaults to False. Allows a property override to show a hidden property in a derived class"
|
|
57
|
+
<ECProperty propertyName="Show" typeName="boolean" description="If set to true show the hidden property. Defaults to False. Allows a property override to show a hidden property in a derived class"/>
|
|
53
58
|
</ECCustomAttributeClass>
|
|
54
59
|
<ECCustomAttributeClass typeName="HiddenSchema" appliesTo="Schema" modifier="Sealed" description="Identifies a schema which is designed to be hidden from the user interface. By default all classes in the schema are hidden as well.">
|
|
55
|
-
<ECProperty propertyName="ShowClasses" typeName="boolean" description="If true classe in the schema will be shown. Default is False. If set to true individual classes may be hidden using the HiddenClass custom attribute"
|
|
60
|
+
<ECProperty propertyName="ShowClasses" typeName="boolean" description="If true classe in the schema will be shown. Default is False. If set to true individual classes may be hidden using the HiddenClass custom attribute"/>
|
|
56
61
|
</ECCustomAttributeClass>
|
|
57
62
|
<ECCustomAttributeClass typeName="HiddenClass" appliesTo="AnyClass" modifier="Sealed" description="Identifies a class which is designed to be hidden from teh user interface. Hides the class it is applied to and all derived classes">
|
|
58
63
|
<ECProperty propertyName="Show" typeName="boolean" description="If set to true show the hidden class. Defaults to False. Allows a derived class to be shown even though it's base class is hidden"/>
|
|
@@ -61,19 +66,19 @@
|
|
|
61
66
|
<ECProperty propertyName="Description" typeName="string" description="Gives advice about avoiding the deprecated item or other helpful information related to the deprecation of the item."/>
|
|
62
67
|
</ECCustomAttributeClass>
|
|
63
68
|
<ECCustomAttributeClass typeName="Extension" appliesTo="AnyProperty" modifier="Sealed" description="Used to indicate that the property this custom attribute is applied to is an extension property.">
|
|
64
|
-
<ECProperty propertyName="Origin" typeName="string" description="Extension origin."
|
|
69
|
+
<ECProperty propertyName="Origin" typeName="string" description="Extension origin."/>
|
|
65
70
|
</ECCustomAttributeClass>
|
|
66
71
|
|
|
67
72
|
<ECEnumeration typeName="ProductionStatusValue" backingTypeName="string" isStrict="true" description="Used with ProductionStatus to declare the schema author's intended and supported workflows for the schema.">
|
|
68
|
-
<ECEnumerator
|
|
69
|
-
<ECEnumerator
|
|
70
|
-
<ECEnumerator
|
|
71
|
-
<ECEnumerator
|
|
73
|
+
<ECEnumerator name="NotForProduction" value="NotForProduction" description="This schema is under development and should not be used for production workflows. Data created using this schema is not supported and may not be upgradable."/>
|
|
74
|
+
<ECEnumerator name="FieldTesting" value="FieldTesting" description="This schema is suitable for field testing of production workflows. Data created with the schema is not supported long-term and may not be upgradable."/>
|
|
75
|
+
<ECEnumerator name="Production" value="Production" description="This schema is suitable for production workflows. Data created using this schema will be supported long term (possibly through transformation)."/>
|
|
76
|
+
<ECEnumerator name="Deprecated" value="Deprecated" description="This schema is no longer recommended for production workflows. Better alternatives exist and should be used instead."/>
|
|
72
77
|
</ECEnumeration>
|
|
73
78
|
|
|
74
79
|
<ECCustomAttributeClass typeName="ProductionStatus" appliesTo="Schema" modifier="Sealed" description="Declares the suitability of this schema for use in production and other workflows.">
|
|
75
80
|
<ECProperty propertyName="SupportedUse" typeName="ProductionStatusValue" description="Indicates the suitability of this schema for production or other usage."/>
|
|
76
|
-
<ECProperty propertyName="Checksum" typeName="string" description="Set when the schema ProductionStatus is set. Used to verify that a validated schema has not been modified after that point."
|
|
81
|
+
<ECProperty propertyName="Checksum" typeName="string" description="Set when the schema ProductionStatus is set. Used to verify that a validated schema has not been modified after that point."/>
|
|
77
82
|
</ECCustomAttributeClass>
|
|
78
83
|
|
|
79
84
|
</ECSchema>
|
package/CrashpadHandler
CHANGED
|
Binary file
|
package/iTwinDaemon
CHANGED
|
Binary file
|
package/imodeljs.node
CHANGED
|
Binary file
|