@bentley/open-site-schema 1.0.26-dev.2 → 1.0.26-dev.4
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/OpenSite.ecschema.json +1 -1
- package/OpenSite.ecschema.xml +70 -1
- package/package.json +1 -1
package/OpenSite.ecschema.xml
CHANGED
|
@@ -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" />
|
|
@@ -75,8 +77,10 @@
|
|
|
75
77
|
<PropertyCategory typeName="EdgeParkingAspect_Parking" displayLabel="Parking" priority="0" />
|
|
76
78
|
<PropertyCategory typeName="EdgeSidewalkAspect_Sidewalk" displayLabel="Sidewalk" priority="0" />
|
|
77
79
|
<PropertyCategory typeName="EdgeCurbAspect_Curb" displayLabel="Curb" priority="0" />
|
|
80
|
+
<PropertyCategory typeName="EdgeHatchingAspect_Hatching" displayLabel="Hatching" priority="0" />
|
|
78
81
|
<PropertyCategory typeName="EdgeOnSideParkingAspect_Parking" displayLabel="OnSide Parking" priority="0" />
|
|
79
82
|
<PropertyCategory typeName="EdgeOnSideParkingAspect_Grading" displayLabel="OnSide Parking Grading" priority="0" />
|
|
83
|
+
<PropertyCategory typeName="EdgeStairsAspect_Stairs" displayLabel="Stairs" priority="0" />
|
|
80
84
|
|
|
81
85
|
<PropertyCategory typeName="SurfaceControl" displayLabel="Surface Control" priority="0" />
|
|
82
86
|
|
|
@@ -241,6 +245,16 @@
|
|
|
241
245
|
</Target>
|
|
242
246
|
</ECRelationshipClass>
|
|
243
247
|
|
|
248
|
+
<ECRelationshipClass typeName="HatchingCategorySymbolizesClassification" strength="referencing" modifier="Sealed">
|
|
249
|
+
<BaseClass>CategorySymbolizesClassification</BaseClass>
|
|
250
|
+
<Source multiplicity="(0..1)" roleLabel="symbolizes" polymorphic="true">
|
|
251
|
+
<Class class="bis:Category" />
|
|
252
|
+
</Source>
|
|
253
|
+
<Target multiplicity="(0..*)" roleLabel="is symbolized by" polymorphic="false">
|
|
254
|
+
<Class class="clsf:Classification" />
|
|
255
|
+
</Target>
|
|
256
|
+
</ECRelationshipClass>
|
|
257
|
+
|
|
244
258
|
<ECRelationshipClass typeName="RoadBoundaryCategorySymbolizesClassification" strength="referencing" modifier="Sealed">
|
|
245
259
|
<BaseClass>CategorySymbolizesClassification</BaseClass>
|
|
246
260
|
<Source multiplicity="(0..1)" roleLabel="symbolizes" polymorphic="true">
|
|
@@ -376,6 +390,18 @@
|
|
|
376
390
|
<ECProperty propertyName="CurbReturnLength" minimumValue="0" maximumValue="304.8" typeName="double" kindOfQuantity="cvu:LENGTH" category="DrivewayMidVertex_Knuckle" displayLabel="Curb Return Length" description="Curb return length." />
|
|
377
391
|
</ECEntityClass>
|
|
378
392
|
|
|
393
|
+
<ECEntityClass typeName="PedestrianPathEndVertex" modifier="Sealed" displayLabel="Pedestrian Path End Vertex" description="The first and last Vertex of a PedestrianPath.">
|
|
394
|
+
<BaseClass>PathEndVertex</BaseClass>
|
|
395
|
+
|
|
396
|
+
<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." />
|
|
397
|
+
</ECEntityClass>
|
|
398
|
+
|
|
399
|
+
<ECEntityClass typeName="PedestrianPathMidVertex" modifier="Sealed" displayLabel="Pedestrian Path Mid Vertex" description="Vertex of a PedestrianPath that has two PedestrianPathEdge instances attached to it.">
|
|
400
|
+
<BaseClass>PathMidVertex</BaseClass>
|
|
401
|
+
|
|
402
|
+
<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." />
|
|
403
|
+
</ECEntityClass>
|
|
404
|
+
|
|
379
405
|
<ECEntityClass typeName="ParkingOverride" modifier="Abstract" displayLabel="Parking Override">
|
|
380
406
|
<BaseClass>bis:SpatialLocationElement</BaseClass>
|
|
381
407
|
</ECEntityClass>
|
|
@@ -756,6 +782,12 @@
|
|
|
756
782
|
<BaseClass>PathEdge</BaseClass>
|
|
757
783
|
</ECEntityClass>
|
|
758
784
|
|
|
785
|
+
<ECEntityClass typeName="PedestrianPathEdge" modifier="Sealed" displayLabel="Pedestrian Path Edge" description="Side of a pedestrian path, optionally computed as a set of stairs.">
|
|
786
|
+
<BaseClass>PathEdge</BaseClass>
|
|
787
|
+
|
|
788
|
+
<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." />
|
|
789
|
+
</ECEntityClass>
|
|
790
|
+
|
|
759
791
|
<ECRelationshipClass typeName="SpaceOverrideUsesSurfaceMarkingType" strength="referencing" modifier="Sealed">
|
|
760
792
|
<Source multiplicity="(0..*)" roleLabel="uses" polymorphic="true">
|
|
761
793
|
<Class class="SpaceOverride" />
|
|
@@ -1557,7 +1589,15 @@
|
|
|
1557
1589
|
|
|
1558
1590
|
<ECProperty propertyName="Spacing" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Spacing" description="Space between the hatch lines." />
|
|
1559
1591
|
<ECProperty propertyName="Angle" minimumValue="-3.141592653589793" maximumValue="3.141592653589793" typeName="double" kindOfQuantity="cvu:ANGLE" displayLabel="Angle" description="Angle of the hatch lines." />
|
|
1560
|
-
<ECProperty propertyName="Width" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Width" description="Width of the hatch lines."
|
|
1592
|
+
<ECProperty propertyName="Width" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Width" description="Width of the hatch lines." >
|
|
1593
|
+
<ECCustomAttributes>
|
|
1594
|
+
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03" />
|
|
1595
|
+
<Deprecated xmlns="CoreCustomAttributes.01.00.03">
|
|
1596
|
+
<Description>Width is controlled by symbology, not by this property.</Description>
|
|
1597
|
+
</Deprecated>
|
|
1598
|
+
</ECCustomAttributes>
|
|
1599
|
+
</ECProperty>
|
|
1600
|
+
<ECProperty propertyName="ShowBoundary" typeName="boolean" category="EdgeHatchingAspect_Hatching" displayLabel="Show Boundary" description="Whether the hatched area's outline is drawn along with the hatch pattern lines." />
|
|
1561
1601
|
</ECEntityClass>
|
|
1562
1602
|
|
|
1563
1603
|
<ECEntityClass typeName="RetainingWallType" displayLabel="Retaining Wall Type" description="Defines a shared set of properties whose values vary per-type of RetainingWall rather than per-instance.">
|
|
@@ -1691,6 +1731,16 @@
|
|
|
1691
1731
|
</Target>
|
|
1692
1732
|
</ECRelationshipClass>
|
|
1693
1733
|
|
|
1734
|
+
<ECRelationshipClass typeName="PedestrianPathEdgeOwnsHatchingAspect" modifier="Sealed" strength="embedding">
|
|
1735
|
+
<BaseClass>bis:ElementOwnsUniqueAspect</BaseClass>
|
|
1736
|
+
<Source multiplicity="(1..1)" roleLabel="owns" polymorphic="false">
|
|
1737
|
+
<Class class="PedestrianPathEdge" />
|
|
1738
|
+
</Source>
|
|
1739
|
+
<Target multiplicity="(0..1)" roleLabel="is owned by" polymorphic="false">
|
|
1740
|
+
<Class class="HatchingAspect" />
|
|
1741
|
+
</Target>
|
|
1742
|
+
</ECRelationshipClass>
|
|
1743
|
+
|
|
1694
1744
|
<ECEntityClass typeName="EdgeOnSideParkingAspect" modifier="Sealed" displayLabel="Onside Parking">
|
|
1695
1745
|
<BaseClass>bis:ElementUniqueAspect</BaseClass>
|
|
1696
1746
|
|
|
@@ -1881,6 +1931,25 @@
|
|
|
1881
1931
|
</Target>
|
|
1882
1932
|
</ECRelationshipClass>
|
|
1883
1933
|
|
|
1934
|
+
<ECEntityClass typeName="EdgeStairsAspect" modifier="Sealed" displayLabel="Stairs" description="Parameters used to generate a set of stairs along an edge.">
|
|
1935
|
+
<BaseClass>bis:ElementUniqueAspect</BaseClass>
|
|
1936
|
+
|
|
1937
|
+
<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." />
|
|
1938
|
+
<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." />
|
|
1939
|
+
<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." />
|
|
1940
|
+
<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." />
|
|
1941
|
+
</ECEntityClass>
|
|
1942
|
+
|
|
1943
|
+
<ECRelationshipClass typeName="PedestrianPathEdgeOwnsStairsAspect" modifier="Sealed" strength="embedding">
|
|
1944
|
+
<BaseClass>bis:ElementOwnsUniqueAspect</BaseClass>
|
|
1945
|
+
<Source multiplicity="(1..1)" roleLabel="owns" polymorphic="false">
|
|
1946
|
+
<Class class="PedestrianPathEdge" />
|
|
1947
|
+
</Source>
|
|
1948
|
+
<Target multiplicity="(0..1)" roleLabel="is owned by" polymorphic="false">
|
|
1949
|
+
<Class class="EdgeStairsAspect" />
|
|
1950
|
+
</Target>
|
|
1951
|
+
</ECRelationshipClass>
|
|
1952
|
+
|
|
1884
1953
|
<ECEntityClass typeName="EdgeAisleAspect" modifier="Sealed" displayLabel="Aisle">
|
|
1885
1954
|
<BaseClass>bis:ElementUniqueAspect</BaseClass>
|
|
1886
1955
|
|