@bentley/imodeljs-win32-x64 4.2.4 → 4.2.5

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.
Files changed (42) hide show
  1. package/Assets/ECSchemas/Dgn/Generic.ecschema.xml +151 -151
  2. package/Assets/ECSchemas/Domain/Analytical.ecschema.xml +55 -55
  3. package/Assets/ECSchemas/Domain/Asset.ecschema.xml +41 -41
  4. package/Assets/ECSchemas/Domain/LinearReferencing.ecschema.xml +213 -213
  5. package/Assets/ECSchemas/Domain/PresentationRules.ecschema.xml +22 -22
  6. package/Assets/ECSchemas/Standard/BisCustomAttributes.01.00.00.ecschema.xml +18 -18
  7. package/Assets/ECSchemas/Standard/CoreCustomAttributes.01.00.03.ecschema.xml +79 -79
  8. package/Assets/ECSchemas/Standard/SchemaLocalizationCustomAttributes.01.00.00.ecschema.xml +17 -17
  9. package/Assets/ECSchemas/Standard/SchemaUpgradeCustomAttributes.01.00.00.ecschema.xml +11 -11
  10. package/Assets/ECSchemas/Standard/Units.01.00.07.ecschema.xml +617 -617
  11. package/Notices/folly-notice.txt +177 -177
  12. package/Notices/google_re2-license.txt +27 -27
  13. package/Notices/jpeg-turbo-license.txt +132 -132
  14. package/Notices/jsoncpp-license.txt +55 -55
  15. package/Notices/libxml2-license.txt +23 -23
  16. package/Notices/minizip-license.txt +74 -74
  17. package/Notices/sqlite-license.txt +11 -11
  18. package/iTwinBRepCore.dll +0 -0
  19. package/iTwinBentley.dll +0 -0
  20. package/iTwinCurl.dll +0 -0
  21. package/iTwinDaemon.exe +0 -0
  22. package/iTwinECObjects.dll +0 -0
  23. package/iTwinECPresentation.dll +0 -0
  24. package/iTwinFolly.dll +0 -0
  25. package/iTwinFreetype2.dll +0 -0
  26. package/iTwinGeoCoord.dll +0 -0
  27. package/iTwinGeom.dll +0 -0
  28. package/iTwinGeomSerialization.dll +0 -0
  29. package/iTwinIcu4c.dll +0 -0
  30. package/iTwinLibxml2.dll +0 -0
  31. package/iTwinNapi.dll +0 -0
  32. package/iTwinOpenSSL.dll +0 -0
  33. package/iTwinPSBRepGeometry.dll +0 -0
  34. package/iTwinPlatform.dll +0 -0
  35. package/iTwinPugixml.dll +0 -0
  36. package/iTwinSQLite.dll +0 -0
  37. package/iTwinSQLiteEC.dll +0 -0
  38. package/iTwinUnits.dll +0 -0
  39. package/iTwinVisualization.dll +0 -0
  40. package/iTwinXml.dll +0 -0
  41. package/imodeljs.node +0 -0
  42. package/package.json +1 -1
@@ -1,151 +1,151 @@
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="Generic" alias="generic" version="01.00.05" xmlns="http://www.bentley.com/schemas/Bentley.ECXML.3.2" description="This schema contains classes that are completely generic. These classes should only be used when there is not enough context to pick something more specific.">
7
- <ECSchemaReference name="CoreCustomAttributes" version="01.00.03" alias="CoreCA"/>
8
- <ECSchemaReference name="BisCore" version="01.00.15" alias="bis"/>
9
- <ECSchemaReference name="ECDbMap" version="02.00.00" alias="ecdbmap"/>
10
-
11
- <ECCustomAttributes>
12
- <ProductionStatus xmlns="CoreCustomAttributes.01.00.03">
13
- <SupportedUse>Production</SupportedUse>
14
- </ProductionStatus>
15
- </ECCustomAttributes>
16
-
17
- <ECEntityClass typeName="DetailingSymbol" modifier="Abstract" displayLabel="Detailing Symbol" description="A graphical detailing symbol that is placed on a bis:Drawing or bis:Sheet.">
18
- <!-- Mimics the like-named V8 type -->
19
- <ECCustomAttributes>
20
- <ClassHasHandler xmlns="BisCore.01.00.00"/>
21
- </ECCustomAttributes>
22
- <BaseClass>bis:GraphicalElement2d</BaseClass>
23
- </ECEntityClass>
24
-
25
- <ECEntityClass typeName="TitleText" modifier="Sealed" displayLabel="Title Text" description="A generic:DetailingSymbol that contains title text.">
26
- <!-- Mimics the like-named V8 type -->
27
- <BaseClass>DetailingSymbol</BaseClass>
28
- </ECEntityClass>
29
-
30
- <ECRelationshipClass typeName="ViewAttachmentLabelAnnotatesViewAttachment" strengthDirection="Backward" strength="referencing" modifier="Sealed">
31
- <Source multiplicity="(0..1)" polymorphic="true" roleLabel="annotates" >
32
- <Class class="ViewAttachmentLabel"/>
33
- </Source>
34
- <Target multiplicity="(0..1)" polymorphic="true" roleLabel="is annotated by" >
35
- <Class class="bis:ViewAttachment"/>
36
- </Target>
37
- </ECRelationshipClass>
38
-
39
- <ECEntityClass typeName="ViewAttachmentLabel" modifier="Sealed" displayLabel="View Attachment Label" description="A generic:DetailingSymbol that contains a view attachment label.">
40
- <!-- Maps to the V8 type DrawingBoundary -->
41
- <!-- Its CodeValue is the section/elevation/plan/detail "id" -->
42
- <ECCustomAttributes>
43
- <ClassHasHandler xmlns="BisCore.01.00.00"/>
44
- </ECCustomAttributes>
45
- <BaseClass>DetailingSymbol</BaseClass>
46
- <ECNavigationProperty propertyName="ViewAttachment" relationshipName="ViewAttachmentLabelAnnotatesViewAttachment" direction="Forward" readOnly="True" displayLabel="View Attachment"/>
47
- <ECProperty propertyName="ClipGeometry" typeName="string" extendedTypeName="Json" displayLabel="Clip Geometry" description="Defines the area on the sheet that contains annotations relevant to the View Attachment."/>
48
- </ECEntityClass>
49
-
50
- <ECRelationshipClass typeName="CalloutRefersToDrawingModel" strengthDirection="Backward" strength="referencing" modifier="Sealed">
51
- <Source multiplicity="(0..*)" polymorphic="true" roleLabel="refers to" >
52
- <Class class="Callout"/>
53
- </Source>
54
- <!-- 0..* - many callouts can refer to the same DrawingModel, or there may be no callouts that refer to a given DrawingModel. -->
55
- <!-- 0..1 - a given callout refers to only on DrawingModel, or the callout may be a TBD and have no DrawingModel -->
56
- <Target multiplicity="(0..1)" polymorphic="true" roleLabel="is referenced by" >
57
- <Class class="bis:DrawingModel"/>
58
- </Target>
59
- </ECRelationshipClass>
60
-
61
- <ECEntityClass typeName="Callout" modifier="Abstract" description="A generic:DetailingSymbol that calls out a reference to another bis:Drawing.">
62
- <!-- Mimics the like-named V8 type -->
63
- <ECCustomAttributes>
64
- <ClassHasHandler xmlns="BisCore.01.00.00"/>
65
- </ECCustomAttributes>
66
- <BaseClass>DetailingSymbol</BaseClass>
67
- <ECNavigationProperty propertyName="DrawingModel" relationshipName="CalloutRefersToDrawingModel" direction="Forward" readOnly="True" displayLabel="Drawing Model">
68
- </ECNavigationProperty>
69
- </ECEntityClass>
70
-
71
- <ECEntityClass typeName="SectionCallout" modifier="Sealed" displayLabel="Section Callout" description="A generic:Callout that calls out a reference to a section drawing.">
72
- <!-- Mimics the like-named V8 type -->
73
- <BaseClass>Callout</BaseClass>
74
- </ECEntityClass>
75
-
76
- <ECEntityClass typeName="ElevationCallout" modifier="Sealed" displayLabel="Elevation Callout" description="A generic:Callout that calls out a reference to an elevation drawing.">
77
- <!-- Mimics the like-named V8 type -->
78
- <BaseClass>Callout</BaseClass>
79
- </ECEntityClass>
80
-
81
- <ECEntityClass typeName="PlanCallout" modifier="Sealed" displayLabel="Plan Callout" description="A generic:Callout that calls out a reference to a plan drawing.">
82
- <!-- Mimics the like-named V8 type -->
83
- <BaseClass>Callout</BaseClass>
84
- </ECEntityClass>
85
-
86
- <ECEntityClass typeName="DetailCallout" modifier="Sealed" displayLabel="Detail Callout" description="A generic:Callout that calls out a reference to a detail drawing.">
87
- <!-- Mimics the like-named V8 type -->
88
- <BaseClass>Callout</BaseClass>
89
- </ECEntityClass>
90
-
91
- <ECEntityClass typeName="Graphic3d" modifier="Sealed" displayLabel="3D Graphic" description="The generic:Graphic3d class is a concrete subclass of bis:GraphicalElement3d that can be used for generic 3D graphics which cannot be further classified. More-specific bis:GraphicalElement3d subclasses should be used wherever possible.">
92
- <!-- A generic Graphic3d is used by a conversion process when: -->
93
- <!-- * It did not have enough information to pick another domain -->
94
- <!-- * It determined the element is 3d but does not represent a bis:SpatialElement -->
95
- <BaseClass>bis:GraphicalElement3d</BaseClass>
96
- </ECEntityClass>
97
-
98
- <ECEntityClass typeName="GraphicalModel3d" modifier="Sealed" displayLabel="3D Graphical Model" description="A container for persisting bis:GraphicalElement3d instances.">
99
- <BaseClass>bis:GraphicalModel3d</BaseClass>
100
- </ECEntityClass>
101
-
102
- <ECEntityClass typeName="PhysicalObject" modifier="Sealed" displayLabel="Physical Object" description="The generic:PhysicalObject class is used for bis:PhysicalElements which cannot be further classified. More-specific bis:PhysicalElement subclasses should be used wherever possible.">
103
- <!-- A generic PhysicalObject is used by a conversion process when: -->
104
- <!-- * It did not have enough information to pick another domain -->
105
- <!-- * It determined the element represents a PhysicalObject -->
106
- <BaseClass>bis:PhysicalElement</BaseClass>
107
- </ECEntityClass>
108
-
109
- <ECEntityClass typeName="SpatialLocation" modifier="Sealed" displayLabel="Spatial Location" description="The generic:SpatialLocation class is used for bis:SpatialLocationElements which cannot be further classified. More-specific bis:SpatialLocationElement subclasses should be used wherever possible.">
110
- <!-- A generic SpatialLocation is used by a conversion process when: -->
111
- <!-- * It did not have enough information to pick another domain -->
112
- <!-- * It determined the element represents a SpatialLocation -->
113
- <BaseClass>bis:SpatialLocationElement</BaseClass>
114
- </ECEntityClass>
115
-
116
- <ECEntityClass typeName="GroupModel" modifier="Sealed" displayLabel="Group Model">
117
- <BaseClass>bis:GroupInformationModel</BaseClass>
118
- <ECCustomAttributes>
119
- <ClassHasHandler xmlns="BisCore.01.00.00"/>
120
- </ECCustomAttributes>
121
- </ECEntityClass>
122
-
123
- <ECEntityClass typeName="Group" modifier="Sealed">
124
- <!-- Groups elements using the ElementGroupsMembers relationship -->
125
- <BaseClass>bis:GroupInformationElement</BaseClass>
126
- <ECCustomAttributes>
127
- <ClassHasHandler xmlns="BisCore.01.00.00"/>
128
- </ECCustomAttributes>
129
- </ECEntityClass>
130
-
131
- <ECEntityClass typeName="PhysicalType" modifier="Sealed" displayLabel="Physical Type" description="The generic:PhysicalType class is used for bis:PhysicalType elements which cannot be further classified. More-specific bis:PhysicalType subclasses should be used wherever possible.">
132
- <BaseClass>bis:PhysicalType</BaseClass>
133
- </ECEntityClass>
134
-
135
- <ECEntityClass typeName="SpatialLocationType" modifier="Sealed" displayLabel="Spatial Location Type" description="The generic:SpatialLocationType class is used for bis:SpatialLocationType elements which cannot be further classified. More-specific bis:SpatialLocationType subclasses should be used wherever possible.">
136
- <BaseClass>bis:SpatialLocationType</BaseClass>
137
- </ECEntityClass>
138
-
139
- <ECEntityClass typeName="GraphicalType2d" modifier="Sealed" displayLabel="2D Graphical Type" description="The generic:GraphicalType2d class is used for bis:GraphicalType2d elements which cannot be further classified. More-specific bis:GraphicalType2d subclasses should be used wherever possible.">
140
- <BaseClass>bis:GraphicalType2d</BaseClass>
141
- </ECEntityClass>
142
-
143
- <ECEntityClass typeName="Document" modifier="Sealed" description="The generic:Document class is used for bis:Document elements which cannot be further classified. More-specific bis:Document subclasses should be used wherever possible.">
144
- <BaseClass>bis:Document</BaseClass>
145
- </ECEntityClass>
146
-
147
- <ECEntityClass typeName="PhysicalMaterial" modifier="Sealed" displayLabel="Physical Material" description="The generic:PhysicalMaterial class is used for bis:PhysicalMaterial elements which cannot be further classified. More-specific bis:PhysicalMaterial subclasses should be used wherever possible.">
148
- <BaseClass>bis:PhysicalMaterial</BaseClass>
149
- </ECEntityClass>
150
-
151
- </ECSchema>
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="Generic" alias="generic" version="01.00.05" xmlns="http://www.bentley.com/schemas/Bentley.ECXML.3.2" description="This schema contains classes that are completely generic. These classes should only be used when there is not enough context to pick something more specific.">
7
+ <ECSchemaReference name="CoreCustomAttributes" version="01.00.03" alias="CoreCA"/>
8
+ <ECSchemaReference name="BisCore" version="01.00.15" alias="bis"/>
9
+ <ECSchemaReference name="ECDbMap" version="02.00.00" alias="ecdbmap"/>
10
+
11
+ <ECCustomAttributes>
12
+ <ProductionStatus xmlns="CoreCustomAttributes.01.00.03">
13
+ <SupportedUse>Production</SupportedUse>
14
+ </ProductionStatus>
15
+ </ECCustomAttributes>
16
+
17
+ <ECEntityClass typeName="DetailingSymbol" modifier="Abstract" displayLabel="Detailing Symbol" description="A graphical detailing symbol that is placed on a bis:Drawing or bis:Sheet.">
18
+ <!-- Mimics the like-named V8 type -->
19
+ <ECCustomAttributes>
20
+ <ClassHasHandler xmlns="BisCore.01.00.00"/>
21
+ </ECCustomAttributes>
22
+ <BaseClass>bis:GraphicalElement2d</BaseClass>
23
+ </ECEntityClass>
24
+
25
+ <ECEntityClass typeName="TitleText" modifier="Sealed" displayLabel="Title Text" description="A generic:DetailingSymbol that contains title text.">
26
+ <!-- Mimics the like-named V8 type -->
27
+ <BaseClass>DetailingSymbol</BaseClass>
28
+ </ECEntityClass>
29
+
30
+ <ECRelationshipClass typeName="ViewAttachmentLabelAnnotatesViewAttachment" strengthDirection="Backward" strength="referencing" modifier="Sealed">
31
+ <Source multiplicity="(0..1)" polymorphic="true" roleLabel="annotates" >
32
+ <Class class="ViewAttachmentLabel"/>
33
+ </Source>
34
+ <Target multiplicity="(0..1)" polymorphic="true" roleLabel="is annotated by" >
35
+ <Class class="bis:ViewAttachment"/>
36
+ </Target>
37
+ </ECRelationshipClass>
38
+
39
+ <ECEntityClass typeName="ViewAttachmentLabel" modifier="Sealed" displayLabel="View Attachment Label" description="A generic:DetailingSymbol that contains a view attachment label.">
40
+ <!-- Maps to the V8 type DrawingBoundary -->
41
+ <!-- Its CodeValue is the section/elevation/plan/detail "id" -->
42
+ <ECCustomAttributes>
43
+ <ClassHasHandler xmlns="BisCore.01.00.00"/>
44
+ </ECCustomAttributes>
45
+ <BaseClass>DetailingSymbol</BaseClass>
46
+ <ECNavigationProperty propertyName="ViewAttachment" relationshipName="ViewAttachmentLabelAnnotatesViewAttachment" direction="Forward" readOnly="True" displayLabel="View Attachment"/>
47
+ <ECProperty propertyName="ClipGeometry" typeName="string" extendedTypeName="Json" displayLabel="Clip Geometry" description="Defines the area on the sheet that contains annotations relevant to the View Attachment."/>
48
+ </ECEntityClass>
49
+
50
+ <ECRelationshipClass typeName="CalloutRefersToDrawingModel" strengthDirection="Backward" strength="referencing" modifier="Sealed">
51
+ <Source multiplicity="(0..*)" polymorphic="true" roleLabel="refers to" >
52
+ <Class class="Callout"/>
53
+ </Source>
54
+ <!-- 0..* - many callouts can refer to the same DrawingModel, or there may be no callouts that refer to a given DrawingModel. -->
55
+ <!-- 0..1 - a given callout refers to only on DrawingModel, or the callout may be a TBD and have no DrawingModel -->
56
+ <Target multiplicity="(0..1)" polymorphic="true" roleLabel="is referenced by" >
57
+ <Class class="bis:DrawingModel"/>
58
+ </Target>
59
+ </ECRelationshipClass>
60
+
61
+ <ECEntityClass typeName="Callout" modifier="Abstract" description="A generic:DetailingSymbol that calls out a reference to another bis:Drawing.">
62
+ <!-- Mimics the like-named V8 type -->
63
+ <ECCustomAttributes>
64
+ <ClassHasHandler xmlns="BisCore.01.00.00"/>
65
+ </ECCustomAttributes>
66
+ <BaseClass>DetailingSymbol</BaseClass>
67
+ <ECNavigationProperty propertyName="DrawingModel" relationshipName="CalloutRefersToDrawingModel" direction="Forward" readOnly="True" displayLabel="Drawing Model">
68
+ </ECNavigationProperty>
69
+ </ECEntityClass>
70
+
71
+ <ECEntityClass typeName="SectionCallout" modifier="Sealed" displayLabel="Section Callout" description="A generic:Callout that calls out a reference to a section drawing.">
72
+ <!-- Mimics the like-named V8 type -->
73
+ <BaseClass>Callout</BaseClass>
74
+ </ECEntityClass>
75
+
76
+ <ECEntityClass typeName="ElevationCallout" modifier="Sealed" displayLabel="Elevation Callout" description="A generic:Callout that calls out a reference to an elevation drawing.">
77
+ <!-- Mimics the like-named V8 type -->
78
+ <BaseClass>Callout</BaseClass>
79
+ </ECEntityClass>
80
+
81
+ <ECEntityClass typeName="PlanCallout" modifier="Sealed" displayLabel="Plan Callout" description="A generic:Callout that calls out a reference to a plan drawing.">
82
+ <!-- Mimics the like-named V8 type -->
83
+ <BaseClass>Callout</BaseClass>
84
+ </ECEntityClass>
85
+
86
+ <ECEntityClass typeName="DetailCallout" modifier="Sealed" displayLabel="Detail Callout" description="A generic:Callout that calls out a reference to a detail drawing.">
87
+ <!-- Mimics the like-named V8 type -->
88
+ <BaseClass>Callout</BaseClass>
89
+ </ECEntityClass>
90
+
91
+ <ECEntityClass typeName="Graphic3d" modifier="Sealed" displayLabel="3D Graphic" description="The generic:Graphic3d class is a concrete subclass of bis:GraphicalElement3d that can be used for generic 3D graphics which cannot be further classified. More-specific bis:GraphicalElement3d subclasses should be used wherever possible.">
92
+ <!-- A generic Graphic3d is used by a conversion process when: -->
93
+ <!-- * It did not have enough information to pick another domain -->
94
+ <!-- * It determined the element is 3d but does not represent a bis:SpatialElement -->
95
+ <BaseClass>bis:GraphicalElement3d</BaseClass>
96
+ </ECEntityClass>
97
+
98
+ <ECEntityClass typeName="GraphicalModel3d" modifier="Sealed" displayLabel="3D Graphical Model" description="A container for persisting bis:GraphicalElement3d instances.">
99
+ <BaseClass>bis:GraphicalModel3d</BaseClass>
100
+ </ECEntityClass>
101
+
102
+ <ECEntityClass typeName="PhysicalObject" modifier="Sealed" displayLabel="Physical Object" description="The generic:PhysicalObject class is used for bis:PhysicalElements which cannot be further classified. More-specific bis:PhysicalElement subclasses should be used wherever possible.">
103
+ <!-- A generic PhysicalObject is used by a conversion process when: -->
104
+ <!-- * It did not have enough information to pick another domain -->
105
+ <!-- * It determined the element represents a PhysicalObject -->
106
+ <BaseClass>bis:PhysicalElement</BaseClass>
107
+ </ECEntityClass>
108
+
109
+ <ECEntityClass typeName="SpatialLocation" modifier="Sealed" displayLabel="Spatial Location" description="The generic:SpatialLocation class is used for bis:SpatialLocationElements which cannot be further classified. More-specific bis:SpatialLocationElement subclasses should be used wherever possible.">
110
+ <!-- A generic SpatialLocation is used by a conversion process when: -->
111
+ <!-- * It did not have enough information to pick another domain -->
112
+ <!-- * It determined the element represents a SpatialLocation -->
113
+ <BaseClass>bis:SpatialLocationElement</BaseClass>
114
+ </ECEntityClass>
115
+
116
+ <ECEntityClass typeName="GroupModel" modifier="Sealed" displayLabel="Group Model">
117
+ <BaseClass>bis:GroupInformationModel</BaseClass>
118
+ <ECCustomAttributes>
119
+ <ClassHasHandler xmlns="BisCore.01.00.00"/>
120
+ </ECCustomAttributes>
121
+ </ECEntityClass>
122
+
123
+ <ECEntityClass typeName="Group" modifier="Sealed">
124
+ <!-- Groups elements using the ElementGroupsMembers relationship -->
125
+ <BaseClass>bis:GroupInformationElement</BaseClass>
126
+ <ECCustomAttributes>
127
+ <ClassHasHandler xmlns="BisCore.01.00.00"/>
128
+ </ECCustomAttributes>
129
+ </ECEntityClass>
130
+
131
+ <ECEntityClass typeName="PhysicalType" modifier="Sealed" displayLabel="Physical Type" description="The generic:PhysicalType class is used for bis:PhysicalType elements which cannot be further classified. More-specific bis:PhysicalType subclasses should be used wherever possible.">
132
+ <BaseClass>bis:PhysicalType</BaseClass>
133
+ </ECEntityClass>
134
+
135
+ <ECEntityClass typeName="SpatialLocationType" modifier="Sealed" displayLabel="Spatial Location Type" description="The generic:SpatialLocationType class is used for bis:SpatialLocationType elements which cannot be further classified. More-specific bis:SpatialLocationType subclasses should be used wherever possible.">
136
+ <BaseClass>bis:SpatialLocationType</BaseClass>
137
+ </ECEntityClass>
138
+
139
+ <ECEntityClass typeName="GraphicalType2d" modifier="Sealed" displayLabel="2D Graphical Type" description="The generic:GraphicalType2d class is used for bis:GraphicalType2d elements which cannot be further classified. More-specific bis:GraphicalType2d subclasses should be used wherever possible.">
140
+ <BaseClass>bis:GraphicalType2d</BaseClass>
141
+ </ECEntityClass>
142
+
143
+ <ECEntityClass typeName="Document" modifier="Sealed" description="The generic:Document class is used for bis:Document elements which cannot be further classified. More-specific bis:Document subclasses should be used wherever possible.">
144
+ <BaseClass>bis:Document</BaseClass>
145
+ </ECEntityClass>
146
+
147
+ <ECEntityClass typeName="PhysicalMaterial" modifier="Sealed" displayLabel="Physical Material" description="The generic:PhysicalMaterial class is used for bis:PhysicalMaterial elements which cannot be further classified. More-specific bis:PhysicalMaterial subclasses should be used wherever possible.">
148
+ <BaseClass>bis:PhysicalMaterial</BaseClass>
149
+ </ECEntityClass>
150
+
151
+ </ECSchema>
@@ -1,55 +1,55 @@
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="Analytical" alias="anlyt" version="01.00.01" xmlns="http://www.bentley.com/schemas/Bentley.ECXML.3.2" displayLabel="Analytical" description="The BIS classes that specialized Analytical domain schemas extend.">
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>Production</SupportedUse>
14
- </ProductionStatus>
15
- <SchemaLayerInfo xmlns="BisCustomAttributes.01.00.00">
16
- <Value>Core</Value>
17
- </SchemaLayerInfo>
18
- </ECCustomAttributes>
19
-
20
- <ECEntityClass typeName="AnalyticalPartition" modifier="Abstract" displayLabel="Analytical Partition" description="An anlyt:AnalyticalPartition element indicates that there is a specialized analytical perspective within the overall information hierarchy. An anlyt:AnalyticalPartition subclass is always parented to a bis:Subject and broken down by an anlyt:AnalyticalModel.">
21
- <BaseClass>bis:InformationPartitionElement</BaseClass>
22
- </ECEntityClass>
23
-
24
- <ECEntityClass typeName="AnalyticalModel" modifier="Abstract" displayLabel="Analytical Model" description="A container for persisting anlyt:AnalyticalElement instances used to model a specialized analytical perspective.">
25
- <BaseClass>bis:GeometricModel3d</BaseClass>
26
- </ECEntityClass>
27
-
28
- <ECEntityClass typeName="AnalyticalElement" modifier="Abstract" displayLabel="Analytical Element" description="An anlyt:AnalyticalElement is spatially located, simulating zero or more bis:SpatialLocationElement or bis:PhysicalElement instances in light of a specialized analytical perspective.">
29
- <BaseClass>bis:GeometricElement3d</BaseClass>
30
- </ECEntityClass>
31
-
32
- <ECEntityClass typeName="AnalyticalType" modifier="Abstract" displayLabel="Analytical Type" description="Defines a shared set of properties (the 'type') that can be associated with an anlyt:AnalyticalElement. It is not meant to replace a bis:PhysicalType if it is available.">
33
- <BaseClass>bis:TypeDefinitionElement</BaseClass>
34
- </ECEntityClass>
35
-
36
- <ECRelationshipClass typeName="AnalyticalElementIsOfType" strength="referencing" modifier="None" description="A type-instance relation; one that indicates that the specific anlyt:AnalyticalElement is an instance of the defined anlyt:AnalyticalType.">
37
- <BaseClass>bis:GeometricElement3dHasTypeDefinition</BaseClass>
38
- <Source multiplicity="(0..*)" roleLabel="is of type" polymorphic="true">
39
- <Class class="AnalyticalElement" />
40
- </Source>
41
- <Target multiplicity="(0..1)" roleLabel="is type of" polymorphic="true">
42
- <Class class="AnalyticalType"/>
43
- </Target>
44
- </ECRelationshipClass>
45
-
46
- <ECRelationshipClass typeName="AnalyticalSimulatesSpatialElement" strength="referencing" modifier="None" description="Relates an anlyt:AnalyticalElement to the bis:SpatialLocationElement or bis:PhysicalElement it is simulating, in light of a specialized analytical perspective.">
47
- <BaseClass>bis:ElementRefersToElements</BaseClass>
48
- <Source multiplicity="(0..*)" roleLabel="simulates" polymorphic="true">
49
- <Class class="AnalyticalElement"/>
50
- </Source>
51
- <Target multiplicity="(0..*)" roleLabel="is simulated by" polymorphic="true">
52
- <Class class="bis:SpatialElement"/>
53
- </Target>
54
- </ECRelationshipClass>
55
- </ECSchema>
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="Analytical" alias="anlyt" version="01.00.01" xmlns="http://www.bentley.com/schemas/Bentley.ECXML.3.2" displayLabel="Analytical" description="The BIS classes that specialized Analytical domain schemas extend.">
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>Production</SupportedUse>
14
+ </ProductionStatus>
15
+ <SchemaLayerInfo xmlns="BisCustomAttributes.01.00.00">
16
+ <Value>Core</Value>
17
+ </SchemaLayerInfo>
18
+ </ECCustomAttributes>
19
+
20
+ <ECEntityClass typeName="AnalyticalPartition" modifier="Abstract" displayLabel="Analytical Partition" description="An anlyt:AnalyticalPartition element indicates that there is a specialized analytical perspective within the overall information hierarchy. An anlyt:AnalyticalPartition subclass is always parented to a bis:Subject and broken down by an anlyt:AnalyticalModel.">
21
+ <BaseClass>bis:InformationPartitionElement</BaseClass>
22
+ </ECEntityClass>
23
+
24
+ <ECEntityClass typeName="AnalyticalModel" modifier="Abstract" displayLabel="Analytical Model" description="A container for persisting anlyt:AnalyticalElement instances used to model a specialized analytical perspective.">
25
+ <BaseClass>bis:GeometricModel3d</BaseClass>
26
+ </ECEntityClass>
27
+
28
+ <ECEntityClass typeName="AnalyticalElement" modifier="Abstract" displayLabel="Analytical Element" description="An anlyt:AnalyticalElement is spatially located, simulating zero or more bis:SpatialLocationElement or bis:PhysicalElement instances in light of a specialized analytical perspective.">
29
+ <BaseClass>bis:GeometricElement3d</BaseClass>
30
+ </ECEntityClass>
31
+
32
+ <ECEntityClass typeName="AnalyticalType" modifier="Abstract" displayLabel="Analytical Type" description="Defines a shared set of properties (the 'type') that can be associated with an anlyt:AnalyticalElement. It is not meant to replace a bis:PhysicalType if it is available.">
33
+ <BaseClass>bis:TypeDefinitionElement</BaseClass>
34
+ </ECEntityClass>
35
+
36
+ <ECRelationshipClass typeName="AnalyticalElementIsOfType" strength="referencing" modifier="None" description="A type-instance relation; one that indicates that the specific anlyt:AnalyticalElement is an instance of the defined anlyt:AnalyticalType.">
37
+ <BaseClass>bis:GeometricElement3dHasTypeDefinition</BaseClass>
38
+ <Source multiplicity="(0..*)" roleLabel="is of type" polymorphic="true">
39
+ <Class class="AnalyticalElement" />
40
+ </Source>
41
+ <Target multiplicity="(0..1)" roleLabel="is type of" polymorphic="true">
42
+ <Class class="AnalyticalType"/>
43
+ </Target>
44
+ </ECRelationshipClass>
45
+
46
+ <ECRelationshipClass typeName="AnalyticalSimulatesSpatialElement" strength="referencing" modifier="None" description="Relates an anlyt:AnalyticalElement to the bis:SpatialLocationElement or bis:PhysicalElement it is simulating, in light of a specialized analytical perspective.">
47
+ <BaseClass>bis:ElementRefersToElements</BaseClass>
48
+ <Source multiplicity="(0..*)" roleLabel="simulates" polymorphic="true">
49
+ <Class class="AnalyticalElement"/>
50
+ </Source>
51
+ <Target multiplicity="(0..*)" roleLabel="is simulated by" polymorphic="true">
52
+ <Class class="bis:SpatialElement"/>
53
+ </Target>
54
+ </ECRelationshipClass>
55
+ </ECSchema>
@@ -1,41 +1,41 @@
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>
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>