@bentley/imodeljs-win32-x64 3.5.4 → 3.5.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/Domain/Analytical.ecschema.xml +51 -51
- package/Assets/ECSchemas/Domain/Asset.ecschema.xml +41 -41
- package/Assets/ECSchemas/Domain/LinearReferencing.ecschema.xml +213 -213
- package/Assets/ECSchemas/Standard/BisCustomAttributes.01.00.00.ecschema.xml +18 -18
- package/Assets/ECSchemas/Standard/CoreCustomAttributes.01.00.03.ecschema.xml +79 -79
- package/Assets/ECSchemas/Standard/SchemaLocalizationCustomAttributes.01.00.00.ecschema.xml +17 -17
- package/Assets/ECSchemas/Standard/SchemaUpgradeCustomAttributes.01.00.00.ecschema.xml +11 -11
- package/Assets/ECSchemas/Standard/Units.01.00.07.ecschema.xml +617 -617
- package/BeCurlB02.dll +0 -0
- package/BeIcu4cB02.dll +0 -0
- package/BeLibxml2B02.dll +0 -0
- package/BeOpenSSLB02.dll +0 -0
- package/Notices/curl-license.txt +22 -22
- package/Notices/folly-notice.txt +177 -177
- package/Notices/freetype2-license.txt +169 -169
- package/Notices/google_re2-license.txt +27 -27
- package/Notices/jpeg-turbo-license.txt +132 -132
- package/Notices/jsoncpp-license.txt +55 -55
- package/Notices/libxml2-license.txt +23 -23
- package/Notices/minizip-license.txt +74 -74
- package/Notices/openssl-license.txt +125 -125
- package/Notices/sqlite-license.txt +11 -11
- package/freetype2B02.dll +0 -0
- package/iTwinBRepCore.dll +0 -0
- package/iTwinBentley.dll +0 -0
- package/iTwinDaemon.exe +0 -0
- package/iTwinECObjects.dll +0 -0
- package/iTwinECPresentation.dll +0 -0
- package/iTwinFolly.dll +0 -0
- package/iTwinGeoCoord.dll +0 -0
- package/iTwinGeom.dll +0 -0
- package/iTwinGeomSerialization.dll +0 -0
- package/iTwinNapi.dll +0 -0
- package/iTwinPSBRepGeometry.dll +0 -0
- package/iTwinPlatform.dll +0 -0
- package/iTwinPugixml.dll +0 -0
- package/iTwinSQLite.dll +0 -0
- package/iTwinSQLiteEC.dll +0 -0
- package/iTwinUnits.dll +0 -0
- package/iTwinVisualization.dll +0 -0
- package/iTwinXml.dll +0 -0
- package/imodeljs.node +0 -0
- package/package.json +1 -1
|
@@ -1,213 +1,213 @@
|
|
|
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="LinearReferencing" alias="lr" version="02.00.03" description="Base schema for Linear Referencing." xmlns="http://www.bentley.com/schemas/Bentley.ECXML.3.2">
|
|
7
|
-
<ECSchemaReference name="CoreCustomAttributes" version="01.00.03" alias="CoreCA"/>
|
|
8
|
-
<ECSchemaReference name="BisCore" version="01.00.14" alias="bis"/>
|
|
9
|
-
<ECSchemaReference name="Formats" version="01.00.00" alias="f"/>
|
|
10
|
-
<ECSchemaReference name="Units" version="01.00.07" alias="u"/>
|
|
11
|
-
|
|
12
|
-
<ECCustomAttributes>
|
|
13
|
-
<ProductionStatus xmlns="CoreCustomAttributes.01.00.03">
|
|
14
|
-
<SupportedUse>Production</SupportedUse>
|
|
15
|
-
</ProductionStatus>
|
|
16
|
-
</ECCustomAttributes>
|
|
17
|
-
|
|
18
|
-
<KindOfQuantity typeName="LENGTH" displayLabel="Linear Referencing Length" persistenceUnit="u:M" presentationUnits="f:DefaultRealU(2)[u:M];f:DefaultRealU(2)[u:FT]" relativeError="0.0001"/>
|
|
19
|
-
|
|
20
|
-
<ECEntityClass typeName="ILinearElement" displayLabel="Linear-Element" description="Mix-in to be supported by Element-subclasses meant to play the role of Linear-Elements." modifier="Abstract">
|
|
21
|
-
<ECCustomAttributes>
|
|
22
|
-
<IsMixin xmlns='CoreCustomAttributes.01.00.00'>
|
|
23
|
-
<AppliesToEntityClass>bis:Element</AppliesToEntityClass>
|
|
24
|
-
</IsMixin>
|
|
25
|
-
</ECCustomAttributes>
|
|
26
|
-
<ECProperty propertyName="StartValue" typeName="double" kindOfQuantity="LENGTH" displayLabel="Start Value" description="Distance along value at the start of the Linear-Element, measured from an absolute zero."/>
|
|
27
|
-
<ECProperty propertyName="LengthValue" typeName="double" kindOfQuantity="LENGTH" displayLabel="Length" description="Length measure value for the Linear-Element."/>
|
|
28
|
-
<ECNavigationProperty propertyName="LinearElementSource" relationshipName="ILinearElementProvidedBySource" direction="Forward" displayLabel="Source" description="Source element providing this Linear-Element."/>
|
|
29
|
-
</ECEntityClass>
|
|
30
|
-
<ECEntityClass typeName="ILinearElementSource" displayLabel="Linear-Element Source" description="Mix-in to be supported by Element-subclasses meant to provide Linear-Elements." modifier="Abstract">
|
|
31
|
-
<ECCustomAttributes>
|
|
32
|
-
<IsMixin xmlns='CoreCustomAttributes.01.00.00'>
|
|
33
|
-
<AppliesToEntityClass>bis:Element</AppliesToEntityClass>
|
|
34
|
-
</IsMixin>
|
|
35
|
-
</ECCustomAttributes>
|
|
36
|
-
</ECEntityClass>
|
|
37
|
-
<ECRelationshipClass typeName="ILinearElementProvidedBySource" strength="referencing" modifier="None" description="Relationship associating Linear-Elements with the elements they came from.">
|
|
38
|
-
<Source multiplicity="(0..*)" polymorphic="true" roleLabel="provided by">
|
|
39
|
-
<Class class="ILinearElement"/>
|
|
40
|
-
</Source>
|
|
41
|
-
<Target multiplicity="(0..1)" polymorphic="true" roleLabel="provides">
|
|
42
|
-
<Class class="ILinearElementSource"/>
|
|
43
|
-
</Target>
|
|
44
|
-
</ECRelationshipClass>
|
|
45
|
-
<ECEntityClass typeName="ILinearlyLocated" modifier="Abstract" displayLabel="Linearly-Located Element" description="Base mix-in for Elements to be linearly-referenced along Linear-Elements.">
|
|
46
|
-
<ECCustomAttributes>
|
|
47
|
-
<IsMixin xmlns='CoreCustomAttributes.01.00.00'>
|
|
48
|
-
<AppliesToEntityClass>bis:Element</AppliesToEntityClass>
|
|
49
|
-
</IsMixin>
|
|
50
|
-
</ECCustomAttributes>
|
|
51
|
-
</ECEntityClass>
|
|
52
|
-
<ECRelationshipClass typeName="ILinearlyLocatedAlongILinearElement" strength="referencing" modifier="None" description="Relationship indicating the Linear-Element along which concrete instances mixing-in ILinearlyLocated are located.">
|
|
53
|
-
<BaseClass>bis:ElementRefersToElements</BaseClass>
|
|
54
|
-
<Source multiplicity="(0..*)" polymorphic="true" roleLabel="along">
|
|
55
|
-
<Class class="ILinearlyLocated"/>
|
|
56
|
-
</Source>
|
|
57
|
-
<Target multiplicity="(0..1)" polymorphic="true" roleLabel="is linear axis for">
|
|
58
|
-
<Class class="ILinearElement"/>
|
|
59
|
-
</Target>
|
|
60
|
-
</ECRelationshipClass>
|
|
61
|
-
<ECEntityClass typeName="ILinearlyLocatedAttribution" displayLabel="Linearly-Located Attribution" description="Mix-in to be supported by Element-subclasses representing properties whose value is located along a Linear-Element and only applies to a portion of a Linear-Element-Source." modifier="Abstract">
|
|
62
|
-
<BaseClass>ILinearlyLocated</BaseClass>
|
|
63
|
-
<ECCustomAttributes>
|
|
64
|
-
<IsMixin xmlns='CoreCustomAttributes.01.00.00'>
|
|
65
|
-
<AppliesToEntityClass>bis:Element</AppliesToEntityClass>
|
|
66
|
-
</IsMixin>
|
|
67
|
-
</ECCustomAttributes>
|
|
68
|
-
<ECNavigationProperty propertyName="AttributedElement" relationshipName="ILinearlyLocatedAttributesElement" direction="Forward" displayLabel="Attributed Element" description="Element being attributed."/>
|
|
69
|
-
</ECEntityClass>
|
|
70
|
-
<ECRelationshipClass typeName="ILinearlyLocatedAttributesElement" strength="referencing" modifier="None" description="Relationship indicating the bis:Element being attributed by a concrete instance mixing-in ILinearlyLocatedAttribution.">
|
|
71
|
-
<Source multiplicity="(0..*)" polymorphic="true" roleLabel="attributes">
|
|
72
|
-
<Class class="ILinearlyLocatedAttribution"/>
|
|
73
|
-
</Source>
|
|
74
|
-
<Target multiplicity="(0..1)" polymorphic="true" roleLabel="is attributed by">
|
|
75
|
-
<Class class="bis:Element"/>
|
|
76
|
-
</Target>
|
|
77
|
-
</ECRelationshipClass>
|
|
78
|
-
<ECEntityClass typeName="LinearlyLocatedAttribution" displayLabel="Linearly-Located Spatial Attribution" description="Base class for ILinearlyLocatedAttribution-implementations that are Spatial Location Elements." modifier="Abstract">
|
|
79
|
-
<BaseClass>bis:SpatialLocationElement</BaseClass>
|
|
80
|
-
<BaseClass>ILinearlyLocatedAttribution</BaseClass>
|
|
81
|
-
</ECEntityClass>
|
|
82
|
-
<ECEntityClass typeName="ILinearLocationElement" displayLabel="Linear-Location Element" description="Mix-in to be supported by Element-subclasses located along a Linear-Element provided by a Linear-Element-Source." modifier="Abstract">
|
|
83
|
-
<BaseClass>ILinearlyLocated</BaseClass>
|
|
84
|
-
<ECCustomAttributes>
|
|
85
|
-
<IsMixin xmlns='CoreCustomAttributes.01.00.00'>
|
|
86
|
-
<AppliesToEntityClass>bis:Element</AppliesToEntityClass>
|
|
87
|
-
</IsMixin>
|
|
88
|
-
</ECCustomAttributes>
|
|
89
|
-
</ECEntityClass>
|
|
90
|
-
<ECRelationshipClass typeName="ILinearLocationLocatesElement" strength="referencing" modifier="None" description="Relationship indicating the bis:Element being linearly-located by a concrete instance mixing-in ILinearLocationElement.">
|
|
91
|
-
<BaseClass>bis:ElementRefersToElements</BaseClass>
|
|
92
|
-
<Source multiplicity="(0..*)" polymorphic="true" roleLabel="linearly-locates">
|
|
93
|
-
<Class class="ILinearLocationElement"/>
|
|
94
|
-
</Source>
|
|
95
|
-
<Target multiplicity="(0..1)" polymorphic="true" roleLabel="linearly-located by">
|
|
96
|
-
<Class class="bis:Element"/>
|
|
97
|
-
</Target>
|
|
98
|
-
</ECRelationshipClass>
|
|
99
|
-
<ECRelationshipClass typeName="LocatedElementOwnsLocatingElements" strength="embedding" modifier="None" description="Relates a bis:Element that is not inherently linearly-located to child lr:ILinearLocationElements carrying Linear Referencing Locations for it.">
|
|
100
|
-
<BaseClass>bis:ElementOwnsChildElements</BaseClass>
|
|
101
|
-
<Source multiplicity="(0..1)" roleLabel="owns" polymorphic="true">
|
|
102
|
-
<Class class="bis:Element"/>
|
|
103
|
-
</Source>
|
|
104
|
-
<Target multiplicity="(0..*)" roleLabel="is owned by" polymorphic="true">
|
|
105
|
-
<Class class="ILinearLocationElement"/>
|
|
106
|
-
</Target>
|
|
107
|
-
</ECRelationshipClass>
|
|
108
|
-
<ECEntityClass typeName="LinearLocationElement" displayLabel="Linear Location Element" description="Base class for ILinearLocationElement-implementations that are subclasses of bis:SpatialLocationElement." modifier="Abstract">
|
|
109
|
-
<BaseClass>bis:SpatialLocationElement</BaseClass>
|
|
110
|
-
<BaseClass>ILinearLocationElement</BaseClass>
|
|
111
|
-
</ECEntityClass>
|
|
112
|
-
<ECEntityClass typeName="LinearLocation" displayLabel="Linear Location" description="ILinearLocationElement-implementation attaching Linear Referencing Location to a bis:Element not inherently Linearly-Referenced." modifier="Sealed">
|
|
113
|
-
<BaseClass>LinearLocationElement</BaseClass>
|
|
114
|
-
</ECEntityClass>
|
|
115
|
-
<ECEntityClass typeName="LinearPhysicalElement" displayLabel="Linearly-Located Physical Element" description="Base class for ILinearLocationElement-implementations that are subclasses of bis:PhysicalElement." modifier="Abstract">
|
|
116
|
-
<BaseClass>bis:PhysicalElement</BaseClass>
|
|
117
|
-
<BaseClass>ILinearLocationElement</BaseClass>
|
|
118
|
-
</ECEntityClass>
|
|
119
|
-
<ECEntityClass typeName="LinearLocationRecordElement" displayLabel="Linear Location Record Element" description="Base class for ILinearLocationElement-implementations that are subclasses of bis:InformationRecordElement." modifier="Abstract">
|
|
120
|
-
<BaseClass>bis:InformationRecordElement</BaseClass>
|
|
121
|
-
<BaseClass>ILinearLocationElement</BaseClass>
|
|
122
|
-
</ECEntityClass>
|
|
123
|
-
<ECEntityClass typeName="LinearLocationRecord" displayLabel="Linear Location Record" description="ILinearLocationElement-implementation attaching Linear Referencing Location to a bis:Element not inherently Linearly-Referenced." modifier="Sealed">
|
|
124
|
-
<BaseClass>LinearLocationRecordElement</BaseClass>
|
|
125
|
-
</ECEntityClass>
|
|
126
|
-
<ECEntityClass typeName="IReferent" display="Referent-Element" description="Mix-in to be supported by Element-subclasses that can play the role of a Referent (known location along a Linear-Element)." modifier="Abstract">
|
|
127
|
-
<BaseClass>ILinearlyLocated</BaseClass>
|
|
128
|
-
<ECCustomAttributes>
|
|
129
|
-
<IsMixin xmlns='CoreCustomAttributes.01.00.00'>
|
|
130
|
-
<AppliesToEntityClass>bis:Element</AppliesToEntityClass>
|
|
131
|
-
</IsMixin>
|
|
132
|
-
</ECCustomAttributes>
|
|
133
|
-
<ECNavigationProperty propertyName="ReferencedElement" displayLabel="Referenced Element" relationshipName="IReferentReferencesElement" direction="Forward"/>
|
|
134
|
-
</ECEntityClass>
|
|
135
|
-
<ECRelationshipClass typeName="IReferentReferencesElement" strength="referencing" modifier="None" description="Relationship indicating the bis:Element being used as Referent for Linear Referencing purposes.">
|
|
136
|
-
<Source multiplicity="(0..*)" polymorphic="true" roleLabel="references">
|
|
137
|
-
<Class class="IReferent"/>
|
|
138
|
-
</Source>
|
|
139
|
-
<Target multiplicity="(0..1)" polymorphic="true" roleLabel="is referenced by">
|
|
140
|
-
<Class class="bis:Element"/>
|
|
141
|
-
</Target>
|
|
142
|
-
</ECRelationshipClass>
|
|
143
|
-
<ECEntityClass typeName="ReferentElement" displayLabel="Referent Element" description="Base class for IReferent-implementations that are Spatial Location Elements." modifier="Abstract">
|
|
144
|
-
<BaseClass>bis:SpatialLocationElement</BaseClass>
|
|
145
|
-
<BaseClass>IReferent</BaseClass>
|
|
146
|
-
</ECEntityClass>
|
|
147
|
-
<ECEntityClass typeName="Referent" displayLabel="Referent" description="IReferent-implementation turning any bis:Element not inherently Linearly-Referenced into a Referent for Linear-Referencing purposes." modifier="Sealed">
|
|
148
|
-
<BaseClass>ReferentElement</BaseClass>
|
|
149
|
-
</ECEntityClass>
|
|
150
|
-
<ECEntityClass typeName="LinearlyReferencedLocation" displayLabel="Linearly-Referenced Location" modifier="Abstract" description="Base class for multi-aspects carrying linearly-referenced locations.">
|
|
151
|
-
<BaseClass>bis:ElementMultiAspect</BaseClass>
|
|
152
|
-
</ECEntityClass>
|
|
153
|
-
<ECRelationshipClass typeName="ILinearlyLocatedOwnsAtLocations" strength="embedding" modifier="None" description="Relationship documenting multi-aspect ownership by concrete instances of ILinearlyLocated.">
|
|
154
|
-
<BaseClass>bis:ElementOwnsMultiAspects</BaseClass>
|
|
155
|
-
<Source multiplicity="(1..1)" polymorphic="true" roleLabel="owns">
|
|
156
|
-
<Class class="ILinearlyLocated"/>
|
|
157
|
-
</Source>
|
|
158
|
-
<Target multiplicity="(0..*)" polymorphic="false" roleLabel="is owned by">
|
|
159
|
-
<Class class="LinearlyReferencedAtLocation"/>
|
|
160
|
-
</Target>
|
|
161
|
-
</ECRelationshipClass>
|
|
162
|
-
<ECRelationshipClass typeName="ILinearlyLocatedOwnsFromToLocations" strength="embedding" modifier="None" description="Relationship documenting multi-aspect ownership by concrete instances of ILinearlyLocated.">
|
|
163
|
-
<BaseClass>bis:ElementOwnsMultiAspects</BaseClass>
|
|
164
|
-
<Source multiplicity="(1..1)" polymorphic="true" roleLabel="owns">
|
|
165
|
-
<Class class="ILinearlyLocated"/>
|
|
166
|
-
</Source>
|
|
167
|
-
<Target multiplicity="(0..*)" polymorphic="false" roleLabel="is owned by">
|
|
168
|
-
<Class class="LinearlyReferencedFromToLocation"/>
|
|
169
|
-
</Target>
|
|
170
|
-
</ECRelationshipClass>
|
|
171
|
-
<ECStructClass typeName="DistanceExpression" description="Core structure carrying linearly-referenced information.">
|
|
172
|
-
<ECProperty propertyName="DistanceAlongFromStart" typeName="double" displayLabel="Distance-along" kindOfQuantity="LENGTH"/>
|
|
173
|
-
<ECProperty propertyName="LateralOffsetFromILinearElement" typeName="double" displayLabel="Lateral offset" kindOfQuantity="LENGTH"/>
|
|
174
|
-
<ECProperty propertyName="VerticalOffsetFromILinearElement" typeName="double" displayLabel="Vertical offset" kindOfQuantity="LENGTH"/>
|
|
175
|
-
<ECProperty propertyName="DistanceAlongFromReferent" typeName="double" displayLabel="Distance-along from Referent" kindOfQuantity="LENGTH"/>
|
|
176
|
-
</ECStructClass>
|
|
177
|
-
<ECEntityClass typeName="LinearlyReferencedAtLocation" displayLabel="Linearly-Referenced At-Location" modifier="Sealed" description="Concrete multi-aspect class carrying 'at' linearly-referenced positions along a Linear-Element.">
|
|
178
|
-
<BaseClass>LinearlyReferencedLocation</BaseClass>
|
|
179
|
-
<ECStructProperty propertyName="AtPosition" typeName="DistanceExpression" displayLabel="At-Position"/>
|
|
180
|
-
<ECNavigationProperty propertyName="FromReferent" displayLabel="Referent" relationshipName="LinearlyReferencedAtPositionRefersToReferent" direction="Forward"/>
|
|
181
|
-
</ECEntityClass>
|
|
182
|
-
<ECEntityClass typeName="LinearlyReferencedFromToLocation" displayLabel="Linearly-Referenced From/To-Location" modifier="Sealed" description="Concrete multi-aspect class carrying 'from/to' linearly-referenced positions along a Linear-Element.">
|
|
183
|
-
<BaseClass>LinearlyReferencedLocation</BaseClass>
|
|
184
|
-
<ECStructProperty propertyName="FromPosition" typeName="DistanceExpression" displayLabel="From-Position"/>
|
|
185
|
-
<ECNavigationProperty propertyName="FromPositionFromReferent" displayLabel="From-Referent" relationshipName="LinearlyReferencedFromPositionRefersToReferent" direction="Forward"/>
|
|
186
|
-
<ECStructProperty propertyName="ToPosition" typeName="DistanceExpression" displayLabel="To-Position"/>
|
|
187
|
-
<ECNavigationProperty propertyName="ToPositionFromReferent" displayLabel="To-Referent" relationshipName="LinearlyReferencedToPositionRefersToReferent" direction="Forward"/>
|
|
188
|
-
</ECEntityClass>
|
|
189
|
-
<ECRelationshipClass typeName="LinearlyReferencedAtPositionRefersToReferent" strength="referencing" modifier="None" description="Relationship indicating the referent used by a particular linearly-referenced At position.">
|
|
190
|
-
<Source multiplicity="(0..*)" polymorphic="true" roleLabel="refers to">
|
|
191
|
-
<Class class="LinearlyReferencedAtLocation"/>
|
|
192
|
-
</Source>
|
|
193
|
-
<Target multiplicity="(0..1)" polymorphic="true" roleLabel="is referenced by">
|
|
194
|
-
<Class class="IReferent"/>
|
|
195
|
-
</Target>
|
|
196
|
-
</ECRelationshipClass>
|
|
197
|
-
<ECRelationshipClass typeName="LinearlyReferencedFromPositionRefersToReferent" strength="referencing" modifier="None" description="Relationship indicating the referent used by a particular linearly-referenced From position.">
|
|
198
|
-
<Source multiplicity="(0..*)" polymorphic="true" roleLabel="refers to">
|
|
199
|
-
<Class class="LinearlyReferencedFromToLocation"/>
|
|
200
|
-
</Source>
|
|
201
|
-
<Target multiplicity="(0..1)" polymorphic="true" roleLabel="is referenced by">
|
|
202
|
-
<Class class="IReferent"/>
|
|
203
|
-
</Target>
|
|
204
|
-
</ECRelationshipClass>
|
|
205
|
-
<ECRelationshipClass typeName="LinearlyReferencedToPositionRefersToReferent" strength="referencing" modifier="None" description="Relationship indicating the referent used by a particular linearly-referenced To position.">
|
|
206
|
-
<Source multiplicity="(0..*)" polymorphic="true" roleLabel="refers to">
|
|
207
|
-
<Class class="LinearlyReferencedFromToLocation"/>
|
|
208
|
-
</Source>
|
|
209
|
-
<Target multiplicity="(0..1)" polymorphic="true" roleLabel="is referenced by">
|
|
210
|
-
<Class class="IReferent"/>
|
|
211
|
-
</Target>
|
|
212
|
-
</ECRelationshipClass>
|
|
213
|
-
</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="LinearReferencing" alias="lr" version="02.00.03" description="Base schema for Linear Referencing." xmlns="http://www.bentley.com/schemas/Bentley.ECXML.3.2">
|
|
7
|
+
<ECSchemaReference name="CoreCustomAttributes" version="01.00.03" alias="CoreCA"/>
|
|
8
|
+
<ECSchemaReference name="BisCore" version="01.00.14" alias="bis"/>
|
|
9
|
+
<ECSchemaReference name="Formats" version="01.00.00" alias="f"/>
|
|
10
|
+
<ECSchemaReference name="Units" version="01.00.07" alias="u"/>
|
|
11
|
+
|
|
12
|
+
<ECCustomAttributes>
|
|
13
|
+
<ProductionStatus xmlns="CoreCustomAttributes.01.00.03">
|
|
14
|
+
<SupportedUse>Production</SupportedUse>
|
|
15
|
+
</ProductionStatus>
|
|
16
|
+
</ECCustomAttributes>
|
|
17
|
+
|
|
18
|
+
<KindOfQuantity typeName="LENGTH" displayLabel="Linear Referencing Length" persistenceUnit="u:M" presentationUnits="f:DefaultRealU(2)[u:M];f:DefaultRealU(2)[u:FT]" relativeError="0.0001"/>
|
|
19
|
+
|
|
20
|
+
<ECEntityClass typeName="ILinearElement" displayLabel="Linear-Element" description="Mix-in to be supported by Element-subclasses meant to play the role of Linear-Elements." modifier="Abstract">
|
|
21
|
+
<ECCustomAttributes>
|
|
22
|
+
<IsMixin xmlns='CoreCustomAttributes.01.00.00'>
|
|
23
|
+
<AppliesToEntityClass>bis:Element</AppliesToEntityClass>
|
|
24
|
+
</IsMixin>
|
|
25
|
+
</ECCustomAttributes>
|
|
26
|
+
<ECProperty propertyName="StartValue" typeName="double" kindOfQuantity="LENGTH" displayLabel="Start Value" description="Distance along value at the start of the Linear-Element, measured from an absolute zero."/>
|
|
27
|
+
<ECProperty propertyName="LengthValue" typeName="double" kindOfQuantity="LENGTH" displayLabel="Length" description="Length measure value for the Linear-Element."/>
|
|
28
|
+
<ECNavigationProperty propertyName="LinearElementSource" relationshipName="ILinearElementProvidedBySource" direction="Forward" displayLabel="Source" description="Source element providing this Linear-Element."/>
|
|
29
|
+
</ECEntityClass>
|
|
30
|
+
<ECEntityClass typeName="ILinearElementSource" displayLabel="Linear-Element Source" description="Mix-in to be supported by Element-subclasses meant to provide Linear-Elements." modifier="Abstract">
|
|
31
|
+
<ECCustomAttributes>
|
|
32
|
+
<IsMixin xmlns='CoreCustomAttributes.01.00.00'>
|
|
33
|
+
<AppliesToEntityClass>bis:Element</AppliesToEntityClass>
|
|
34
|
+
</IsMixin>
|
|
35
|
+
</ECCustomAttributes>
|
|
36
|
+
</ECEntityClass>
|
|
37
|
+
<ECRelationshipClass typeName="ILinearElementProvidedBySource" strength="referencing" modifier="None" description="Relationship associating Linear-Elements with the elements they came from.">
|
|
38
|
+
<Source multiplicity="(0..*)" polymorphic="true" roleLabel="provided by">
|
|
39
|
+
<Class class="ILinearElement"/>
|
|
40
|
+
</Source>
|
|
41
|
+
<Target multiplicity="(0..1)" polymorphic="true" roleLabel="provides">
|
|
42
|
+
<Class class="ILinearElementSource"/>
|
|
43
|
+
</Target>
|
|
44
|
+
</ECRelationshipClass>
|
|
45
|
+
<ECEntityClass typeName="ILinearlyLocated" modifier="Abstract" displayLabel="Linearly-Located Element" description="Base mix-in for Elements to be linearly-referenced along Linear-Elements.">
|
|
46
|
+
<ECCustomAttributes>
|
|
47
|
+
<IsMixin xmlns='CoreCustomAttributes.01.00.00'>
|
|
48
|
+
<AppliesToEntityClass>bis:Element</AppliesToEntityClass>
|
|
49
|
+
</IsMixin>
|
|
50
|
+
</ECCustomAttributes>
|
|
51
|
+
</ECEntityClass>
|
|
52
|
+
<ECRelationshipClass typeName="ILinearlyLocatedAlongILinearElement" strength="referencing" modifier="None" description="Relationship indicating the Linear-Element along which concrete instances mixing-in ILinearlyLocated are located.">
|
|
53
|
+
<BaseClass>bis:ElementRefersToElements</BaseClass>
|
|
54
|
+
<Source multiplicity="(0..*)" polymorphic="true" roleLabel="along">
|
|
55
|
+
<Class class="ILinearlyLocated"/>
|
|
56
|
+
</Source>
|
|
57
|
+
<Target multiplicity="(0..1)" polymorphic="true" roleLabel="is linear axis for">
|
|
58
|
+
<Class class="ILinearElement"/>
|
|
59
|
+
</Target>
|
|
60
|
+
</ECRelationshipClass>
|
|
61
|
+
<ECEntityClass typeName="ILinearlyLocatedAttribution" displayLabel="Linearly-Located Attribution" description="Mix-in to be supported by Element-subclasses representing properties whose value is located along a Linear-Element and only applies to a portion of a Linear-Element-Source." modifier="Abstract">
|
|
62
|
+
<BaseClass>ILinearlyLocated</BaseClass>
|
|
63
|
+
<ECCustomAttributes>
|
|
64
|
+
<IsMixin xmlns='CoreCustomAttributes.01.00.00'>
|
|
65
|
+
<AppliesToEntityClass>bis:Element</AppliesToEntityClass>
|
|
66
|
+
</IsMixin>
|
|
67
|
+
</ECCustomAttributes>
|
|
68
|
+
<ECNavigationProperty propertyName="AttributedElement" relationshipName="ILinearlyLocatedAttributesElement" direction="Forward" displayLabel="Attributed Element" description="Element being attributed."/>
|
|
69
|
+
</ECEntityClass>
|
|
70
|
+
<ECRelationshipClass typeName="ILinearlyLocatedAttributesElement" strength="referencing" modifier="None" description="Relationship indicating the bis:Element being attributed by a concrete instance mixing-in ILinearlyLocatedAttribution.">
|
|
71
|
+
<Source multiplicity="(0..*)" polymorphic="true" roleLabel="attributes">
|
|
72
|
+
<Class class="ILinearlyLocatedAttribution"/>
|
|
73
|
+
</Source>
|
|
74
|
+
<Target multiplicity="(0..1)" polymorphic="true" roleLabel="is attributed by">
|
|
75
|
+
<Class class="bis:Element"/>
|
|
76
|
+
</Target>
|
|
77
|
+
</ECRelationshipClass>
|
|
78
|
+
<ECEntityClass typeName="LinearlyLocatedAttribution" displayLabel="Linearly-Located Spatial Attribution" description="Base class for ILinearlyLocatedAttribution-implementations that are Spatial Location Elements." modifier="Abstract">
|
|
79
|
+
<BaseClass>bis:SpatialLocationElement</BaseClass>
|
|
80
|
+
<BaseClass>ILinearlyLocatedAttribution</BaseClass>
|
|
81
|
+
</ECEntityClass>
|
|
82
|
+
<ECEntityClass typeName="ILinearLocationElement" displayLabel="Linear-Location Element" description="Mix-in to be supported by Element-subclasses located along a Linear-Element provided by a Linear-Element-Source." modifier="Abstract">
|
|
83
|
+
<BaseClass>ILinearlyLocated</BaseClass>
|
|
84
|
+
<ECCustomAttributes>
|
|
85
|
+
<IsMixin xmlns='CoreCustomAttributes.01.00.00'>
|
|
86
|
+
<AppliesToEntityClass>bis:Element</AppliesToEntityClass>
|
|
87
|
+
</IsMixin>
|
|
88
|
+
</ECCustomAttributes>
|
|
89
|
+
</ECEntityClass>
|
|
90
|
+
<ECRelationshipClass typeName="ILinearLocationLocatesElement" strength="referencing" modifier="None" description="Relationship indicating the bis:Element being linearly-located by a concrete instance mixing-in ILinearLocationElement.">
|
|
91
|
+
<BaseClass>bis:ElementRefersToElements</BaseClass>
|
|
92
|
+
<Source multiplicity="(0..*)" polymorphic="true" roleLabel="linearly-locates">
|
|
93
|
+
<Class class="ILinearLocationElement"/>
|
|
94
|
+
</Source>
|
|
95
|
+
<Target multiplicity="(0..1)" polymorphic="true" roleLabel="linearly-located by">
|
|
96
|
+
<Class class="bis:Element"/>
|
|
97
|
+
</Target>
|
|
98
|
+
</ECRelationshipClass>
|
|
99
|
+
<ECRelationshipClass typeName="LocatedElementOwnsLocatingElements" strength="embedding" modifier="None" description="Relates a bis:Element that is not inherently linearly-located to child lr:ILinearLocationElements carrying Linear Referencing Locations for it.">
|
|
100
|
+
<BaseClass>bis:ElementOwnsChildElements</BaseClass>
|
|
101
|
+
<Source multiplicity="(0..1)" roleLabel="owns" polymorphic="true">
|
|
102
|
+
<Class class="bis:Element"/>
|
|
103
|
+
</Source>
|
|
104
|
+
<Target multiplicity="(0..*)" roleLabel="is owned by" polymorphic="true">
|
|
105
|
+
<Class class="ILinearLocationElement"/>
|
|
106
|
+
</Target>
|
|
107
|
+
</ECRelationshipClass>
|
|
108
|
+
<ECEntityClass typeName="LinearLocationElement" displayLabel="Linear Location Element" description="Base class for ILinearLocationElement-implementations that are subclasses of bis:SpatialLocationElement." modifier="Abstract">
|
|
109
|
+
<BaseClass>bis:SpatialLocationElement</BaseClass>
|
|
110
|
+
<BaseClass>ILinearLocationElement</BaseClass>
|
|
111
|
+
</ECEntityClass>
|
|
112
|
+
<ECEntityClass typeName="LinearLocation" displayLabel="Linear Location" description="ILinearLocationElement-implementation attaching Linear Referencing Location to a bis:Element not inherently Linearly-Referenced." modifier="Sealed">
|
|
113
|
+
<BaseClass>LinearLocationElement</BaseClass>
|
|
114
|
+
</ECEntityClass>
|
|
115
|
+
<ECEntityClass typeName="LinearPhysicalElement" displayLabel="Linearly-Located Physical Element" description="Base class for ILinearLocationElement-implementations that are subclasses of bis:PhysicalElement." modifier="Abstract">
|
|
116
|
+
<BaseClass>bis:PhysicalElement</BaseClass>
|
|
117
|
+
<BaseClass>ILinearLocationElement</BaseClass>
|
|
118
|
+
</ECEntityClass>
|
|
119
|
+
<ECEntityClass typeName="LinearLocationRecordElement" displayLabel="Linear Location Record Element" description="Base class for ILinearLocationElement-implementations that are subclasses of bis:InformationRecordElement." modifier="Abstract">
|
|
120
|
+
<BaseClass>bis:InformationRecordElement</BaseClass>
|
|
121
|
+
<BaseClass>ILinearLocationElement</BaseClass>
|
|
122
|
+
</ECEntityClass>
|
|
123
|
+
<ECEntityClass typeName="LinearLocationRecord" displayLabel="Linear Location Record" description="ILinearLocationElement-implementation attaching Linear Referencing Location to a bis:Element not inherently Linearly-Referenced." modifier="Sealed">
|
|
124
|
+
<BaseClass>LinearLocationRecordElement</BaseClass>
|
|
125
|
+
</ECEntityClass>
|
|
126
|
+
<ECEntityClass typeName="IReferent" display="Referent-Element" description="Mix-in to be supported by Element-subclasses that can play the role of a Referent (known location along a Linear-Element)." modifier="Abstract">
|
|
127
|
+
<BaseClass>ILinearlyLocated</BaseClass>
|
|
128
|
+
<ECCustomAttributes>
|
|
129
|
+
<IsMixin xmlns='CoreCustomAttributes.01.00.00'>
|
|
130
|
+
<AppliesToEntityClass>bis:Element</AppliesToEntityClass>
|
|
131
|
+
</IsMixin>
|
|
132
|
+
</ECCustomAttributes>
|
|
133
|
+
<ECNavigationProperty propertyName="ReferencedElement" displayLabel="Referenced Element" relationshipName="IReferentReferencesElement" direction="Forward"/>
|
|
134
|
+
</ECEntityClass>
|
|
135
|
+
<ECRelationshipClass typeName="IReferentReferencesElement" strength="referencing" modifier="None" description="Relationship indicating the bis:Element being used as Referent for Linear Referencing purposes.">
|
|
136
|
+
<Source multiplicity="(0..*)" polymorphic="true" roleLabel="references">
|
|
137
|
+
<Class class="IReferent"/>
|
|
138
|
+
</Source>
|
|
139
|
+
<Target multiplicity="(0..1)" polymorphic="true" roleLabel="is referenced by">
|
|
140
|
+
<Class class="bis:Element"/>
|
|
141
|
+
</Target>
|
|
142
|
+
</ECRelationshipClass>
|
|
143
|
+
<ECEntityClass typeName="ReferentElement" displayLabel="Referent Element" description="Base class for IReferent-implementations that are Spatial Location Elements." modifier="Abstract">
|
|
144
|
+
<BaseClass>bis:SpatialLocationElement</BaseClass>
|
|
145
|
+
<BaseClass>IReferent</BaseClass>
|
|
146
|
+
</ECEntityClass>
|
|
147
|
+
<ECEntityClass typeName="Referent" displayLabel="Referent" description="IReferent-implementation turning any bis:Element not inherently Linearly-Referenced into a Referent for Linear-Referencing purposes." modifier="Sealed">
|
|
148
|
+
<BaseClass>ReferentElement</BaseClass>
|
|
149
|
+
</ECEntityClass>
|
|
150
|
+
<ECEntityClass typeName="LinearlyReferencedLocation" displayLabel="Linearly-Referenced Location" modifier="Abstract" description="Base class for multi-aspects carrying linearly-referenced locations.">
|
|
151
|
+
<BaseClass>bis:ElementMultiAspect</BaseClass>
|
|
152
|
+
</ECEntityClass>
|
|
153
|
+
<ECRelationshipClass typeName="ILinearlyLocatedOwnsAtLocations" strength="embedding" modifier="None" description="Relationship documenting multi-aspect ownership by concrete instances of ILinearlyLocated.">
|
|
154
|
+
<BaseClass>bis:ElementOwnsMultiAspects</BaseClass>
|
|
155
|
+
<Source multiplicity="(1..1)" polymorphic="true" roleLabel="owns">
|
|
156
|
+
<Class class="ILinearlyLocated"/>
|
|
157
|
+
</Source>
|
|
158
|
+
<Target multiplicity="(0..*)" polymorphic="false" roleLabel="is owned by">
|
|
159
|
+
<Class class="LinearlyReferencedAtLocation"/>
|
|
160
|
+
</Target>
|
|
161
|
+
</ECRelationshipClass>
|
|
162
|
+
<ECRelationshipClass typeName="ILinearlyLocatedOwnsFromToLocations" strength="embedding" modifier="None" description="Relationship documenting multi-aspect ownership by concrete instances of ILinearlyLocated.">
|
|
163
|
+
<BaseClass>bis:ElementOwnsMultiAspects</BaseClass>
|
|
164
|
+
<Source multiplicity="(1..1)" polymorphic="true" roleLabel="owns">
|
|
165
|
+
<Class class="ILinearlyLocated"/>
|
|
166
|
+
</Source>
|
|
167
|
+
<Target multiplicity="(0..*)" polymorphic="false" roleLabel="is owned by">
|
|
168
|
+
<Class class="LinearlyReferencedFromToLocation"/>
|
|
169
|
+
</Target>
|
|
170
|
+
</ECRelationshipClass>
|
|
171
|
+
<ECStructClass typeName="DistanceExpression" description="Core structure carrying linearly-referenced information.">
|
|
172
|
+
<ECProperty propertyName="DistanceAlongFromStart" typeName="double" displayLabel="Distance-along" kindOfQuantity="LENGTH"/>
|
|
173
|
+
<ECProperty propertyName="LateralOffsetFromILinearElement" typeName="double" displayLabel="Lateral offset" kindOfQuantity="LENGTH"/>
|
|
174
|
+
<ECProperty propertyName="VerticalOffsetFromILinearElement" typeName="double" displayLabel="Vertical offset" kindOfQuantity="LENGTH"/>
|
|
175
|
+
<ECProperty propertyName="DistanceAlongFromReferent" typeName="double" displayLabel="Distance-along from Referent" kindOfQuantity="LENGTH"/>
|
|
176
|
+
</ECStructClass>
|
|
177
|
+
<ECEntityClass typeName="LinearlyReferencedAtLocation" displayLabel="Linearly-Referenced At-Location" modifier="Sealed" description="Concrete multi-aspect class carrying 'at' linearly-referenced positions along a Linear-Element.">
|
|
178
|
+
<BaseClass>LinearlyReferencedLocation</BaseClass>
|
|
179
|
+
<ECStructProperty propertyName="AtPosition" typeName="DistanceExpression" displayLabel="At-Position"/>
|
|
180
|
+
<ECNavigationProperty propertyName="FromReferent" displayLabel="Referent" relationshipName="LinearlyReferencedAtPositionRefersToReferent" direction="Forward"/>
|
|
181
|
+
</ECEntityClass>
|
|
182
|
+
<ECEntityClass typeName="LinearlyReferencedFromToLocation" displayLabel="Linearly-Referenced From/To-Location" modifier="Sealed" description="Concrete multi-aspect class carrying 'from/to' linearly-referenced positions along a Linear-Element.">
|
|
183
|
+
<BaseClass>LinearlyReferencedLocation</BaseClass>
|
|
184
|
+
<ECStructProperty propertyName="FromPosition" typeName="DistanceExpression" displayLabel="From-Position"/>
|
|
185
|
+
<ECNavigationProperty propertyName="FromPositionFromReferent" displayLabel="From-Referent" relationshipName="LinearlyReferencedFromPositionRefersToReferent" direction="Forward"/>
|
|
186
|
+
<ECStructProperty propertyName="ToPosition" typeName="DistanceExpression" displayLabel="To-Position"/>
|
|
187
|
+
<ECNavigationProperty propertyName="ToPositionFromReferent" displayLabel="To-Referent" relationshipName="LinearlyReferencedToPositionRefersToReferent" direction="Forward"/>
|
|
188
|
+
</ECEntityClass>
|
|
189
|
+
<ECRelationshipClass typeName="LinearlyReferencedAtPositionRefersToReferent" strength="referencing" modifier="None" description="Relationship indicating the referent used by a particular linearly-referenced At position.">
|
|
190
|
+
<Source multiplicity="(0..*)" polymorphic="true" roleLabel="refers to">
|
|
191
|
+
<Class class="LinearlyReferencedAtLocation"/>
|
|
192
|
+
</Source>
|
|
193
|
+
<Target multiplicity="(0..1)" polymorphic="true" roleLabel="is referenced by">
|
|
194
|
+
<Class class="IReferent"/>
|
|
195
|
+
</Target>
|
|
196
|
+
</ECRelationshipClass>
|
|
197
|
+
<ECRelationshipClass typeName="LinearlyReferencedFromPositionRefersToReferent" strength="referencing" modifier="None" description="Relationship indicating the referent used by a particular linearly-referenced From position.">
|
|
198
|
+
<Source multiplicity="(0..*)" polymorphic="true" roleLabel="refers to">
|
|
199
|
+
<Class class="LinearlyReferencedFromToLocation"/>
|
|
200
|
+
</Source>
|
|
201
|
+
<Target multiplicity="(0..1)" polymorphic="true" roleLabel="is referenced by">
|
|
202
|
+
<Class class="IReferent"/>
|
|
203
|
+
</Target>
|
|
204
|
+
</ECRelationshipClass>
|
|
205
|
+
<ECRelationshipClass typeName="LinearlyReferencedToPositionRefersToReferent" strength="referencing" modifier="None" description="Relationship indicating the referent used by a particular linearly-referenced To position.">
|
|
206
|
+
<Source multiplicity="(0..*)" polymorphic="true" roleLabel="refers to">
|
|
207
|
+
<Class class="LinearlyReferencedFromToLocation"/>
|
|
208
|
+
</Source>
|
|
209
|
+
<Target multiplicity="(0..1)" polymorphic="true" roleLabel="is referenced by">
|
|
210
|
+
<Class class="IReferent"/>
|
|
211
|
+
</Target>
|
|
212
|
+
</ECRelationshipClass>
|
|
213
|
+
</ECSchema>
|
|
@@ -1,18 +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>
|
|
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>
|