@bentley/imodeljs-linux-x64 4.0.8 → 4.1.0
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/Dgn/BisCore.ecschema.xml +149 -71
- package/Assets/{icudt64l.dat → icudt73l.dat} +0 -0
- package/CrashpadHandler +0 -0
- package/Notices/freetype2-license.txt +169 -169
- package/Notices/icu-license.txt +131 -26
- package/Notices/png-license.txt +2 -2
- package/iTwinDaemon +0 -0
- package/imodeljs.node +0 -0
- package/package.json +1 -1
|
@@ -3,9 +3,10 @@
|
|
|
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="BisCore" alias="bis" version="01.00.
|
|
6
|
+
<ECSchema schemaName="BisCore" alias="bis" version="01.00.16" xmlns="http://www.bentley.com/schemas/Bentley.ECXML.3.2" displayLabel="BIS Core" description="The BIS core schema contains classes that all other domain schemas extend.">
|
|
7
7
|
|
|
8
8
|
<ECSchemaReference name="CoreCustomAttributes" version="01.00.03" alias="CoreCA"/>
|
|
9
|
+
<ECSchemaReference name="BisCustomAttributes" version="01.00.00" alias="bisCA"/>
|
|
9
10
|
<ECSchemaReference name="ECDbMap" version="02.00.00" alias="ecdbmap"/>
|
|
10
11
|
<ECSchemaReference name="ECDbSchemaPolicies" version="01.00.00" alias="ecdbpol"/>
|
|
11
12
|
|
|
@@ -17,6 +18,9 @@
|
|
|
17
18
|
<ProductionStatus xmlns="CoreCustomAttributes.01.00.03">
|
|
18
19
|
<SupportedUse>Production</SupportedUse>
|
|
19
20
|
</ProductionStatus>
|
|
21
|
+
<SchemaLayerInfo xmlns="BisCustomAttributes.01.00.00">
|
|
22
|
+
<Value>Core</Value>
|
|
23
|
+
</SchemaLayerInfo>
|
|
20
24
|
<NoAdditionalRootEntityClasses xmlns="ECDbSchemaPolicies.01.00.00"/>
|
|
21
25
|
<NoAdditionalForeignKeyConstraints xmlns="ECDbSchemaPolicies.01.00.00">
|
|
22
26
|
<Exceptions>
|
|
@@ -164,7 +168,7 @@
|
|
|
164
168
|
</ECProperty>
|
|
165
169
|
<ECProperty propertyName="LastMod" typeName="dateTime" displayLabel="Last Modified" description="The last time any element in this Model was modified.">
|
|
166
170
|
<ECCustomAttributes>
|
|
167
|
-
<CustomHandledProperty>
|
|
171
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16">
|
|
168
172
|
<StatementTypes>0</StatementTypes>
|
|
169
173
|
</CustomHandledProperty>
|
|
170
174
|
<DateTimeInfo xmlns="CoreCustomAttributes.01.00.03">
|
|
@@ -432,7 +436,7 @@
|
|
|
432
436
|
</ECCustomAttributes>
|
|
433
437
|
<ECNavigationProperty propertyName="Model" relationshipName="ModelContainsElements" direction="backward" readOnly="true" description="The bis:Model that contains this bis:Element.">
|
|
434
438
|
<ECCustomAttributes>
|
|
435
|
-
<CustomHandledProperty>
|
|
439
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16">
|
|
436
440
|
<StatementTypes>2</StatementTypes>
|
|
437
441
|
</CustomHandledProperty>
|
|
438
442
|
<ForeignKeyConstraint xmlns="ECDbMap.02.00.00">
|
|
@@ -446,7 +450,7 @@
|
|
|
446
450
|
<DateTimeInfo xmlns="CoreCustomAttributes.01.00.00">
|
|
447
451
|
<DateTimeKind>Utc</DateTimeKind>
|
|
448
452
|
</DateTimeInfo>
|
|
449
|
-
<CustomHandledProperty>
|
|
453
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16">
|
|
450
454
|
<StatementTypes>0</StatementTypes>
|
|
451
455
|
</CustomHandledProperty>
|
|
452
456
|
<HiddenProperty xmlns="CoreCustomAttributes.01.00.00"/>
|
|
@@ -455,7 +459,7 @@
|
|
|
455
459
|
<ECNavigationProperty propertyName="CodeSpec" displayLabel="Code Specification" relationshipName="CodeSpecSpecifiesCode" direction="backward" description="The CodeSpec property identifies the bis:CodeSpec used to generate and validate the code value for this bis:Element. The combination of CodeSpec, CodeScope, and CodeValue properties must be unique for each bis:Element instance.">
|
|
456
460
|
<ECCustomAttributes>
|
|
457
461
|
<HiddenProperty xmlns="CoreCustomAttributes.01.00.00"/>
|
|
458
|
-
<CustomHandledProperty>
|
|
462
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16">
|
|
459
463
|
<StatementTypes>6</StatementTypes>
|
|
460
464
|
</CustomHandledProperty>
|
|
461
465
|
<ForeignKeyConstraint xmlns="ECDbMap.02.00.00">
|
|
@@ -467,7 +471,7 @@
|
|
|
467
471
|
<ECNavigationProperty propertyName="CodeScope" displayLabel="Code Scope" relationshipName="ElementScopesCode" direction="backward" description="The CodeScope property identifies the bis:Element that provides the uniqueness scope for the code value. The combination of CodeSpec, CodeScope, and CodeValue properties must be unique for each bis:Element instance.">
|
|
468
472
|
<ECCustomAttributes>
|
|
469
473
|
<HiddenProperty xmlns="CoreCustomAttributes.01.00.00"/>
|
|
470
|
-
<CustomHandledProperty>
|
|
474
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16">
|
|
471
475
|
<StatementTypes>6</StatementTypes>
|
|
472
476
|
</CustomHandledProperty>
|
|
473
477
|
<ForeignKeyConstraint xmlns="ECDbMap.02.00.00">
|
|
@@ -482,7 +486,7 @@
|
|
|
482
486
|
<IsNullable>True</IsNullable>
|
|
483
487
|
<Collation>NoCase</Collation>
|
|
484
488
|
</PropertyMap>
|
|
485
|
-
<CustomHandledProperty>
|
|
489
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16">
|
|
486
490
|
<StatementTypes>6</StatementTypes>
|
|
487
491
|
</CustomHandledProperty>
|
|
488
492
|
</ECCustomAttributes>
|
|
@@ -494,7 +498,7 @@
|
|
|
494
498
|
<Collation>NoCase</Collation>
|
|
495
499
|
<IsUnique>False</IsUnique>
|
|
496
500
|
</PropertyMap>
|
|
497
|
-
<CustomHandledProperty>
|
|
501
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16">
|
|
498
502
|
<StatementTypes>6</StatementTypes>
|
|
499
503
|
</CustomHandledProperty>
|
|
500
504
|
</ECCustomAttributes>
|
|
@@ -502,7 +506,7 @@
|
|
|
502
506
|
<ECNavigationProperty propertyName="Parent" relationshipName="ElementOwnsChildElements" direction="backward" description="The parent bis:Element that owns this bis:Element.">
|
|
503
507
|
<ECCustomAttributes>
|
|
504
508
|
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03"/>
|
|
505
|
-
<CustomHandledProperty>
|
|
509
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16">
|
|
506
510
|
<StatementTypes>6</StatementTypes>
|
|
507
511
|
</CustomHandledProperty>
|
|
508
512
|
<ForeignKeyConstraint xmlns="ECDbMap.02.00.00">
|
|
@@ -518,7 +522,7 @@
|
|
|
518
522
|
<IsNullable>True</IsNullable>
|
|
519
523
|
<IsUnique>True</IsUnique>
|
|
520
524
|
</PropertyMap>
|
|
521
|
-
<CustomHandledProperty>
|
|
525
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16">
|
|
522
526
|
<StatementTypes>6</StatementTypes>
|
|
523
527
|
</CustomHandledProperty>
|
|
524
528
|
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03"/>
|
|
@@ -527,7 +531,7 @@
|
|
|
527
531
|
<ECProperty propertyName="JsonProperties" typeName="string" extendedTypeName="Json" displayLabel="JSON Properties" description="A string property that users and/or applications can use to persist ad hoc JSON values.">
|
|
528
532
|
<ECCustomAttributes>
|
|
529
533
|
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03"/>
|
|
530
|
-
<CustomHandledProperty>
|
|
534
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16">
|
|
531
535
|
<StatementTypes>6</StatementTypes>
|
|
532
536
|
</CustomHandledProperty>
|
|
533
537
|
</ECCustomAttributes>
|
|
@@ -576,7 +580,7 @@
|
|
|
576
580
|
</ECCustomAttributes>
|
|
577
581
|
<ECProperty propertyName="IsPrivate" typeName="boolean" displayLabel="Is Private" description="If true, this bis:DefinitionElement should not be displayed in the GUI.">
|
|
578
582
|
<ECCustomAttributes>
|
|
579
|
-
<CustomHandledProperty/>
|
|
583
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
580
584
|
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03"/>
|
|
581
585
|
</ECCustomAttributes>
|
|
582
586
|
</ECProperty>
|
|
@@ -868,12 +872,12 @@
|
|
|
868
872
|
</ECCustomAttributes>
|
|
869
873
|
<ECProperty propertyName="Url" displayLabel="URL" typeName="string" extendedTypeName="URI" description="A URL pointing to an external resource.">
|
|
870
874
|
<ECCustomAttributes>
|
|
871
|
-
<CustomHandledProperty/>
|
|
875
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
872
876
|
</ECCustomAttributes>
|
|
873
877
|
</ECProperty>
|
|
874
878
|
<ECProperty propertyName="Description" typeName="string" description="A human-readable description of the URL">
|
|
875
879
|
<ECCustomAttributes>
|
|
876
|
-
<CustomHandledProperty/>
|
|
880
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
877
881
|
</ECCustomAttributes>
|
|
878
882
|
</ECProperty>
|
|
879
883
|
</ECEntityClass>
|
|
@@ -886,7 +890,7 @@
|
|
|
886
890
|
</ECCustomAttributes>
|
|
887
891
|
<ECProperty propertyName="RepositoryGuid" typeName="binary" extendedTypeName="BeGuid" displayLabel="Repository GUID" description="A GUID that identifies the external repository.">
|
|
888
892
|
<ECCustomAttributes>
|
|
889
|
-
<CustomHandledProperty/>
|
|
893
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
890
894
|
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03"/>
|
|
891
895
|
</ECCustomAttributes>
|
|
892
896
|
</ECProperty>
|
|
@@ -911,12 +915,12 @@
|
|
|
911
915
|
</ECCustomAttributes>
|
|
912
916
|
<ECProperty propertyName="Name" typeName="string" description="A name for looking up the embedded file. Must be unique within the iModel.">
|
|
913
917
|
<ECCustomAttributes>
|
|
914
|
-
<CustomHandledProperty/>
|
|
918
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
915
919
|
</ECCustomAttributes>
|
|
916
920
|
</ECProperty>
|
|
917
921
|
<ECProperty propertyName="Description" typeName="string" description="A human-readable description of the Embedded File">
|
|
918
922
|
<ECCustomAttributes>
|
|
919
|
-
<CustomHandledProperty/>
|
|
923
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
920
924
|
</ECCustomAttributes>
|
|
921
925
|
</ECProperty>
|
|
922
926
|
</ECEntityClass>
|
|
@@ -1039,6 +1043,80 @@
|
|
|
1039
1043
|
</Target>
|
|
1040
1044
|
</ECRelationshipClass>
|
|
1041
1045
|
|
|
1046
|
+
<ECEntityClass typeName="SheetIndexPartition" modifier="Sealed" displayLabel="Sheet Index Partition" description="A bis:SheetIndexPartition element establishes a 'Sheet Index' Modeling Perspective for its parent bis:Subject. A bis:SheetIndexPartition is always sub-modeled by a bis:SheetIndexModel.">
|
|
1047
|
+
<BaseClass>InformationPartitionElement</BaseClass>
|
|
1048
|
+
</ECEntityClass>
|
|
1049
|
+
|
|
1050
|
+
<ECEntityClass typeName="SheetIndexModel" displayLabel="Sheet Index Model" description="A container for persisting bis:SheetIndexEntry and bis:SheetIndex elements.">
|
|
1051
|
+
<BaseClass>InformationModel</BaseClass>
|
|
1052
|
+
</ECEntityClass>
|
|
1053
|
+
|
|
1054
|
+
<ECEntityClass typeName="SheetIndexEntry" modifier="Abstract" description="A bis:InformationReferenceElement used as the base-class for elements that participate in a Sheet-Index hierarchy.">
|
|
1055
|
+
<!-- @note The Element.Parent property + the ElementOwnsChildElements relationship is used to navigate to the owning Sheet Index or Folder -->
|
|
1056
|
+
<BaseClass>InformationReferenceElement</BaseClass>
|
|
1057
|
+
<ECProperty propertyName="EntryPriority" typeName="int" displayLabel="Priority" description="Can be used to prioritize or order members within a SheetIndex or SheetIndexFolder."/>
|
|
1058
|
+
</ECEntityClass>
|
|
1059
|
+
|
|
1060
|
+
<ECEntityClass typeName="SheetIndexFolder" modifier="None" description="A SheetIndexEntry used to organize other SheetIndexEntry instances in a hierarchy.">
|
|
1061
|
+
<BaseClass>SheetIndexEntry</BaseClass>
|
|
1062
|
+
<BaseClass>IParentElement</BaseClass>
|
|
1063
|
+
</ECEntityClass>
|
|
1064
|
+
|
|
1065
|
+
<ECRelationshipClass typeName="SheetIndexFolderOwnsEntries" strength="embedding" modifier="None">
|
|
1066
|
+
<BaseClass>ElementOwnsChildElements</BaseClass>
|
|
1067
|
+
<Source multiplicity="(0..1)" roleLabel="owns" polymorphic="true">
|
|
1068
|
+
<Class class="SheetIndexFolder"/>
|
|
1069
|
+
</Source>
|
|
1070
|
+
<Target multiplicity="(0..*)" roleLabel="is owned by" polymorphic="true">
|
|
1071
|
+
<Class class="SheetIndexEntry"/>
|
|
1072
|
+
</Target>
|
|
1073
|
+
</ECRelationshipClass>
|
|
1074
|
+
|
|
1075
|
+
<ECEntityClass typeName="SheetReference" modifier="None" description="A SheetIndexEntry used to include a Sheet instance into a Sheet-Index hierarchy.">
|
|
1076
|
+
<BaseClass>SheetIndexEntry</BaseClass>
|
|
1077
|
+
<ECNavigationProperty propertyName="Sheet" relationshipName="SheetReferenceRefersToSheet" direction="forward" readOnly="true" displayLabel="Sheet" description="The bis:Sheet that this bis:SheetReference is ponting to."/>
|
|
1078
|
+
</ECEntityClass>
|
|
1079
|
+
|
|
1080
|
+
<ECRelationshipClass typeName="SheetReferenceRefersToSheet" strength="referencing" modifier="Sealed">
|
|
1081
|
+
<!-- @see SheetReference.Sheet ECNavigationProperty -->
|
|
1082
|
+
<Source multiplicity="(0..*)" roleLabel="refers to" polymorphic="true">
|
|
1083
|
+
<Class class="SheetReference" />
|
|
1084
|
+
</Source>
|
|
1085
|
+
<Target multiplicity="(0..1)" roleLabel="is referenced by" polymorphic="true">
|
|
1086
|
+
<Class class="Sheet"/>
|
|
1087
|
+
</Target>
|
|
1088
|
+
</ECRelationshipClass>
|
|
1089
|
+
|
|
1090
|
+
<ECEntityClass typeName="SheetIndex" modifier="None" description="A bis:InformationReferenceElement used to organize bis:Sheet instances into a hierarchy with the assistance of bis:SheetIndexFolder and other bis:SheetIndex instances.">
|
|
1091
|
+
<BaseClass>InformationReferenceElement</BaseClass>
|
|
1092
|
+
<BaseClass>IParentElement</BaseClass>
|
|
1093
|
+
</ECEntityClass>
|
|
1094
|
+
|
|
1095
|
+
<ECRelationshipClass typeName="SheetIndexOwnsEntries" strength="embedding" modifier="None">
|
|
1096
|
+
<BaseClass>ElementOwnsChildElements</BaseClass>
|
|
1097
|
+
<Source multiplicity="(0..1)" roleLabel="owns" polymorphic="true">
|
|
1098
|
+
<Class class="SheetIndex"/>
|
|
1099
|
+
</Source>
|
|
1100
|
+
<Target multiplicity="(0..*)" roleLabel="is owned by" polymorphic="true">
|
|
1101
|
+
<Class class="SheetIndexEntry"/>
|
|
1102
|
+
</Target>
|
|
1103
|
+
</ECRelationshipClass>
|
|
1104
|
+
|
|
1105
|
+
<ECEntityClass typeName="SheetIndexReference" modifier="None" description="A SheetIndexEntry used to include a SheetIndex hierarchy into another one.">
|
|
1106
|
+
<BaseClass>SheetIndexEntry</BaseClass>
|
|
1107
|
+
<ECNavigationProperty propertyName="SheetIndex" relationshipName="SheetIndexReferenceRefersToSheetIndex" direction="forward" readOnly="true" displayLabel="SheetIndex" description="The bis:SheetIndex that this bis:SheetIndexReference is ponting to."/>
|
|
1108
|
+
</ECEntityClass>
|
|
1109
|
+
|
|
1110
|
+
<ECRelationshipClass typeName="SheetIndexReferenceRefersToSheetIndex" strength="referencing" modifier="Sealed">
|
|
1111
|
+
<!-- @see SheetIndexReference.SheetIndex ECNavigationProperty -->
|
|
1112
|
+
<Source multiplicity="(0..*)" roleLabel="refers to" polymorphic="true">
|
|
1113
|
+
<Class class="SheetIndexReference" />
|
|
1114
|
+
</Source>
|
|
1115
|
+
<Target multiplicity="(0..1)" roleLabel="is referenced by" polymorphic="true">
|
|
1116
|
+
<Class class="SheetIndex"/>
|
|
1117
|
+
</Target>
|
|
1118
|
+
</ECRelationshipClass>
|
|
1119
|
+
|
|
1042
1120
|
<ECEntityClass typeName="InformationCarrierElement" modifier="Abstract" displayLabel="Information Carrier" description="DEPRECATED: An Information Carrier carries information, but is not the information itself. For example, the arrangement of ink on paper or the sequence of electronic bits are information carriers.">
|
|
1043
1121
|
<BaseClass>Element</BaseClass>
|
|
1044
1122
|
<ECCustomAttributes>
|
|
@@ -1094,7 +1172,7 @@
|
|
|
1094
1172
|
</ECCustomAttributes>
|
|
1095
1173
|
<ECNavigationProperty propertyName="Category" relationshipName="GeometricElement3dIsInCategory" direction="forward" description="The bis:SpatialCategory used to categorize this bis:GeometricElement3d">
|
|
1096
1174
|
<ECCustomAttributes>
|
|
1097
|
-
<CustomHandledProperty/>
|
|
1175
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
1098
1176
|
<ForeignKeyConstraint xmlns="ECDbMap.02.00.00">
|
|
1099
1177
|
<!-- Creates the CategoryId foreign key column in the bis_GeometricElement3d table -->
|
|
1100
1178
|
<OnDeleteAction>NoAction</OnDeleteAction>
|
|
@@ -1104,56 +1182,56 @@
|
|
|
1104
1182
|
<ECProperty propertyName="InSpatialIndex" typeName="boolean" displayLabel="In Spatial Index" description="If true, this element will have an entry in the Spatial Index.">
|
|
1105
1183
|
<ECCustomAttributes>
|
|
1106
1184
|
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03"/>
|
|
1107
|
-
<CustomHandledProperty/>
|
|
1185
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
1108
1186
|
</ECCustomAttributes>
|
|
1109
1187
|
</ECProperty>
|
|
1110
1188
|
<ECProperty propertyName="Origin" typeName="point3d" description="The placement origin of this bis:Element.">
|
|
1111
1189
|
<ECCustomAttributes>
|
|
1112
1190
|
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03"/>
|
|
1113
|
-
<CustomHandledProperty/>
|
|
1191
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
1114
1192
|
</ECCustomAttributes>
|
|
1115
1193
|
</ECProperty>
|
|
1116
1194
|
<ECProperty propertyName="Yaw" typeName="double" description="The Yaw angle (in degrees) of the orientation of this bis:Element.">
|
|
1117
1195
|
<ECCustomAttributes>
|
|
1118
1196
|
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03"/>
|
|
1119
|
-
<CustomHandledProperty/>
|
|
1197
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
1120
1198
|
</ECCustomAttributes>
|
|
1121
1199
|
</ECProperty>
|
|
1122
1200
|
<ECProperty propertyName="Pitch" typeName="double" description="The Pitch angle (in degrees) of the orientation of this bis:Element.">
|
|
1123
1201
|
<ECCustomAttributes>
|
|
1124
1202
|
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03"/>
|
|
1125
|
-
<CustomHandledProperty/>
|
|
1203
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
1126
1204
|
</ECCustomAttributes>
|
|
1127
1205
|
</ECProperty>
|
|
1128
1206
|
<ECProperty propertyName="Roll" typeName="double" description="The Roll angle (in degrees) of the orientation of this bis:Element.">
|
|
1129
1207
|
<ECCustomAttributes>
|
|
1130
1208
|
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03"/>
|
|
1131
|
-
<CustomHandledProperty/>
|
|
1209
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
1132
1210
|
</ECCustomAttributes>
|
|
1133
1211
|
</ECProperty>
|
|
1134
1212
|
<ECProperty propertyName="BBoxLow" typeName="point3d" displayLabel="Bounding Box Low" description="The 'low' point of the element-aligned bounding box of this bis:Element.">
|
|
1135
1213
|
<ECCustomAttributes>
|
|
1136
1214
|
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03"/>
|
|
1137
|
-
<CustomHandledProperty/>
|
|
1215
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
1138
1216
|
</ECCustomAttributes>
|
|
1139
1217
|
</ECProperty>
|
|
1140
1218
|
<ECProperty propertyName="BBoxHigh" typeName="point3d" displayLabel="Bounding Box High" description="The 'high' point of the element-aligned bounding box of this bis:Element.">
|
|
1141
1219
|
<ECCustomAttributes>
|
|
1142
1220
|
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03"/>
|
|
1143
|
-
<CustomHandledProperty/>
|
|
1221
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
1144
1222
|
</ECCustomAttributes>
|
|
1145
1223
|
</ECProperty>
|
|
1146
1224
|
<ECProperty propertyName="GeometryStream" typeName="binary" extendedTypeName="GeometryStream" displayLabel="Geometry Stream" description="Binary stream used to persist the geometry of this bis:Element.">
|
|
1147
1225
|
<ECCustomAttributes>
|
|
1148
1226
|
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03"/>
|
|
1149
|
-
<CustomHandledProperty/>
|
|
1227
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
1150
1228
|
</ECCustomAttributes>
|
|
1151
1229
|
</ECProperty>
|
|
1152
1230
|
<ECNavigationProperty propertyName="TypeDefinition" relationshipName="GeometricElement3dHasTypeDefinition" direction="forward" displayLabel="Type Definition" description="Points to an instance of some specialization of TypeDefinition, which holds property values that vary per-type rather than per-instance of this Element.">
|
|
1153
1231
|
<!-- NOTE: Has same propertyName as other element subclasses in case the concept of "TypeDefinition" needs to move down to bis:Element. -->
|
|
1154
1232
|
<ECCustomAttributes>
|
|
1155
1233
|
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03"/>
|
|
1156
|
-
<CustomHandledProperty/>
|
|
1234
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
1157
1235
|
<!-- Creates the TypeDefinitionId foreign key column in the bis_GeometricElement3d table -->
|
|
1158
1236
|
<ForeignKeyConstraint xmlns="ECDbMap.02.00.00"/>
|
|
1159
1237
|
</ECCustomAttributes>
|
|
@@ -1231,7 +1309,7 @@
|
|
|
1231
1309
|
</ECCustomAttributes>
|
|
1232
1310
|
<ECNavigationProperty propertyName="Category" relationshipName="GeometricElement2dIsInCategory" direction="forward" description="The bis:DrawingCategory used to categorize this bis:GeometricElement2d instance.">
|
|
1233
1311
|
<ECCustomAttributes>
|
|
1234
|
-
<CustomHandledProperty/>
|
|
1312
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
1235
1313
|
<ForeignKeyConstraint xmlns="ECDbMap.02.00.00">
|
|
1236
1314
|
<!-- Creates the CategoryId foreign key column in the bis_GeometricElement2d table -->
|
|
1237
1315
|
<OnDeleteAction>NoAction</OnDeleteAction>
|
|
@@ -1240,27 +1318,27 @@
|
|
|
1240
1318
|
</ECNavigationProperty>
|
|
1241
1319
|
<ECProperty propertyName="Origin" typeName="point2d" description="The placement origin of this bis:Element.">
|
|
1242
1320
|
<ECCustomAttributes>
|
|
1243
|
-
<CustomHandledProperty/>
|
|
1321
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
1244
1322
|
</ECCustomAttributes>
|
|
1245
1323
|
</ECProperty>
|
|
1246
1324
|
<ECProperty propertyName="Rotation" typeName="double" description="The placement rotation (in degrees) of this bis:Element.">
|
|
1247
1325
|
<ECCustomAttributes>
|
|
1248
|
-
<CustomHandledProperty/>
|
|
1326
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
1249
1327
|
</ECCustomAttributes>
|
|
1250
1328
|
</ECProperty>
|
|
1251
1329
|
<ECProperty propertyName="BBoxLow" typeName="point2d" displayLabel="Bounding Box Low" description="The 'low' point of the element-aligned bounding box of this bis:Element.">
|
|
1252
1330
|
<ECCustomAttributes>
|
|
1253
|
-
<CustomHandledProperty/>
|
|
1331
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
1254
1332
|
</ECCustomAttributes>
|
|
1255
1333
|
</ECProperty>
|
|
1256
1334
|
<ECProperty propertyName="BBoxHigh" typeName="point2d" displayLabel="Bounding Box High" description="The 'high' point of the element-aligned bounding box of this bis:Element.">
|
|
1257
1335
|
<ECCustomAttributes>
|
|
1258
|
-
<CustomHandledProperty/>
|
|
1336
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
1259
1337
|
</ECCustomAttributes>
|
|
1260
1338
|
</ECProperty>
|
|
1261
1339
|
<ECProperty propertyName="GeometryStream" typeName="binary" extendedTypeName="GeometryStream" displayLabel="Geometry Stream" description="Binary stream used to persist the geometry of this bis:Element.">
|
|
1262
1340
|
<ECCustomAttributes>
|
|
1263
|
-
<CustomHandledProperty/>
|
|
1341
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
1264
1342
|
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03"/>
|
|
1265
1343
|
</ECCustomAttributes>
|
|
1266
1344
|
</ECProperty>
|
|
@@ -1268,7 +1346,7 @@
|
|
|
1268
1346
|
<!-- NOTE: Has same propertyName as other element subclasses in case the concept of "TypeDefinition" needs to move down to bis:Element. -->
|
|
1269
1347
|
<ECCustomAttributes>
|
|
1270
1348
|
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03"/>
|
|
1271
|
-
<CustomHandledProperty/>
|
|
1349
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
1272
1350
|
<!-- Creates the TypeDefinitionId foreign key column in the bis_GeometricElement2d table -->
|
|
1273
1351
|
<ForeignKeyConstraint xmlns="ECDbMap.02.00.00"/>
|
|
1274
1352
|
</ECCustomAttributes>
|
|
@@ -1795,13 +1873,13 @@
|
|
|
1795
1873
|
<ECProperty propertyName="Description" typeName="string" displayLabel="Description" description="A human-readable description of the Category">
|
|
1796
1874
|
<ECCustomAttributes>
|
|
1797
1875
|
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03"/>
|
|
1798
|
-
<CustomHandledProperty/>
|
|
1876
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
1799
1877
|
</ECCustomAttributes>
|
|
1800
1878
|
</ECProperty>
|
|
1801
1879
|
<ECProperty propertyName="Rank" typeName="int" description="The Rank of a category indicates how it was created and where it can be used. 0=System; 1=Domain; 2=Application; 3=User.">
|
|
1802
1880
|
<ECCustomAttributes>
|
|
1803
1881
|
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03"/>
|
|
1804
|
-
<CustomHandledProperty/>
|
|
1882
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
1805
1883
|
</ECCustomAttributes>
|
|
1806
1884
|
</ECProperty>
|
|
1807
1885
|
</ECEntityClass>
|
|
@@ -1833,12 +1911,12 @@
|
|
|
1833
1911
|
</ECCustomAttributes>
|
|
1834
1912
|
<ECProperty propertyName="Description" typeName="string" description="A human-readable description of the SubCategory">
|
|
1835
1913
|
<ECCustomAttributes>
|
|
1836
|
-
<CustomHandledProperty/>
|
|
1914
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
1837
1915
|
</ECCustomAttributes>
|
|
1838
1916
|
</ECProperty>
|
|
1839
1917
|
<ECProperty propertyName="Properties" typeName="string" extendedTypeName="Json" description="Contains the display properties (color, style, weight, etc.) for the SubCategory. It should not be used for the persistence of application-specific information.">
|
|
1840
1918
|
<ECCustomAttributes>
|
|
1841
|
-
<CustomHandledProperty/>
|
|
1919
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
1842
1920
|
</ECCustomAttributes>
|
|
1843
1921
|
</ECProperty>
|
|
1844
1922
|
</ECEntityClass>
|
|
@@ -1906,12 +1984,12 @@
|
|
|
1906
1984
|
</ECCustomAttributes>
|
|
1907
1985
|
<ECProperty propertyName="Description" typeName="string" description="Description of the style">
|
|
1908
1986
|
<ECCustomAttributes>
|
|
1909
|
-
<CustomHandledProperty/>
|
|
1987
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
1910
1988
|
</ECCustomAttributes>
|
|
1911
1989
|
</ECProperty>
|
|
1912
1990
|
<ECProperty propertyName="Data" typeName="binary" description="Encoded style properties">
|
|
1913
1991
|
<ECCustomAttributes>
|
|
1914
|
-
<CustomHandledProperty/>
|
|
1992
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
1915
1993
|
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03"/>
|
|
1916
1994
|
</ECCustomAttributes>
|
|
1917
1995
|
</ECProperty>
|
|
@@ -1924,12 +2002,12 @@
|
|
|
1924
2002
|
</ECCustomAttributes>
|
|
1925
2003
|
<ECProperty propertyName="Description" typeName="string" description="Description of the style">
|
|
1926
2004
|
<ECCustomAttributes>
|
|
1927
|
-
<CustomHandledProperty/>
|
|
2005
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
1928
2006
|
</ECCustomAttributes>
|
|
1929
2007
|
</ECProperty>
|
|
1930
2008
|
<ECProperty propertyName="Data" typeName="binary" description="Encoded style properties">
|
|
1931
2009
|
<ECCustomAttributes>
|
|
1932
|
-
<CustomHandledProperty/>
|
|
2010
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
1933
2011
|
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03"/>
|
|
1934
2012
|
</ECCustomAttributes>
|
|
1935
2013
|
</ECProperty>
|
|
@@ -1942,12 +2020,12 @@
|
|
|
1942
2020
|
</ECCustomAttributes>
|
|
1943
2021
|
<ECProperty propertyName="Description" typeName="string" description="Description of the style">
|
|
1944
2022
|
<ECCustomAttributes>
|
|
1945
|
-
<CustomHandledProperty/>
|
|
2023
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
1946
2024
|
</ECCustomAttributes>
|
|
1947
2025
|
</ECProperty>
|
|
1948
2026
|
<ECProperty propertyName="Data" typeName="binary" description="Encoded style properties">
|
|
1949
2027
|
<ECCustomAttributes>
|
|
1950
|
-
<CustomHandledProperty/>
|
|
2028
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
1951
2029
|
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03"/>
|
|
1952
2030
|
</ECCustomAttributes>
|
|
1953
2031
|
</ECProperty>
|
|
@@ -1960,12 +2038,12 @@
|
|
|
1960
2038
|
</ECCustomAttributes>
|
|
1961
2039
|
<ECProperty propertyName="Description" typeName="string" description="Description of the style">
|
|
1962
2040
|
<ECCustomAttributes>
|
|
1963
|
-
<CustomHandledProperty/>
|
|
2041
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
1964
2042
|
</ECCustomAttributes>
|
|
1965
2043
|
</ECProperty>
|
|
1966
2044
|
<ECProperty propertyName="Data" typeName="binary" description="Encoded style properties">
|
|
1967
2045
|
<ECCustomAttributes>
|
|
1968
|
-
<CustomHandledProperty/>
|
|
2046
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
1969
2047
|
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03"/>
|
|
1970
2048
|
</ECCustomAttributes>
|
|
1971
2049
|
</ECProperty>
|
|
@@ -1987,38 +2065,38 @@
|
|
|
1987
2065
|
</ECCustomAttributes>
|
|
1988
2066
|
<ECProperty propertyName="Description" typeName="string" description="A human-readable description of the Texture">
|
|
1989
2067
|
<ECCustomAttributes>
|
|
1990
|
-
<CustomHandledProperty/>
|
|
2068
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
1991
2069
|
</ECCustomAttributes>
|
|
1992
2070
|
</ECProperty>
|
|
1993
2071
|
<ECProperty propertyName="Data" typeName="binary" description="Encoded texture data">
|
|
1994
2072
|
<ECCustomAttributes>
|
|
1995
2073
|
<!-- IsNullable=False -->
|
|
1996
|
-
<CustomHandledProperty/>
|
|
2074
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
1997
2075
|
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03"/>
|
|
1998
2076
|
</ECCustomAttributes>
|
|
1999
2077
|
</ECProperty>
|
|
2000
2078
|
<ECProperty propertyName="Format" typeName="int" description="Format of the encoded texture data. See the ImageSourceFormat enum in the API.">
|
|
2001
2079
|
<ECCustomAttributes>
|
|
2002
2080
|
<!-- IsNullable=False -->
|
|
2003
|
-
<CustomHandledProperty/>
|
|
2081
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
2004
2082
|
</ECCustomAttributes>
|
|
2005
2083
|
</ECProperty>
|
|
2006
2084
|
<ECProperty propertyName="Width" typeName="int" displayLabel="Width" description="Image width in pixels.">
|
|
2007
2085
|
<ECCustomAttributes>
|
|
2008
2086
|
<!-- IsNullable=False -->
|
|
2009
|
-
<CustomHandledProperty/>
|
|
2087
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
2010
2088
|
</ECCustomAttributes>
|
|
2011
2089
|
</ECProperty>
|
|
2012
2090
|
<ECProperty propertyName="Height" typeName="int" displayLabel="Height" description="Image height in pixels.">
|
|
2013
2091
|
<ECCustomAttributes>
|
|
2014
2092
|
<!-- IsNullable=False -->
|
|
2015
|
-
<CustomHandledProperty/>
|
|
2093
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
2016
2094
|
</ECCustomAttributes>
|
|
2017
2095
|
</ECProperty>
|
|
2018
2096
|
<ECProperty propertyName="Flags" typeName="int" description="Currently unused and always zero.">
|
|
2019
2097
|
<ECCustomAttributes>
|
|
2020
2098
|
<!-- IsNullable=False -->
|
|
2021
|
-
<CustomHandledProperty/>
|
|
2099
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
2022
2100
|
</ECCustomAttributes>
|
|
2023
2101
|
</ECProperty>
|
|
2024
2102
|
</ECEntityClass>
|
|
@@ -2233,10 +2311,10 @@
|
|
|
2233
2311
|
</ECCustomAttributes>
|
|
2234
2312
|
<ECProperty propertyName="Description" typeName="string" description="A human-readable description of the View Definition"/>
|
|
2235
2313
|
<ECNavigationProperty propertyName="CategorySelector" relationshipName="ViewDefinitionUsesCategorySelector" direction="forward" displayLabel="Category Selector">
|
|
2236
|
-
<ECCustomAttributes><CustomHandledProperty/></ECCustomAttributes>
|
|
2314
|
+
<ECCustomAttributes><CustomHandledProperty xmlns="BisCore.01.00.16"/></ECCustomAttributes>
|
|
2237
2315
|
</ECNavigationProperty>
|
|
2238
2316
|
<ECNavigationProperty propertyName="DisplayStyle" relationshipName="ViewDefinitionUsesDisplayStyle" direction="forward" displayLabel="Display Style">
|
|
2239
|
-
<ECCustomAttributes><CustomHandledProperty/></ECCustomAttributes>
|
|
2317
|
+
<ECCustomAttributes><CustomHandledProperty xmlns="BisCore.01.00.16"/></ECCustomAttributes>
|
|
2240
2318
|
</ECNavigationProperty>
|
|
2241
2319
|
</ECEntityClass>
|
|
2242
2320
|
|
|
@@ -2244,31 +2322,31 @@
|
|
|
2244
2322
|
<BaseClass>ViewDefinition</BaseClass>
|
|
2245
2323
|
<ECCustomAttributes><ClassHasHandler xmlns="BisCore.01.00.00"/></ECCustomAttributes>
|
|
2246
2324
|
<ECProperty propertyName="Origin" typeName="Point3d" description="Origin of the viewed volume on the lower, back, rear">
|
|
2247
|
-
<ECCustomAttributes><CustomHandledProperty/></ECCustomAttributes>
|
|
2325
|
+
<ECCustomAttributes><CustomHandledProperty xmlns="BisCore.01.00.16"/></ECCustomAttributes>
|
|
2248
2326
|
</ECProperty>
|
|
2249
2327
|
<ECProperty propertyName="Extents" typeName="Point3d" description="Size of the view diagonal">
|
|
2250
|
-
<ECCustomAttributes><CustomHandledProperty/></ECCustomAttributes>
|
|
2328
|
+
<ECCustomAttributes><CustomHandledProperty xmlns="BisCore.01.00.16"/></ECCustomAttributes>
|
|
2251
2329
|
</ECProperty>
|
|
2252
2330
|
<ECProperty propertyName="Yaw" typeName="double" description="Yaw component of the view direction in degrees">
|
|
2253
|
-
<ECCustomAttributes><CustomHandledProperty/></ECCustomAttributes>
|
|
2331
|
+
<ECCustomAttributes><CustomHandledProperty xmlns="BisCore.01.00.16"/></ECCustomAttributes>
|
|
2254
2332
|
</ECProperty>
|
|
2255
2333
|
<ECProperty propertyName="Pitch" typeName="double" description="Pitch component of the view direction in degrees">
|
|
2256
|
-
<ECCustomAttributes><CustomHandledProperty/></ECCustomAttributes>
|
|
2334
|
+
<ECCustomAttributes><CustomHandledProperty xmlns="BisCore.01.00.16"/></ECCustomAttributes>
|
|
2257
2335
|
</ECProperty>
|
|
2258
2336
|
<ECProperty propertyName="Roll" typeName="double" description="Roll component of the view direction in degrees">
|
|
2259
|
-
<ECCustomAttributes><CustomHandledProperty/></ECCustomAttributes>
|
|
2337
|
+
<ECCustomAttributes><CustomHandledProperty xmlns="BisCore.01.00.16"/></ECCustomAttributes>
|
|
2260
2338
|
</ECProperty>
|
|
2261
2339
|
<ECProperty propertyName="IsCameraOn" typeName="boolean" displayLabel="Is Camera On" description="Is the camera actually turned on?">
|
|
2262
|
-
<ECCustomAttributes><CustomHandledProperty/></ECCustomAttributes>
|
|
2340
|
+
<ECCustomAttributes><CustomHandledProperty xmlns="BisCore.01.00.16"/></ECCustomAttributes>
|
|
2263
2341
|
</ECProperty>
|
|
2264
2342
|
<ECProperty propertyName="EyePoint" typeName="Point3d" displayLabel="Eye Point" description="Camera eye point">
|
|
2265
|
-
<ECCustomAttributes><CustomHandledProperty/></ECCustomAttributes>
|
|
2343
|
+
<ECCustomAttributes><CustomHandledProperty xmlns="BisCore.01.00.16"/></ECCustomAttributes>
|
|
2266
2344
|
</ECProperty>
|
|
2267
2345
|
<ECProperty propertyName="LensAngle" typeName="double" displayLabel="Lens Angle" description="Camera lens angle in degrees">
|
|
2268
|
-
<ECCustomAttributes><CustomHandledProperty/></ECCustomAttributes>
|
|
2346
|
+
<ECCustomAttributes><CustomHandledProperty xmlns="BisCore.01.00.16"/></ECCustomAttributes>
|
|
2269
2347
|
</ECProperty>
|
|
2270
2348
|
<ECProperty propertyName="FocusDistance" typeName="double" displayLabel="Focus Distance" description="Camera focus distance">
|
|
2271
|
-
<ECCustomAttributes><CustomHandledProperty/></ECCustomAttributes>
|
|
2349
|
+
<ECCustomAttributes><CustomHandledProperty xmlns="BisCore.01.00.16"/></ECCustomAttributes>
|
|
2272
2350
|
</ECProperty>
|
|
2273
2351
|
</ECEntityClass>
|
|
2274
2352
|
|
|
@@ -2276,7 +2354,7 @@
|
|
|
2276
2354
|
<BaseClass>ViewDefinition3d</BaseClass>
|
|
2277
2355
|
<ECCustomAttributes><ClassHasHandler xmlns="BisCore.01.00.00"/></ECCustomAttributes>
|
|
2278
2356
|
<ECNavigationProperty propertyName="ModelSelector" relationshipName="SpatialViewDefinitionUsesModelSelector" direction="forward" displayLabel="Model Selector">
|
|
2279
|
-
<ECCustomAttributes><CustomHandledProperty/></ECCustomAttributes>
|
|
2357
|
+
<ECCustomAttributes><CustomHandledProperty xmlns="BisCore.01.00.16"/></ECCustomAttributes>
|
|
2280
2358
|
</ECNavigationProperty>
|
|
2281
2359
|
</ECEntityClass>
|
|
2282
2360
|
|
|
@@ -2289,16 +2367,16 @@
|
|
|
2289
2367
|
<BaseClass>ViewDefinition</BaseClass>
|
|
2290
2368
|
<ECCustomAttributes><ClassHasHandler xmlns="BisCore.01.00.00"/></ECCustomAttributes>
|
|
2291
2369
|
<ECNavigationProperty propertyName="BaseModel" relationshipName="BaseModelForView2d" direction="backward" displayLabel="Base Model">
|
|
2292
|
-
<ECCustomAttributes><CustomHandledProperty/></ECCustomAttributes>
|
|
2370
|
+
<ECCustomAttributes><CustomHandledProperty xmlns="BisCore.01.00.16"/></ECCustomAttributes>
|
|
2293
2371
|
</ECNavigationProperty>
|
|
2294
2372
|
<ECProperty propertyName="Origin" typeName="Point2d" description="Lower left corner of the viewed area.">
|
|
2295
|
-
<ECCustomAttributes><CustomHandledProperty/></ECCustomAttributes>
|
|
2373
|
+
<ECCustomAttributes><CustomHandledProperty xmlns="BisCore.01.00.16"/></ECCustomAttributes>
|
|
2296
2374
|
</ECProperty>
|
|
2297
2375
|
<ECProperty propertyName="Extents" typeName="Point2d" description="Size of the view diagonal">
|
|
2298
|
-
<ECCustomAttributes><CustomHandledProperty/></ECCustomAttributes>
|
|
2376
|
+
<ECCustomAttributes><CustomHandledProperty xmlns="BisCore.01.00.16"/></ECCustomAttributes>
|
|
2299
2377
|
</ECProperty>
|
|
2300
2378
|
<ECProperty propertyName="RotationAngle" typeName="double" displayLabel="Rotation Angle" description="Rotation angle in degrees of the viewed area.">
|
|
2301
|
-
<ECCustomAttributes><CustomHandledProperty/></ECCustomAttributes>
|
|
2379
|
+
<ECCustomAttributes><CustomHandledProperty xmlns="BisCore.01.00.16"/></ECCustomAttributes>
|
|
2302
2380
|
</ECProperty>
|
|
2303
2381
|
</ECEntityClass>
|
|
2304
2382
|
|
|
@@ -2374,20 +2452,20 @@
|
|
|
2374
2452
|
<ECProperty propertyName="GeometryStream" typeName="binary" extendedTypeName="GeometryStream" displayLabel="Geometry Stream" description="The actual geometry of the Geometry Part">
|
|
2375
2453
|
<!-- IsNullable = False -->
|
|
2376
2454
|
<ECCustomAttributes>
|
|
2377
|
-
<CustomHandledProperty/>
|
|
2455
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
2378
2456
|
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03"/>
|
|
2379
2457
|
</ECCustomAttributes>
|
|
2380
2458
|
</ECProperty>
|
|
2381
2459
|
<ECProperty propertyName="BBoxLow" typeName="point3d" displayLabel="Bounding Box Low" description="The low corner of the Geometry Part's bounding box.">
|
|
2382
2460
|
<!-- IsNullable = False -->
|
|
2383
2461
|
<ECCustomAttributes>
|
|
2384
|
-
<CustomHandledProperty/>
|
|
2462
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
2385
2463
|
</ECCustomAttributes>
|
|
2386
2464
|
</ECProperty>
|
|
2387
2465
|
<ECProperty propertyName="BBoxHigh" typeName="point3d" displayLabel="Bounding Box High" description="The high corner of the Geometry Part's bounding box">
|
|
2388
2466
|
<!-- IsNullable = False -->
|
|
2389
2467
|
<ECCustomAttributes>
|
|
2390
|
-
<CustomHandledProperty/>
|
|
2468
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
2391
2469
|
</ECCustomAttributes>
|
|
2392
2470
|
</ECProperty>
|
|
2393
2471
|
</ECEntityClass>
|
|
Binary file
|
package/CrashpadHandler
CHANGED
|
Binary file
|
|
@@ -1,169 +1,169 @@
|
|
|
1
|
-
The FreeType Project LICENSE
|
|
2
|
-
----------------------------
|
|
3
|
-
|
|
4
|
-
2006-Jan-27
|
|
5
|
-
|
|
6
|
-
Copyright 1996-2002, 2006 by
|
|
7
|
-
David Turner, Robert Wilhelm, and Werner Lemberg
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
Introduction
|
|
12
|
-
============
|
|
13
|
-
|
|
14
|
-
The FreeType Project is distributed in several archive packages;
|
|
15
|
-
some of them may contain, in addition to the FreeType font engine,
|
|
16
|
-
various tools and contributions which rely on, or relate to, the
|
|
17
|
-
FreeType Project.
|
|
18
|
-
|
|
19
|
-
This license applies to all files found in such packages, and
|
|
20
|
-
which do not fall under their own explicit license. The license
|
|
21
|
-
affects thus the FreeType font engine, the test programs,
|
|
22
|
-
documentation and makefiles, at the very least.
|
|
23
|
-
|
|
24
|
-
This license was inspired by the BSD, Artistic, and IJG
|
|
25
|
-
(Independent JPEG Group) licenses, which all encourage inclusion
|
|
26
|
-
and use of free software in commercial and freeware products
|
|
27
|
-
alike. As a consequence, its main points are that:
|
|
28
|
-
|
|
29
|
-
o We don't promise that this software works. However, we will be
|
|
30
|
-
interested in any kind of bug reports. (`as is' distribution)
|
|
31
|
-
|
|
32
|
-
o You can use this software for whatever you want, in parts or
|
|
33
|
-
full form, without having to pay us. (`royalty-free' usage)
|
|
34
|
-
|
|
35
|
-
o You may not pretend that you wrote this software. If you use
|
|
36
|
-
it, or only parts of it, in a program, you must acknowledge
|
|
37
|
-
somewhere in your documentation that you have used the
|
|
38
|
-
FreeType code. (`credits')
|
|
39
|
-
|
|
40
|
-
We specifically permit and encourage the inclusion of this
|
|
41
|
-
software, with or without modifications, in commercial products.
|
|
42
|
-
We disclaim all warranties covering The FreeType Project and
|
|
43
|
-
assume no liability related to The FreeType Project.
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
Finally, many people asked us for a preferred form for a
|
|
47
|
-
credit/disclaimer to use in compliance with this license. We thus
|
|
48
|
-
encourage you to use the following text:
|
|
49
|
-
|
|
50
|
-
"""
|
|
51
|
-
Portions of this software are copyright © <year> The FreeType
|
|
52
|
-
Project (www.freetype.org). All rights reserved.
|
|
53
|
-
"""
|
|
54
|
-
|
|
55
|
-
Please replace <year> with the value from the FreeType version you
|
|
56
|
-
actually use.
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
Legal Terms
|
|
60
|
-
===========
|
|
61
|
-
|
|
62
|
-
0. Definitions
|
|
63
|
-
--------------
|
|
64
|
-
|
|
65
|
-
Throughout this license, the terms `package', `FreeType Project',
|
|
66
|
-
and `FreeType archive' refer to the set of files originally
|
|
67
|
-
distributed by the authors (David Turner, Robert Wilhelm, and
|
|
68
|
-
Werner Lemberg) as the `FreeType Project', be they named as alpha,
|
|
69
|
-
beta or final release.
|
|
70
|
-
|
|
71
|
-
`You' refers to the licensee, or person using the project, where
|
|
72
|
-
`using' is a generic term including compiling the project's source
|
|
73
|
-
code as well as linking it to form a `program' or `executable'.
|
|
74
|
-
This program is referred to as `a program using the FreeType
|
|
75
|
-
engine'.
|
|
76
|
-
|
|
77
|
-
This license applies to all files distributed in the original
|
|
78
|
-
FreeType Project, including all source code, binaries and
|
|
79
|
-
documentation, unless otherwise stated in the file in its
|
|
80
|
-
original, unmodified form as distributed in the original archive.
|
|
81
|
-
If you are unsure whether or not a particular file is covered by
|
|
82
|
-
this license, you must contact us to verify this.
|
|
83
|
-
|
|
84
|
-
The FreeType Project is copyright (C) 1996-2000 by David Turner,
|
|
85
|
-
Robert Wilhelm, and Werner Lemberg. All rights reserved except as
|
|
86
|
-
specified below.
|
|
87
|
-
|
|
88
|
-
1. No Warranty
|
|
89
|
-
--------------
|
|
90
|
-
|
|
91
|
-
THE FREETYPE PROJECT IS PROVIDED `AS IS' WITHOUT WARRANTY OF ANY
|
|
92
|
-
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
|
|
93
|
-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
|
94
|
-
PURPOSE. IN NO EVENT WILL ANY OF THE AUTHORS OR COPYRIGHT HOLDERS
|
|
95
|
-
BE LIABLE FOR ANY DAMAGES CAUSED BY THE USE OR THE INABILITY TO
|
|
96
|
-
USE, OF THE FREETYPE PROJECT.
|
|
97
|
-
|
|
98
|
-
2. Redistribution
|
|
99
|
-
-----------------
|
|
100
|
-
|
|
101
|
-
This license grants a worldwide, royalty-free, perpetual and
|
|
102
|
-
irrevocable right and license to use, execute, perform, compile,
|
|
103
|
-
display, copy, create derivative works of, distribute and
|
|
104
|
-
sublicense the FreeType Project (in both source and object code
|
|
105
|
-
forms) and derivative works thereof for any purpose; and to
|
|
106
|
-
authorize others to exercise some or all of the rights granted
|
|
107
|
-
herein, subject to the following conditions:
|
|
108
|
-
|
|
109
|
-
o Redistribution of source code must retain this license file
|
|
110
|
-
(`FTL.TXT') unaltered; any additions, deletions or changes to
|
|
111
|
-
the original files must be clearly indicated in accompanying
|
|
112
|
-
documentation. The copyright notices of the unaltered,
|
|
113
|
-
original files must be preserved in all copies of source
|
|
114
|
-
files.
|
|
115
|
-
|
|
116
|
-
o Redistribution in binary form must provide a disclaimer that
|
|
117
|
-
states that the software is based in part of the work of the
|
|
118
|
-
FreeType Team, in the distribution documentation. We also
|
|
119
|
-
encourage you to put an URL to the FreeType web page in your
|
|
120
|
-
documentation, though this isn't mandatory.
|
|
121
|
-
|
|
122
|
-
These conditions apply to any software derived from or based on
|
|
123
|
-
the FreeType Project, not just the unmodified files. If you use
|
|
124
|
-
our work, you must acknowledge us. However, no fee need be paid
|
|
125
|
-
to us.
|
|
126
|
-
|
|
127
|
-
3. Advertising
|
|
128
|
-
--------------
|
|
129
|
-
|
|
130
|
-
Neither the FreeType authors and contributors nor you shall use
|
|
131
|
-
the name of the other for commercial, advertising, or promotional
|
|
132
|
-
purposes without specific prior written permission.
|
|
133
|
-
|
|
134
|
-
We suggest, but do not require, that you use one or more of the
|
|
135
|
-
following phrases to refer to this software in your documentation
|
|
136
|
-
or advertising materials: `FreeType Project', `FreeType Engine',
|
|
137
|
-
`FreeType library', or `FreeType Distribution'.
|
|
138
|
-
|
|
139
|
-
As you have not signed this license, you are not required to
|
|
140
|
-
accept it. However, as the FreeType Project is copyrighted
|
|
141
|
-
material, only this license, or another one contracted with the
|
|
142
|
-
authors, grants you the right to use, distribute, and modify it.
|
|
143
|
-
Therefore, by using, distributing, or modifying the FreeType
|
|
144
|
-
Project, you indicate that you understand and accept all the terms
|
|
145
|
-
of this license.
|
|
146
|
-
|
|
147
|
-
4. Contacts
|
|
148
|
-
-----------
|
|
149
|
-
|
|
150
|
-
There are two mailing lists related to FreeType:
|
|
151
|
-
|
|
152
|
-
o freetype@nongnu.org
|
|
153
|
-
|
|
154
|
-
Discusses general use and applications of FreeType, as well as
|
|
155
|
-
future and wanted additions to the library and distribution.
|
|
156
|
-
If you are looking for support, start in this list if you
|
|
157
|
-
haven't found anything to help you in the documentation.
|
|
158
|
-
|
|
159
|
-
o freetype-devel@nongnu.org
|
|
160
|
-
|
|
161
|
-
Discusses bugs, as well as engine internals, design issues,
|
|
162
|
-
specific licenses, porting, etc.
|
|
163
|
-
|
|
164
|
-
Our home page can be found at
|
|
165
|
-
|
|
166
|
-
https://www.freetype.org
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
--- end of FTL.TXT ---
|
|
1
|
+
The FreeType Project LICENSE
|
|
2
|
+
----------------------------
|
|
3
|
+
|
|
4
|
+
2006-Jan-27
|
|
5
|
+
|
|
6
|
+
Copyright 1996-2002, 2006 by
|
|
7
|
+
David Turner, Robert Wilhelm, and Werner Lemberg
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
Introduction
|
|
12
|
+
============
|
|
13
|
+
|
|
14
|
+
The FreeType Project is distributed in several archive packages;
|
|
15
|
+
some of them may contain, in addition to the FreeType font engine,
|
|
16
|
+
various tools and contributions which rely on, or relate to, the
|
|
17
|
+
FreeType Project.
|
|
18
|
+
|
|
19
|
+
This license applies to all files found in such packages, and
|
|
20
|
+
which do not fall under their own explicit license. The license
|
|
21
|
+
affects thus the FreeType font engine, the test programs,
|
|
22
|
+
documentation and makefiles, at the very least.
|
|
23
|
+
|
|
24
|
+
This license was inspired by the BSD, Artistic, and IJG
|
|
25
|
+
(Independent JPEG Group) licenses, which all encourage inclusion
|
|
26
|
+
and use of free software in commercial and freeware products
|
|
27
|
+
alike. As a consequence, its main points are that:
|
|
28
|
+
|
|
29
|
+
o We don't promise that this software works. However, we will be
|
|
30
|
+
interested in any kind of bug reports. (`as is' distribution)
|
|
31
|
+
|
|
32
|
+
o You can use this software for whatever you want, in parts or
|
|
33
|
+
full form, without having to pay us. (`royalty-free' usage)
|
|
34
|
+
|
|
35
|
+
o You may not pretend that you wrote this software. If you use
|
|
36
|
+
it, or only parts of it, in a program, you must acknowledge
|
|
37
|
+
somewhere in your documentation that you have used the
|
|
38
|
+
FreeType code. (`credits')
|
|
39
|
+
|
|
40
|
+
We specifically permit and encourage the inclusion of this
|
|
41
|
+
software, with or without modifications, in commercial products.
|
|
42
|
+
We disclaim all warranties covering The FreeType Project and
|
|
43
|
+
assume no liability related to The FreeType Project.
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
Finally, many people asked us for a preferred form for a
|
|
47
|
+
credit/disclaimer to use in compliance with this license. We thus
|
|
48
|
+
encourage you to use the following text:
|
|
49
|
+
|
|
50
|
+
"""
|
|
51
|
+
Portions of this software are copyright © <year> The FreeType
|
|
52
|
+
Project (www.freetype.org). All rights reserved.
|
|
53
|
+
"""
|
|
54
|
+
|
|
55
|
+
Please replace <year> with the value from the FreeType version you
|
|
56
|
+
actually use.
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
Legal Terms
|
|
60
|
+
===========
|
|
61
|
+
|
|
62
|
+
0. Definitions
|
|
63
|
+
--------------
|
|
64
|
+
|
|
65
|
+
Throughout this license, the terms `package', `FreeType Project',
|
|
66
|
+
and `FreeType archive' refer to the set of files originally
|
|
67
|
+
distributed by the authors (David Turner, Robert Wilhelm, and
|
|
68
|
+
Werner Lemberg) as the `FreeType Project', be they named as alpha,
|
|
69
|
+
beta or final release.
|
|
70
|
+
|
|
71
|
+
`You' refers to the licensee, or person using the project, where
|
|
72
|
+
`using' is a generic term including compiling the project's source
|
|
73
|
+
code as well as linking it to form a `program' or `executable'.
|
|
74
|
+
This program is referred to as `a program using the FreeType
|
|
75
|
+
engine'.
|
|
76
|
+
|
|
77
|
+
This license applies to all files distributed in the original
|
|
78
|
+
FreeType Project, including all source code, binaries and
|
|
79
|
+
documentation, unless otherwise stated in the file in its
|
|
80
|
+
original, unmodified form as distributed in the original archive.
|
|
81
|
+
If you are unsure whether or not a particular file is covered by
|
|
82
|
+
this license, you must contact us to verify this.
|
|
83
|
+
|
|
84
|
+
The FreeType Project is copyright (C) 1996-2000 by David Turner,
|
|
85
|
+
Robert Wilhelm, and Werner Lemberg. All rights reserved except as
|
|
86
|
+
specified below.
|
|
87
|
+
|
|
88
|
+
1. No Warranty
|
|
89
|
+
--------------
|
|
90
|
+
|
|
91
|
+
THE FREETYPE PROJECT IS PROVIDED `AS IS' WITHOUT WARRANTY OF ANY
|
|
92
|
+
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
|
|
93
|
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
|
94
|
+
PURPOSE. IN NO EVENT WILL ANY OF THE AUTHORS OR COPYRIGHT HOLDERS
|
|
95
|
+
BE LIABLE FOR ANY DAMAGES CAUSED BY THE USE OR THE INABILITY TO
|
|
96
|
+
USE, OF THE FREETYPE PROJECT.
|
|
97
|
+
|
|
98
|
+
2. Redistribution
|
|
99
|
+
-----------------
|
|
100
|
+
|
|
101
|
+
This license grants a worldwide, royalty-free, perpetual and
|
|
102
|
+
irrevocable right and license to use, execute, perform, compile,
|
|
103
|
+
display, copy, create derivative works of, distribute and
|
|
104
|
+
sublicense the FreeType Project (in both source and object code
|
|
105
|
+
forms) and derivative works thereof for any purpose; and to
|
|
106
|
+
authorize others to exercise some or all of the rights granted
|
|
107
|
+
herein, subject to the following conditions:
|
|
108
|
+
|
|
109
|
+
o Redistribution of source code must retain this license file
|
|
110
|
+
(`FTL.TXT') unaltered; any additions, deletions or changes to
|
|
111
|
+
the original files must be clearly indicated in accompanying
|
|
112
|
+
documentation. The copyright notices of the unaltered,
|
|
113
|
+
original files must be preserved in all copies of source
|
|
114
|
+
files.
|
|
115
|
+
|
|
116
|
+
o Redistribution in binary form must provide a disclaimer that
|
|
117
|
+
states that the software is based in part of the work of the
|
|
118
|
+
FreeType Team, in the distribution documentation. We also
|
|
119
|
+
encourage you to put an URL to the FreeType web page in your
|
|
120
|
+
documentation, though this isn't mandatory.
|
|
121
|
+
|
|
122
|
+
These conditions apply to any software derived from or based on
|
|
123
|
+
the FreeType Project, not just the unmodified files. If you use
|
|
124
|
+
our work, you must acknowledge us. However, no fee need be paid
|
|
125
|
+
to us.
|
|
126
|
+
|
|
127
|
+
3. Advertising
|
|
128
|
+
--------------
|
|
129
|
+
|
|
130
|
+
Neither the FreeType authors and contributors nor you shall use
|
|
131
|
+
the name of the other for commercial, advertising, or promotional
|
|
132
|
+
purposes without specific prior written permission.
|
|
133
|
+
|
|
134
|
+
We suggest, but do not require, that you use one or more of the
|
|
135
|
+
following phrases to refer to this software in your documentation
|
|
136
|
+
or advertising materials: `FreeType Project', `FreeType Engine',
|
|
137
|
+
`FreeType library', or `FreeType Distribution'.
|
|
138
|
+
|
|
139
|
+
As you have not signed this license, you are not required to
|
|
140
|
+
accept it. However, as the FreeType Project is copyrighted
|
|
141
|
+
material, only this license, or another one contracted with the
|
|
142
|
+
authors, grants you the right to use, distribute, and modify it.
|
|
143
|
+
Therefore, by using, distributing, or modifying the FreeType
|
|
144
|
+
Project, you indicate that you understand and accept all the terms
|
|
145
|
+
of this license.
|
|
146
|
+
|
|
147
|
+
4. Contacts
|
|
148
|
+
-----------
|
|
149
|
+
|
|
150
|
+
There are two mailing lists related to FreeType:
|
|
151
|
+
|
|
152
|
+
o freetype@nongnu.org
|
|
153
|
+
|
|
154
|
+
Discusses general use and applications of FreeType, as well as
|
|
155
|
+
future and wanted additions to the library and distribution.
|
|
156
|
+
If you are looking for support, start in this list if you
|
|
157
|
+
haven't found anything to help you in the documentation.
|
|
158
|
+
|
|
159
|
+
o freetype-devel@nongnu.org
|
|
160
|
+
|
|
161
|
+
Discusses bugs, as well as engine internals, design issues,
|
|
162
|
+
specific licenses, porting, etc.
|
|
163
|
+
|
|
164
|
+
Our home page can be found at
|
|
165
|
+
|
|
166
|
+
https://www.freetype.org
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
--- end of FTL.TXT ---
|
package/Notices/icu-license.txt
CHANGED
|
@@ -1,6 +1,19 @@
|
|
|
1
|
-
|
|
1
|
+
UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
See Terms of Use <https://www.unicode.org/copyright.html>
|
|
4
|
+
for definitions of Unicode Inc.’s Data Files and Software.
|
|
5
|
+
|
|
6
|
+
NOTICE TO USER: Carefully read the following legal agreement.
|
|
7
|
+
BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S
|
|
8
|
+
DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"),
|
|
9
|
+
YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
|
|
10
|
+
TERMS AND CONDITIONS OF THIS AGREEMENT.
|
|
11
|
+
IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE
|
|
12
|
+
THE DATA FILES OR SOFTWARE.
|
|
13
|
+
|
|
14
|
+
COPYRIGHT AND PERMISSION NOTICE
|
|
15
|
+
|
|
16
|
+
Copyright © 1991-2023 Unicode, Inc. All rights reserved.
|
|
4
17
|
Distributed under the Terms of Use in https://www.unicode.org/copyright.html.
|
|
5
18
|
|
|
6
19
|
Permission is hereby granted, free of charge, to any person obtaining
|
|
@@ -32,7 +45,7 @@ shall not be used in advertising or otherwise to promote the sale,
|
|
|
32
45
|
use or other dealings in these Data Files or Software without prior
|
|
33
46
|
written authorization of the copyright holder.
|
|
34
47
|
|
|
35
|
-
|
|
48
|
+
----------------------------------------------------------------------
|
|
36
49
|
|
|
37
50
|
Third-Party Software Licenses
|
|
38
51
|
|
|
@@ -40,7 +53,9 @@ This section contains third-party software notices and/or additional
|
|
|
40
53
|
terms for licensed third-party software components included within ICU
|
|
41
54
|
libraries.
|
|
42
55
|
|
|
43
|
-
|
|
56
|
+
----------------------------------------------------------------------
|
|
57
|
+
|
|
58
|
+
ICU License - ICU 1.8.1 to ICU 57.1
|
|
44
59
|
|
|
45
60
|
COPYRIGHT AND PERMISSION NOTICE
|
|
46
61
|
|
|
@@ -75,7 +90,9 @@ of the copyright holder.
|
|
|
75
90
|
All trademarks and registered trademarks mentioned herein are the
|
|
76
91
|
property of their respective owners.
|
|
77
92
|
|
|
78
|
-
|
|
93
|
+
----------------------------------------------------------------------
|
|
94
|
+
|
|
95
|
+
Chinese/Japanese Word Break Dictionary Data (cjdict.txt)
|
|
79
96
|
|
|
80
97
|
# The Google Chrome software developed by Google is licensed under
|
|
81
98
|
# the BSD license. Other software included in this distribution is
|
|
@@ -279,33 +296,33 @@ property of their respective owners.
|
|
|
279
296
|
#
|
|
280
297
|
# ---------------COPYING.ipadic-----END----------------------------------
|
|
281
298
|
|
|
282
|
-
|
|
299
|
+
----------------------------------------------------------------------
|
|
283
300
|
|
|
284
|
-
|
|
285
|
-
|
|
301
|
+
Lao Word Break Dictionary Data (laodict.txt)
|
|
302
|
+
|
|
303
|
+
# Copyright (C) 2016 and later: Unicode, Inc. and others.
|
|
304
|
+
# License & terms of use: http://www.unicode.org/copyright.html
|
|
305
|
+
# Copyright (c) 2015 International Business Machines Corporation
|
|
306
|
+
# and others. All Rights Reserved.
|
|
286
307
|
#
|
|
287
|
-
# Project:
|
|
288
|
-
# Dictionary:
|
|
289
|
-
# License:
|
|
290
|
-
#
|
|
308
|
+
# Project: https://github.com/rober42539/lao-dictionary
|
|
309
|
+
# Dictionary: https://github.com/rober42539/lao-dictionary/laodict.txt
|
|
310
|
+
# License: https://github.com/rober42539/lao-dictionary/LICENSE.txt
|
|
311
|
+
# (copied below)
|
|
291
312
|
#
|
|
292
|
-
#
|
|
293
|
-
# modifications.
|
|
313
|
+
# This file is derived from the above dictionary version of Nov 22, 2020
|
|
294
314
|
# ----------------------------------------------------------------------
|
|
295
315
|
# Copyright (C) 2013 Brian Eugene Wilson, Robert Martin Campbell.
|
|
296
316
|
# All rights reserved.
|
|
297
317
|
#
|
|
298
318
|
# Redistribution and use in source and binary forms, with or without
|
|
299
|
-
# modification,
|
|
300
|
-
# are permitted provided that the following conditions are met:
|
|
301
|
-
#
|
|
302
|
-
#
|
|
303
|
-
# Redistributions of source code must retain the above copyright notice, this
|
|
304
|
-
# list of conditions and the following disclaimer. Redistributions in
|
|
305
|
-
# binary form must reproduce the above copyright notice, this list of
|
|
306
|
-
# conditions and the following disclaimer in the documentation and/or
|
|
307
|
-
# other materials provided with the distribution.
|
|
319
|
+
# modification, are permitted provided that the following conditions are met:
|
|
308
320
|
#
|
|
321
|
+
# Redistributions of source code must retain the above copyright notice, this
|
|
322
|
+
# list of conditions and the following disclaimer. Redistributions in binary
|
|
323
|
+
# form must reproduce the above copyright notice, this list of conditions and
|
|
324
|
+
# the following disclaimer in the documentation and/or other materials
|
|
325
|
+
# provided with the distribution.
|
|
309
326
|
#
|
|
310
327
|
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
311
328
|
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
@@ -321,7 +338,9 @@ property of their respective owners.
|
|
|
321
338
|
# OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
322
339
|
# --------------------------------------------------------------------------
|
|
323
340
|
|
|
324
|
-
|
|
341
|
+
----------------------------------------------------------------------
|
|
342
|
+
|
|
343
|
+
Burmese Word Break Dictionary Data (burmesedict.txt)
|
|
325
344
|
|
|
326
345
|
# Copyright (c) 2014 International Business Machines Corporation
|
|
327
346
|
# and others. All Rights Reserved.
|
|
@@ -361,7 +380,9 @@ property of their respective owners.
|
|
|
361
380
|
# SUCH DAMAGE.
|
|
362
381
|
# --------------------------------------------------------------------------
|
|
363
382
|
|
|
364
|
-
|
|
383
|
+
----------------------------------------------------------------------
|
|
384
|
+
|
|
385
|
+
Time Zone Database
|
|
365
386
|
|
|
366
387
|
ICU uses the public domain data and code derived from Time Zone
|
|
367
388
|
Database for its time zone support. The ownership of the TZ database
|
|
@@ -384,7 +405,9 @@ Database section 7.
|
|
|
384
405
|
# making a contribution to the database or code waives all rights to
|
|
385
406
|
# future claims in that contribution or in the TZ Database.
|
|
386
407
|
|
|
387
|
-
|
|
408
|
+
----------------------------------------------------------------------
|
|
409
|
+
|
|
410
|
+
Google double-conversion
|
|
388
411
|
|
|
389
412
|
Copyright 2006-2011, the V8 project authors. All rights reserved.
|
|
390
413
|
Redistribution and use in source and binary forms, with or without
|
|
@@ -412,3 +435,85 @@ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
|
412
435
|
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
413
436
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
414
437
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
438
|
+
|
|
439
|
+
----------------------------------------------------------------------
|
|
440
|
+
|
|
441
|
+
File: aclocal.m4 (only for ICU4C)
|
|
442
|
+
Section: pkg.m4 - Macros to locate and utilise pkg-config.
|
|
443
|
+
|
|
444
|
+
|
|
445
|
+
Copyright © 2004 Scott James Remnant <scott@netsplit.com>.
|
|
446
|
+
Copyright © 2012-2015 Dan Nicholson <dbn.lists@gmail.com>
|
|
447
|
+
|
|
448
|
+
This program is free software; you can redistribute it and/or modify
|
|
449
|
+
it under the terms of the GNU General Public License as published by
|
|
450
|
+
the Free Software Foundation; either version 2 of the License, or
|
|
451
|
+
(at your option) any later version.
|
|
452
|
+
|
|
453
|
+
This program is distributed in the hope that it will be useful, but
|
|
454
|
+
WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
455
|
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
456
|
+
General Public License for more details.
|
|
457
|
+
|
|
458
|
+
You should have received a copy of the GNU General Public License
|
|
459
|
+
along with this program; if not, write to the Free Software
|
|
460
|
+
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
|
461
|
+
02111-1307, USA.
|
|
462
|
+
|
|
463
|
+
As a special exception to the GNU General Public License, if you
|
|
464
|
+
distribute this file as part of a program that contains a
|
|
465
|
+
configuration script generated by Autoconf, you may include it under
|
|
466
|
+
the same distribution terms that you use for the rest of that
|
|
467
|
+
program.
|
|
468
|
+
|
|
469
|
+
|
|
470
|
+
(The condition for the exception is fulfilled because
|
|
471
|
+
ICU4C includes a configuration script generated by Autoconf,
|
|
472
|
+
namely the `configure` script.)
|
|
473
|
+
|
|
474
|
+
----------------------------------------------------------------------
|
|
475
|
+
|
|
476
|
+
File: config.guess (only for ICU4C)
|
|
477
|
+
|
|
478
|
+
|
|
479
|
+
This file is free software; you can redistribute it and/or modify it
|
|
480
|
+
under the terms of the GNU General Public License as published by
|
|
481
|
+
the Free Software Foundation; either version 3 of the License, or
|
|
482
|
+
(at your option) any later version.
|
|
483
|
+
|
|
484
|
+
This program is distributed in the hope that it will be useful, but
|
|
485
|
+
WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
486
|
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
487
|
+
General Public License for more details.
|
|
488
|
+
|
|
489
|
+
You should have received a copy of the GNU General Public License
|
|
490
|
+
along with this program; if not, see <https://www.gnu.org/licenses/>.
|
|
491
|
+
|
|
492
|
+
As a special exception to the GNU General Public License, if you
|
|
493
|
+
distribute this file as part of a program that contains a
|
|
494
|
+
configuration script generated by Autoconf, you may include it under
|
|
495
|
+
the same distribution terms that you use for the rest of that
|
|
496
|
+
program. This Exception is an additional permission under section 7
|
|
497
|
+
of the GNU General Public License, version 3 ("GPLv3").
|
|
498
|
+
|
|
499
|
+
|
|
500
|
+
(The condition for the exception is fulfilled because
|
|
501
|
+
ICU4C includes a configuration script generated by Autoconf,
|
|
502
|
+
namely the `configure` script.)
|
|
503
|
+
|
|
504
|
+
----------------------------------------------------------------------
|
|
505
|
+
|
|
506
|
+
File: install-sh (only for ICU4C)
|
|
507
|
+
|
|
508
|
+
|
|
509
|
+
Copyright 1991 by the Massachusetts Institute of Technology
|
|
510
|
+
|
|
511
|
+
Permission to use, copy, modify, distribute, and sell this software and its
|
|
512
|
+
documentation for any purpose is hereby granted without fee, provided that
|
|
513
|
+
the above copyright notice appear in all copies and that both that
|
|
514
|
+
copyright notice and this permission notice appear in supporting
|
|
515
|
+
documentation, and that the name of M.I.T. not be used in advertising or
|
|
516
|
+
publicity pertaining to distribution of the software without specific,
|
|
517
|
+
written prior permission. M.I.T. makes no representations about the
|
|
518
|
+
suitability of this software for any purpose. It is provided "as is"
|
|
519
|
+
without express or implied warranty.
|
package/Notices/png-license.txt
CHANGED
|
@@ -4,8 +4,8 @@ COPYRIGHT NOTICE, DISCLAIMER, and LICENSE
|
|
|
4
4
|
PNG Reference Library License version 2
|
|
5
5
|
---------------------------------------
|
|
6
6
|
|
|
7
|
-
* Copyright (c) 1995-
|
|
8
|
-
* Copyright (c) 2018-
|
|
7
|
+
* Copyright (c) 1995-2022 The PNG Reference Library Authors.
|
|
8
|
+
* Copyright (c) 2018-2022 Cosmin Truta.
|
|
9
9
|
* Copyright (c) 2000-2002, 2004, 2006-2018 Glenn Randers-Pehrson.
|
|
10
10
|
* Copyright (c) 1996-1997 Andreas Dilger.
|
|
11
11
|
* Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc.
|
package/iTwinDaemon
CHANGED
|
Binary file
|
package/imodeljs.node
CHANGED
|
Binary file
|