@bentley/open-site-schema 1.0.24-dev.1 → 1.0.24-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.
@@ -311,13 +311,13 @@
311
311
  <ECEntityClass typeName="DrivewayEndVertex" modifier="Sealed" displayLabel="Driveway End Vertex" description="The first and last Vertex of a DrivewayPath.">
312
312
  <BaseClass>PathEndVertex</BaseClass>
313
313
 
314
- <ECProperty propertyName="CuldesacRadius" typeName="double" kindOfQuantity="cvu:LENGTH" category="DrivewayEndVertex_CulDeSac" displayLabel="Radius" description="Radius of cul-de-sac." />
315
- <ECProperty propertyName="CuldesacOffset" typeName="double" kindOfQuantity="cvu:LENGTH" category="DrivewayEndVertex_CulDeSac" displayLabel="Offset" description="Offset of cul-de-sac, negative for left." />
316
- <ECProperty propertyName="CuldesacROWRadius" typeName="double" kindOfQuantity="cvu:LENGTH" category="DrivewayEndVertex_CulDeSac" displayLabel="ROW Radius" description="Cul-de-sac right of way entrance radius." />
317
- <ECProperty propertyName="CuldesacROWReturnRadius" typeName="double" kindOfQuantity="cvu:LENGTH" category="DrivewayEndVertex_CulDeSac" displayLabel="ROW Return Radius" description="Cul-de-sac right of way exit radius." />
314
+ <ECProperty propertyName="CuldesacRadius" minimumValue="0" maximumValue="304.8" typeName="double" kindOfQuantity="cvu:LENGTH" category="DrivewayEndVertex_CulDeSac" displayLabel="Radius" description="Radius of cul-de-sac." />
315
+ <ECProperty propertyName="CuldesacOffset" minimumValue="-304.8" maximumValue="304.8" typeName="double" kindOfQuantity="cvu:LENGTH" category="DrivewayEndVertex_CulDeSac" displayLabel="Offset" description="Offset of cul-de-sac, negative for left." />
316
+ <ECProperty propertyName="CuldesacROWRadius" minimumValue="0" maximumValue="304.8" typeName="double" kindOfQuantity="cvu:LENGTH" category="DrivewayEndVertex_CulDeSac" displayLabel="ROW Radius" description="Cul-de-sac right of way entrance radius." />
317
+ <ECProperty propertyName="CuldesacROWReturnRadius" minimumValue="0" maximumValue="304.8" typeName="double" kindOfQuantity="cvu:LENGTH" category="DrivewayEndVertex_CulDeSac" displayLabel="ROW Return Radius" description="Cul-de-sac right of way exit radius." />
318
318
 
319
- <ECProperty propertyName="EntranceFlareRadius" typeName="double" kindOfQuantity="cvu:LENGTH" category="DrivewayEndVertex_Flares" displayLabel="Entrance Radius" description="Sets the size of the flared entrance radius. Exit will be defined by the drive side of the road." />
320
- <ECProperty propertyName="ExitFlareRadius" typeName="double" kindOfQuantity="cvu:LENGTH" category="DrivewayEndVertex_Flares" displayLabel="Exit Radius" description="Sets the size of the flared exit radius. Entrance will be defined by the drive side of the road." />
319
+ <ECProperty propertyName="EntranceFlareRadius" minimumValue="0" maximumValue="304.8" typeName="double" kindOfQuantity="cvu:LENGTH" category="DrivewayEndVertex_Flares" displayLabel="Entrance Radius" description="Sets the size of the flared entrance radius. Exit will be defined by the drive side of the road." />
320
+ <ECProperty propertyName="ExitFlareRadius" minimumValue="0" maximumValue="304.8" typeName="double" kindOfQuantity="cvu:LENGTH" category="DrivewayEndVertex_Flares" displayLabel="Exit Radius" description="Sets the size of the flared exit radius. Entrance will be defined by the drive side of the road." />
321
321
  </ECEntityClass>
322
322
 
323
323
  <ECEntityClass typeName="DrivewayMidVertex" modifier="Sealed" displayLabel="Driveway Mid Vertex" description="Vertex of a DrivewayPath that is attached to two DrivewayPathEdge instances.">
@@ -349,10 +349,10 @@
349
349
  </ECProperty>
350
350
 
351
351
  <ECProperty propertyName="KnuckleType" typeName="DrivewayMidVertexKnuckleType" category="DrivewayMidVertex_Knuckle" displayLabel="Type" description="Knuckle type." />
352
- <ECProperty propertyName="KnuckleRadius" typeName="double" kindOfQuantity="cvu:LENGTH" category="DrivewayMidVertex_Knuckle" displayLabel="Knuckle Radius" description="Knuckle radius." />
353
- <ECProperty propertyName="KnuckleOffset" typeName="double" kindOfQuantity="cvu:LENGTH" category="DrivewayMidVertex_Knuckle" displayLabel="Knuckle Offset" description="Knuckle offset." />
354
- <ECProperty propertyName="CurbReturnRadius" typeName="double" kindOfQuantity="cvu:LENGTH" category="DrivewayMidVertex_Knuckle" displayLabel="Curb Return Radius" description="Curb return radius." />
355
- <ECProperty propertyName="CurbReturnLength" typeName="double" kindOfQuantity="cvu:LENGTH" category="DrivewayMidVertex_Knuckle" displayLabel="Curb Return Length" description="Curb return length." />
352
+ <ECProperty propertyName="KnuckleRadius" minimumValue="0" maximumValue="304.8" typeName="double" kindOfQuantity="cvu:LENGTH" category="DrivewayMidVertex_Knuckle" displayLabel="Knuckle Radius" description="Knuckle radius." />
353
+ <ECProperty propertyName="KnuckleOffset" minimumValue="-304.8" maximumValue="304.8" typeName="double" kindOfQuantity="cvu:LENGTH" category="DrivewayMidVertex_Knuckle" displayLabel="Knuckle Offset" description="Knuckle offset." />
354
+ <ECProperty propertyName="CurbReturnRadius" minimumValue="0" maximumValue="304.8" typeName="double" kindOfQuantity="cvu:LENGTH" category="DrivewayMidVertex_Knuckle" displayLabel="Curb Return Radius" description="Curb return radius." />
355
+ <ECProperty propertyName="CurbReturnLength" minimumValue="0" maximumValue="304.8" typeName="double" kindOfQuantity="cvu:LENGTH" category="DrivewayMidVertex_Knuckle" displayLabel="Curb Return Length" description="Curb return length." />
356
356
  </ECEntityClass>
357
357
 
358
358
  <ECEntityClass typeName="ParkingOverride" modifier="Abstract" displayLabel="Parking Override">
@@ -370,7 +370,7 @@
370
370
  'C' refers to the center aisle that runs along the parking direction path
371
371
  -->
372
372
  <ECProperty propertyName="AisleId" typeName="string" category="ParkingAisleOverride_Aisle" displayLabel="Aisle" description="The Id of the Aisle to be overridden." />
373
- <ECProperty propertyName="Width" typeName="double" kindOfQuantity="cvu:LENGTH" category="ParkingAisleOverride_Aisle" displayLabel="Aisle Width" description="The new width of the Aisle." />
373
+ <ECProperty propertyName="Width" minimumValue="0" maximumValue="304.8" typeName="double" kindOfQuantity="cvu:LENGTH" category="ParkingAisleOverride_Aisle" displayLabel="Aisle Width" description="The new width of the Aisle." />
374
374
  </ECEntityClass>
375
375
 
376
376
  <ECEntityClass typeName="BayOverride" modifier="Abstract" displayLabel="Bay Override">
@@ -388,24 +388,24 @@
388
388
  <ECEntityClass typeName="BayCentralOverride" modifier="Sealed" displayLabel="Bay Central Override">
389
389
  <BaseClass>BayOverride</BaseClass>
390
390
 
391
- <ECProperty propertyName="MedianWidth" typeName="double" kindOfQuantity="cvu:LENGTH" category="ParkingBayOverride_Bay" displayLabel="Median Width" description="The new median width of the Bay." />
391
+ <ECProperty propertyName="MedianWidth" minimumValue="0" maximumValue="304.8" typeName="double" kindOfQuantity="cvu:LENGTH" category="ParkingBayOverride_Bay" displayLabel="Median Width" description="The new median width of the Bay." />
392
392
  </ECEntityClass>
393
393
 
394
394
  <ECEntityClass typeName="BaySideOverride" modifier="Sealed" displayLabel="Bay Side Override">
395
395
  <BaseClass>BayOverride</BaseClass>
396
396
 
397
397
  <ECProperty propertyName="SideOfBay" typeName="BaySide" category="ParkingBayOverride_Bay" displayLabel="Side of Bay" description="Side of the bay to be overridden." />
398
- <ECProperty propertyName="Angle" typeName="double" kindOfQuantity="cvu:ANGLE" category="ParkingBayOverride_Bay" displayLabel="Row Angle" description="The new angle of the Bay." />
399
- <ECProperty propertyName="Depth" typeName="double" kindOfQuantity="cvu:LENGTH" category="ParkingBayOverride_Bay" displayLabel="Row Depth" description="The new depth of the Bay." />
398
+ <ECProperty propertyName="Angle" minimumValue="-3.141592653589793" maximumValue="3.141592653589793" typeName="double" kindOfQuantity="cvu:ANGLE" category="ParkingBayOverride_Bay" displayLabel="Row Angle" description="The new angle of the Bay." />
399
+ <ECProperty propertyName="Depth" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH" category="ParkingBayOverride_Bay" displayLabel="Row Depth" description="The new depth of the Bay." />
400
400
  </ECEntityClass>
401
401
 
402
402
  <ECEntityClass typeName="SpaceOverride" modifier="Abstract" displayLabel="Space Override">
403
403
  <BaseClass>ParkingOverride</BaseClass>
404
404
 
405
- <ECProperty propertyName="RowIndex" typeName="int" category="ParkingSpaceOverride_Row" displayLabel="Row Index" description="The index of the row to be overridden." />
406
- <ECProperty propertyName="SpaceIndex" typeName="int" category="ParkingSpaceOverride_Space" displayLabel="Space Index" description="The index of the space to be overridden." />
405
+ <ECProperty propertyName="RowIndex" minimumValue="0" maximumValue="1000" typeName="int" category="ParkingSpaceOverride_Row" displayLabel="Row Index" description="The index of the row to be overridden." />
406
+ <ECProperty propertyName="SpaceIndex" minimumValue="0" maximumValue="1000" typeName="int" category="ParkingSpaceOverride_Space" displayLabel="Space Index" description="The index of the space to be overridden." />
407
407
 
408
- <ECProperty propertyName="Width" typeName="double" kindOfQuantity="cvu:LENGTH" category="ParkingSpaceOverride_Space" displayLabel="Space Width" description="The new width of the space." />
408
+ <ECProperty propertyName="Width" minimumValue="0" maximumValue="304.8" typeName="double" kindOfQuantity="cvu:LENGTH" category="ParkingSpaceOverride_Space" displayLabel="Space Width" description="The new width of the space." />
409
409
 
410
410
  <ECNavigationProperty propertyName="SurfaceMarkingType" relationshipName="SpaceOverrideUsesSurfaceMarkingType" direction="Forward" displayLabel="Surface Marking Type" description="The surface marking type applied to the space." />
411
411
  </ECEntityClass>
@@ -430,21 +430,21 @@
430
430
  <ECEntityClass typeName="ParkingSpaceVertex" modifier="Sealed" displayLabel="Parking Space Vertex" description="Defines a location point which overrides parking space settings.">
431
431
  <BaseClass>ParkingVertex</BaseClass>
432
432
 
433
- <ECProperty propertyName="ParkingNumber" typeName="int" category="ParkingSpaceVertex_Parking" displayLabel="Number of Spaces" description="Number of spaces to be overridden by a parking vertex." />
434
- <ECProperty propertyName="ParkingWidth" typeName="double" category="ParkingSpaceVertex_Parking" kindOfQuantity="cvu:LENGTH" displayLabel="Space Width" description="Width to be used for a parking vertex override." />
433
+ <ECProperty propertyName="ParkingNumber" minimumValue="0" maximumValue="1000" typeName="int" category="ParkingSpaceVertex_Parking" displayLabel="Number of Spaces" description="Number of spaces to be overridden by a parking vertex." />
434
+ <ECProperty propertyName="ParkingWidth" minimumValue="0" maximumValue="304.8" typeName="double" category="ParkingSpaceVertex_Parking" kindOfQuantity="cvu:LENGTH" displayLabel="Space Width" description="Width to be used for a parking vertex override." />
435
435
  <ECProperty propertyName="ParkingSurfaceType" typeName="SurfaceType" category="ParkingSpaceVertex_Parking" displayLabel="Surface Type" description="Surface type defined by a parking vertex override." />
436
- <ECProperty propertyName="ParkingMinSlope" typeName="double" category="ParkingSpaceVertex_Parking" kindOfQuantity="cvu:SLOPE" displayLabel="Min. Slope" description="Minimum slope defined by a parking vertex override." />
437
- <ECProperty propertyName="ParkingMaxSlope" typeName="double" category="ParkingSpaceVertex_Parking" kindOfQuantity="cvu:SLOPE" displayLabel="Max. Slope" description="Maximum slope defined by a parking vertex override." />
436
+ <ECProperty propertyName="ParkingMinSlope" minimumValue="-10" maximumValue="10" typeName="double" category="ParkingSpaceVertex_Parking" kindOfQuantity="cvu:SLOPE" displayLabel="Min. Slope" description="Minimum slope defined by a parking vertex override." />
437
+ <ECProperty propertyName="ParkingMaxSlope" minimumValue="-10" maximumValue="10" typeName="double" category="ParkingSpaceVertex_Parking" kindOfQuantity="cvu:SLOPE" displayLabel="Max. Slope" description="Maximum slope defined by a parking vertex override." />
438
438
  </ECEntityClass>
439
439
 
440
440
  <ECEntityClass typeName="ParkingBayVertex" modifier="Sealed" displayLabel="Parking Bay Vertex" description="Defines a location point to override an entire parking bay settings.">
441
441
  <BaseClass>ParkingVertex</BaseClass>
442
442
 
443
- <ECProperty propertyName="BayMedianWidth" typeName="double" category="ParkingBayVertex_Bay" kindOfQuantity="cvu:LENGTH" displayLabel="Median Width" description="Median width defined by a bay override." />
444
- <ECProperty propertyName="ParkingDepth" typeName="double" category="ParkingBayVertex_Bay" kindOfQuantity="cvu:LENGTH" displayLabel="Parking Depth Primary" description="Defines the bay override parking depth for primary side." />
445
- <ECProperty propertyName="ParkingDepthOther" typeName="double" category="ParkingBayVertex_Bay" kindOfQuantity="cvu:LENGTH" displayLabel="Parking Depth Secondary" description="Defines the bay override parking depth for secondary side." />
446
- <ECProperty propertyName="ParkingAngle" typeName="double" category="ParkingBayVertex_Bay" kindOfQuantity="cvu:ANGLE" displayLabel="Parking Angle Primary" description="Defines the bay override parking angle for primary side." />
447
- <ECProperty propertyName="ParkingAngleOther" typeName="double" category="ParkingBayVertex_Bay" kindOfQuantity="cvu:ANGLE" displayLabel="Parking Angle Secondary" description="Defines the bay override parking angle for secondary side." />
443
+ <ECProperty propertyName="BayMedianWidth" minimumValue="0" maximumValue="304.8" typeName="double" category="ParkingBayVertex_Bay" kindOfQuantity="cvu:LENGTH" displayLabel="Median Width" description="Median width defined by a bay override." />
444
+ <ECProperty propertyName="ParkingDepth" minimumValue="0" maximumValue="304.8" typeName="double" category="ParkingBayVertex_Bay" kindOfQuantity="cvu:LENGTH" displayLabel="Parking Depth Primary" description="Defines the bay override parking depth for primary side." />
445
+ <ECProperty propertyName="ParkingDepthOther" minimumValue="0" maximumValue="304.8" typeName="double" category="ParkingBayVertex_Bay" kindOfQuantity="cvu:LENGTH" displayLabel="Parking Depth Secondary" description="Defines the bay override parking depth for secondary side." />
446
+ <ECProperty propertyName="ParkingAngle" minimumValue="-3.141592653589793" maximumValue="3.141592653589793" typeName="double" category="ParkingBayVertex_Bay" kindOfQuantity="cvu:ANGLE" displayLabel="Parking Angle Primary" description="Defines the bay override parking angle for primary side." />
447
+ <ECProperty propertyName="ParkingAngleOther" minimumValue="-3.141592653589793" maximumValue="3.141592653589793" typeName="double" category="ParkingBayVertex_Bay" kindOfQuantity="cvu:ANGLE" displayLabel="Parking Angle Secondary" description="Defines the bay override parking angle for secondary side." />
448
448
  </ECEntityClass>
449
449
 
450
450
  <ECEntityClass typeName="ParkingAisleVertex" modifier="Sealed" displayLabel="Parking Aisle Vertex" description="Defines a location point to override a parking aisle settings.">
@@ -456,7 +456,7 @@
456
456
  <ECEntityClass typeName="ParkingIslandVertex" modifier="Sealed" displayLabel="Parking Island Vertex" description="Defines a location point to override a parking island settings.">
457
457
  <BaseClass>ParkingVertex</BaseClass>
458
458
 
459
- <ECProperty propertyName="IslandWidth" typeName="double" category="ParkingIslandVertex_Island" kindOfQuantity="cvu:LENGTH" displayLabel="Island Width" description="Defines the island override for it's width." />
459
+ <ECProperty propertyName="IslandWidth" minimumValue="0" maximumValue="304.8" typeName="double" category="ParkingIslandVertex_Island" kindOfQuantity="cvu:LENGTH" displayLabel="Island Width" description="Defines the island override for it's width." />
460
460
  </ECEntityClass>
461
461
 
462
462
  <ECEntityClass typeName="Edge" modifier="Abstract" displayLabel="Edge">
@@ -515,7 +515,7 @@
515
515
  <ECEntityClass typeName="BuildingEdge" modifier="Sealed" displayLabel="Building Pad Edge">
516
516
  <BaseClass>ShapedEdge</BaseClass>
517
517
 
518
- <ECProperty propertyName="SlopeAway" typeName="double" kindOfQuantity="cvu:SLOPE" category="BuildingEdge_SlopeAway" displayLabel="Slope Away" description="Slope away from edge for grading." />
518
+ <ECProperty propertyName="SlopeAway" minimumValue="-10" maximumValue="10" typeName="double" kindOfQuantity="cvu:SLOPE" category="BuildingEdge_SlopeAway" displayLabel="Slope Away" description="Slope away from edge for grading." />
519
519
  <ECProperty propertyName="SlopeAwayDistance" typeName="double" kindOfQuantity="cvu:LENGTH" category="BuildingEdge_SlopeAway" displayLabel="Slope Away Distance" description="Distance of the slope away from edge for grading." />
520
520
  <ECProperty propertyName="FixedHeightDifference" typeName="double" kindOfQuantity="cvu:LENGTH" category="ShapedEdge_LinkHeight" displayLabel="Fixed Height Difference" description="Height of an edge." />
521
521
  </ECEntityClass>
@@ -542,7 +542,7 @@
542
542
 
543
543
  <ECEntityClass typeName="PadEdge" modifier="Sealed" displayLabel="Pad Edge">
544
544
  <BaseClass>ShapedEdge</BaseClass>
545
- <ECProperty propertyName="FixedHeightDifference" typeName="double" kindOfQuantity="cvu:LENGTH" category="ShapedEdge_LinkHeight" displayLabel="Fixed Height Difference" description="Height of an edge." />
545
+ <ECProperty propertyName="FixedHeightDifference" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH" category="ShapedEdge_LinkHeight" displayLabel="Fixed Height Difference" description="Height of an edge." />
546
546
  </ECEntityClass>
547
547
 
548
548
  <ECEntityClass typeName="LayoutParkingEdge" modifier="Sealed" displayLabel="Layout Parking Edge" description="Parking lot">
@@ -556,8 +556,8 @@
556
556
  <ECEntityClass typeName="CenterlinePathEdge" modifier="None" displayLabel="Centerline Path Edge" description="Centerline of a path.">
557
557
  <BaseClass>PathEdge</BaseClass>
558
558
 
559
- <ECProperty propertyName="MinDriveSlope" typeName="double" kindOfQuantity="cvu:SLOPE" category="CenterlinePathEdge_Grading" displayLabel="Min. Slope" description="Minimum path slope for design." />
560
- <ECProperty propertyName="MaxDriveSlope" typeName="double" kindOfQuantity="cvu:SLOPE" category="CenterlinePathEdge_Grading" displayLabel="Max. Slope" description="Maximum path slope for design." />
559
+ <ECProperty propertyName="MinDriveSlope" minimumValue="-10" maximumValue="10" typeName="double" kindOfQuantity="cvu:SLOPE" category="CenterlinePathEdge_Grading" displayLabel="Min. Slope" description="Minimum path slope for design." />
560
+ <ECProperty propertyName="MaxDriveSlope" minimumValue="-10" maximumValue="10" typeName="double" kindOfQuantity="cvu:SLOPE" category="CenterlinePathEdge_Grading" displayLabel="Max. Slope" description="Maximum path slope for design." />
561
561
  <ECProperty propertyName="SurfaceType" typeName="SurfaceType" category="CenterlinePathEdge_Grading" displayLabel="Surface Type" description="Surface material type for path." >
562
562
  <ECCustomAttributes>
563
563
  <HiddenProperty xmlns="CoreCustomAttributes.01.00.03" />
@@ -566,7 +566,7 @@
566
566
  </Deprecated>
567
567
  </ECCustomAttributes>
568
568
  </ECProperty>
569
- <ECProperty propertyName="SurfaceDepth" typeName="double" kindOfQuantity="cvu:LENGTH_SHORT" category="CenterlinePathEdge_Grading" displayLabel="Surface Depth" description="Surface material depth for path." >
569
+ <ECProperty propertyName="SurfaceDepth" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH_SHORT" category="CenterlinePathEdge_Grading" displayLabel="Surface Depth" description="Surface material depth for path." >
570
570
  <ECCustomAttributes>
571
571
  <HiddenProperty xmlns="CoreCustomAttributes.01.00.03" />
572
572
  <Deprecated xmlns="CoreCustomAttributes.01.00.03">
@@ -574,10 +574,10 @@
574
574
  </Deprecated>
575
575
  </ECCustomAttributes>
576
576
  </ECProperty>
577
- <ECProperty propertyName="MinZ" typeName="double" kindOfQuantity="cvu:LENGTH" category="CenterlinePathEdge_Grading" displayLabel="Min. Elevation" description="Minimum design elevation for path." />
578
- <ECProperty propertyName="MaxZ" typeName="double" kindOfQuantity="cvu:LENGTH" category="CenterlinePathEdge_Grading" displayLabel="Max. Elevation" description="Maximum design elevation for path." />
577
+ <ECProperty propertyName="MinZ" minimumValue="-304.8" maximumValue="9144" typeName="double" kindOfQuantity="cvu:LENGTH" category="CenterlinePathEdge_Grading" displayLabel="Min. Elevation" description="Minimum design elevation for path." />
578
+ <ECProperty propertyName="MaxZ" minimumValue="-304.8" maximumValue="9144" typeName="double" kindOfQuantity="cvu:LENGTH" category="CenterlinePathEdge_Grading" displayLabel="Max. Elevation" description="Maximum design elevation for path." />
579
579
 
580
- <ECProperty propertyName="RunoffC" typeName="double" category="CenterlinePathEdge_Drainage" displayLabel="Runoff Coefficient" description="Runoff coefficient for path." />
580
+ <ECProperty propertyName="RunoffC" minimumValue="0" maximumValue="1" typeName="double" category="CenterlinePathEdge_Drainage" displayLabel="Runoff Coefficient" description="Runoff coefficient for path." />
581
581
  </ECEntityClass>
582
582
 
583
583
  <ECEntityClass typeName="DrivewayPathEdge" modifier="Sealed" displayLabel="Driveway Edge" description="Centerline of a driveway.">
@@ -592,12 +592,12 @@
592
592
  </Deprecated>
593
593
  </ECCustomAttributes>
594
594
  </ECProperty>
595
- <ECProperty propertyName="MedianWidth" typeName="double" kindOfQuantity="cvu:LENGTH" category="DrivewayPathEdge_Median" displayLabel="Width" description="Median width for path." />
595
+ <ECProperty propertyName="MedianWidth" minimumValue="0" maximumValue="304.8" typeName="double" kindOfQuantity="cvu:LENGTH" category="DrivewayPathEdge_Median" displayLabel="Width" description="Median width for path." />
596
596
  <ECNavigationProperty propertyName="MedianLayeredStructureType" relationshipName="DrivewayPathEdgeUsesMedianLayeredStructureType" direction="Forward" category="DrivewayPathEdge_Median" displayLabel="Median Layered Structure" description="Layers (courses) of median." />
597
597
 
598
598
  <ECProperty propertyName="CrowningType" typeName="CrownType" category="DrivewayPathEdge_Crowning" displayLabel="Crown Type" description="Type of crown design for path." />
599
- <ECProperty propertyName="KValueSag" typeName="double" category="DrivewayPathEdge_Crowning" displayLabel="Sag K Value" description="Design K-Value for sag vertical curves." />
600
- <ECProperty propertyName="KValueSummit" typeName="double" category="DrivewayPathEdge_Crowning" displayLabel="Crest K Value" description="Design K-Value for crest vertical curves." />
599
+ <ECProperty propertyName="KValueSag" minimumValue="0" maximumValue="1000" typeName="double" category="DrivewayPathEdge_Crowning" displayLabel="Sag K Value" description="Design K-Value for sag vertical curves." />
600
+ <ECProperty propertyName="KValueSummit" minimumValue="0" maximumValue="1000" typeName="double" category="DrivewayPathEdge_Crowning" displayLabel="Crest K Value" description="Design K-Value for crest vertical curves." />
601
601
  </ECEntityClass>
602
602
 
603
603
  <ECEntityClass typeName="DrivewayPathFin" modifier="Sealed" displayLabel="Driveway Fin" description="One of two sides to a Driveway Path Edge.">
@@ -613,13 +613,13 @@
613
613
  </ECCustomAttributes>
614
614
  </ECProperty>
615
615
 
616
- <ECProperty propertyName="CrossSlope" typeName="double" kindOfQuantity="cvu:SLOPE" category="DrivewayPathFin_Road" displayLabel="Cross Slope" description="Cross slope for this side of driveway." />
617
- <ECProperty propertyName="DrivewayWidth" typeName="double" kindOfQuantity="cvu:LENGTH" category="DrivewayPathFin_Road" displayLabel="Driveway Width" description="Driveway width on this side." />
616
+ <ECProperty propertyName="CrossSlope" minimumValue="-10" maximumValue="10" typeName="double" kindOfQuantity="cvu:SLOPE" category="DrivewayPathFin_Road" displayLabel="Cross Slope" description="Cross slope for this side of driveway." />
617
+ <ECProperty propertyName="DrivewayWidth" minimumValue="0" maximumValue="304.8" typeName="double" kindOfQuantity="cvu:LENGTH" category="DrivewayPathFin_Road" displayLabel="Driveway Width" description="Driveway width on this side." />
618
618
 
619
- <ECProperty propertyName="ShoulderWidth" typeName="double" kindOfQuantity="cvu:LENGTH" category="DrivewayPathFin_Shoulder" displayLabel="Shoulder Width" description="Width of shoulder on this side of driveway." />
620
- <ECProperty propertyName="ShoulderSlope" typeName="double" kindOfQuantity="cvu:SLOPE" category="DrivewayPathFin_Shoulder" displayLabel="Shoulder Slope" description="Slope of shoulder on this side of driveway." />
621
- <ECProperty propertyName="DitchOffset" typeName="double" kindOfQuantity="cvu:LENGTH" category="DrivewayPathFin_Shoulder" displayLabel="Ditch Offset" description="Offset to ditch on this side of driveway." />
622
- <ECProperty propertyName="DitchSlope" typeName="double" kindOfQuantity="cvu:SLOPE" category="DrivewayPathFin_Shoulder" displayLabel="Ditch Slope" description="Ditch slope for this side of driveway." />
619
+ <ECProperty propertyName="ShoulderWidth" minimumValue="0" maximumValue="304.8" typeName="double" kindOfQuantity="cvu:LENGTH" category="DrivewayPathFin_Shoulder" displayLabel="Shoulder Width" description="Width of shoulder on this side of driveway." />
620
+ <ECProperty propertyName="ShoulderSlope" minimumValue="-10" maximumValue="10" typeName="double" kindOfQuantity="cvu:SLOPE" category="DrivewayPathFin_Shoulder" displayLabel="Shoulder Slope" description="Slope of shoulder on this side of driveway." />
621
+ <ECProperty propertyName="DitchOffset" minimumValue="0" maximumValue="304.8" typeName="double" kindOfQuantity="cvu:LENGTH" category="DrivewayPathFin_Shoulder" displayLabel="Ditch Offset" description="Offset to ditch on this side of driveway." />
622
+ <ECProperty propertyName="DitchSlope" minimumValue="-10" maximumValue="10" typeName="double" kindOfQuantity="cvu:SLOPE" category="DrivewayPathFin_Shoulder" displayLabel="Ditch Slope" description="Ditch slope for this side of driveway." />
623
623
  </ECEntityClass>
624
624
 
625
625
  <ECEntityClass typeName="DrivewayTransition" modifier="Sealed" displayLabel="Transition">
@@ -631,9 +631,9 @@
631
631
  </ECCustomAttributes>
632
632
  </ECProperty>
633
633
 
634
- <ECProperty propertyName="sideTransitionOffset" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Transition Offset" description="Length of the offset."/>
635
- <ECProperty propertyName="sideTransitionRadius1" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Transition Inner Radius" description="Radius of the arc before the transition."/>
636
- <ECProperty propertyName="sideTransitionRadius2" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Transition Outer Radius" description="Radius of the arc after the transition."/>
634
+ <ECProperty propertyName="sideTransitionOffset" minimumValue="0" maximumValue="9144" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Transition Offset" description="Length of the offset."/>
635
+ <ECProperty propertyName="sideTransitionRadius1" minimumValue="0" maximumValue="304.8" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Transition Inner Radius" description="Radius of the arc before the transition."/>
636
+ <ECProperty propertyName="sideTransitionRadius2" minimumValue="0" maximumValue="304.8" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Transition Outer Radius" description="Radius of the arc after the transition."/>
637
637
  </ECEntityClass>
638
638
 
639
639
  <ECEntityClass typeName="SidewalkPathEdge" modifier="Sealed" displayLabel="Sidewalk Edge" description="Sidewalk path edge.">
@@ -654,8 +654,8 @@
654
654
  </ECCustomAttributes>
655
655
  </ECProperty>
656
656
 
657
- <ECProperty propertyName="SidewalkWidth" typeName="double" kindOfQuantity="cvu:LENGTH" category="SidewalkPathFin_Sidewalk" displayLabel="Sidewalk Width" description="Sidewalk width for this side of the sidewalk." />
658
- <ECProperty propertyName="CrossSlope" typeName="double" kindOfQuantity="cvu:SLOPE" category="SidewalkPathFin_Sidewalk" displayLabel="Cross Slope" description="Cross slope for this side of the sidewalk." />
657
+ <ECProperty propertyName="SidewalkWidth" minimumValue="0" maximumValue="304.8" typeName="double" kindOfQuantity="cvu:LENGTH" category="SidewalkPathFin_Sidewalk" displayLabel="Sidewalk Width" description="Sidewalk width for this side of the sidewalk." />
658
+ <ECProperty propertyName="CrossSlope" minimumValue="-10" maximumValue="10" typeName="double" kindOfQuantity="cvu:SLOPE" category="SidewalkPathFin_Sidewalk" displayLabel="Cross Slope" description="Cross slope for this side of the sidewalk." />
659
659
  </ECEntityClass>
660
660
 
661
661
  <ECEntityClass typeName="ParkingDirectionPathEdge" modifier="Sealed" displayLabel="Parking Direction Edge" description="Parking direction path edge.">
@@ -1034,7 +1034,7 @@
1034
1034
 
1035
1035
  <ECEntityClass typeName="RetainingWallArea" displayLabel="Retaining Wall" description="Retaining Wall">
1036
1036
  <BaseClass>Area</BaseClass>
1037
- <ECProperty propertyName="Width" typeName="double" kindOfQuantity="cvu:LENGTH_SHORT" displayLabel="Width" description="Width of the retaining wall." />
1037
+ <ECProperty propertyName="Width" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH_SHORT" displayLabel="Width" description="Width of the retaining wall." />
1038
1038
  <ECNavigationProperty propertyName="RetainingWallType" relationshipName="RetainingWallAreaUsesRetainingWallType" direction="Forward" displayLabel="Retaining Wall Type" />
1039
1039
  </ECEntityClass>
1040
1040
 
@@ -1044,7 +1044,7 @@
1044
1044
 
1045
1045
  <ECProperty propertyName="DoGrade" typeName="boolean" category="ShapedArea_Optimizer" displayLabel="Grading" description="Add area grading data to grading optimizer." />
1046
1046
 
1047
- <ECProperty propertyName="Topsoil" typeName="double" category="ShapedArea_Surface" kindOfQuantity="cvu:LENGTH_SHORT" displayLabel="Topsoil" description="Depth of topsoil." />
1047
+ <ECProperty propertyName="Topsoil" minimumValue="0" maximumValue="30.48" typeName="double" category="ShapedArea_Surface" kindOfQuantity="cvu:LENGTH_SHORT" displayLabel="Topsoil" description="Depth of topsoil." />
1048
1048
  <ECNavigationProperty propertyName="LayeredStructureType" relationshipName="ShapedAreaUsesLayeredStructureType" direction="Forward" category="ShapedArea_Surface" displayLabel="Layered Structure" />
1049
1049
  <ECProperty propertyName="SurfaceType" typeName="SurfaceType" category="ShapedArea_Surface" displayLabel="Surface Type" description="Type definition of area." >
1050
1050
  <ECCustomAttributes>
@@ -1054,7 +1054,7 @@
1054
1054
  </Deprecated>
1055
1055
  </ECCustomAttributes>
1056
1056
  </ECProperty>
1057
- <ECProperty propertyName="SurfaceDepth" typeName="double" category="ShapedArea_Surface" kindOfQuantity="cvu:LENGTH_SHORT" displayLabel="Surface Depth" description="Material depth of area." >
1057
+ <ECProperty propertyName="SurfaceDepth" minimumValue="0" maximumValue="30.48" typeName="double" category="ShapedArea_Surface" kindOfQuantity="cvu:LENGTH_SHORT" displayLabel="Surface Depth" description="Material depth of area." >
1058
1058
  <ECCustomAttributes>
1059
1059
  <HiddenProperty xmlns="CoreCustomAttributes.01.00.03" />
1060
1060
  <Deprecated xmlns="CoreCustomAttributes.01.00.03">
@@ -1062,13 +1062,13 @@
1062
1062
  </Deprecated>
1063
1063
  </ECCustomAttributes>
1064
1064
  </ECProperty>
1065
- <ECProperty propertyName="RunoffCoefficient" typeName="double" category="ShapedArea_Surface" displayLabel="Runoff Coefficient" description="Runoff coefficient for area." />
1065
+ <ECProperty propertyName="RunoffCoefficient" minimumValue="0" maximumValue="1" typeName="double" category="ShapedArea_Surface" displayLabel="Runoff Coefficient" description="Runoff coefficient for area." />
1066
1066
 
1067
- <ECProperty propertyName="FixedSlope" typeName="double" category="ShapedArea_Constraints" kindOfQuantity="cvu:SLOPE" displayLabel="Fixed Slope" description="Fixed design slope for area." />
1068
- <ECProperty propertyName="MinSlope" typeName="double" category="ShapedArea_Constraints" kindOfQuantity="cvu:SLOPE" displayLabel="Min. Slope" description="Minimum design slope for area." />
1069
- <ECProperty propertyName="MaxSlope" typeName="double" category="ShapedArea_Constraints" kindOfQuantity="cvu:SLOPE" displayLabel="Max. Slope" description="Maximum design slope for area." />
1070
- <ECProperty propertyName="MinZ" typeName="double" category="ShapedArea_Constraints" kindOfQuantity="cvu:LENGTH" displayLabel="Min. Elevation" description="Minimum design elevation for area." />
1071
- <ECProperty propertyName="MaxZ" typeName="double" category="ShapedArea_Constraints" kindOfQuantity="cvu:LENGTH" displayLabel="Max. Elevation" description="Maximum design elevation for area." />
1067
+ <ECProperty propertyName="FixedSlope" minimumValue="-10" maximumValue="10" typeName="double" category="ShapedArea_Constraints" kindOfQuantity="cvu:SLOPE" displayLabel="Fixed Slope" description="Fixed design slope for area." />
1068
+ <ECProperty propertyName="MinSlope" minimumValue="-10" maximumValue="10" typeName="double" category="ShapedArea_Constraints" kindOfQuantity="cvu:SLOPE" displayLabel="Min. Slope" description="Minimum design slope for area." />
1069
+ <ECProperty propertyName="MaxSlope" minimumValue="-10" maximumValue="10" typeName="double" category="ShapedArea_Constraints" kindOfQuantity="cvu:SLOPE" displayLabel="Max. Slope" description="Maximum design slope for area." />
1070
+ <ECProperty propertyName="MinZ" minimumValue="-304.8" maximumValue="9144" typeName="double" category="ShapedArea_Constraints" kindOfQuantity="cvu:LENGTH" displayLabel="Min. Elevation" description="Minimum design elevation for area." />
1071
+ <ECProperty propertyName="MaxZ" minimumValue="-304.8" maximumValue="9144" typeName="double" category="ShapedArea_Constraints" kindOfQuantity="cvu:LENGTH" displayLabel="Max. Elevation" description="Maximum design elevation for area." />
1072
1072
  </ECEntityClass>
1073
1073
 
1074
1074
  <ECEntityClass typeName="PropertyArea" modifier="Sealed" displayLabel="Grading Limits" description="Grading Limits">
@@ -1128,9 +1128,9 @@
1128
1128
  </ECProperty>
1129
1129
 
1130
1130
  <ECProperty propertyName="DoCentralParking" typeName="boolean" category="LayoutParkingArea_Parking" displayLabel="Add Central Parking" description="Add central parking." />
1131
- <ECProperty propertyName="ParkingWidth" typeName="double" category="LayoutParkingArea_Parking" kindOfQuantity="cvu:LENGTH" displayLabel="Width" description="Parking space width." />
1132
- <ECProperty propertyName="ParkingDepth" typeName="double" category="LayoutParkingArea_Parking" kindOfQuantity="cvu:LENGTH" displayLabel="Depth" description="Parking space depth." />
1133
- <ECProperty propertyName="ParkingAngle" typeName="double" category="LayoutParkingArea_Parking" kindOfQuantity="cvu:ANGLE" displayLabel="Angle" description="Parking space angle." />
1131
+ <ECProperty propertyName="ParkingWidth" minimumValue="0" maximumValue="304.8" typeName="double" category="LayoutParkingArea_Parking" kindOfQuantity="cvu:LENGTH" displayLabel="Width" description="Parking space width." />
1132
+ <ECProperty propertyName="ParkingDepth" minimumValue="0" maximumValue="304.8" typeName="double" category="LayoutParkingArea_Parking" kindOfQuantity="cvu:LENGTH" displayLabel="Depth" description="Parking space depth." />
1133
+ <ECProperty propertyName="ParkingAngle" minimumValue="-3.141592653589793" maximumValue="3.141592653589793" typeName="double" category="LayoutParkingArea_Parking" kindOfQuantity="cvu:ANGLE" displayLabel="Angle" description="Parking space angle." />
1134
1134
  <ECProperty propertyName="ParkingSpaces" typeName="int" category="LayoutParkingArea_Parking" displayLabel="Parking Spaces" description="Number of spaces.">
1135
1135
  <ECCustomAttributes>
1136
1136
  <HiddenProperty xmlns="CoreCustomAttributes.01.00.03" />
@@ -1148,10 +1148,10 @@
1148
1148
  </ECCustomAttributes>
1149
1149
  </ECProperty>
1150
1150
 
1151
- <ECProperty propertyName="AisleWidth" typeName="double" kindOfQuantity="cvu:LENGTH" category="LayoutParkingArea_ParkingAisle" displayLabel="Width" description="Parking aisle width." />
1151
+ <ECProperty propertyName="AisleWidth" minimumValue="0" maximumValue="304.8" typeName="double" kindOfQuantity="cvu:LENGTH" category="LayoutParkingArea_ParkingAisle" displayLabel="Width" description="Parking aisle width." />
1152
1152
 
1153
- <ECProperty propertyName="ParkingPerIsland" typeName="int" category="LayoutParkingArea_ParkingIsland" displayLabel="Count Per Island" description="Number of parking spaces between islands." />
1154
- <ECProperty propertyName="MinIslandWidth" typeName="double" category="LayoutParkingArea_ParkingIsland" kindOfQuantity="cvu:LENGTH" displayLabel="Minimum Width" description="Minimum parking island width." />
1153
+ <ECProperty propertyName="ParkingPerIsland" minimumValue="0" maximumValue="1000" typeName="int" category="LayoutParkingArea_ParkingIsland" displayLabel="Count Per Island" description="Number of parking spaces between islands." />
1154
+ <ECProperty propertyName="MinIslandWidth" minimumValue="0" maximumValue="304.8" typeName="double" category="LayoutParkingArea_ParkingIsland" kindOfQuantity="cvu:LENGTH" displayLabel="Minimum Width" description="Minimum parking island width." />
1155
1155
  <ECProperty propertyName="IslandType" typeName="IslandType" category="LayoutParkingArea_ParkingIsland" displayLabel="Type" description="Island type or material." >
1156
1156
  <ECCustomAttributes>
1157
1157
  <HiddenProperty xmlns="CoreCustomAttributes.01.00.03" />
@@ -1160,12 +1160,12 @@
1160
1160
  </Deprecated>
1161
1161
  </ECCustomAttributes>
1162
1162
  </ECProperty>
1163
- <ECProperty propertyName="IslandCurbRadius" typeName="double" category="LayoutParkingArea_ParkingIsland" kindOfQuantity="cvu:LENGTH" displayLabel="Curb Radius" description="Island curb radius." />
1163
+ <ECProperty propertyName="IslandCurbRadius" minimumValue="0" maximumValue="304.8" typeName="double" category="LayoutParkingArea_ParkingIsland" kindOfQuantity="cvu:LENGTH" displayLabel="Curb Radius" description="Island curb radius." />
1164
1164
 
1165
- <ECProperty propertyName="BayCurbRadius" typeName="double" category="LayoutParkingArea_ParkingBay" kindOfQuantity="cvu:LENGTH" displayLabel="Curb Radius" description="Parking bay curb radius." />
1165
+ <ECProperty propertyName="BayCurbRadius" minimumValue="0" maximumValue="304.8" typeName="double" category="LayoutParkingArea_ParkingBay" kindOfQuantity="cvu:LENGTH" displayLabel="Curb Radius" description="Parking bay curb radius." />
1166
1166
 
1167
- <ECProperty propertyName="MinSlopeParkingLot" typeName="double" category="LayoutParkingArea_ParkingGrading" kindOfQuantity="cvu:SLOPE" displayLabel="Min. Design Slope" description="Minimum design slope for parking lot." />
1168
- <ECProperty propertyName="MaxSlopeParkingLot" typeName="double" category="LayoutParkingArea_ParkingGrading" kindOfQuantity="cvu:SLOPE" displayLabel="Max. Design Slope" description="Maximum design slope for parking lot." />
1167
+ <ECProperty propertyName="MinSlopeParkingLot" minimumValue="-10" maximumValue="10" typeName="double" category="LayoutParkingArea_ParkingGrading" kindOfQuantity="cvu:SLOPE" displayLabel="Min. Design Slope" description="Minimum design slope for parking lot." />
1168
+ <ECProperty propertyName="MaxSlopeParkingLot" minimumValue="-10" maximumValue="10" typeName="double" category="LayoutParkingArea_ParkingGrading" kindOfQuantity="cvu:SLOPE" displayLabel="Max. Design Slope" description="Maximum design slope for parking lot." />
1169
1169
  <ECProperty propertyName="SurfaceTypeParkingLot" typeName="SurfaceType" category="LayoutParkingArea_ParkingGrading" displayLabel="Surface Type" description="Surface type or material for parking lot." >
1170
1170
  <ECCustomAttributes>
1171
1171
  <HiddenProperty xmlns="CoreCustomAttributes.01.00.03" />
@@ -1174,7 +1174,7 @@
1174
1174
  </Deprecated>
1175
1175
  </ECCustomAttributes>
1176
1176
  </ECProperty>
1177
- <ECProperty propertyName="SurfaceDepthParkingLot" typeName="double" category="LayoutParkingArea_ParkingGrading" kindOfQuantity="cvu:LENGTH_SHORT" displayLabel="Surface Depth" description="Surface or material depth." >
1177
+ <ECProperty propertyName="SurfaceDepthParkingLot" minimumValue="0" maximumValue="30.48" typeName="double" category="LayoutParkingArea_ParkingGrading" kindOfQuantity="cvu:LENGTH_SHORT" displayLabel="Surface Depth" description="Surface or material depth." >
1178
1178
  <ECCustomAttributes>
1179
1179
  <HiddenProperty xmlns="CoreCustomAttributes.01.00.03" />
1180
1180
  <Deprecated xmlns="CoreCustomAttributes.01.00.03">
@@ -1183,7 +1183,7 @@
1183
1183
  </ECCustomAttributes>
1184
1184
  </ECProperty>
1185
1185
  <ECProperty propertyName="SurfaceTypeParkingSpaces" typeName="SurfaceType" category="LayoutParkingArea_ParkingGrading" displayLabel="Space Surface Type" description="Surface type or material for specific parking spaces." />
1186
- <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." />
1186
+ <ECProperty propertyName="SurfaceDepthParkingSpaces" minimumValue="0" maximumValue="30.48" typeName="double" category="LayoutParkingArea_ParkingGrading" kindOfQuantity="cvu:LENGTH_SHORT" displayLabel="Space Surface Depth" description="Surface or material depth for specific parking spaces." />
1187
1187
 
1188
1188
  <ECNavigationProperty propertyName="IslandCurbType" relationshipName="LayoutParkingAreaUsesIslandCurbType" direction="Forward" displayLabel="Island Curb Type" />
1189
1189
  <ECNavigationProperty propertyName="ParkingCurbType" relationshipName="LayoutParkingAreaUsesCurbType" direction="Forward" displayLabel="Curb Type" />
@@ -1194,14 +1194,14 @@
1194
1194
  <ECEntityClass typeName="LayoutPondArea" modifier="Sealed" displayLabel="Pond" description="Layout pond area.">
1195
1195
  <BaseClass>LayoutArea</BaseClass>
1196
1196
 
1197
- <ECProperty propertyName="Height" typeName="double" category="LayoutPondArea_Pond" kindOfQuantity="cvu:LENGTH" displayLabel="Riser Top Elevation" description="Riser Top Elevation." />
1198
- <ECProperty propertyName="TopHeight" typeName="double" category="LayoutPondArea_Pond" kindOfQuantity="cvu:LENGTH" displayLabel="Dry Storage Height" description="Dry Storage Height." />
1199
- <ECProperty propertyName="WallSlope" typeName="double" category="LayoutPondArea_Pond" kindOfQuantity="cvu:SLOPE" displayLabel="Side Slope" description=" Side Slope." />
1200
- <ECProperty propertyName="WallWidth" typeName="double" category="LayoutPondArea_Pond" kindOfQuantity="cvu:LENGTH" displayLabel="Berm Width" description="Depth of the pond." />
1201
- <ECProperty propertyName="Depth" typeName="double" category="LayoutPondArea_Pond" kindOfQuantity="cvu:LENGTH" displayLabel="Riser Height" description="Riser Height." />
1197
+ <ECProperty propertyName="Height" minimumValue="-304.8" maximumValue="9144" typeName="double" category="LayoutPondArea_Pond" kindOfQuantity="cvu:LENGTH" displayLabel="Riser Top Elevation" description="Riser Top Elevation." />
1198
+ <ECProperty propertyName="TopHeight" minimumValue="0" maximumValue="304.8" typeName="double" category="LayoutPondArea_Pond" kindOfQuantity="cvu:LENGTH" displayLabel="Dry Storage Height" description="Dry Storage Height." />
1199
+ <ECProperty propertyName="WallSlope" minimumValue="-10" maximumValue="10" typeName="double" category="LayoutPondArea_Pond" kindOfQuantity="cvu:SLOPE" displayLabel="Side Slope" description=" Side Slope." />
1200
+ <ECProperty propertyName="WallWidth" minimumValue="0" maximumValue="304.8" typeName="double" category="LayoutPondArea_Pond" kindOfQuantity="cvu:LENGTH" displayLabel="Berm Width" description="Depth of the pond." />
1201
+ <ECProperty propertyName="Depth" minimumValue="0" maximumValue="304.8" typeName="double" category="LayoutPondArea_Pond" kindOfQuantity="cvu:LENGTH" displayLabel="Riser Height" description="Riser Height." />
1202
1202
  <ECProperty propertyName="SizePond" typeName="boolean" category="LayoutPondArea_Pond" displayLabel="Size Pond" description="Size the pond using the target surface or volume." />
1203
1203
  <ECProperty propertyName="TargetSurface" typeName="double" category="LayoutPondArea_Pond" kindOfQuantity="cvu:AREA" displayLabel="Target Surface" description="Target surface." />
1204
- <ECProperty propertyName="TargetVolume" typeName="double" category="LayoutPondArea_Pond" kindOfQuantity="cvu:VOLUME" displayLabel="Target Volume" description="Target volume." />
1204
+ <ECProperty propertyName="TargetVolume" minimumValue="0" maximumValue="141584.23296" typeName="double" category="LayoutPondArea_Pond" kindOfQuantity="cvu:VOLUME" displayLabel="Target Volume" description="Target volume." />
1205
1205
  </ECEntityClass>
1206
1206
 
1207
1207
  <ECEntityClass typeName="LayoutParcelingArea" modifier="Sealed" displayLabel="Layout Parceling Area" description="Layout parceling area.">
@@ -1213,26 +1213,26 @@
1213
1213
  </ECCustomAttributes>
1214
1214
  </ECProperty>
1215
1215
 
1216
- <ECProperty propertyName="MinParcelSurface" typeName="double" kindOfQuantity="cvu:AREA" category="LayoutParcelingArea_ParcelLayout" displayLabel="Min. Parcel Surface" description="Minimum parcel surface area." />
1217
- <ECProperty propertyName="MaxParcelDepth" typeName="double" kindOfQuantity="cvu:LENGTH" category="LayoutParcelingArea_ParcelLayout" displayLabel="Max. Parcel Depth" description="Maximum parcel depth." />
1218
- <ECProperty propertyName="MinParcelFrontage" typeName="double" kindOfQuantity="cvu:LENGTH" category="LayoutParcelingArea_ParcelLayout" displayLabel="Min. Parcel Frontage" description="Minimum parcel frontage." />
1219
- <ECProperty propertyName="ParcelFrontageOffset" typeName="double" kindOfQuantity="cvu:LENGTH" category="LayoutParcelingArea_ParcelLayout" displayLabel="Frontage Offset" description="Frontage offset." />
1220
- <ECProperty propertyName="BackYardDepth" typeName="double" kindOfQuantity="cvu:LENGTH" category="LayoutParcelingArea_ParcelLayout" displayLabel="Back Yard Depth" description="Back yard depth." />
1216
+ <ECProperty propertyName="MinParcelSurface" minimumValue="0" maximumValue="92903.04" typeName="double" kindOfQuantity="cvu:AREA" category="LayoutParcelingArea_ParcelLayout" displayLabel="Min. Parcel Surface" description="Minimum parcel surface area." />
1217
+ <ECProperty propertyName="MaxParcelDepth" minimumValue="0" maximumValue="3048" typeName="double" kindOfQuantity="cvu:LENGTH" category="LayoutParcelingArea_ParcelLayout" displayLabel="Max. Parcel Depth" description="Maximum parcel depth." />
1218
+ <ECProperty propertyName="MinParcelFrontage" minimumValue="0" maximumValue="3048" typeName="double" kindOfQuantity="cvu:LENGTH" category="LayoutParcelingArea_ParcelLayout" displayLabel="Min. Parcel Frontage" description="Minimum parcel frontage." />
1219
+ <ECProperty propertyName="ParcelFrontageOffset" minimumValue="0" maximumValue="3048" typeName="double" kindOfQuantity="cvu:LENGTH" category="LayoutParcelingArea_ParcelLayout" displayLabel="Frontage Offset" description="Frontage offset." />
1220
+ <ECProperty propertyName="BackYardDepth" minimumValue="0" maximumValue="3048" typeName="double" kindOfQuantity="cvu:LENGTH" category="LayoutParcelingArea_ParcelLayout" displayLabel="Back Yard Depth" description="Back yard depth." />
1221
1221
  </ECEntityClass>
1222
1222
 
1223
1223
  <ECEntityClass typeName="ParcelBuildingAspect" modifier="Sealed" displayLabel="Building Aspect">
1224
1224
  <BaseClass>bis:ElementUniqueAspect</BaseClass>
1225
1225
 
1226
1226
  <ECProperty propertyName="BuildingWidth" typeName="double" kindOfQuantity="cvu:LENGTH" category="ParcelBuildingAspect_BuildingLayout" displayLabel="Building Width" description="Width of the building on the parcel." />
1227
- <ECProperty propertyName="BuildingDepth" typeName="double" kindOfQuantity="cvu:LENGTH" category="ParcelBuildingAspect_BuildingLayout" displayLabel="Building Depth" description="Depth of the building on the parcel." />
1227
+ <ECProperty propertyName="BuildingDepth" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH" category="ParcelBuildingAspect_BuildingLayout" displayLabel="Building Depth" description="Depth of the building on the parcel." />
1228
1228
  </ECEntityClass>
1229
1229
 
1230
1230
  <ECEntityClass typeName="ParcelSetbacksAspect" modifier="Sealed" displayLabel="Setbacks">
1231
1231
  <BaseClass>bis:ElementUniqueAspect</BaseClass>
1232
1232
 
1233
- <ECProperty propertyName="FrontSetback" typeName="double" kindOfQuantity="cvu:LENGTH" category="ParcelSetbacksAspect_Setbacks" displayLabel="Front" description="Front setback distance." />
1234
- <ECProperty propertyName="SideSetback" typeName="double" kindOfQuantity="cvu:LENGTH" category="ParcelSetbacksAspect_Setbacks" displayLabel="Side" description="Side setback distance." />
1235
- <ECProperty propertyName="BackSetback" typeName="double" kindOfQuantity="cvu:LENGTH" category="ParcelSetbacksAspect_Setbacks" displayLabel="Back" description="Back setback distance." />
1233
+ <ECProperty propertyName="FrontSetback" minimumValue="0" maximumValue="304.8" typeName="double" kindOfQuantity="cvu:LENGTH" category="ParcelSetbacksAspect_Setbacks" displayLabel="Front" description="Front setback distance." />
1234
+ <ECProperty propertyName="SideSetback" minimumValue="0" maximumValue="304.8" typeName="double" kindOfQuantity="cvu:LENGTH" category="ParcelSetbacksAspect_Setbacks" displayLabel="Side" description="Side setback distance." />
1235
+ <ECProperty propertyName="BackSetback" minimumValue="0" maximumValue="304.8" typeName="double" kindOfQuantity="cvu:LENGTH" category="ParcelSetbacksAspect_Setbacks" displayLabel="Back" description="Back setback distance." />
1236
1236
  </ECEntityClass>
1237
1237
 
1238
1238
  <ECRelationshipClass typeName="LayoutParcelingAreaOwnsParcelBuildingAspect" modifier="Sealed" strength="embedding">
@@ -1281,15 +1281,15 @@
1281
1281
  </ECCustomAttributes>
1282
1282
  </ECProperty>
1283
1283
 
1284
- <ECProperty propertyName="Topsoil" typeName="double" category="GradingArea_Surface" kindOfQuantity="cvu:LENGTH_SHORT" displayLabel="Topsoil" description="Topsoil depth for grading area." />
1284
+ <ECProperty propertyName="Topsoil" minimumValue="0" maximumValue="30.48" typeName="double" category="GradingArea_Surface" kindOfQuantity="cvu:LENGTH_SHORT" displayLabel="Topsoil" description="Topsoil depth for grading area." />
1285
1285
  <ECProperty propertyName="SurfaceType" typeName="SurfaceType" category="GradingArea_Surface" displayLabel="Surface Type" description="Surface type or material for grading area." />
1286
- <ECProperty propertyName="SurfaceDepth" typeName="double" category="GradingArea_Surface" kindOfQuantity="cvu:LENGTH_SHORT" displayLabel="Surface Depth" description="Surface or material depth for grading area." />
1286
+ <ECProperty propertyName="SurfaceDepth" minimumValue="0" maximumValue="30.48" typeName="double" category="GradingArea_Surface" kindOfQuantity="cvu:LENGTH_SHORT" displayLabel="Surface Depth" description="Surface or material depth for grading area." />
1287
1287
 
1288
- <ECProperty propertyName="FixedSlope" typeName="double" category="GradingArea_Constraints" kindOfQuantity="cvu:SLOPE" displayLabel="Fixed Slope" description="Fixed slope constraint on grading area." />
1289
- <ECProperty propertyName="MinSlope" typeName="double" category="GradingArea_Constraints" kindOfQuantity="cvu:SLOPE" displayLabel="Min. Slope" description="Minimum slope constraint on grading area." />
1290
- <ECProperty propertyName="MaxSlope" typeName="double" category="GradingArea_Constraints" kindOfQuantity="cvu:SLOPE" displayLabel="Max. Slope" description="Maximum slope constraint on grading area." />
1291
- <ECProperty propertyName="MinZ" typeName="double" category="GradingArea_Constraints" kindOfQuantity="cvu:LENGTH" displayLabel="Min. Elevation" description="Minimum elevation change constraint on grading area." />
1292
- <ECProperty propertyName="MaxZ" typeName="double" category="GradingArea_Constraints" kindOfQuantity="cvu:LENGTH" displayLabel="Max. Elevation" description="Maximum elevation change constraint on grading area." />
1288
+ <ECProperty propertyName="FixedSlope" minimumValue="-10" maximumValue="10" typeName="double" category="GradingArea_Constraints" kindOfQuantity="cvu:SLOPE" displayLabel="Fixed Slope" description="Fixed slope constraint on grading area." />
1289
+ <ECProperty propertyName="MinSlope" minimumValue="-10" maximumValue="10" typeName="double" category="GradingArea_Constraints" kindOfQuantity="cvu:SLOPE" displayLabel="Min. Slope" description="Minimum slope constraint on grading area." />
1290
+ <ECProperty propertyName="MaxSlope" minimumValue="-10" maximumValue="10" typeName="double" category="GradingArea_Constraints" kindOfQuantity="cvu:SLOPE" displayLabel="Max. Slope" description="Maximum slope constraint on grading area." />
1291
+ <ECProperty propertyName="MinZ" minimumValue="-304.8" maximumValue="9144" typeName="double" category="GradingArea_Constraints" kindOfQuantity="cvu:LENGTH" displayLabel="Min. Elevation" description="Minimum elevation change constraint on grading area." />
1292
+ <ECProperty propertyName="MaxZ" minimumValue="-304.8" maximumValue="9144" typeName="double" category="GradingArea_Constraints" kindOfQuantity="cvu:LENGTH" displayLabel="Max. Elevation" description="Maximum elevation change constraint on grading area." />
1293
1293
  </ECEntityClass>
1294
1294
 
1295
1295
  <ECEntityClass typeName="GradingLimitArea" modifier="Sealed" displayLabel="Grading Constraints" description="Grading constraints area.">
@@ -1332,9 +1332,9 @@
1332
1332
  <ECEntityClass typeName="ParkingRowPath" modifier="Sealed" displayLabel="Parking Row" description="Parking row path.">
1333
1333
  <BaseClass>LayoutPath</BaseClass>
1334
1334
 
1335
- <ECProperty propertyName="ParkingWidth" typeName="double" kindOfQuantity="cvu:LENGTH" category="ParkingRowPath_Parking" displayLabel="Width" description="Parking width for row." />
1336
- <ECProperty propertyName="ParkingDepth" typeName="double" kindOfQuantity="cvu:LENGTH" category="ParkingRowPath_Parking" displayLabel="Depth" description="Parking depth for row." />
1337
- <ECProperty propertyName="ParkingAngle" typeName="double" kindOfQuantity="cvu:ANGLE" category="ParkingRowPath_Parking" displayLabel="Angle" description="Parking angle for row." />
1335
+ <ECProperty propertyName="ParkingWidth" minimumValue="0" maximumValue="304.8" typeName="double" kindOfQuantity="cvu:LENGTH" category="ParkingRowPath_Parking" displayLabel="Width" description="Parking width for row." />
1336
+ <ECProperty propertyName="ParkingDepth" minimumValue="0" maximumValue="304.8" typeName="double" kindOfQuantity="cvu:LENGTH" category="ParkingRowPath_Parking" displayLabel="Depth" description="Parking depth for row." />
1337
+ <ECProperty propertyName="ParkingAngle" minimumValue="-3.141592653589793" maximumValue="3.141592653589793" typeName="double" kindOfQuantity="cvu:ANGLE" category="ParkingRowPath_Parking" displayLabel="Angle" description="Parking angle for row." />
1338
1338
  </ECEntityClass>
1339
1339
 
1340
1340
  <ECEntityClass typeName="GradingPath" modifier="Abstract" displayLabel="Grading Path" description="Grading path.">
@@ -1347,7 +1347,7 @@
1347
1347
 
1348
1348
  <ECEntityClass typeName="PedestrianPath" modifier="Sealed" displayLabel="Pedestrian path" description="Pedestrian path.">
1349
1349
  <BaseClass>LayoutPath</BaseClass>
1350
- <ECProperty propertyName="Width" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Width" description="Width of the pedestrian path." />
1350
+ <ECProperty propertyName="Width" minimumValue="0" maximumValue="304.8" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Width" description="Width of the pedestrian path." />
1351
1351
  </ECEntityClass>
1352
1352
 
1353
1353
  <ECEntityClass typeName="CachedLinear" modifier="Sealed" displayLabel="Cached Linear" description="Cached 3D Linear geometry.">
@@ -1371,30 +1371,30 @@
1371
1371
  <ECEntityClass typeName="ContourLinesAspect" modifier="Sealed" displayLabel="Contour Lines" description="Terrain contour lines" >
1372
1372
  <BaseClass>bis:ElementUniqueAspect</BaseClass>
1373
1373
 
1374
- <ECProperty propertyName="MinorStep" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Minor Step" description="Minor steps interval size" />
1375
- <ECProperty propertyName="MajorStepMultiple" typeName="int" displayLabel="Major Step Interval" description="Number of minor intervals between two major steps" />
1374
+ <ECProperty propertyName="MinorStep" minimumValue="0" maximumValue="60.96" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Minor Step" description="Minor steps interval size" />
1375
+ <ECProperty propertyName="MajorStepMultiple" minimumValue="0" maximumValue="200" typeName="int" displayLabel="Major Step Interval" description="Number of minor intervals between two major steps" />
1376
1376
  </ECEntityClass>
1377
1377
 
1378
1378
  <ECEntityClass typeName="HatchingAspect" modifier="Sealed" displayLabel="Hatching">
1379
1379
  <BaseClass>bis:ElementUniqueAspect</BaseClass>
1380
1380
 
1381
- <ECProperty propertyName="Spacing" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Spacing" description="Space between the hatch lines." />
1382
- <ECProperty propertyName="Angle" typeName="double" kindOfQuantity="cvu:ANGLE" displayLabel="Angle" description="Angle of the hatch lines." />
1383
- <ECProperty propertyName="Width" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Width" description="Width of the hatch lines." />
1381
+ <ECProperty propertyName="Spacing" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Spacing" description="Space between the hatch lines." />
1382
+ <ECProperty propertyName="Angle" minimumValue="-3.141592653589793" maximumValue="3.141592653589793" typeName="double" kindOfQuantity="cvu:ANGLE" displayLabel="Angle" description="Angle of the hatch lines." />
1383
+ <ECProperty propertyName="Width" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Width" description="Width of the hatch lines." />
1384
1384
  </ECEntityClass>
1385
1385
 
1386
1386
  <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.">
1387
1387
  <BaseClass>cvphys:RetainingWallType</BaseClass>
1388
1388
 
1389
- <ECProperty propertyName="FrontWallSetback" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Front Wall Setback" description="Width of front wall setback." />
1390
- <ECProperty propertyName="BackWallSetback" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Back Wall Setback" description="Width of back wall setback." />
1391
- <ECProperty propertyName="ExposedWallHeight" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Exposed Wall Height" description="Height of exposed wall." />
1392
- <ECProperty propertyName="CoverDepth" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Cover Depth" description="Depth of cover." />
1393
- <ECProperty propertyName="ToeWidth" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Toe Width" description="Width of toe." />
1394
- <ECProperty propertyName="HeelWidth" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Heel Width" description="Width of heel." />
1395
- <ECProperty propertyName="FootingThickness" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Footing Thickness" description="Thickness of footing." />
1396
- <ECProperty propertyName="KeyWidth" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Key Width" description="Width of key." />
1397
- <ECProperty propertyName="KeyHeight" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Key Height" description="Height of key." />
1389
+ <ECProperty propertyName="FrontWallSetback" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Front Wall Setback" description="Width of front wall setback." />
1390
+ <ECProperty propertyName="BackWallSetback" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Back Wall Setback" description="Width of back wall setback." />
1391
+ <ECProperty propertyName="ExposedWallHeight" minimumValue="0" maximumValue="304.8" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Exposed Wall Height" description="Height of exposed wall." />
1392
+ <ECProperty propertyName="CoverDepth" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Cover Depth" description="Depth of cover." />
1393
+ <ECProperty propertyName="ToeWidth" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Toe Width" description="Width of toe." />
1394
+ <ECProperty propertyName="HeelWidth" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Heel Width" description="Width of heel." />
1395
+ <ECProperty propertyName="FootingThickness" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Footing Thickness" description="Thickness of footing." />
1396
+ <ECProperty propertyName="KeyWidth" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Key Width" description="Width of key." />
1397
+ <ECProperty propertyName="KeyHeight" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Key Height" description="Height of key." />
1398
1398
  </ECEntityClass>
1399
1399
 
1400
1400
  <ECEntityClass typeName="LayeredStructure" displayLabel="Layered Structure" description="LayeredStructure for use in OpenSite+. A bis:PhysicalElement that assembles multiple layers.">
@@ -1419,15 +1419,15 @@
1419
1419
  <ECEntityClass typeName="CurbType" displayLabel="Curb Type" description="Defines a shared set of properties whose values vary per-type of Curb rather than per-instance.">
1420
1420
  <BaseClass>cvphys:CurbType</BaseClass>
1421
1421
 
1422
- <ECProperty propertyName="PanWidth" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Pan Width" description="Width of curb pan." />
1423
- <ECProperty propertyName="PanThickness" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Pan Thickness" description="Thickness of curb pan." />
1424
- <ECProperty propertyName="StoneExtension" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Stone Extension" description="Width of stone extension." />
1425
- <ECProperty propertyName="StoneThickness" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Stone Thickness" description="Thickness of stone extension." />
1426
- <ECProperty propertyName="CurbHeight" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Curb Height" description="Height of curb." />
1427
- <ECProperty propertyName="CurbTopWidth" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Curb Top Width" description="Width of curb top." />
1428
- <ECProperty propertyName="CurbBottomWidth" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Curb Bottom Width" description="Width of curb bottom." />
1429
- <ECProperty propertyName="MiterWidth" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Miter Width" description="Width of curb miter." />
1430
- <ECProperty propertyName="MiterHeight" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Miter Height" description="Height of curb miter." />
1422
+ <ECProperty propertyName="PanWidth" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Pan Width" description="Width of curb pan." />
1423
+ <ECProperty propertyName="PanThickness" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Pan Thickness" description="Thickness of curb pan." />
1424
+ <ECProperty propertyName="StoneExtension" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Stone Extension" description="Width of stone extension." />
1425
+ <ECProperty propertyName="StoneThickness" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Stone Thickness" description="Thickness of stone extension." />
1426
+ <ECProperty propertyName="CurbHeight" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Curb Height" description="Height of curb." />
1427
+ <ECProperty propertyName="CurbTopWidth" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Curb Top Width" description="Width of curb top." />
1428
+ <ECProperty propertyName="CurbBottomWidth" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Curb Bottom Width" description="Width of curb bottom." />
1429
+ <ECProperty propertyName="MiterWidth" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Miter Width" description="Width of curb miter." />
1430
+ <ECProperty propertyName="MiterHeight" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Miter Height" description="Height of curb miter." />
1431
1431
  </ECEntityClass>
1432
1432
 
1433
1433
  <ECRelationshipClass typeName="WireOwnsContourLinesAspect" modifier="Sealed" strength="embedding">
@@ -1453,14 +1453,14 @@
1453
1453
  <ECEntityClass typeName="EdgeParkingAspect" modifier="Sealed" displayLabel="Parking">
1454
1454
  <BaseClass>bis:ElementUniqueAspect</BaseClass>
1455
1455
 
1456
- <ECProperty propertyName="ParkingWidth" typeName="double" kindOfQuantity="cvu:LENGTH" category="EdgeParkingAspect_Parking" displayLabel="Parking Width" description="Parking space width." />
1457
- <ECProperty propertyName="ParkingDepth" typeName="double" kindOfQuantity="cvu:LENGTH" category="EdgeParkingAspect_Parking" displayLabel="Parking Depth" description="Parking space depth." />
1458
- <ECProperty propertyName="ParkingAngle" typeName="double" kindOfQuantity="cvu:ANGLE" category="EdgeParkingAspect_Parking" displayLabel="Parking Angle" description="Parking space angle." />
1459
- <ECProperty propertyName="MaxParkingOffset" typeName="double" kindOfQuantity="cvu:LENGTH" category="EdgeParkingAspect_Parking" displayLabel="Max. Parking Offset" />
1456
+ <ECProperty propertyName="ParkingWidth" minimumValue="0" maximumValue="304.8" typeName="double" kindOfQuantity="cvu:LENGTH" category="EdgeParkingAspect_Parking" displayLabel="Parking Width" description="Parking space width." />
1457
+ <ECProperty propertyName="ParkingDepth" minimumValue="0" maximumValue="304.8" typeName="double" kindOfQuantity="cvu:LENGTH" category="EdgeParkingAspect_Parking" displayLabel="Parking Depth" description="Parking space depth." />
1458
+ <ECProperty propertyName="ParkingAngle" minimumValue="-3.141592653589793" maximumValue="3.141592653589793" typeName="double" kindOfQuantity="cvu:ANGLE" category="EdgeParkingAspect_Parking" displayLabel="Parking Angle" description="Parking space angle." />
1459
+ <ECProperty propertyName="MaxParkingOffset" minimumValue="0" maximumValue="304.8" typeName="double" kindOfQuantity="cvu:LENGTH" category="EdgeParkingAspect_Parking" displayLabel="Max. Parking Offset" />
1460
1460
  <ECProperty propertyName="IgnoreProblems" typeName="boolean" category="EdgeParkingAspect_Parking" displayLabel="Ignore Problems" />
1461
- <ECProperty propertyName="ParksPerIsland" typeName="int" category="EdgeParkingAspect_Parking" displayLabel="Count Per Island" description="Parking space count between islands." />
1462
- <ECProperty propertyName="IslandWidth" typeName="double" kindOfQuantity="cvu:LENGTH" category="EdgeParkingAspect_Parking" displayLabel="Island Width" description="Width of parking islands." />
1463
- <ECProperty propertyName="IslandCurbRadius" typeName="double" kindOfQuantity="cvu:LENGTH" category="EdgeParkingAspect_Parking" displayLabel="Island Curb Radius" description="Curb radius for parking islands." />
1461
+ <ECProperty propertyName="ParksPerIsland" minimumValue="0" maximumValue="1000" typeName="int" category="EdgeParkingAspect_Parking" displayLabel="Count Per Island" description="Parking space count between islands." />
1462
+ <ECProperty propertyName="IslandWidth" minimumValue="0" maximumValue="304.8" typeName="double" kindOfQuantity="cvu:LENGTH" category="EdgeParkingAspect_Parking" displayLabel="Island Width" description="Width of parking islands." />
1463
+ <ECProperty propertyName="IslandCurbRadius" minimumValue="0" maximumValue="304.8" typeName="double" kindOfQuantity="cvu:LENGTH" category="EdgeParkingAspect_Parking" displayLabel="Island Curb Radius" description="Curb radius for parking islands." />
1464
1464
  </ECEntityClass>
1465
1465
 
1466
1466
  <ECRelationshipClass typeName="PropertyEdgeOwnsParkingAspect" modifier="Sealed" strength="embedding">
@@ -1516,12 +1516,12 @@
1516
1516
  <ECEntityClass typeName="EdgeOnSideParkingAspect" modifier="Sealed" displayLabel="Onside Parking">
1517
1517
  <BaseClass>bis:ElementUniqueAspect</BaseClass>
1518
1518
 
1519
- <ECProperty propertyName="OnSideParkingWidth" typeName="double" kindOfQuantity="cvu:LENGTH" category="EdgeOnSideParkingAspect_Parking" displayLabel="Onside Parking Width" description="Onside parking space width for this side of driveway." />
1520
- <ECProperty propertyName="OnSideParkingDepth" typeName="double" kindOfQuantity="cvu:LENGTH" category="EdgeOnSideParkingAspect_Parking" displayLabel="Onside Parking Depth" description="Onside parking space depth for this side of driveway." />
1521
- <ECProperty propertyName="OnSideParkingAngle" typeName="double" kindOfQuantity="cvu:ANGLE" category="EdgeOnSideParkingAspect_Parking" displayLabel="Onside Parking Angle" description="Onside parking space angle for this side of driveway." />
1522
- <ECProperty propertyName="OnSideParksPerIsland" typeName="int" category="EdgeOnSideParkingAspect_Parking" displayLabel="Onside Parks Per Island" description="Onside parking space count per island on this side of driveway." />
1523
- <ECProperty propertyName="OnSideIslandWidth" typeName="double" kindOfQuantity="cvu:LENGTH" category="EdgeOnSideParkingAspect_Parking" displayLabel="Onside Island Width" description="Onside parking island width for this side of driveway." />
1524
- <ECProperty propertyName="OnSideIslandCurbRadius" typeName="double" kindOfQuantity="cvu:LENGTH" category="EdgeOnSideParkingAspect_Parking" displayLabel="Onside Curb Radius" description="Onside parking island curb radius for this side of driveway." />
1519
+ <ECProperty propertyName="OnSideParkingWidth" minimumValue="0" maximumValue="304.8" typeName="double" kindOfQuantity="cvu:LENGTH" category="EdgeOnSideParkingAspect_Parking" displayLabel="Onside Parking Width" description="Onside parking space width for this side of driveway." />
1520
+ <ECProperty propertyName="OnSideParkingDepth" minimumValue="0" maximumValue="304.8" typeName="double" kindOfQuantity="cvu:LENGTH" category="EdgeOnSideParkingAspect_Parking" displayLabel="Onside Parking Depth" description="Onside parking space depth for this side of driveway." />
1521
+ <ECProperty propertyName="OnSideParkingAngle" minimumValue="-3.141592653589793" maximumValue="3.141592653589793" typeName="double" kindOfQuantity="cvu:ANGLE" category="EdgeOnSideParkingAspect_Parking" displayLabel="Onside Parking Angle" description="Onside parking space angle for this side of driveway." />
1522
+ <ECProperty propertyName="OnSideParksPerIsland" minimumValue="0" maximumValue="1000" typeName="int" category="EdgeOnSideParkingAspect_Parking" displayLabel="Onside Parks Per Island" description="Onside parking space count per island on this side of driveway." />
1523
+ <ECProperty propertyName="OnSideIslandWidth" minimumValue="0" maximumValue="304.8" typeName="double" kindOfQuantity="cvu:LENGTH" category="EdgeOnSideParkingAspect_Parking" displayLabel="Onside Island Width" description="Onside parking island width for this side of driveway." />
1524
+ <ECProperty propertyName="OnSideIslandCurbRadius" minimumValue="0" maximumValue="304.8" typeName="double" kindOfQuantity="cvu:LENGTH" category="EdgeOnSideParkingAspect_Parking" displayLabel="Onside Curb Radius" description="Onside parking island curb radius for this side of driveway." />
1525
1525
 
1526
1526
  <ECProperty propertyName="OnSideParkingSurfaceType" typeName="SurfaceType" category="EdgeOnSideParkingAspect_Grading" displayLabel="Onside Surface Type" description="Onside parking surface type for this side of driveway." >
1527
1527
  <ECCustomAttributes>
@@ -1531,7 +1531,7 @@
1531
1531
  </Deprecated>
1532
1532
  </ECCustomAttributes>
1533
1533
  </ECProperty>
1534
- <ECProperty propertyName="OnSideParkingSurfaceDepth" typeName="double" kindOfQuantity="cvu:LENGTH_SHORT" category="EdgeOnSideParkingAspect_Grading" displayLabel="Onside Surface Depth" description="Onside parking material depth for this side of driveway." >
1534
+ <ECProperty propertyName="OnSideParkingSurfaceDepth" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH_SHORT" category="EdgeOnSideParkingAspect_Grading" displayLabel="Onside Surface Depth" description="Onside parking material depth for this side of driveway." >
1535
1535
  <ECCustomAttributes>
1536
1536
  <HiddenProperty xmlns="CoreCustomAttributes.01.00.03" />
1537
1537
  <Deprecated xmlns="CoreCustomAttributes.01.00.03">
@@ -1540,8 +1540,8 @@
1540
1540
  </ECCustomAttributes>
1541
1541
  </ECProperty>
1542
1542
  <ECNavigationProperty propertyName="LayeredStructureType" relationshipName="EdgeOnSideParkingAspectUsesLayeredStructureType" direction="Forward" category="EdgeOnSideParkingAspect_Grading" displayLabel="Layered Structure Type" />
1543
- <ECProperty propertyName="OnSideParkingMinSlope" typeName="double" kindOfQuantity="cvu:SLOPE" category="EdgeOnSideParkingAspect_Grading" displayLabel="Onside Parking Min. Slope" description="Onside parking minimum design slope for this side of driveway." />
1544
- <ECProperty propertyName="OnSideParkingMaxSlope" typeName="double" kindOfQuantity="cvu:SLOPE" category="EdgeOnSideParkingAspect_Grading" displayLabel="Onside Parking Max. Slope" description="Onside parking maximum design slope for this side of driveway." />
1543
+ <ECProperty propertyName="OnSideParkingMinSlope" minimumValue="-10" maximumValue="10" typeName="double" kindOfQuantity="cvu:SLOPE" category="EdgeOnSideParkingAspect_Grading" displayLabel="Onside Parking Min. Slope" description="Onside parking minimum design slope for this side of driveway." />
1544
+ <ECProperty propertyName="OnSideParkingMaxSlope" minimumValue="-10" maximumValue="10" typeName="double" kindOfQuantity="cvu:SLOPE" category="EdgeOnSideParkingAspect_Grading" displayLabel="Onside Parking Max. Slope" description="Onside parking maximum design slope for this side of driveway." />
1545
1545
  </ECEntityClass>
1546
1546
 
1547
1547
  <ECRelationshipClass typeName="DrivewayPathFinOwnsOnSideParkingAspect" modifier="Sealed" strength="embedding">
@@ -1566,9 +1566,9 @@
1566
1566
  </Deprecated>
1567
1567
  </ECCustomAttributes>
1568
1568
  </ECProperty>
1569
- <ECProperty propertyName="SidewalkWidth" typeName="double" kindOfQuantity="cvu:LENGTH" category="EdgeSidewalkAspect_Sidewalk" displayLabel="Width" description="Width of sidewalk." />
1570
- <ECProperty propertyName="SidewalkOffset" typeName="double" kindOfQuantity="cvu:LENGTH" category="EdgeSidewalkAspect_Sidewalk" displayLabel="Offset" description="Offset distance for sidewalk." />
1571
- <ECProperty propertyName="SidewalkDepth" typeName="double" kindOfQuantity="cvu:LENGTH" category="EdgeSidewalkAspect_Sidewalk" displayLabel="Depth" description="Depth of sidewalk material." >
1569
+ <ECProperty propertyName="SidewalkWidth" minimumValue="0" maximumValue="304.8" typeName="double" kindOfQuantity="cvu:LENGTH" category="EdgeSidewalkAspect_Sidewalk" displayLabel="Width" description="Width of sidewalk." />
1570
+ <ECProperty propertyName="SidewalkOffset" minimumValue="0" maximumValue="304.8" typeName="double" kindOfQuantity="cvu:LENGTH" category="EdgeSidewalkAspect_Sidewalk" displayLabel="Offset" description="Offset distance for sidewalk." />
1571
+ <ECProperty propertyName="SidewalkDepth" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH" category="EdgeSidewalkAspect_Sidewalk" displayLabel="Depth" description="Depth of sidewalk material." >
1572
1572
  <ECCustomAttributes>
1573
1573
  <HiddenProperty xmlns="CoreCustomAttributes.01.00.03" />
1574
1574
  <Deprecated xmlns="CoreCustomAttributes.01.00.03">
@@ -1576,8 +1576,8 @@
1576
1576
  </Deprecated>
1577
1577
  </ECCustomAttributes>
1578
1578
  </ECProperty>
1579
- <ECProperty propertyName="MinSidewalkSlope" typeName="double" kindOfQuantity="cvu:SLOPE" category="EdgeSidewalkAspect_Sidewalk" displayLabel="Min. Slope" description="Minimum allowable sidewalk slope." />
1580
- <ECProperty propertyName="MaxSidewalkSlope" typeName="double" kindOfQuantity="cvu:SLOPE" category="EdgeSidewalkAspect_Sidewalk" displayLabel="Max. Slope" description="Maximum allowable sidewalk slope." />
1579
+ <ECProperty propertyName="MinSidewalkSlope" minimumValue="-10" maximumValue="10" typeName="double" kindOfQuantity="cvu:SLOPE" category="EdgeSidewalkAspect_Sidewalk" displayLabel="Min. Slope" description="Minimum allowable sidewalk slope." />
1580
+ <ECProperty propertyName="MaxSidewalkSlope" minimumValue="-10" maximumValue="10" typeName="double" kindOfQuantity="cvu:SLOPE" category="EdgeSidewalkAspect_Sidewalk" displayLabel="Max. Slope" description="Maximum allowable sidewalk slope." />
1581
1581
  </ECEntityClass>
1582
1582
 
1583
1583
  <ECRelationshipClass typeName="BuildingEdgeOwnsSidewalkAspect" modifier="Sealed" strength="embedding">
@@ -1706,7 +1706,7 @@
1706
1706
  <ECEntityClass typeName="EdgeAisleAspect" modifier="Sealed" displayLabel="Aisle">
1707
1707
  <BaseClass>bis:ElementUniqueAspect</BaseClass>
1708
1708
 
1709
- <ECProperty propertyName="AisleWidth" typeName="double" kindOfQuantity="cvu:LENGTH" category="EdgeAisleAspect_Aisle" displayLabel="Aisle Width" description="Aisle width for parking." />
1709
+ <ECProperty propertyName="AisleWidth" minimumValue="0" maximumValue="304.8" typeName="double" kindOfQuantity="cvu:LENGTH" category="EdgeAisleAspect_Aisle" displayLabel="Aisle Width" description="Aisle width for parking." />
1710
1710
  </ECEntityClass>
1711
1711
 
1712
1712
  <ECRelationshipClass typeName="PropertyEdgeOwnsAisleAspect" modifier="Sealed" strength="embedding">
@@ -1892,14 +1892,14 @@
1892
1892
  <BaseClass>BaseSurfaceControlVertex</BaseClass>
1893
1893
 
1894
1894
  <ECProperty propertyName="VertexType" typeName="SurfaceControlVertexType" description="Specifies the type of control vertex used." displayLabel="Control Vertex Type" category="SurfaceControl"/>
1895
- <ECProperty propertyName="Slope" typeName="double" description="Slope of the line emanating from this vertex position." displayLabel="Slope" category="SurfaceControl" kindOfQuantity="cvu:SLOPE"/>
1896
- <ECProperty propertyName="SlopeBehind" typeName="double" description="Slope behind the line emanating from this vertex position." displayLabel="Slope Behind" category="SurfaceControl" kindOfQuantity="cvu:SLOPE"/>
1897
- <ECProperty propertyName="MinSlope" typeName="double" description="Minimum slope constraint." displayLabel="Min. Slope" category="SurfaceControl" kindOfQuantity="cvu:SLOPE"/>
1898
- <ECProperty propertyName="MaxSlope" typeName="double" description="Maximum slope constraint." displayLabel="Max. Slope" category="SurfaceControl" kindOfQuantity="cvu:SLOPE"/>
1895
+ <ECProperty propertyName="Slope" minimumValue="-10" maximumValue="10" typeName="double" description="Slope of the line emanating from this vertex position." displayLabel="Slope" category="SurfaceControl" kindOfQuantity="cvu:SLOPE"/>
1896
+ <ECProperty propertyName="SlopeBehind" minimumValue="-10" maximumValue="10" typeName="double" description="Slope behind the line emanating from this vertex position." displayLabel="Slope Behind" category="SurfaceControl" kindOfQuantity="cvu:SLOPE"/>
1897
+ <ECProperty propertyName="MinSlope" minimumValue="-10" maximumValue="10" typeName="double" description="Minimum slope constraint." displayLabel="Min. Slope" category="SurfaceControl" kindOfQuantity="cvu:SLOPE"/>
1898
+ <ECProperty propertyName="MaxSlope" minimumValue="-10" maximumValue="10" typeName="double" description="Maximum slope constraint." displayLabel="Max. Slope" category="SurfaceControl" kindOfQuantity="cvu:SLOPE"/>
1899
1899
  <ECProperty propertyName="Direction" typeName="point2d" description="Direction of the line emanating from this vertex position that constrains the elevation interpolation." displayLabel="Direction" category="SurfaceControl"/>
1900
1900
  <ECProperty propertyName="Mirrored" typeName="boolean" description="True if the direction constraint should represent two lines emanating from the position, forming a V shape, or false if it should be a single line passing through the position." displayLabel="Mirrored" category="SurfaceControl"/>
1901
- <ECProperty propertyName="ClampDistance" typeName="double" description="Distance at which to clamp slope calculations, turning elevation into a piecewise function where it stays constant beyond this distance." displayLabel="Clamp Distance" category="SurfaceControl" kindOfQuantity="cvu:LENGTH"/>
1902
- <ECProperty propertyName="ClampDistanceBehind" typeName="double" description="Distance at which to clamp slope calculations in opposite direction, turning elevation into a piecewise function where it stays constant beyond this distance" displayLabel="Clamp Distance Behind" category="SurfaceControl" kindOfQuantity="cvu:LENGTH"/>
1901
+ <ECProperty propertyName="ClampDistance" minimumValue="0" maximumValue="304.8" typeName="double" description="Distance at which to clamp slope calculations, turning elevation into a piecewise function where it stays constant beyond this distance." displayLabel="Clamp Distance" category="SurfaceControl" kindOfQuantity="cvu:LENGTH"/>
1902
+ <ECProperty propertyName="ClampDistanceBehind" minimumValue="0" maximumValue="304.8" typeName="double" description="Distance at which to clamp slope calculations in opposite direction, turning elevation into a piecewise function where it stays constant beyond this distance" displayLabel="Clamp Distance Behind" category="SurfaceControl" kindOfQuantity="cvu:LENGTH"/>
1903
1903
  </ECEntityClass>
1904
1904
 
1905
1905
  <ECEntityClass typeName="SurfaceControlPathVertex" description="A vertex that forms a control path, which emits control points along the path." displayLabel="Surface Control Path Vertex">
@@ -2012,15 +2012,15 @@
2012
2012
  <ECEntityClass typeName="SurfaceControlVertexSlopeRule" description="Constrains two surface control vertices to lie on the same line defined by the slope between them." displayLabel="Surface Control Vertex Slope Rule" modifier="Sealed">
2013
2013
  <BaseClass>SurfaceControlVertexRule</BaseClass>
2014
2014
 
2015
- <ECProperty propertyName="ControlVertexSlope" typeName="double" description="Slope defined by a control vertex override." displayLabel="Slope" category="SurfaceControl" kindOfQuantity="cvu:SLOPE"/>
2015
+ <ECProperty propertyName="ControlVertexSlope" minimumValue="-10" maximumValue="10" typeName="double" description="Slope defined by a control vertex override." displayLabel="Slope" category="SurfaceControl" kindOfQuantity="cvu:SLOPE"/>
2016
2016
  </ECEntityClass>
2017
2017
 
2018
2018
  <ECEntityClass typeName="SurfaceControlDitchRule" description="Models a ditch-like parametric template that is applied to a control path." displayLabel="Surface Control Ditch Rule" modifier="Sealed" >
2019
2019
  <BaseClass>SurfaceControlRule</BaseClass>
2020
2020
 
2021
2021
  <ECProperty propertyName="Interval" typeName="double" description="Drop interval along the path." category="SurfaceControl" kindOfQuantity="cvu:LENGTH"/>
2022
- <ECProperty propertyName="Slope" typeName="double" description="Slope of the line emanating from the path on the right-side." category="SurfaceControl" kindOfQuantity="cvu:SLOPE"/>
2023
- <ECProperty propertyName="LeftSlope" typeName="double" description="Slope of the line emanating from the path on the left-side." category="SurfaceControl" kindOfQuantity="cvu:SLOPE"/>
2022
+ <ECProperty propertyName="Slope" minimumValue="-10" maximumValue="10" typeName="double" description="Slope of the line emanating from the path on the right-side." category="SurfaceControl" kindOfQuantity="cvu:SLOPE"/>
2023
+ <ECProperty propertyName="LeftSlope" minimumValue="-10" maximumValue="10" typeName="double" description="Slope of the line emanating from the path on the left-side." category="SurfaceControl" kindOfQuantity="cvu:SLOPE"/>
2024
2024
  <ECProperty propertyName="Offset" typeName="double" description="Offset from the right-side of the path to attenuate the influence of the ditch elevation." category="SurfaceControl" kindOfQuantity="cvu:LENGTH"/>
2025
2025
  <ECProperty propertyName="LeftOffset" typeName="double" description="Offset from the left-side of the path to attenuate the influence of the ditch elevation." category="SurfaceControl" kindOfQuantity="cvu:LENGTH"/>
2026
2026
  <ECProperty propertyName="Mirrored" typeName="boolean" description="True if the right-side constraints should be mirrored on the left side, forming a V-shape. False if they can vary independently." displayLabel="Mirrored" category="SurfaceControl"/>
@@ -2047,7 +2047,7 @@
2047
2047
  <Description>SurfaceControlLowPoint is no longer used for surface control, use SurfaceSlopedControlVertex instead.</Description>
2048
2048
  </Deprecated>
2049
2049
  </ECCustomAttributes>
2050
- <ECProperty propertyName="ControlSlope" typeName="double" description="Slope defined by a control low point override." displayLabel="Slope" category="SurfaceControl" kindOfQuantity="cvu:SLOPE"/>
2050
+ <ECProperty propertyName="ControlSlope" minimumValue="-10" maximumValue="10" typeName="double" description="Slope defined by a control low point override." displayLabel="Slope" category="SurfaceControl" kindOfQuantity="cvu:SLOPE"/>
2051
2051
  <ECProperty propertyName="MaximumControlRadius" typeName="double" description="Max radius defined by a control low point override." displayLabel="Radius" category="SurfaceControl" kindOfQuantity="cvu:LENGTH"/>
2052
2052
  </ECEntityClass>
2053
2053