@bentley/open-site-schema 1.0.28-dev.1 → 1.0.28-dev.2
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 +18 -0
- package/package.json +1 -1
package/OpenSite.ecschema.xml
CHANGED
|
@@ -55,6 +55,7 @@
|
|
|
55
55
|
<PropertyCategory typeName="ShapedArea_Constraints" displayLabel="Constraints" priority="0" />
|
|
56
56
|
<PropertyCategory typeName="ShapedArea_Surface" displayLabel="Surface" priority="0" />
|
|
57
57
|
<PropertyCategory typeName="PadArea_Layout" displayLabel="Layout" priority="0" />
|
|
58
|
+
<PropertyCategory typeName="EasementArea_Layout" displayLabel="Layout" priority="0" />
|
|
58
59
|
<PropertyCategory typeName="LayoutParkingArea_Parking" displayLabel="Parking" priority="0" />
|
|
59
60
|
<PropertyCategory typeName="LayoutParkingArea_ParkingAisle" displayLabel="Parking Aisle" priority="0" />
|
|
60
61
|
<PropertyCategory typeName="LayoutParkingArea_ParkingIsland" displayLabel="Parking Island" priority="0" />
|
|
@@ -1338,6 +1339,14 @@
|
|
|
1338
1339
|
<ECProperty propertyName="ParkingAllowed" typeName="boolean" category="PadArea_Layout" displayLabel="Allow Parking" description="Allow parking spaces to be created inside this area." />
|
|
1339
1340
|
</ECEntityClass>
|
|
1340
1341
|
|
|
1342
|
+
<ECEntityClass typeName="EasementArea" modifier="Sealed" displayLabel="Easement Area" description="Easement area.">
|
|
1343
|
+
<BaseClass>ShapedArea</BaseClass>
|
|
1344
|
+
|
|
1345
|
+
<ECProperty propertyName="AllowParking" typeName="boolean" category="EasementArea_Layout" displayLabel="Allow Parking" description="Allow parking to be laid out inside this easement area." />
|
|
1346
|
+
<ECProperty propertyName="AllowSidewalk" typeName="boolean" category="EasementArea_Layout" displayLabel="Allow Sidewalk" description="Allow sidewalks to be laid out inside this easement area." />
|
|
1347
|
+
<ECProperty propertyName="AllowParcels" typeName="boolean" category="EasementArea_Layout" displayLabel="Allow Parcels" description="Allow parcels to be laid out inside this easement area." />
|
|
1348
|
+
</ECEntityClass>
|
|
1349
|
+
|
|
1341
1350
|
<ECEntityClass typeName="ParkingArea" modifier="Sealed" displayLabel="Parking Area" description="Parking Area">
|
|
1342
1351
|
<BaseClass>ShapedArea</BaseClass>
|
|
1343
1352
|
|
|
@@ -1674,6 +1683,15 @@
|
|
|
1674
1683
|
<ECProperty propertyName="Width" minimumValue="0" maximumValue="304.8" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Width" description="Width of the pedestrian path." />
|
|
1675
1684
|
</ECEntityClass>
|
|
1676
1685
|
|
|
1686
|
+
<ECEntityClass typeName="DitchPath" modifier="Sealed" displayLabel="Ditch Path" description="Ditch path.">
|
|
1687
|
+
<BaseClass>LayoutPath</BaseClass>
|
|
1688
|
+
<ECProperty propertyName="ChannelSlope" typeName="double" kindOfQuantity="cvu:SLOPE" displayLabel="Channel Slope" description="Longitudinal slope of the ditch channel." />
|
|
1689
|
+
<ECProperty propertyName="Depth" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Depth" description="Depth of the ditch." />
|
|
1690
|
+
<ECProperty propertyName="LeftSideSlope" typeName="double" kindOfQuantity="cvu:SLOPE" displayLabel="Left Side Slope" description="Slope of the left side of the ditch." />
|
|
1691
|
+
<ECProperty propertyName="RightSideSlope" typeName="double" kindOfQuantity="cvu:SLOPE" displayLabel="Right Side Slope" description="Slope of the right side of the ditch." />
|
|
1692
|
+
<ECProperty propertyName="BottomWidth" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Bottom Width" description="Bottom width of the ditch." />
|
|
1693
|
+
</ECEntityClass>
|
|
1694
|
+
|
|
1677
1695
|
<ECEntityClass typeName="CachedLinear" modifier="Sealed" displayLabel="Cached Linear" description="Cached 3D Linear geometry.">
|
|
1678
1696
|
<BaseClass>bis:SpatialLocationElement</BaseClass>
|
|
1679
1697
|
<ECCustomAttributes>
|