|
1524 | 1524 | <ECCustomAttributes>
|
1525 | 1525 | <ClassHasHandler xmlns="BisCore.01.00.00"/>
|
1526 | 1526 | <Deprecated xmlns="CoreCustomAttributes.01.00.03">
|
1527 |
| - <Description>Settings are now stored in the `JsonProperties` attribute of TextAnnotation2d and TextAnnotation3d classes.</Description> |
| 1527 | + <Description>`TextAnnotationData` is deprecated and replaced by the `TextAnnotationData` property of TextAnnotation2d and TextAnnotation3d classes.</Description> |
1528 | 1528 | </Deprecated>
|
1529 | 1529 | </ECCustomAttributes>
|
1530 | 1530 | <ECProperty propertyName="TextAnnotation" typeName="binary" displayLabel="Text Annotation" description="Text in Annotations.fb.h flat buffer format">
|
|
1539 | 1539 | <ECCustomAttributes>
|
1540 | 1540 | <ClassHasHandler xmlns="BisCore.01.00.00"/>
|
1541 | 1541 | </ECCustomAttributes>
|
| 1542 | + <ECProperty propertyName="TextAnnotationData" typeName="string" extendedTypeName="Json" description="Data used to generate the visual representation of a TextAnnotation2d element."> |
| 1543 | + <ECCustomAttributes> |
| 1544 | + <HiddenProperty xmlns="CoreCustomAttributes.01.00.03"/> |
| 1545 | + </ECCustomAttributes> |
| 1546 | + </ECProperty> |
1542 | 1547 | </ECEntityClass>
|
1543 | 1548 | <ECRelationshipClass typeName="TextAnnotation2dOwnsTextAnnotationData" strength="embedding" modifier="None">
|
1544 | 1549 | <BaseClass>ElementOwnsUniqueAspect</BaseClass>
|
|
1560 | 1565 | <ECCustomAttributes>
|
1561 | 1566 | <ClassHasHandler xmlns="BisCore.01.00.00"/>
|
1562 | 1567 | </ECCustomAttributes>
|
| 1568 | + <ECProperty propertyName="TextAnnotationData" typeName="string" extendedTypeName="Json" description="Data used to generate the visual representation of a TextAnnotation3d element."> |
| 1569 | + <ECCustomAttributes> |
| 1570 | + <HiddenProperty xmlns="CoreCustomAttributes.01.00.03"/> |
| 1571 | + </ECCustomAttributes> |
| 1572 | + </ECProperty> |
1563 | 1573 | </ECEntityClass>
|
1564 | 1574 | <ECRelationshipClass typeName="TextAnnotation3dOwnsTextAnnotationData" strength="embedding" modifier="None">
|
1565 | 1575 | <BaseClass>ElementOwnsUniqueAspect</BaseClass>
|
|
2182 | 2192 | <BaseClass>DefinitionElement</BaseClass>
|
2183 | 2193 | <ECCustomAttributes>
|
2184 | 2194 | <ClassHasHandler xmlns="BisCore.01.00.00"/>
|
2185 |
| - <Deprecated xmlns="CoreCustomAttributes.01.00.03"> |
2186 |
| - <Description>Not modeled with BIS anymore.</Description> |
2187 |
| - </Deprecated> |
2188 | 2195 | </ECCustomAttributes>
|
2189 | 2196 | <ECProperty propertyName="Description" typeName="string" description="Description of the style">
|
2190 | 2197 | <ECCustomAttributes>
|
2191 | 2198 | <CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
2192 | 2199 | </ECCustomAttributes>
|
2193 | 2200 | </ECProperty>
|
| 2201 | + <ECProperty propertyName="Settings" typeName="string" extendedTypeName="Json" description="Settings of the style"> |
| 2202 | + <ECCustomAttributes> |
| 2203 | + <HiddenProperty xmlns="CoreCustomAttributes.01.00.03"/> |
| 2204 | + </ECCustomAttributes> |
| 2205 | + </ECProperty> |
2194 | 2206 | <ECProperty propertyName="Data" typeName="binary" description="Encoded style properties">
|
2195 | 2207 | <ECCustomAttributes>
|
2196 | 2208 | <CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
2197 | 2209 | <HiddenProperty xmlns="CoreCustomAttributes.01.00.03"/>
|
| 2210 | + <Deprecated xmlns="CoreCustomAttributes.01.00.03"> |
| 2211 | + <Description>The `Data` property is deprecated and replaced by the `Settings` property.</Description> |
| 2212 | + </Deprecated> |
2198 | 2213 | </ECCustomAttributes>
|
2199 | 2214 | </ECProperty>
|
2200 | 2215 | </ECEntityClass>
|
|
0 commit comments