@bentley/open-site-schema 1.0.22 → 1.0.23
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 +197 -14
- package/package.json +1 -1
package/OpenSite.ecschema.xml
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
| * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
4
4
|
| * See LICENSE.md in the project root for license terms and full copyright notice.
|
|
5
5
|
======================================================================================= -->
|
|
6
|
-
<ECSchema schemaName="OpenSite" alias="opnsite" version="01.00.
|
|
6
|
+
<ECSchema schemaName="OpenSite" alias="opnsite" version="01.00.23" xmlns="http://www.bentley.com/schemas/Bentley.ECXML.3.2" displayLabel="OpenSite" description="OpenSite+ application schema.">
|
|
7
7
|
<ECSchemaReference name="CoreCustomAttributes" version="01.00.03" alias="CoreCA" />
|
|
8
8
|
<ECSchemaReference name="BisCustomAttributes" version="01.00.00" alias="bisCA"/>
|
|
9
9
|
<ECSchemaReference name="BisCore" version="01.00.10" alias="bis" />
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
<ECSchemaReference name="CivilUnits" version="01.00.00" alias="cvu"/>
|
|
13
13
|
<ECSchemaReference name="SpatialComposition" version="01.00.01" alias="spcomp" />
|
|
14
14
|
<ECSchemaReference name="StormSewerPhysical" version="01.00.00" alias="stmswrphys" />
|
|
15
|
-
<ECSchemaReference name="CivilPhysical" version="01.00.
|
|
15
|
+
<ECSchemaReference name="CivilPhysical" version="01.00.03" alias="cvphys" />
|
|
16
16
|
|
|
17
17
|
<ECCustomAttributes>
|
|
18
18
|
<ProductionStatus xmlns="CoreCustomAttributes.01.00.03">
|
|
@@ -558,8 +558,22 @@
|
|
|
558
558
|
|
|
559
559
|
<ECProperty propertyName="MinDriveSlope" typeName="double" kindOfQuantity="cvu:SLOPE" category="CenterlinePathEdge_Grading" displayLabel="Min. Slope" description="Minimum path slope for design." />
|
|
560
560
|
<ECProperty propertyName="MaxDriveSlope" typeName="double" kindOfQuantity="cvu:SLOPE" category="CenterlinePathEdge_Grading" displayLabel="Max. Slope" description="Maximum path slope for design." />
|
|
561
|
-
<ECProperty propertyName="SurfaceType" typeName="SurfaceType" category="CenterlinePathEdge_Grading" displayLabel="Surface Type" description="Surface material type for path."
|
|
562
|
-
|
|
561
|
+
<ECProperty propertyName="SurfaceType" typeName="SurfaceType" category="CenterlinePathEdge_Grading" displayLabel="Surface Type" description="Surface material type for path." >
|
|
562
|
+
<ECCustomAttributes>
|
|
563
|
+
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03" />
|
|
564
|
+
<Deprecated xmlns="CoreCustomAttributes.01.00.03">
|
|
565
|
+
<Description>SurfaceType is deprecated for CenterlinePathEdge (course information is held in the LayeredStructureType property in the parent path) </Description>
|
|
566
|
+
</Deprecated>
|
|
567
|
+
</ECCustomAttributes>
|
|
568
|
+
</ECProperty>
|
|
569
|
+
<ECProperty propertyName="SurfaceDepth" typeName="double" kindOfQuantity="cvu:LENGTH_SHORT" category="CenterlinePathEdge_Grading" displayLabel="Surface Depth" description="Surface material depth for path." >
|
|
570
|
+
<ECCustomAttributes>
|
|
571
|
+
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03" />
|
|
572
|
+
<Deprecated xmlns="CoreCustomAttributes.01.00.03">
|
|
573
|
+
<Description>SurfaceDepth is deprecated for CenterlinePathEdge (course information is held in the LayeredStructureType property in the parent path) </Description>
|
|
574
|
+
</Deprecated>
|
|
575
|
+
</ECCustomAttributes>
|
|
576
|
+
</ECProperty>
|
|
563
577
|
<ECProperty propertyName="MinZ" typeName="double" kindOfQuantity="cvu:LENGTH" category="CenterlinePathEdge_Grading" displayLabel="Min. Elevation" description="Minimum design elevation for path." />
|
|
564
578
|
<ECProperty propertyName="MaxZ" typeName="double" kindOfQuantity="cvu:LENGTH" category="CenterlinePathEdge_Grading" displayLabel="Max. Elevation" description="Maximum design elevation for path." />
|
|
565
579
|
|
|
@@ -570,8 +584,16 @@
|
|
|
570
584
|
<BaseClass>CenterlinePathEdge</BaseClass>
|
|
571
585
|
<BaseClass>bis:IParentElement</BaseClass>
|
|
572
586
|
|
|
573
|
-
<ECProperty propertyName="MedianType" typeName="SurfaceType" category="DrivewayPathEdge_Median" displayLabel="Type" description="Median type along path."
|
|
587
|
+
<ECProperty propertyName="MedianType" typeName="SurfaceType" category="DrivewayPathEdge_Median" displayLabel="Type" description="Median type along path." >
|
|
588
|
+
<ECCustomAttributes>
|
|
589
|
+
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03" />
|
|
590
|
+
<Deprecated xmlns="CoreCustomAttributes.01.00.03">
|
|
591
|
+
<Description>MedianType is deprecated for DrivewayPathEdge (course information is held in the MedianLayeredStructureType property) </Description>
|
|
592
|
+
</Deprecated>
|
|
593
|
+
</ECCustomAttributes>
|
|
594
|
+
</ECProperty>
|
|
574
595
|
<ECProperty propertyName="MedianWidth" typeName="double" kindOfQuantity="cvu:LENGTH" category="DrivewayPathEdge_Median" displayLabel="Width" description="Median width for path." />
|
|
596
|
+
<ECNavigationProperty propertyName="MedianLayeredStructureType" relationshipName="DrivewayPathEdgeUsesMedianLayeredStructureType" direction="Forward" category="DrivewayPathEdge_Median" displayLabel="Median Layered Structure" description="Layers (courses) of median." />
|
|
575
597
|
|
|
576
598
|
<ECProperty propertyName="CrowningType" typeName="CrownType" category="DrivewayPathEdge_Crowning" displayLabel="Crown Type" description="Type of crown design for path." />
|
|
577
599
|
<ECProperty propertyName="KValueSag" typeName="double" category="DrivewayPathEdge_Crowning" displayLabel="Sag K Value" description="Design K-Value for sag vertical curves." />
|
|
@@ -703,6 +725,78 @@
|
|
|
703
725
|
</Target>
|
|
704
726
|
</ECRelationshipClass>
|
|
705
727
|
|
|
728
|
+
<ECRelationshipClass typeName="ShapedAreaUsesLayeredStructureType" strength="referencing" modifier="Sealed">
|
|
729
|
+
<Source multiplicity="(0..*)" roleLabel="uses" polymorphic="true">
|
|
730
|
+
<Class class="ShapedArea" />
|
|
731
|
+
</Source>
|
|
732
|
+
<Target multiplicity="(0..1)" roleLabel="is used by" polymorphic="true">
|
|
733
|
+
<Class class="LayeredStructureType" />
|
|
734
|
+
</Target>
|
|
735
|
+
</ECRelationshipClass>
|
|
736
|
+
|
|
737
|
+
<ECRelationshipClass typeName="DrivewayPathUsesLayeredStructureType" strength="referencing" modifier="Sealed">
|
|
738
|
+
<Source multiplicity="(0..*)" roleLabel="uses" polymorphic="false">
|
|
739
|
+
<Class class="DrivewayPath" />
|
|
740
|
+
</Source>
|
|
741
|
+
<Target multiplicity="(0..1)" roleLabel="is used by" polymorphic="true">
|
|
742
|
+
<Class class="LayeredStructureType" />
|
|
743
|
+
</Target>
|
|
744
|
+
</ECRelationshipClass>
|
|
745
|
+
|
|
746
|
+
<ECRelationshipClass typeName="DrivewayPathEdgeUsesMedianLayeredStructureType" strength="referencing" modifier="Sealed">
|
|
747
|
+
<Source multiplicity="(0..*)" roleLabel="uses" polymorphic="false">
|
|
748
|
+
<Class class="DrivewayPathEdge" />
|
|
749
|
+
</Source>
|
|
750
|
+
<Target multiplicity="(0..1)" roleLabel="is used by" polymorphic="true">
|
|
751
|
+
<Class class="LayeredStructureType" />
|
|
752
|
+
</Target>
|
|
753
|
+
</ECRelationshipClass>
|
|
754
|
+
|
|
755
|
+
<ECRelationshipClass typeName="EdgeSidewalkAspectUsesLayeredStructureType" strength="referencing" modifier="Sealed">
|
|
756
|
+
<Source multiplicity="(0..*)" roleLabel="uses" polymorphic="false">
|
|
757
|
+
<Class class="EdgeSidewalkAspect" />
|
|
758
|
+
</Source>
|
|
759
|
+
<Target multiplicity="(0..1)" roleLabel="is used by" polymorphic="true">
|
|
760
|
+
<Class class="LayeredStructureType" />
|
|
761
|
+
</Target>
|
|
762
|
+
</ECRelationshipClass>
|
|
763
|
+
|
|
764
|
+
<ECRelationshipClass typeName="EdgeOnSideParkingAspectUsesLayeredStructureType" strength="referencing" modifier="Sealed">
|
|
765
|
+
<Source multiplicity="(0..*)" roleLabel="uses" polymorphic="false">
|
|
766
|
+
<Class class="EdgeOnSideParkingAspect" />
|
|
767
|
+
</Source>
|
|
768
|
+
<Target multiplicity="(0..1)" roleLabel="is used by" polymorphic="true">
|
|
769
|
+
<Class class="LayeredStructureType" />
|
|
770
|
+
</Target>
|
|
771
|
+
</ECRelationshipClass>
|
|
772
|
+
|
|
773
|
+
<ECRelationshipClass typeName="LayoutParkingAreaUsesLayeredStructureType" strength="referencing" modifier="Sealed">
|
|
774
|
+
<Source multiplicity="(0..*)" roleLabel="uses" polymorphic="false">
|
|
775
|
+
<Class class="LayoutParkingArea" />
|
|
776
|
+
</Source>
|
|
777
|
+
<Target multiplicity="(0..1)" roleLabel="is used by" polymorphic="true">
|
|
778
|
+
<Class class="LayeredStructureType" />
|
|
779
|
+
</Target>
|
|
780
|
+
</ECRelationshipClass>
|
|
781
|
+
|
|
782
|
+
<ECRelationshipClass typeName="LayoutParkingAreaUsesIslandLayeredStructureType" strength="referencing" modifier="Sealed">
|
|
783
|
+
<Source multiplicity="(0..*)" roleLabel="uses" polymorphic="false">
|
|
784
|
+
<Class class="LayoutParkingArea" />
|
|
785
|
+
</Source>
|
|
786
|
+
<Target multiplicity="(0..1)" roleLabel="is used by" polymorphic="true">
|
|
787
|
+
<Class class="LayeredStructureType" />
|
|
788
|
+
</Target>
|
|
789
|
+
</ECRelationshipClass>
|
|
790
|
+
|
|
791
|
+
<ECRelationshipClass typeName="SidewalkPathUsesLayeredStructureType" strength="referencing" modifier="Sealed">
|
|
792
|
+
<Source multiplicity="(0..*)" roleLabel="uses" polymorphic="false">
|
|
793
|
+
<Class class="SidewalkPath" />
|
|
794
|
+
</Source>
|
|
795
|
+
<Target multiplicity="(0..1)" roleLabel="is used by" polymorphic="true">
|
|
796
|
+
<Class class="LayeredStructureType" />
|
|
797
|
+
</Target>
|
|
798
|
+
</ECRelationshipClass>
|
|
799
|
+
|
|
706
800
|
<ECRelationshipClass typeName="EdgeSpaceOverrideRefersToLayoutParkingEdge" strength="referencing" modifier="Sealed">
|
|
707
801
|
<Source multiplicity="(0..*)" roleLabel="refers to" polymorphic="false">
|
|
708
802
|
<Class class="SpaceEdgeOverride" />
|
|
@@ -951,8 +1045,23 @@
|
|
|
951
1045
|
<ECProperty propertyName="DoGrade" typeName="boolean" category="ShapedArea_Optimizer" displayLabel="Grading" description="Add area grading data to grading optimizer." />
|
|
952
1046
|
|
|
953
1047
|
<ECProperty propertyName="Topsoil" typeName="double" category="ShapedArea_Surface" kindOfQuantity="cvu:LENGTH_SHORT" displayLabel="Topsoil" description="Depth of topsoil." />
|
|
954
|
-
<
|
|
955
|
-
<ECProperty propertyName="
|
|
1048
|
+
<ECNavigationProperty propertyName="LayeredStructureType" relationshipName="ShapedAreaUsesLayeredStructureType" direction="Forward" category="ShapedArea_Surface" displayLabel="Layered Structure" />
|
|
1049
|
+
<ECProperty propertyName="SurfaceType" typeName="SurfaceType" category="ShapedArea_Surface" displayLabel="Surface Type" description="Type definition of area." >
|
|
1050
|
+
<ECCustomAttributes>
|
|
1051
|
+
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03" />
|
|
1052
|
+
<Deprecated xmlns="CoreCustomAttributes.01.00.03">
|
|
1053
|
+
<Description>SurfaceType is deprecated for ShapedArea (course information is held in the LayeredStructureType property) </Description>
|
|
1054
|
+
</Deprecated>
|
|
1055
|
+
</ECCustomAttributes>
|
|
1056
|
+
</ECProperty>
|
|
1057
|
+
<ECProperty propertyName="SurfaceDepth" typeName="double" category="ShapedArea_Surface" kindOfQuantity="cvu:LENGTH_SHORT" displayLabel="Surface Depth" description="Material depth of area." >
|
|
1058
|
+
<ECCustomAttributes>
|
|
1059
|
+
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03" />
|
|
1060
|
+
<Deprecated xmlns="CoreCustomAttributes.01.00.03">
|
|
1061
|
+
<Description>SurfaceDepth is deprecated for ShapedArea (course information is held in the LayeredStructureType property) </Description>
|
|
1062
|
+
</Deprecated>
|
|
1063
|
+
</ECCustomAttributes>
|
|
1064
|
+
</ECProperty>
|
|
956
1065
|
<ECProperty propertyName="RunoffCoefficient" typeName="double" category="ShapedArea_Surface" displayLabel="Runoff Coefficient" description="Runoff coefficient for area." />
|
|
957
1066
|
|
|
958
1067
|
<ECProperty propertyName="FixedSlope" typeName="double" category="ShapedArea_Constraints" kindOfQuantity="cvu:SLOPE" displayLabel="Fixed Slope" description="Fixed design slope for area." />
|
|
@@ -1043,20 +1152,43 @@
|
|
|
1043
1152
|
|
|
1044
1153
|
<ECProperty propertyName="ParkingPerIsland" typeName="int" category="LayoutParkingArea_ParkingIsland" displayLabel="Count Per Island" description="Number of parking spaces between islands." />
|
|
1045
1154
|
<ECProperty propertyName="MinIslandWidth" typeName="double" category="LayoutParkingArea_ParkingIsland" kindOfQuantity="cvu:LENGTH" displayLabel="Minimum Width" description="Minimum parking island width." />
|
|
1046
|
-
<ECProperty propertyName="IslandType" typeName="IslandType" category="LayoutParkingArea_ParkingIsland" displayLabel="Type" description="Island type or material."
|
|
1155
|
+
<ECProperty propertyName="IslandType" typeName="IslandType" category="LayoutParkingArea_ParkingIsland" displayLabel="Type" description="Island type or material." >
|
|
1156
|
+
<ECCustomAttributes>
|
|
1157
|
+
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03" />
|
|
1158
|
+
<Deprecated xmlns="CoreCustomAttributes.01.00.03">
|
|
1159
|
+
<Description>IslandType is deprecated for LayoutParkingArea. </Description>
|
|
1160
|
+
</Deprecated>
|
|
1161
|
+
</ECCustomAttributes>
|
|
1162
|
+
</ECProperty>
|
|
1047
1163
|
<ECProperty propertyName="IslandCurbRadius" typeName="double" category="LayoutParkingArea_ParkingIsland" kindOfQuantity="cvu:LENGTH" displayLabel="Curb Radius" description="Island curb radius." />
|
|
1048
1164
|
|
|
1049
1165
|
<ECProperty propertyName="BayCurbRadius" typeName="double" category="LayoutParkingArea_ParkingBay" kindOfQuantity="cvu:LENGTH" displayLabel="Curb Radius" description="Parking bay curb radius." />
|
|
1050
1166
|
|
|
1051
1167
|
<ECProperty propertyName="MinSlopeParkingLot" typeName="double" category="LayoutParkingArea_ParkingGrading" kindOfQuantity="cvu:SLOPE" displayLabel="Min. Design Slope" description="Minimum design slope for parking lot." />
|
|
1052
1168
|
<ECProperty propertyName="MaxSlopeParkingLot" typeName="double" category="LayoutParkingArea_ParkingGrading" kindOfQuantity="cvu:SLOPE" displayLabel="Max. Design Slope" description="Maximum design slope for parking lot." />
|
|
1053
|
-
<ECProperty propertyName="SurfaceTypeParkingLot" typeName="SurfaceType" category="LayoutParkingArea_ParkingGrading" displayLabel="Surface Type" description="Surface type or material for parking lot."
|
|
1054
|
-
|
|
1169
|
+
<ECProperty propertyName="SurfaceTypeParkingLot" typeName="SurfaceType" category="LayoutParkingArea_ParkingGrading" displayLabel="Surface Type" description="Surface type or material for parking lot." >
|
|
1170
|
+
<ECCustomAttributes>
|
|
1171
|
+
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03" />
|
|
1172
|
+
<Deprecated xmlns="CoreCustomAttributes.01.00.03">
|
|
1173
|
+
<Description>SurfaceTypeParkingLot is deprecated for LayoutParkingArea. </Description>
|
|
1174
|
+
</Deprecated>
|
|
1175
|
+
</ECCustomAttributes>
|
|
1176
|
+
</ECProperty>
|
|
1177
|
+
<ECProperty propertyName="SurfaceDepthParkingLot" typeName="double" category="LayoutParkingArea_ParkingGrading" kindOfQuantity="cvu:LENGTH_SHORT" displayLabel="Surface Depth" description="Surface or material depth." >
|
|
1178
|
+
<ECCustomAttributes>
|
|
1179
|
+
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03" />
|
|
1180
|
+
<Deprecated xmlns="CoreCustomAttributes.01.00.03">
|
|
1181
|
+
<Description>SurfaceDepthParkingLot is deprecated for LayoutParkingArea. </Description>
|
|
1182
|
+
</Deprecated>
|
|
1183
|
+
</ECCustomAttributes>
|
|
1184
|
+
</ECProperty>
|
|
1055
1185
|
<ECProperty propertyName="SurfaceTypeParkingSpaces" typeName="SurfaceType" category="LayoutParkingArea_ParkingGrading" displayLabel="Space Surface Type" description="Surface type or material for specific parking spaces." />
|
|
1056
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." />
|
|
1057
1187
|
|
|
1058
1188
|
<ECNavigationProperty propertyName="IslandCurbType" relationshipName="LayoutParkingAreaUsesIslandCurbType" direction="Forward" displayLabel="Island Curb Type" />
|
|
1059
1189
|
<ECNavigationProperty propertyName="ParkingCurbType" relationshipName="LayoutParkingAreaUsesCurbType" direction="Forward" displayLabel="Curb Type" />
|
|
1190
|
+
<ECNavigationProperty propertyName="IslandLayeredStructureType" relationshipName="LayoutParkingAreaUsesIslandLayeredStructureType" direction="Forward" displayLabel="Island Layered Structure Type" />
|
|
1191
|
+
<ECNavigationProperty propertyName="ParkingLayeredStructureType" relationshipName="LayoutParkingAreaUsesLayeredStructureType" direction="Forward" displayLabel="Layered Structure Type" />
|
|
1060
1192
|
</ECEntityClass>
|
|
1061
1193
|
|
|
1062
1194
|
<ECEntityClass typeName="LayoutPondArea" modifier="Sealed" displayLabel="Pond" description="Layout pond area.">
|
|
@@ -1185,6 +1317,7 @@
|
|
|
1185
1317
|
|
|
1186
1318
|
<ECProperty propertyName="DriveOnRight" typeName="boolean" category="DrivewayPath_Direction" displayLabel="Drive On Right" description="Sets the primary drive side, true to drive on the right-hand side." />
|
|
1187
1319
|
<ECNavigationProperty propertyName="CurbType" relationshipName="DrivewayPathUsesCurbType" direction="Forward" displayLabel="Curb Type" />
|
|
1320
|
+
<ECNavigationProperty propertyName="LayeredStructureType" relationshipName="DrivewayPathUsesLayeredStructureType" direction="Forward" displayLabel="Layered Structure Type" />
|
|
1188
1321
|
</ECEntityClass>
|
|
1189
1322
|
|
|
1190
1323
|
<ECEntityClass typeName="ParkingDirectionPath" modifier="Sealed" displayLabel="Parking Direction" description="Parking direction path.">
|
|
@@ -1193,6 +1326,7 @@
|
|
|
1193
1326
|
|
|
1194
1327
|
<ECEntityClass typeName="SidewalkPath" modifier="Sealed" displayLabel="Sidewalk" description="Sidewalk path.">
|
|
1195
1328
|
<BaseClass>LayoutPath</BaseClass>
|
|
1329
|
+
<ECNavigationProperty propertyName="LayeredStructureType" relationshipName="SidewalkPathUsesLayeredStructureType" direction="Forward" displayLabel="Layered Structure Type" />
|
|
1196
1330
|
</ECEntityClass>
|
|
1197
1331
|
|
|
1198
1332
|
<ECEntityClass typeName="ParkingRowPath" modifier="Sealed" displayLabel="Parking Row" description="Parking row path.">
|
|
@@ -1263,6 +1397,25 @@
|
|
|
1263
1397
|
<ECProperty propertyName="KeyHeight" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Key Height" description="Height of key." />
|
|
1264
1398
|
</ECEntityClass>
|
|
1265
1399
|
|
|
1400
|
+
<ECEntityClass typeName="LayeredStructure" displayLabel="Layered Structure" description="LayeredStructure for use in OpenSite+. A bis:PhysicalElement that assembles multiple layers.">
|
|
1401
|
+
<BaseClass>cvphys:LayeredStructure</BaseClass>
|
|
1402
|
+
</ECEntityClass>
|
|
1403
|
+
|
|
1404
|
+
<ECEntityClass typeName="LayeredStructureType" displayLabel="Layered Structure Type" description="Defines a shared set of properties whose values vary per-type of layered surface rather than per-instance.">
|
|
1405
|
+
<BaseClass>cvphys:LayeredStructureType</BaseClass>
|
|
1406
|
+
</ECEntityClass>
|
|
1407
|
+
|
|
1408
|
+
<ECRelationshipClass typeName="LayeredStructureTypeComposesSubTypes" modifier="None" strength="referencing" strengthDirection="forward" description="OpenSite-specific instance of the cvphys:LayeredStructureTypeComposesSubTypes relationship class">
|
|
1409
|
+
<BaseClass>cvphys:LayeredStructureTypeComposesSubTypes</BaseClass>
|
|
1410
|
+
<Source multiplicity="(0..*)" roleLabel="composes" polymorphic="true">
|
|
1411
|
+
<Class class="LayeredStructureType"/>
|
|
1412
|
+
</Source>
|
|
1413
|
+
<Target multiplicity="(0..*)" roleLabel="is composed by" polymorphic="true">
|
|
1414
|
+
<Class class="bis:PhysicalType"/>
|
|
1415
|
+
</Target>
|
|
1416
|
+
<ECProperty propertyName="SubTypeThickness" typeName="double" displayLabel="Thickness" kindOfQuantity="cvu:LENGTH_SHORT" description="The thickness measurement of the sub-type."/>
|
|
1417
|
+
</ECRelationshipClass>
|
|
1418
|
+
|
|
1266
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.">
|
|
1267
1420
|
<BaseClass>cvphys:CurbType</BaseClass>
|
|
1268
1421
|
|
|
@@ -1370,8 +1523,23 @@
|
|
|
1370
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." />
|
|
1371
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." />
|
|
1372
1525
|
|
|
1373
|
-
<ECProperty propertyName="OnSideParkingSurfaceType" typeName="SurfaceType" category="EdgeOnSideParkingAspect_Grading" displayLabel="Onside Surface Type" description="Onside parking surface type for this side of driveway."
|
|
1374
|
-
|
|
1526
|
+
<ECProperty propertyName="OnSideParkingSurfaceType" typeName="SurfaceType" category="EdgeOnSideParkingAspect_Grading" displayLabel="Onside Surface Type" description="Onside parking surface type for this side of driveway." >
|
|
1527
|
+
<ECCustomAttributes>
|
|
1528
|
+
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03" />
|
|
1529
|
+
<Deprecated xmlns="CoreCustomAttributes.01.00.03">
|
|
1530
|
+
<Description>OnSideParkingSurfaceType is deprecated for EdgeOnSideParkingAspect (course information is held in the LayeredStructureType property) </Description>
|
|
1531
|
+
</Deprecated>
|
|
1532
|
+
</ECCustomAttributes>
|
|
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." >
|
|
1535
|
+
<ECCustomAttributes>
|
|
1536
|
+
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03" />
|
|
1537
|
+
<Deprecated xmlns="CoreCustomAttributes.01.00.03">
|
|
1538
|
+
<Description>OnSideParkingSurfaceDepth is deprecated for EdgeOnSideParkingAspect (course information is held in the LayeredStructureType property) </Description>
|
|
1539
|
+
</Deprecated>
|
|
1540
|
+
</ECCustomAttributes>
|
|
1541
|
+
</ECProperty>
|
|
1542
|
+
<ECNavigationProperty propertyName="LayeredStructureType" relationshipName="EdgeOnSideParkingAspectUsesLayeredStructureType" direction="Forward" category="EdgeOnSideParkingAspect_Grading" displayLabel="Layered Structure Type" />
|
|
1375
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." />
|
|
1376
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." />
|
|
1377
1545
|
</ECEntityClass>
|
|
@@ -1389,10 +1557,25 @@
|
|
|
1389
1557
|
<ECEntityClass typeName="EdgeSidewalkAspect" modifier="Sealed" displayLabel="Sidewalk Aspect">
|
|
1390
1558
|
<BaseClass>bis:ElementUniqueAspect</BaseClass>
|
|
1391
1559
|
|
|
1392
|
-
<
|
|
1560
|
+
<ECNavigationProperty propertyName="LayeredStructureType" relationshipName="EdgeSidewalkAspectUsesLayeredStructureType" direction="Forward" category="EdgeSidewalkAspect_Sidewalk" displayLabel="Layered Structure" description="Layers (courses) of sidewalk." />
|
|
1561
|
+
<ECProperty propertyName="SidewalkType" typeName="SurfaceType" category="EdgeSidewalkAspect_Sidewalk" displayLabel="Type" description="Defines the type of sidewalk or material." >
|
|
1562
|
+
<ECCustomAttributes>
|
|
1563
|
+
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03" />
|
|
1564
|
+
<Deprecated xmlns="CoreCustomAttributes.01.00.03">
|
|
1565
|
+
<Description>SidewalkType is deprecated for EdgeSidewalkAspect (course information is held in the LayeredStructureType property) </Description>
|
|
1566
|
+
</Deprecated>
|
|
1567
|
+
</ECCustomAttributes>
|
|
1568
|
+
</ECProperty>
|
|
1393
1569
|
<ECProperty propertyName="SidewalkWidth" typeName="double" kindOfQuantity="cvu:LENGTH" category="EdgeSidewalkAspect_Sidewalk" displayLabel="Width" description="Width of sidewalk." />
|
|
1394
1570
|
<ECProperty propertyName="SidewalkOffset" typeName="double" kindOfQuantity="cvu:LENGTH" category="EdgeSidewalkAspect_Sidewalk" displayLabel="Offset" description="Offset distance for sidewalk." />
|
|
1395
|
-
<ECProperty propertyName="SidewalkDepth" typeName="double" kindOfQuantity="cvu:LENGTH" category="EdgeSidewalkAspect_Sidewalk" displayLabel="Depth" description="Depth of sidewalk material."
|
|
1571
|
+
<ECProperty propertyName="SidewalkDepth" typeName="double" kindOfQuantity="cvu:LENGTH" category="EdgeSidewalkAspect_Sidewalk" displayLabel="Depth" description="Depth of sidewalk material." >
|
|
1572
|
+
<ECCustomAttributes>
|
|
1573
|
+
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03" />
|
|
1574
|
+
<Deprecated xmlns="CoreCustomAttributes.01.00.03">
|
|
1575
|
+
<Description>SidewalkDepth is deprecated for EdgeSidewalkAspect (course information is held in the LayeredStructureType property) </Description>
|
|
1576
|
+
</Deprecated>
|
|
1577
|
+
</ECCustomAttributes>
|
|
1578
|
+
</ECProperty>
|
|
1396
1579
|
<ECProperty propertyName="MinSidewalkSlope" typeName="double" kindOfQuantity="cvu:SLOPE" category="EdgeSidewalkAspect_Sidewalk" displayLabel="Min. Slope" description="Minimum allowable sidewalk slope." />
|
|
1397
1580
|
<ECProperty propertyName="MaxSidewalkSlope" typeName="double" kindOfQuantity="cvu:SLOPE" category="EdgeSidewalkAspect_Sidewalk" displayLabel="Max. Slope" description="Maximum allowable sidewalk slope." />
|
|
1398
1581
|
</ECEntityClass>
|