@bentley/open-site-schema 1.0.22-dev.4 → 1.0.22-dev.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.
@@ -558,12 +558,12 @@
558
558
 
559
559
  <ECProperty propertyName="MinDriveSlope" typeName="double" kindOfQuantity="cvu:SLOPE" category="CenterlinePathEdge_Grading" displayLabel="Min. Slope" description="Minimum path slope for design." />
560
560
  <ECProperty propertyName="MaxDriveSlope" typeName="double" kindOfQuantity="cvu:SLOPE" category="CenterlinePathEdge_Grading" displayLabel="Max. Slope" description="Maximum path slope for design." />
561
- <ECNavigationProperty propertyName="PavementType" relationshipName="CenterlinePathEdgeUsesPavementType" direction="Forward" category="CenterlinePathEdge_Grading" displayLabel="Pavement Type" description="Pavement structure (courses) of path." />
561
+ <ECNavigationProperty propertyName="LayeredStructureType" relationshipName="CenterlinePathEdgeUsesLayeredStructureType" direction="Forward" category="CenterlinePathEdge_Grading" displayLabel="Layered Structure" description="Layers (courses) of path." />
562
562
  <ECProperty propertyName="SurfaceType" typeName="SurfaceType" category="CenterlinePathEdge_Grading" displayLabel="Surface Type" description="Surface material type for path." >
563
563
  <ECCustomAttributes>
564
564
  <HiddenProperty xmlns="CoreCustomAttributes.01.00.03" />
565
565
  <Deprecated xmlns="CoreCustomAttributes.01.00.03">
566
- <Description>SurfaceType is deprecated for CenterlinePathEdge (course information is held in the PavementType property) </Description>
566
+ <Description>SurfaceType is deprecated for CenterlinePathEdge (course information is held in the LayeredStructureType property) </Description>
567
567
  </Deprecated>
568
568
  </ECCustomAttributes>
569
569
  </ECProperty>
@@ -571,7 +571,7 @@
571
571
  <ECCustomAttributes>
572
572
  <HiddenProperty xmlns="CoreCustomAttributes.01.00.03" />
573
573
  <Deprecated xmlns="CoreCustomAttributes.01.00.03">
574
- <Description>SurfaceDepth is deprecated for CenterlinePathEdge (course information is held in the PavementType property) </Description>
574
+ <Description>SurfaceDepth is deprecated for CenterlinePathEdge (course information is held in the LayeredStructureType property) </Description>
575
575
  </Deprecated>
576
576
  </ECCustomAttributes>
577
577
  </ECProperty>
@@ -585,12 +585,12 @@
585
585
  <BaseClass>CenterlinePathEdge</BaseClass>
586
586
  <BaseClass>bis:IParentElement</BaseClass>
587
587
 
588
- <ECNavigationProperty propertyName="MedianPavementType" relationshipName="DrivewayPathEdgeUsesMedianPavementType" direction="Forward" category="DrivewayPathEdge_Median" displayLabel="Median Pavement Type" description="Pavement structure (courses) of median." />
588
+ <ECNavigationProperty propertyName="MedianLayeredStructureType" relationshipName="DrivewayPathEdgeUsesMedianLayeredStructureType" direction="Forward" category="DrivewayPathEdge_Median" displayLabel="Median Layered Structure" description="Layers (courses) of median." />
589
589
  <ECProperty propertyName="MedianType" typeName="SurfaceType" category="DrivewayPathEdge_Median" displayLabel="Type" description="Median type along path." >
590
590
  <ECCustomAttributes>
591
591
  <HiddenProperty xmlns="CoreCustomAttributes.01.00.03" />
592
592
  <Deprecated xmlns="CoreCustomAttributes.01.00.03">
593
- <Description>MedianType is deprecated for DrivewayPathEdge (course information is held in the MedianPavementType property) </Description>
593
+ <Description>MedianType is deprecated for DrivewayPathEdge (course information is held in the MedianLayeredStructureType property) </Description>
594
594
  </Deprecated>
595
595
  </ECCustomAttributes>
596
596
  </ECProperty>
@@ -726,39 +726,48 @@
726
726
  </Target>
727
727
  </ECRelationshipClass>
728
728
 
729
- <ECRelationshipClass typeName="ShapedAreaUsesPavementType" strength="referencing" modifier="Sealed">
730
- <Source multiplicity="(0..*)" roleLabel="uses" polymorphic="false">
729
+ <ECRelationshipClass typeName="ShapedAreaUsesLayeredStructureType" strength="referencing" modifier="Sealed">
730
+ <Source multiplicity="(0..*)" roleLabel="uses" polymorphic="true">
731
731
  <Class class="ShapedArea" />
732
732
  </Source>
733
733
  <Target multiplicity="(0..1)" roleLabel="is used by" polymorphic="true">
734
- <Class class="PavementType" />
734
+ <Class class="LayeredStructureType" />
735
735
  </Target>
736
736
  </ECRelationshipClass>
737
737
 
738
- <ECRelationshipClass typeName="CenterlinePathEdgeUsesPavementType" strength="referencing" modifier="Sealed">
739
- <Source multiplicity="(0..*)" roleLabel="uses" polymorphic="false">
738
+ <ECRelationshipClass typeName="CenterlinePathEdgeUsesLayeredStructureType" strength="referencing" modifier="Sealed">
739
+ <Source multiplicity="(0..*)" roleLabel="uses" polymorphic="true">
740
740
  <Class class="CenterlinePathEdge" />
741
741
  </Source>
742
742
  <Target multiplicity="(0..1)" roleLabel="is used by" polymorphic="true">
743
- <Class class="PavementType" />
743
+ <Class class="LayeredStructureType" />
744
744
  </Target>
745
745
  </ECRelationshipClass>
746
746
 
747
- <ECRelationshipClass typeName="DrivewayPathEdgeUsesMedianPavementType" strength="referencing" modifier="Sealed">
747
+ <ECRelationshipClass typeName="DrivewayPathEdgeUsesMedianLayeredStructureType" strength="referencing" modifier="Sealed">
748
748
  <Source multiplicity="(0..*)" roleLabel="uses" polymorphic="false">
749
749
  <Class class="DrivewayPathEdge" />
750
750
  </Source>
751
751
  <Target multiplicity="(0..1)" roleLabel="is used by" polymorphic="true">
752
- <Class class="PavementType" />
752
+ <Class class="LayeredStructureType" />
753
753
  </Target>
754
754
  </ECRelationshipClass>
755
755
 
756
- <ECRelationshipClass typeName="EdgeSidewalkAspectUsesPavementType" strength="referencing" modifier="Sealed">
756
+ <ECRelationshipClass typeName="EdgeSidewalkAspectUsesLayeredStructureType" strength="referencing" modifier="Sealed">
757
757
  <Source multiplicity="(0..*)" roleLabel="uses" polymorphic="false">
758
758
  <Class class="EdgeSidewalkAspect" />
759
759
  </Source>
760
760
  <Target multiplicity="(0..1)" roleLabel="is used by" polymorphic="true">
761
- <Class class="PavementType" />
761
+ <Class class="LayeredStructureType" />
762
+ </Target>
763
+ </ECRelationshipClass>
764
+
765
+ <ECRelationshipClass typeName="LayoutParkingAreaUsesLayeredStructureType" strength="referencing" modifier="Sealed">
766
+ <Source multiplicity="(0..*)" roleLabel="uses" polymorphic="false">
767
+ <Class class="LayoutParkingArea" />
768
+ </Source>
769
+ <Target multiplicity="(0..1)" roleLabel="is used by" polymorphic="true">
770
+ <Class class="LayeredStructureType" />
762
771
  </Target>
763
772
  </ECRelationshipClass>
764
773
 
@@ -833,6 +842,26 @@
833
842
  </Target>
834
843
  </ECRelationshipClass>
835
844
 
845
+ <ECRelationshipClass typeName="LayoutParcelingAreaOwnsParcelAreas" strength="embedding" strengthDirection="Forward" modifier="Sealed">
846
+ <BaseClass>bis:ElementOwnsChildElements</BaseClass>
847
+ <Source multiplicity="(1..1)" roleLabel="owns" polymorphic="false">
848
+ <Class class="LayoutParcelingArea" />
849
+ </Source>
850
+ <Target multiplicity="(0..*)" roleLabel="is owned by" polymorphic="false">
851
+ <Class class="ParcelArea" />
852
+ </Target>
853
+ </ECRelationshipClass>
854
+
855
+ <ECRelationshipClass typeName="LayoutParcelingAreaOwnsBuildingAreas" strength="embedding" strengthDirection="Forward" modifier="Sealed">
856
+ <BaseClass>bis:ElementOwnsChildElements</BaseClass>
857
+ <Source multiplicity="(1..1)" roleLabel="owns" polymorphic="false">
858
+ <Class class="LayoutParcelingArea" />
859
+ </Source>
860
+ <Target multiplicity="(0..*)" roleLabel="is owned by" polymorphic="false">
861
+ <Class class="BuildingArea" />
862
+ </Target>
863
+ </ECRelationshipClass>
864
+
836
865
  <ECRelationshipClass typeName="BuildingAreaOwnsSidewalks" strength="embedding" strengthDirection="Forward" modifier="Sealed">
837
866
  <BaseClass>bis:ElementOwnsChildElements</BaseClass>
838
867
  <Source multiplicity="(1..1)" roleLabel="owns" polymorphic="false">
@@ -990,12 +1019,12 @@
990
1019
  <ECProperty propertyName="DoGrade" typeName="boolean" category="ShapedArea_Optimizer" displayLabel="Grading" description="Add area grading data to grading optimizer." />
991
1020
 
992
1021
  <ECProperty propertyName="Topsoil" typeName="double" category="ShapedArea_Surface" kindOfQuantity="cvu:LENGTH_SHORT" displayLabel="Topsoil" description="Depth of topsoil." />
993
- <ECNavigationProperty propertyName="PavementType" relationshipName="ShapedAreaUsesPavementType" direction="Forward" category="ShapedArea_Surface" displayLabel="Pavement Type" />
1022
+ <ECNavigationProperty propertyName="LayeredStructureType" relationshipName="ShapedAreaUsesLayeredStructureType" direction="Forward" category="ShapedArea_Surface" displayLabel="Layered Structure" />
994
1023
  <ECProperty propertyName="SurfaceType" typeName="SurfaceType" category="ShapedArea_Surface" displayLabel="Surface Type" description="Type definition of area." >
995
1024
  <ECCustomAttributes>
996
1025
  <HiddenProperty xmlns="CoreCustomAttributes.01.00.03" />
997
1026
  <Deprecated xmlns="CoreCustomAttributes.01.00.03">
998
- <Description>SurfaceType is deprecated for ShapedArea (course information is held in the PavementType property) </Description>
1027
+ <Description>SurfaceType is deprecated for ShapedArea (course information is held in the LayeredStructureType property) </Description>
999
1028
  </Deprecated>
1000
1029
  </ECCustomAttributes>
1001
1030
  </ECProperty>
@@ -1003,7 +1032,7 @@
1003
1032
  <ECCustomAttributes>
1004
1033
  <HiddenProperty xmlns="CoreCustomAttributes.01.00.03" />
1005
1034
  <Deprecated xmlns="CoreCustomAttributes.01.00.03">
1006
- <Description>SurfaceDepth is deprecated for ShapedArea (course information is held in the PavementType property) </Description>
1035
+ <Description>SurfaceDepth is deprecated for ShapedArea (course information is held in the LayeredStructureType property) </Description>
1007
1036
  </Deprecated>
1008
1037
  </ECCustomAttributes>
1009
1038
  </ECProperty>
@@ -1104,13 +1133,28 @@
1104
1133
 
1105
1134
  <ECProperty propertyName="MinSlopeParkingLot" typeName="double" category="LayoutParkingArea_ParkingGrading" kindOfQuantity="cvu:SLOPE" displayLabel="Min. Design Slope" description="Minimum design slope for parking lot." />
1106
1135
  <ECProperty propertyName="MaxSlopeParkingLot" typeName="double" category="LayoutParkingArea_ParkingGrading" kindOfQuantity="cvu:SLOPE" displayLabel="Max. Design Slope" description="Maximum design slope for parking lot." />
1107
- <ECProperty propertyName="SurfaceTypeParkingLot" typeName="SurfaceType" category="LayoutParkingArea_ParkingGrading" displayLabel="Surface Type" description="Surface type or material for parking lot." />
1108
- <ECProperty propertyName="SurfaceDepthParkingLot" typeName="double" category="LayoutParkingArea_ParkingGrading" kindOfQuantity="cvu:LENGTH_SHORT" displayLabel="Surface Depth" description="Surface or material depth." />
1136
+ <ECProperty propertyName="SurfaceTypeParkingLot" typeName="SurfaceType" category="LayoutParkingArea_ParkingGrading" displayLabel="Surface Type" description="Surface type or material for parking lot." >
1137
+ <ECCustomAttributes>
1138
+ <HiddenProperty xmlns="CoreCustomAttributes.01.00.03" />
1139
+ <Deprecated xmlns="CoreCustomAttributes.01.00.03">
1140
+ <Description>SurfaceTypeParkingLot is deprecated for LayoutParkingArea. </Description>
1141
+ </Deprecated>
1142
+ </ECCustomAttributes>
1143
+ </ECProperty>
1144
+ <ECProperty propertyName="SurfaceDepthParkingLot" typeName="double" category="LayoutParkingArea_ParkingGrading" kindOfQuantity="cvu:LENGTH_SHORT" displayLabel="Surface Depth" description="Surface or material depth." >
1145
+ <ECCustomAttributes>
1146
+ <HiddenProperty xmlns="CoreCustomAttributes.01.00.03" />
1147
+ <Deprecated xmlns="CoreCustomAttributes.01.00.03">
1148
+ <Description>SurfaceDepthParkingLot is deprecated for LayoutParkingArea. </Description>
1149
+ </Deprecated>
1150
+ </ECCustomAttributes>
1151
+ </ECProperty>
1109
1152
  <ECProperty propertyName="SurfaceTypeParkingSpaces" typeName="SurfaceType" category="LayoutParkingArea_ParkingGrading" displayLabel="Space Surface Type" description="Surface type or material for specific parking spaces." />
1110
1153
  <ECProperty propertyName="SurfaceDepthParkingSpaces" typeName="double" category="LayoutParkingArea_ParkingGrading" kindOfQuantity="cvu:LENGTH_SHORT" displayLabel="Space Surface Depth" description="Surface or material depth for specific parking spaces." />
1111
1154
 
1112
1155
  <ECNavigationProperty propertyName="IslandCurbType" relationshipName="LayoutParkingAreaUsesIslandCurbType" direction="Forward" displayLabel="Island Curb Type" />
1113
1156
  <ECNavigationProperty propertyName="ParkingCurbType" relationshipName="LayoutParkingAreaUsesCurbType" direction="Forward" displayLabel="Curb Type" />
1157
+ <ECNavigationProperty propertyName="LayeredStructureType" relationshipName="LayoutParkingAreaUsesLayeredStructureType" direction="Forward" displayLabel="Layered Structure Type" />
1114
1158
  </ECEntityClass>
1115
1159
 
1116
1160
  <ECEntityClass typeName="LayoutPondArea" modifier="Sealed" displayLabel="Pond" description="Layout pond area.">
@@ -1128,6 +1172,12 @@
1128
1172
 
1129
1173
  <ECEntityClass typeName="LayoutParcelingArea" modifier="Sealed" displayLabel="Layout Parceling Area" description="Layout parceling area.">
1130
1174
  <BaseClass>LayoutArea</BaseClass>
1175
+
1176
+ <ECProperty propertyName="ControlType" typeName="ControlType">
1177
+ <ECCustomAttributes>
1178
+ <HiddenProperty xmlns="CoreCustomAttributes.01.00.03" />
1179
+ </ECCustomAttributes>
1180
+ </ECProperty>
1131
1181
 
1132
1182
  <ECProperty propertyName="MinParcelSurface" typeName="double" kindOfQuantity="cvu:AREA" category="LayoutParcelingArea_ParcelLayout" displayLabel="Min. Parcel Surface" description="Minimum parcel surface area." />
1133
1183
  <ECProperty propertyName="MaxParcelDepth" typeName="double" kindOfQuantity="cvu:LENGTH" category="LayoutParcelingArea_ParcelLayout" displayLabel="Max. Parcel Depth" description="Maximum parcel depth." />
@@ -1311,8 +1361,12 @@
1311
1361
  <ECProperty propertyName="KeyHeight" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Key Height" description="Height of key." />
1312
1362
  </ECEntityClass>
1313
1363
 
1314
- <ECEntityClass typeName="PavementType" displayLabel="Pavement Type" description="Defines a shared set of properties whose values vary per-type of layered surface rather than per-instance.">
1315
- <BaseClass>cvphys:PavementType</BaseClass>
1364
+ <ECEntityClass typeName="LayeredStructure" displayLabel="Layered Structure" description="LayeredStructure for use in OpenSite+. A bis:PhysicalElement that assembles multiple layers.">
1365
+ <BaseClass>cvphys:LayeredStructure</BaseClass>
1366
+ </ECEntityClass>
1367
+
1368
+ <ECEntityClass typeName="LayeredStructureType" displayLabel="Layered Structure Type" description="Defines a shared set of properties whose values vary per-type of layered surface rather than per-instance.">
1369
+ <BaseClass>cvphys:LayeredStructureType</BaseClass>
1316
1370
  </ECEntityClass>
1317
1371
 
1318
1372
  <ECEntityClass typeName="CurbType" displayLabel="Curb Type" description="Defines a shared set of properties whose values vary per-type of Curb rather than per-instance.">
@@ -1441,12 +1495,12 @@
1441
1495
  <ECEntityClass typeName="EdgeSidewalkAspect" modifier="Sealed" displayLabel="Sidewalk Aspect">
1442
1496
  <BaseClass>bis:ElementUniqueAspect</BaseClass>
1443
1497
 
1444
- <ECNavigationProperty propertyName="PavementType" relationshipName="EdgeSidewalkAspectUsesPavementType" direction="Forward" category="EdgeSidewalkAspect_Sidewalk" displayLabel="Pavement Type" description="Pavement structure (courses) of sidewalk." />
1498
+ <ECNavigationProperty propertyName="LayeredStructureType" relationshipName="EdgeSidewalkAspectUsesLayeredStructureType" direction="Forward" category="EdgeSidewalkAspect_Sidewalk" displayLabel="Layered Structure" description="Layers (courses) of sidewalk." />
1445
1499
  <ECProperty propertyName="SidewalkType" typeName="SurfaceType" category="EdgeSidewalkAspect_Sidewalk" displayLabel="Type" description="Defines the type of sidewalk or material." >
1446
1500
  <ECCustomAttributes>
1447
1501
  <HiddenProperty xmlns="CoreCustomAttributes.01.00.03" />
1448
1502
  <Deprecated xmlns="CoreCustomAttributes.01.00.03">
1449
- <Description>SidewalkType is deprecated for EdgeSidewalkAspect (course information is held in the PavementType property) </Description>
1503
+ <Description>SidewalkType is deprecated for EdgeSidewalkAspect (course information is held in the LayeredStructureType property) </Description>
1450
1504
  </Deprecated>
1451
1505
  </ECCustomAttributes>
1452
1506
  </ECProperty>
@@ -1456,7 +1510,7 @@
1456
1510
  <ECCustomAttributes>
1457
1511
  <HiddenProperty xmlns="CoreCustomAttributes.01.00.03" />
1458
1512
  <Deprecated xmlns="CoreCustomAttributes.01.00.03">
1459
- <Description>SidewalkDepth is deprecated for EdgeSidewalkAspect (course information is held in the PavementType property) </Description>
1513
+ <Description>SidewalkDepth is deprecated for EdgeSidewalkAspect (course information is held in the LayeredStructureType property) </Description>
1460
1514
  </Deprecated>
1461
1515
  </ECCustomAttributes>
1462
1516
  </ECProperty>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bentley/open-site-schema",
3
3
  "license": "MIT",
4
- "version": "1.0.22-dev.4",
4
+ "version": "1.0.22-dev.6",
5
5
  "homepage": "https://www.itwinjs.org/",
6
6
  "keywords": [
7
7
  "Bentley",