@bentley/open-site-schema 1.0.26-dev.1 → 1.0.26-dev.3

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.
@@ -47,6 +47,8 @@
47
47
  <PropertyCategory typeName="DrivewayPathFin_Road" displayLabel="Road" priority="0" />
48
48
  <PropertyCategory typeName="DrivewayPathFin_Shoulder" displayLabel="Shoulder" priority="0" />
49
49
  <PropertyCategory typeName="SidewalkPathFin_Sidewalk" displayLabel="Sidewalk" priority="0" />
50
+ <PropertyCategory typeName="PedestrianPathEdge_Path" displayLabel="Path" priority="0" />
51
+ <PropertyCategory typeName="PedestrianPathVertex_Elevation" displayLabel="Elevation" priority="0" />
50
52
 
51
53
  <PropertyCategory typeName="RetainingWallArea_Wall" displayLabel="Wall" priority="0" />
52
54
  <PropertyCategory typeName="ShapedArea_Optimizer" displayLabel="Optimizer" priority="0" />
@@ -65,6 +67,8 @@
65
67
  <PropertyCategory typeName="LayoutParcelingArea_ParcelLayout" displayLabel="Parcel Layout" priority="0" />
66
68
  <PropertyCategory typeName="ParcelBuildingAspect_BuildingLayout" displayLabel="Building Layout" priority="0" />
67
69
  <PropertyCategory typeName="ParcelSetbacksAspect_Setbacks" displayLabel="Setbacks" priority="0" />
70
+ <PropertyCategory typeName="ParcelGradingAspect_Grading" displayLabel="Grading" priority="0" />
71
+ <PropertyCategory typeName="BuildingWallAspect_Walls" displayLabel="Walls" priority="0" />
68
72
 
69
73
  <PropertyCategory typeName="DrivewayPath_Direction" displayLabel="Direction" priority="0" />
70
74
  <PropertyCategory typeName="ParkingRowPath_Parking" displayLabel="Parking" priority="0" />
@@ -75,6 +79,7 @@
75
79
  <PropertyCategory typeName="EdgeCurbAspect_Curb" displayLabel="Curb" priority="0" />
76
80
  <PropertyCategory typeName="EdgeOnSideParkingAspect_Parking" displayLabel="OnSide Parking" priority="0" />
77
81
  <PropertyCategory typeName="EdgeOnSideParkingAspect_Grading" displayLabel="OnSide Parking Grading" priority="0" />
82
+ <PropertyCategory typeName="EdgeStairsAspect_Stairs" displayLabel="Stairs" priority="0" />
78
83
 
79
84
  <PropertyCategory typeName="SurfaceControl" displayLabel="Surface Control" priority="0" />
80
85
 
@@ -374,6 +379,18 @@
374
379
  <ECProperty propertyName="CurbReturnLength" minimumValue="0" maximumValue="304.8" typeName="double" kindOfQuantity="cvu:LENGTH" category="DrivewayMidVertex_Knuckle" displayLabel="Curb Return Length" description="Curb return length." />
375
380
  </ECEntityClass>
376
381
 
382
+ <ECEntityClass typeName="PedestrianPathEndVertex" modifier="Sealed" displayLabel="Pedestrian Path End Vertex" description="The first and last Vertex of a PedestrianPath.">
383
+ <BaseClass>PathEndVertex</BaseClass>
384
+
385
+ <ECProperty propertyName="Elevation" minimumValue="-304.8" maximumValue="9144" typeName="double" kindOfQuantity="cvu:LENGTH" category="PedestrianPathVertex_Elevation" displayLabel="Elevation" description="Fixed elevation for this vertex, used to compute stairs along the adjoining edges." />
386
+ </ECEntityClass>
387
+
388
+ <ECEntityClass typeName="PedestrianPathMidVertex" modifier="Sealed" displayLabel="Pedestrian Path Mid Vertex" description="Vertex of a PedestrianPath that has two PedestrianPathEdge instances attached to it.">
389
+ <BaseClass>PathMidVertex</BaseClass>
390
+
391
+ <ECProperty propertyName="Elevation" minimumValue="-304.8" maximumValue="9144" typeName="double" kindOfQuantity="cvu:LENGTH" category="PedestrianPathVertex_Elevation" displayLabel="Elevation" description="Fixed elevation for this vertex, used to compute stairs along the adjoining edges." />
392
+ </ECEntityClass>
393
+
377
394
  <ECEntityClass typeName="ParkingOverride" modifier="Abstract" displayLabel="Parking Override">
378
395
  <BaseClass>bis:SpatialLocationElement</BaseClass>
379
396
  </ECEntityClass>
@@ -754,6 +771,12 @@
754
771
  <BaseClass>PathEdge</BaseClass>
755
772
  </ECEntityClass>
756
773
 
774
+ <ECEntityClass typeName="PedestrianPathEdge" modifier="Sealed" displayLabel="Pedestrian Path Edge" description="Side of a pedestrian path, optionally computed as a set of stairs.">
775
+ <BaseClass>PathEdge</BaseClass>
776
+
777
+ <ECProperty propertyName="Width" minimumValue="0" maximumValue="304.8" typeName="double" kindOfQuantity="cvu:LENGTH" category="PedestrianPathEdge_Path" displayLabel="Width" description="Width of this side of the pedestrian path. When not set, the Width of the parent PedestrianPath is used." />
778
+ </ECEntityClass>
779
+
757
780
  <ECRelationshipClass typeName="SpaceOverrideUsesSurfaceMarkingType" strength="referencing" modifier="Sealed">
758
781
  <Source multiplicity="(0..*)" roleLabel="uses" polymorphic="true">
759
782
  <Class class="SpaceOverride" />
@@ -1350,7 +1373,7 @@
1350
1373
  <ECProperty propertyName="MaxParcelDepth" minimumValue="0" maximumValue="3048" typeName="double" kindOfQuantity="cvu:LENGTH" category="LayoutParcelingArea_ParcelLayout" displayLabel="Max. Parcel Depth" description="Maximum parcel depth." />
1351
1374
  <ECProperty propertyName="MinParcelFrontage" minimumValue="0" maximumValue="3048" typeName="double" kindOfQuantity="cvu:LENGTH" category="LayoutParcelingArea_ParcelLayout" displayLabel="Min. Parcel Frontage" description="Minimum parcel frontage." />
1352
1375
  <ECProperty propertyName="ParcelFrontageOffset" minimumValue="0" maximumValue="3048" typeName="double" kindOfQuantity="cvu:LENGTH" category="LayoutParcelingArea_ParcelLayout" displayLabel="Frontage Offset" description="Frontage offset." />
1353
- <ECProperty propertyName="BackYardDepth" minimumValue="0" maximumValue="3048" typeName="double" kindOfQuantity="cvu:LENGTH" category="LayoutParcelingArea_ParcelLayout" displayLabel="Back Yard Depth" description="Back yard depth." />
1376
+ <ECProperty propertyName="BackYardDepth" minimumValue="0" maximumValue="3048" typeName="double" kindOfQuantity="cvu:LENGTH" category="ParcelGradingAspect_Grading" displayLabel="Back Yard Depth" description="Back yard depth." />
1354
1377
  </ECEntityClass>
1355
1378
 
1356
1379
  <ECEntityClass typeName="ParcelBuildingAspect" modifier="Sealed" displayLabel="Building Aspect">
@@ -1368,6 +1391,28 @@
1368
1391
  <ECProperty propertyName="BackSetback" minimumValue="0" maximumValue="304.8" typeName="double" kindOfQuantity="cvu:LENGTH" category="ParcelSetbacksAspect_Setbacks" displayLabel="Back" description="Back setback distance." />
1369
1392
  </ECEntityClass>
1370
1393
 
1394
+ <ECEntityClass typeName="ParcelGradingAspect" modifier="Sealed" displayLabel="Parcel Grading">
1395
+ <BaseClass>bis:ElementUniqueAspect</BaseClass>
1396
+
1397
+ <ECProperty propertyName="MinFrontYardSlope" minimumValue="-10" maximumValue="10" typeName="double" kindOfQuantity="cvu:SLOPE" category="ParcelGradingAspect_Grading" displayLabel="Min. Front Yard Slope" description="Minimum front yard slope." />
1398
+ <ECProperty propertyName="MaxFrontYardSlope" minimumValue="-10" maximumValue="10" typeName="double" kindOfQuantity="cvu:SLOPE" category="ParcelGradingAspect_Grading" displayLabel="Max. Front Yard Slope" description="Maximum front yard slope." />
1399
+ <ECProperty propertyName="MinSideYardSlope" minimumValue="-10" maximumValue="10" typeName="double" kindOfQuantity="cvu:SLOPE" category="ParcelGradingAspect_Grading" displayLabel="Min. Side Yard Slope" description="Minimum side yard slope." />
1400
+ <ECProperty propertyName="MaxSideYardSlope" minimumValue="-10" maximumValue="10" typeName="double" kindOfQuantity="cvu:SLOPE" category="ParcelGradingAspect_Grading" displayLabel="Max. Side Yard Slope" description="Maximum side yard slope." />
1401
+ <ECProperty propertyName="MinBackYardSlope" minimumValue="-10" maximumValue="10" typeName="double" kindOfQuantity="cvu:SLOPE" category="ParcelGradingAspect_Grading" displayLabel="Min. Back Yard Slope" description="Minimum back yard slope." />
1402
+ <ECProperty propertyName="MaxBackYardSlope" minimumValue="-10" maximumValue="10" typeName="double" kindOfQuantity="cvu:SLOPE" category="ParcelGradingAspect_Grading" displayLabel="Max. Back Yard Slope" description="Maximum back yard slope." />
1403
+ <ECProperty propertyName="MinTieInSlope" minimumValue="-10" maximumValue="10" typeName="double" kindOfQuantity="cvu:SLOPE" category="ParcelGradingAspect_Grading" displayLabel="Min. Tie-In Slope" description="Minimum tie-in slope." />
1404
+ <ECProperty propertyName="MaxTieInSlope" minimumValue="-10" maximumValue="10" typeName="double" kindOfQuantity="cvu:SLOPE" category="ParcelGradingAspect_Grading" displayLabel="Max. Tie-In Slope" description="Maximum tie-in slope." />
1405
+ </ECEntityClass>
1406
+
1407
+ <ECEntityClass typeName="BuildingWallAspect" modifier="Sealed" displayLabel="Building Wall">
1408
+ <BaseClass>bis:ElementUniqueAspect</BaseClass>
1409
+
1410
+ <ECProperty propertyName="BuildingWallFront" minimumValue="0" maximumValue="304.8" typeName="double" kindOfQuantity="cvu:LENGTH" category="BuildingWallAspect_Walls" displayLabel="Front" description="Building wall front offset." />
1411
+ <ECProperty propertyName="BuildingWallBack" minimumValue="0" maximumValue="304.8" typeName="double" kindOfQuantity="cvu:LENGTH" category="BuildingWallAspect_Walls" displayLabel="Back" description="Building wall back offset." />
1412
+ <ECProperty propertyName="BuildingWallLeft" minimumValue="0" maximumValue="304.8" typeName="double" kindOfQuantity="cvu:LENGTH" category="BuildingWallAspect_Walls" displayLabel="Left" description="Building wall left offset." />
1413
+ <ECProperty propertyName="BuildingWallRight" minimumValue="0" maximumValue="304.8" typeName="double" kindOfQuantity="cvu:LENGTH" category="BuildingWallAspect_Walls" displayLabel="Right" description="Building wall right offset." />
1414
+ </ECEntityClass>
1415
+
1371
1416
  <ECRelationshipClass typeName="LayoutParcelingAreaOwnsParcelBuildingAspect" modifier="Sealed" strength="embedding">
1372
1417
  <BaseClass>bis:ElementOwnsUniqueAspect</BaseClass>
1373
1418
  <Source multiplicity="(1..1)" roleLabel="owns" polymorphic="false">
@@ -1388,6 +1433,26 @@
1388
1433
  </Target>
1389
1434
  </ECRelationshipClass>
1390
1435
 
1436
+ <ECRelationshipClass typeName="LayoutParcelingAreaOwnsParcelGradingAspect" modifier="Sealed" strength="embedding">
1437
+ <BaseClass>bis:ElementOwnsUniqueAspect</BaseClass>
1438
+ <Source multiplicity="(1..1)" roleLabel="owns" polymorphic="false">
1439
+ <Class class="LayoutParcelingArea" />
1440
+ </Source>
1441
+ <Target multiplicity="(0..1)" roleLabel="is owned by" polymorphic="false">
1442
+ <Class class="ParcelGradingAspect" />
1443
+ </Target>
1444
+ </ECRelationshipClass>
1445
+
1446
+ <ECRelationshipClass typeName="LayoutParcelingAreaOwnsBuildingWallAspect" modifier="Sealed" strength="embedding">
1447
+ <BaseClass>bis:ElementOwnsUniqueAspect</BaseClass>
1448
+ <Source multiplicity="(1..1)" roleLabel="owns" polymorphic="false">
1449
+ <Class class="LayoutParcelingArea" />
1450
+ </Source>
1451
+ <Target multiplicity="(0..1)" roleLabel="is owned by" polymorphic="false">
1452
+ <Class class="BuildingWallAspect" />
1453
+ </Target>
1454
+ </ECRelationshipClass>
1455
+
1391
1456
  <ECEntityClass typeName="ParcelArea" modifier="Sealed" displayLabel="Parcel Area" description="Parcel area.">
1392
1457
  <BaseClass>LayoutArea</BaseClass>
1393
1458
  </ECEntityClass>
@@ -1837,6 +1902,25 @@
1837
1902
  </Target>
1838
1903
  </ECRelationshipClass>
1839
1904
 
1905
+ <ECEntityClass typeName="EdgeStairsAspect" modifier="Sealed" displayLabel="Stairs" description="Parameters used to generate a set of stairs along an edge.">
1906
+ <BaseClass>bis:ElementUniqueAspect</BaseClass>
1907
+
1908
+ <ECProperty propertyName="MaxStepCount" minimumValue="1" maximumValue="1000" typeName="int" category="EdgeStairsAspect_Stairs" displayLabel="Number of Steps (Max)" description="Maximum number of steps to generate for this side." />
1909
+ <ECProperty propertyName="TreadWidth" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH_SHORT" category="EdgeStairsAspect_Stairs" displayLabel="Tread Width" description="Depth of each step's tread." />
1910
+ <ECProperty propertyName="StepHeight" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH_SHORT" category="EdgeStairsAspect_Stairs" displayLabel="Step Height" description="Riser height of each step." />
1911
+ <ECProperty propertyName="EndElevation" minimumValue="-304.8" maximumValue="9144" typeName="double" kindOfQuantity="cvu:LENGTH" readOnly="True" category="EdgeStairsAspect_Stairs" displayLabel="End Elevation" description="Calculated elevation reached at the end of the stairs." />
1912
+ </ECEntityClass>
1913
+
1914
+ <ECRelationshipClass typeName="PedestrianPathEdgeOwnsStairsAspect" modifier="Sealed" strength="embedding">
1915
+ <BaseClass>bis:ElementOwnsUniqueAspect</BaseClass>
1916
+ <Source multiplicity="(1..1)" roleLabel="owns" polymorphic="false">
1917
+ <Class class="PedestrianPathEdge" />
1918
+ </Source>
1919
+ <Target multiplicity="(0..1)" roleLabel="is owned by" polymorphic="false">
1920
+ <Class class="EdgeStairsAspect" />
1921
+ </Target>
1922
+ </ECRelationshipClass>
1923
+
1840
1924
  <ECEntityClass typeName="EdgeAisleAspect" modifier="Sealed" displayLabel="Aisle">
1841
1925
  <BaseClass>bis:ElementUniqueAspect</BaseClass>
1842
1926
 
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.26-dev.1",
4
+ "version": "1.0.26-dev.3",
5
5
  "homepage": "https://www.itwinjs.org/",
6
6
  "keywords": [
7
7
  "Bentley",