@bentley/open-site-schema 1.0.26-dev.1 → 1.0.26-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 +45 -1
- package/package.json +1 -1
package/OpenSite.ecschema.xml
CHANGED
|
@@ -65,6 +65,8 @@
|
|
|
65
65
|
<PropertyCategory typeName="LayoutParcelingArea_ParcelLayout" displayLabel="Parcel Layout" priority="0" />
|
|
66
66
|
<PropertyCategory typeName="ParcelBuildingAspect_BuildingLayout" displayLabel="Building Layout" priority="0" />
|
|
67
67
|
<PropertyCategory typeName="ParcelSetbacksAspect_Setbacks" displayLabel="Setbacks" priority="0" />
|
|
68
|
+
<PropertyCategory typeName="ParcelGradingAspect_Grading" displayLabel="Grading" priority="0" />
|
|
69
|
+
<PropertyCategory typeName="BuildingWallAspect_Walls" displayLabel="Walls" priority="0" />
|
|
68
70
|
|
|
69
71
|
<PropertyCategory typeName="DrivewayPath_Direction" displayLabel="Direction" priority="0" />
|
|
70
72
|
<PropertyCategory typeName="ParkingRowPath_Parking" displayLabel="Parking" priority="0" />
|
|
@@ -1350,7 +1352,7 @@
|
|
|
1350
1352
|
<ECProperty propertyName="MaxParcelDepth" minimumValue="0" maximumValue="3048" typeName="double" kindOfQuantity="cvu:LENGTH" category="LayoutParcelingArea_ParcelLayout" displayLabel="Max. Parcel Depth" description="Maximum parcel depth." />
|
|
1351
1353
|
<ECProperty propertyName="MinParcelFrontage" minimumValue="0" maximumValue="3048" typeName="double" kindOfQuantity="cvu:LENGTH" category="LayoutParcelingArea_ParcelLayout" displayLabel="Min. Parcel Frontage" description="Minimum parcel frontage." />
|
|
1352
1354
|
<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="
|
|
1355
|
+
<ECProperty propertyName="BackYardDepth" minimumValue="0" maximumValue="3048" typeName="double" kindOfQuantity="cvu:LENGTH" category="ParcelGradingAspect_Grading" displayLabel="Back Yard Depth" description="Back yard depth." />
|
|
1354
1356
|
</ECEntityClass>
|
|
1355
1357
|
|
|
1356
1358
|
<ECEntityClass typeName="ParcelBuildingAspect" modifier="Sealed" displayLabel="Building Aspect">
|
|
@@ -1368,6 +1370,28 @@
|
|
|
1368
1370
|
<ECProperty propertyName="BackSetback" minimumValue="0" maximumValue="304.8" typeName="double" kindOfQuantity="cvu:LENGTH" category="ParcelSetbacksAspect_Setbacks" displayLabel="Back" description="Back setback distance." />
|
|
1369
1371
|
</ECEntityClass>
|
|
1370
1372
|
|
|
1373
|
+
<ECEntityClass typeName="ParcelGradingAspect" modifier="Sealed" displayLabel="Parcel Grading">
|
|
1374
|
+
<BaseClass>bis:ElementUniqueAspect</BaseClass>
|
|
1375
|
+
|
|
1376
|
+
<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." />
|
|
1377
|
+
<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." />
|
|
1378
|
+
<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." />
|
|
1379
|
+
<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." />
|
|
1380
|
+
<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." />
|
|
1381
|
+
<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." />
|
|
1382
|
+
<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." />
|
|
1383
|
+
<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." />
|
|
1384
|
+
</ECEntityClass>
|
|
1385
|
+
|
|
1386
|
+
<ECEntityClass typeName="BuildingWallAspect" modifier="Sealed" displayLabel="Building Wall">
|
|
1387
|
+
<BaseClass>bis:ElementUniqueAspect</BaseClass>
|
|
1388
|
+
|
|
1389
|
+
<ECProperty propertyName="BuildingWallFront" minimumValue="0" maximumValue="304.8" typeName="double" kindOfQuantity="cvu:LENGTH" category="BuildingWallAspect_Walls" displayLabel="Front" description="Building wall front offset." />
|
|
1390
|
+
<ECProperty propertyName="BuildingWallBack" minimumValue="0" maximumValue="304.8" typeName="double" kindOfQuantity="cvu:LENGTH" category="BuildingWallAspect_Walls" displayLabel="Back" description="Building wall back offset." />
|
|
1391
|
+
<ECProperty propertyName="BuildingWallLeft" minimumValue="0" maximumValue="304.8" typeName="double" kindOfQuantity="cvu:LENGTH" category="BuildingWallAspect_Walls" displayLabel="Left" description="Building wall left offset." />
|
|
1392
|
+
<ECProperty propertyName="BuildingWallRight" minimumValue="0" maximumValue="304.8" typeName="double" kindOfQuantity="cvu:LENGTH" category="BuildingWallAspect_Walls" displayLabel="Right" description="Building wall right offset." />
|
|
1393
|
+
</ECEntityClass>
|
|
1394
|
+
|
|
1371
1395
|
<ECRelationshipClass typeName="LayoutParcelingAreaOwnsParcelBuildingAspect" modifier="Sealed" strength="embedding">
|
|
1372
1396
|
<BaseClass>bis:ElementOwnsUniqueAspect</BaseClass>
|
|
1373
1397
|
<Source multiplicity="(1..1)" roleLabel="owns" polymorphic="false">
|
|
@@ -1388,6 +1412,26 @@
|
|
|
1388
1412
|
</Target>
|
|
1389
1413
|
</ECRelationshipClass>
|
|
1390
1414
|
|
|
1415
|
+
<ECRelationshipClass typeName="LayoutParcelingAreaOwnsParcelGradingAspect" modifier="Sealed" strength="embedding">
|
|
1416
|
+
<BaseClass>bis:ElementOwnsUniqueAspect</BaseClass>
|
|
1417
|
+
<Source multiplicity="(1..1)" roleLabel="owns" polymorphic="false">
|
|
1418
|
+
<Class class="LayoutParcelingArea" />
|
|
1419
|
+
</Source>
|
|
1420
|
+
<Target multiplicity="(0..1)" roleLabel="is owned by" polymorphic="false">
|
|
1421
|
+
<Class class="ParcelGradingAspect" />
|
|
1422
|
+
</Target>
|
|
1423
|
+
</ECRelationshipClass>
|
|
1424
|
+
|
|
1425
|
+
<ECRelationshipClass typeName="LayoutParcelingAreaOwnsBuildingWallAspect" modifier="Sealed" strength="embedding">
|
|
1426
|
+
<BaseClass>bis:ElementOwnsUniqueAspect</BaseClass>
|
|
1427
|
+
<Source multiplicity="(1..1)" roleLabel="owns" polymorphic="false">
|
|
1428
|
+
<Class class="LayoutParcelingArea" />
|
|
1429
|
+
</Source>
|
|
1430
|
+
<Target multiplicity="(0..1)" roleLabel="is owned by" polymorphic="false">
|
|
1431
|
+
<Class class="BuildingWallAspect" />
|
|
1432
|
+
</Target>
|
|
1433
|
+
</ECRelationshipClass>
|
|
1434
|
+
|
|
1391
1435
|
<ECEntityClass typeName="ParcelArea" modifier="Sealed" displayLabel="Parcel Area" description="Parcel area.">
|
|
1392
1436
|
<BaseClass>LayoutArea</BaseClass>
|
|
1393
1437
|
</ECEntityClass>
|