@bentley/open-site-schema 1.0.27-dev.2 → 1.0.27-dev.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/OpenSite.ecschema.json +1 -1
- package/OpenSite.ecschema.xml +155 -14
- package/package.json +1 -1
package/OpenSite.ecschema.xml
CHANGED
|
@@ -642,10 +642,14 @@
|
|
|
642
642
|
|
|
643
643
|
<ECEntityClass typeName="ParkingEdge" modifier="Sealed" displayLabel="Parking Edge">
|
|
644
644
|
<BaseClass>ShapedEdge</BaseClass>
|
|
645
|
+
|
|
646
|
+
<ECNavigationProperty propertyName="CurbType" relationshipName="ParkingEdgeUsesCurbType" direction="Forward" displayLabel="Curb Type" />
|
|
645
647
|
</ECEntityClass>
|
|
646
648
|
|
|
647
649
|
<ECEntityClass typeName="IslandEdge" modifier="Sealed" displayLabel="Island Edge">
|
|
648
650
|
<BaseClass>ShapedEdge</BaseClass>
|
|
651
|
+
|
|
652
|
+
<ECNavigationProperty propertyName="CurbType" relationshipName="IslandEdgeUsesCurbType" direction="Forward" displayLabel="Curb Type" />
|
|
649
653
|
</ECEntityClass>
|
|
650
654
|
|
|
651
655
|
<ECEntityClass typeName="SidewalkEdge" modifier="Sealed" displayLabel="Sidewalk Area Edge">
|
|
@@ -654,6 +658,8 @@
|
|
|
654
658
|
|
|
655
659
|
<ECEntityClass typeName="DrivewayAreaEdge" modifier="Sealed" displayLabel="Driveway Area Edge">
|
|
656
660
|
<BaseClass>ShapedEdge</BaseClass>
|
|
661
|
+
|
|
662
|
+
<ECNavigationProperty propertyName="CurbType" relationshipName="DrivewayAreaEdgeUsesCurbType" direction="Forward" displayLabel="Curb Type" />
|
|
657
663
|
</ECEntityClass>
|
|
658
664
|
|
|
659
665
|
<ECEntityClass typeName="PondEdge" modifier="Sealed" displayLabel="Pond Edge">
|
|
@@ -667,6 +673,8 @@
|
|
|
667
673
|
|
|
668
674
|
<ECEntityClass typeName="LayoutParkingEdge" modifier="Sealed" displayLabel="Layout Parking Edge" description="Parking lot">
|
|
669
675
|
<BaseClass>AreaEdge</BaseClass>
|
|
676
|
+
|
|
677
|
+
<ECNavigationProperty propertyName="CurbType" relationshipName="LayoutParkingEdgeUsesCurbType" direction="Forward" displayLabel="Curb Type" />
|
|
670
678
|
</ECEntityClass>
|
|
671
679
|
|
|
672
680
|
<ECEntityClass typeName="PathEdge" modifier="None" displayLabel="Path Edge">
|
|
@@ -740,6 +748,8 @@
|
|
|
740
748
|
<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." />
|
|
741
749
|
<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." />
|
|
742
750
|
<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." />
|
|
751
|
+
|
|
752
|
+
<ECNavigationProperty propertyName="CurbType" relationshipName="DrivewayPathFinUsesCurbType" direction="Forward" displayLabel="Curb Type" />
|
|
743
753
|
</ECEntityClass>
|
|
744
754
|
|
|
745
755
|
<ECEntityClass typeName="DrivewayTransition" modifier="Sealed" displayLabel="Transition">
|
|
@@ -798,6 +808,11 @@
|
|
|
798
808
|
</ECRelationshipClass>
|
|
799
809
|
|
|
800
810
|
<ECRelationshipClass typeName="DrivewayPathUsesCurbType" strength="referencing" modifier="Sealed">
|
|
811
|
+
<ECCustomAttributes>
|
|
812
|
+
<Deprecated xmlns="CoreCustomAttributes.01.00.03">
|
|
813
|
+
<Description>DrivewayPathUsesCurbType is deprecated. Curb type is now authored per-edge via DrivewayPathFinUsesCurbType. </Description>
|
|
814
|
+
</Deprecated>
|
|
815
|
+
</ECCustomAttributes>
|
|
801
816
|
<Source multiplicity="(0..*)" roleLabel="uses" polymorphic="false">
|
|
802
817
|
<Class class="DrivewayPath" />
|
|
803
818
|
</Source>
|
|
@@ -807,6 +822,11 @@
|
|
|
807
822
|
</ECRelationshipClass>
|
|
808
823
|
|
|
809
824
|
<ECRelationshipClass typeName="DrivewayAreaUsesCurbType" strength="referencing" modifier="Sealed">
|
|
825
|
+
<ECCustomAttributes>
|
|
826
|
+
<Deprecated xmlns="CoreCustomAttributes.01.00.03">
|
|
827
|
+
<Description>DrivewayAreaUsesCurbType is deprecated. Curb type is now authored per-edge via DrivewayAreaEdgeUsesCurbType. </Description>
|
|
828
|
+
</Deprecated>
|
|
829
|
+
</ECCustomAttributes>
|
|
810
830
|
<Source multiplicity="(0..*)" roleLabel="uses" polymorphic="false">
|
|
811
831
|
<Class class="DrivewayArea" />
|
|
812
832
|
</Source>
|
|
@@ -816,6 +836,11 @@
|
|
|
816
836
|
</ECRelationshipClass>
|
|
817
837
|
|
|
818
838
|
<ECRelationshipClass typeName="IslandAreaUsesCurbType" strength="referencing" modifier="Sealed">
|
|
839
|
+
<ECCustomAttributes>
|
|
840
|
+
<Deprecated xmlns="CoreCustomAttributes.01.00.03">
|
|
841
|
+
<Description>IslandAreaUsesCurbType is deprecated. Curb type is now authored per-edge via IslandEdgeUsesCurbType. </Description>
|
|
842
|
+
</Deprecated>
|
|
843
|
+
</ECCustomAttributes>
|
|
819
844
|
<Source multiplicity="(0..*)" roleLabel="uses" polymorphic="false">
|
|
820
845
|
<Class class="IslandArea" />
|
|
821
846
|
</Source>
|
|
@@ -825,6 +850,11 @@
|
|
|
825
850
|
</ECRelationshipClass>
|
|
826
851
|
|
|
827
852
|
<ECRelationshipClass typeName="ParkingAreaUsesCurbType" strength="referencing" modifier="Sealed">
|
|
853
|
+
<ECCustomAttributes>
|
|
854
|
+
<Deprecated xmlns="CoreCustomAttributes.01.00.03">
|
|
855
|
+
<Description>ParkingAreaUsesCurbType is deprecated. Curb type is now authored per-edge via ParkingEdgeUsesCurbType. </Description>
|
|
856
|
+
</Deprecated>
|
|
857
|
+
</ECCustomAttributes>
|
|
828
858
|
<Source multiplicity="(0..*)" roleLabel="uses" polymorphic="false">
|
|
829
859
|
<Class class="ParkingArea" />
|
|
830
860
|
</Source>
|
|
@@ -834,6 +864,11 @@
|
|
|
834
864
|
</ECRelationshipClass>
|
|
835
865
|
|
|
836
866
|
<ECRelationshipClass typeName="LayoutParkingAreaUsesCurbType" strength="referencing" modifier="Sealed">
|
|
867
|
+
<ECCustomAttributes>
|
|
868
|
+
<Deprecated xmlns="CoreCustomAttributes.01.00.03">
|
|
869
|
+
<Description>LayoutParkingAreaUsesCurbType is deprecated. Curb type is now authored per-edge via LayoutParkingEdgeUsesCurbType. </Description>
|
|
870
|
+
</Deprecated>
|
|
871
|
+
</ECCustomAttributes>
|
|
837
872
|
<Source multiplicity="(0..*)" roleLabel="uses" polymorphic="false">
|
|
838
873
|
<Class class="LayoutParkingArea" />
|
|
839
874
|
</Source>
|
|
@@ -851,6 +886,51 @@
|
|
|
851
886
|
</Target>
|
|
852
887
|
</ECRelationshipClass>
|
|
853
888
|
|
|
889
|
+
<ECRelationshipClass typeName="ParkingEdgeUsesCurbType" strength="referencing" modifier="Sealed">
|
|
890
|
+
<Source multiplicity="(0..*)" roleLabel="uses" polymorphic="false">
|
|
891
|
+
<Class class="ParkingEdge" />
|
|
892
|
+
</Source>
|
|
893
|
+
<Target multiplicity="(0..1)" roleLabel="is used by" polymorphic="true">
|
|
894
|
+
<Class class="CurbType" />
|
|
895
|
+
</Target>
|
|
896
|
+
</ECRelationshipClass>
|
|
897
|
+
|
|
898
|
+
<ECRelationshipClass typeName="IslandEdgeUsesCurbType" strength="referencing" modifier="Sealed">
|
|
899
|
+
<Source multiplicity="(0..*)" roleLabel="uses" polymorphic="false">
|
|
900
|
+
<Class class="IslandEdge" />
|
|
901
|
+
</Source>
|
|
902
|
+
<Target multiplicity="(0..1)" roleLabel="is used by" polymorphic="true">
|
|
903
|
+
<Class class="CurbType" />
|
|
904
|
+
</Target>
|
|
905
|
+
</ECRelationshipClass>
|
|
906
|
+
|
|
907
|
+
<ECRelationshipClass typeName="DrivewayAreaEdgeUsesCurbType" strength="referencing" modifier="Sealed">
|
|
908
|
+
<Source multiplicity="(0..*)" roleLabel="uses" polymorphic="false">
|
|
909
|
+
<Class class="DrivewayAreaEdge" />
|
|
910
|
+
</Source>
|
|
911
|
+
<Target multiplicity="(0..1)" roleLabel="is used by" polymorphic="true">
|
|
912
|
+
<Class class="CurbType" />
|
|
913
|
+
</Target>
|
|
914
|
+
</ECRelationshipClass>
|
|
915
|
+
|
|
916
|
+
<ECRelationshipClass typeName="LayoutParkingEdgeUsesCurbType" strength="referencing" modifier="Sealed">
|
|
917
|
+
<Source multiplicity="(0..*)" roleLabel="uses" polymorphic="false">
|
|
918
|
+
<Class class="LayoutParkingEdge" />
|
|
919
|
+
</Source>
|
|
920
|
+
<Target multiplicity="(0..1)" roleLabel="is used by" polymorphic="true">
|
|
921
|
+
<Class class="CurbType" />
|
|
922
|
+
</Target>
|
|
923
|
+
</ECRelationshipClass>
|
|
924
|
+
|
|
925
|
+
<ECRelationshipClass typeName="DrivewayPathFinUsesCurbType" strength="referencing" modifier="Sealed">
|
|
926
|
+
<Source multiplicity="(0..*)" roleLabel="uses" polymorphic="false">
|
|
927
|
+
<Class class="DrivewayPathFin" />
|
|
928
|
+
</Source>
|
|
929
|
+
<Target multiplicity="(0..1)" roleLabel="is used by" polymorphic="true">
|
|
930
|
+
<Class class="CurbType" />
|
|
931
|
+
</Target>
|
|
932
|
+
</ECRelationshipClass>
|
|
933
|
+
|
|
854
934
|
<ECRelationshipClass typeName="ShapedAreaUsesLayeredStructureType" strength="referencing" modifier="Sealed">
|
|
855
935
|
<Source multiplicity="(0..*)" roleLabel="uses" polymorphic="true">
|
|
856
936
|
<Class class="ShapedArea" />
|
|
@@ -1261,13 +1341,27 @@
|
|
|
1261
1341
|
<ECEntityClass typeName="ParkingArea" modifier="Sealed" displayLabel="Parking Area" description="Parking Area">
|
|
1262
1342
|
<BaseClass>ShapedArea</BaseClass>
|
|
1263
1343
|
|
|
1264
|
-
<ECNavigationProperty propertyName="CurbType" relationshipName="ParkingAreaUsesCurbType" direction="Forward" displayLabel="Curb Type"
|
|
1344
|
+
<ECNavigationProperty propertyName="CurbType" relationshipName="ParkingAreaUsesCurbType" direction="Forward" displayLabel="Curb Type">
|
|
1345
|
+
<ECCustomAttributes>
|
|
1346
|
+
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03" />
|
|
1347
|
+
<Deprecated xmlns="CoreCustomAttributes.01.00.03">
|
|
1348
|
+
<Description>CurbType is deprecated for ParkingArea. Curb type is now authored per-edge via the CurbType navigation property on ParkingEdge. </Description>
|
|
1349
|
+
</Deprecated>
|
|
1350
|
+
</ECCustomAttributes>
|
|
1351
|
+
</ECNavigationProperty>
|
|
1265
1352
|
</ECEntityClass>
|
|
1266
1353
|
|
|
1267
1354
|
<ECEntityClass typeName="DrivewayArea" modifier="Sealed" displayLabel="Driveway Area" description="Driveway Area">
|
|
1268
1355
|
<BaseClass>ShapedArea</BaseClass>
|
|
1269
1356
|
|
|
1270
|
-
<ECNavigationProperty propertyName="CurbType" relationshipName="DrivewayAreaUsesCurbType" direction="Forward" displayLabel="Curb Type"
|
|
1357
|
+
<ECNavigationProperty propertyName="CurbType" relationshipName="DrivewayAreaUsesCurbType" direction="Forward" displayLabel="Curb Type">
|
|
1358
|
+
<ECCustomAttributes>
|
|
1359
|
+
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03" />
|
|
1360
|
+
<Deprecated xmlns="CoreCustomAttributes.01.00.03">
|
|
1361
|
+
<Description>CurbType is deprecated for DrivewayArea. Curb type is now authored per-edge via the CurbType navigation property on DrivewayAreaEdge. </Description>
|
|
1362
|
+
</Deprecated>
|
|
1363
|
+
</ECCustomAttributes>
|
|
1364
|
+
</ECNavigationProperty>
|
|
1271
1365
|
</ECEntityClass>
|
|
1272
1366
|
|
|
1273
1367
|
<ECEntityClass typeName="SidewalkArea" modifier="Sealed" displayLabel="Sidewalk Area" description="Sidewalk Area">
|
|
@@ -1277,7 +1371,14 @@
|
|
|
1277
1371
|
<ECEntityClass typeName="IslandArea" modifier="Sealed" displayLabel="Island Area" description="Island Area">
|
|
1278
1372
|
<BaseClass>ShapedArea</BaseClass>
|
|
1279
1373
|
|
|
1280
|
-
<ECNavigationProperty propertyName="CurbType" relationshipName="IslandAreaUsesCurbType" direction="Forward" displayLabel="Curb Type"
|
|
1374
|
+
<ECNavigationProperty propertyName="CurbType" relationshipName="IslandAreaUsesCurbType" direction="Forward" displayLabel="Curb Type">
|
|
1375
|
+
<ECCustomAttributes>
|
|
1376
|
+
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03" />
|
|
1377
|
+
<Deprecated xmlns="CoreCustomAttributes.01.00.03">
|
|
1378
|
+
<Description>CurbType is deprecated for IslandArea. Curb type is now authored per-edge via the CurbType navigation property on IslandEdge. </Description>
|
|
1379
|
+
</Deprecated>
|
|
1380
|
+
</ECCustomAttributes>
|
|
1381
|
+
</ECNavigationProperty>
|
|
1281
1382
|
</ECEntityClass>
|
|
1282
1383
|
|
|
1283
1384
|
<ECEntityClass typeName="LayoutArea" modifier="Abstract" displayLabel="Layout Area" description="Layout Area">
|
|
@@ -1353,7 +1454,14 @@
|
|
|
1353
1454
|
<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." />
|
|
1354
1455
|
|
|
1355
1456
|
<ECNavigationProperty propertyName="IslandCurbType" relationshipName="LayoutParkingAreaUsesIslandCurbType" direction="Forward" displayLabel="Island Curb Type" />
|
|
1356
|
-
<ECNavigationProperty propertyName="ParkingCurbType" relationshipName="LayoutParkingAreaUsesCurbType" direction="Forward" displayLabel="Curb Type"
|
|
1457
|
+
<ECNavigationProperty propertyName="ParkingCurbType" relationshipName="LayoutParkingAreaUsesCurbType" direction="Forward" displayLabel="Curb Type">
|
|
1458
|
+
<ECCustomAttributes>
|
|
1459
|
+
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03" />
|
|
1460
|
+
<Deprecated xmlns="CoreCustomAttributes.01.00.03">
|
|
1461
|
+
<Description>ParkingCurbType is deprecated for LayoutParkingArea. Curb type is now authored per-edge via the CurbType navigation property on LayoutParkingEdge. </Description>
|
|
1462
|
+
</Deprecated>
|
|
1463
|
+
</ECCustomAttributes>
|
|
1464
|
+
</ECNavigationProperty>
|
|
1357
1465
|
<ECNavigationProperty propertyName="IslandLayeredStructureType" relationshipName="LayoutParkingAreaUsesIslandLayeredStructureType" direction="Forward" displayLabel="Island Layered Structure Type" />
|
|
1358
1466
|
<ECNavigationProperty propertyName="ParkingLayeredStructureType" relationshipName="LayoutParkingAreaUsesLayeredStructureType" direction="Forward" displayLabel="Layered Structure Type" />
|
|
1359
1467
|
</ECEntityClass>
|
|
@@ -1525,7 +1633,14 @@
|
|
|
1525
1633
|
</ECProperty>
|
|
1526
1634
|
|
|
1527
1635
|
<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." />
|
|
1528
|
-
<ECNavigationProperty propertyName="CurbType" relationshipName="DrivewayPathUsesCurbType" direction="Forward" displayLabel="Curb Type"
|
|
1636
|
+
<ECNavigationProperty propertyName="CurbType" relationshipName="DrivewayPathUsesCurbType" direction="Forward" displayLabel="Curb Type">
|
|
1637
|
+
<ECCustomAttributes>
|
|
1638
|
+
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03" />
|
|
1639
|
+
<Deprecated xmlns="CoreCustomAttributes.01.00.03">
|
|
1640
|
+
<Description>CurbType is deprecated for DrivewayPath. Curb type is now authored per-edge via the CurbType navigation property on DrivewayPathFin. </Description>
|
|
1641
|
+
</Deprecated>
|
|
1642
|
+
</ECCustomAttributes>
|
|
1643
|
+
</ECNavigationProperty>
|
|
1529
1644
|
<ECNavigationProperty propertyName="LayeredStructureType" relationshipName="DrivewayPathUsesLayeredStructureType" direction="Forward" displayLabel="Layered Structure Type" />
|
|
1530
1645
|
</ECEntityClass>
|
|
1531
1646
|
|
|
@@ -1659,15 +1774,16 @@
|
|
|
1659
1774
|
<ECEntityClass typeName="CurbType" displayLabel="Curb Type" description="Defines a shared set of properties whose values vary per-type of Curb rather than per-instance.">
|
|
1660
1775
|
<BaseClass>cvphys:CurbType</BaseClass>
|
|
1661
1776
|
|
|
1662
|
-
<ECProperty propertyName="PanWidth" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:
|
|
1663
|
-
<ECProperty propertyName="PanThickness" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:
|
|
1664
|
-
<ECProperty propertyName="StoneExtension" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:
|
|
1665
|
-
<ECProperty propertyName="StoneThickness" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:
|
|
1666
|
-
<ECProperty propertyName="CurbHeight" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:
|
|
1667
|
-
<ECProperty propertyName="CurbTopWidth" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:
|
|
1668
|
-
<ECProperty propertyName="CurbBottomWidth" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:
|
|
1669
|
-
<ECProperty propertyName="MiterWidth" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:
|
|
1670
|
-
<ECProperty propertyName="MiterHeight" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:
|
|
1777
|
+
<ECProperty propertyName="PanWidth" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH_SHORT" displayLabel="Pan Width" description="Width of curb pan." />
|
|
1778
|
+
<ECProperty propertyName="PanThickness" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH_SHORT" displayLabel="Pan Thickness" description="Thickness of curb pan." />
|
|
1779
|
+
<ECProperty propertyName="StoneExtension" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH_SHORT" displayLabel="Stone Extension" description="Width of stone extension." />
|
|
1780
|
+
<ECProperty propertyName="StoneThickness" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH_SHORT" displayLabel="Stone Thickness" description="Thickness of stone extension." />
|
|
1781
|
+
<ECProperty propertyName="CurbHeight" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH_SHORT" displayLabel="Curb Height" description="Height of curb." />
|
|
1782
|
+
<ECProperty propertyName="CurbTopWidth" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH_SHORT" displayLabel="Curb Top Width" description="Width of curb top." />
|
|
1783
|
+
<ECProperty propertyName="CurbBottomWidth" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH_SHORT" displayLabel="Curb Bottom Width" description="Width of curb bottom." />
|
|
1784
|
+
<ECProperty propertyName="MiterWidth" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH_SHORT" displayLabel="Miter Width" description="Width of curb miter." />
|
|
1785
|
+
<ECProperty propertyName="MiterHeight" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH_SHORT" displayLabel="Miter Height" description="Height of curb miter." />
|
|
1786
|
+
<ECProperty propertyName="PanSlope" minimumValue="-0.1" maximumValue="0.1" typeName="double" kindOfQuantity="cvu:SLOPE" displayLabel="Pan Slope" description="Slope of curb pan." />
|
|
1671
1787
|
</ECEntityClass>
|
|
1672
1788
|
|
|
1673
1789
|
<ECRelationshipClass typeName="WireOwnsContourLinesAspect" modifier="Sealed" strength="embedding">
|
|
@@ -1885,6 +2001,11 @@
|
|
|
1885
2001
|
|
|
1886
2002
|
<ECRelationshipClass typeName="ParkingEdgeOwnsCurbAspect" modifier="Sealed" strength="embedding">
|
|
1887
2003
|
<BaseClass>bis:ElementOwnsUniqueAspect</BaseClass>
|
|
2004
|
+
<ECCustomAttributes>
|
|
2005
|
+
<Deprecated xmlns="CoreCustomAttributes.01.00.03">
|
|
2006
|
+
<Description>ParkingEdgeOwnsCurbAspect is deprecated. Curb type is now authored via the CurbType navigation property on ParkingEdge. </Description>
|
|
2007
|
+
</Deprecated>
|
|
2008
|
+
</ECCustomAttributes>
|
|
1888
2009
|
<Source multiplicity="(1..1)" roleLabel="owns" polymorphic="false">
|
|
1889
2010
|
<Class class="ParkingEdge" />
|
|
1890
2011
|
</Source>
|
|
@@ -1895,6 +2016,11 @@
|
|
|
1895
2016
|
|
|
1896
2017
|
<ECRelationshipClass typeName="IslandEdgeOwnsCurbAspect" modifier="Sealed" strength="embedding">
|
|
1897
2018
|
<BaseClass>bis:ElementOwnsUniqueAspect</BaseClass>
|
|
2019
|
+
<ECCustomAttributes>
|
|
2020
|
+
<Deprecated xmlns="CoreCustomAttributes.01.00.03">
|
|
2021
|
+
<Description>IslandEdgeOwnsCurbAspect is deprecated. Curb type is now authored via the CurbType navigation property on IslandEdge. </Description>
|
|
2022
|
+
</Deprecated>
|
|
2023
|
+
</ECCustomAttributes>
|
|
1898
2024
|
<Source multiplicity="(1..1)" roleLabel="owns" polymorphic="false">
|
|
1899
2025
|
<Class class="IslandEdge" />
|
|
1900
2026
|
</Source>
|
|
@@ -1915,6 +2041,11 @@
|
|
|
1915
2041
|
|
|
1916
2042
|
<ECRelationshipClass typeName="DrivewayAreaEdgeOwnsCurbAspect" modifier="Sealed" strength="embedding">
|
|
1917
2043
|
<BaseClass>bis:ElementOwnsUniqueAspect</BaseClass>
|
|
2044
|
+
<ECCustomAttributes>
|
|
2045
|
+
<Deprecated xmlns="CoreCustomAttributes.01.00.03">
|
|
2046
|
+
<Description>DrivewayAreaEdgeOwnsCurbAspect is deprecated. Curb type is now authored via the CurbType navigation property on DrivewayAreaEdge. </Description>
|
|
2047
|
+
</Deprecated>
|
|
2048
|
+
</ECCustomAttributes>
|
|
1918
2049
|
<Source multiplicity="(1..1)" roleLabel="owns" polymorphic="false">
|
|
1919
2050
|
<Class class="DrivewayAreaEdge" />
|
|
1920
2051
|
</Source>
|
|
@@ -1935,6 +2066,11 @@
|
|
|
1935
2066
|
|
|
1936
2067
|
<ECRelationshipClass typeName="LayoutParkingEdgeOwnsCurbAspect" modifier="Sealed" strength="embedding">
|
|
1937
2068
|
<BaseClass>bis:ElementOwnsUniqueAspect</BaseClass>
|
|
2069
|
+
<ECCustomAttributes>
|
|
2070
|
+
<Deprecated xmlns="CoreCustomAttributes.01.00.03">
|
|
2071
|
+
<Description>LayoutParkingEdgeOwnsCurbAspect is deprecated. Curb type is now authored via the CurbType navigation property on LayoutParkingEdge. </Description>
|
|
2072
|
+
</Deprecated>
|
|
2073
|
+
</ECCustomAttributes>
|
|
1938
2074
|
<Source multiplicity="(1..1)" roleLabel="owns" polymorphic="false">
|
|
1939
2075
|
<Class class="LayoutParkingEdge" />
|
|
1940
2076
|
</Source>
|
|
@@ -1945,6 +2081,11 @@
|
|
|
1945
2081
|
|
|
1946
2082
|
<ECRelationshipClass typeName="DrivewayPathFinOwnsCurbAspect" modifier="Sealed" strength="embedding">
|
|
1947
2083
|
<BaseClass>bis:ElementOwnsUniqueAspect</BaseClass>
|
|
2084
|
+
<ECCustomAttributes>
|
|
2085
|
+
<Deprecated xmlns="CoreCustomAttributes.01.00.03">
|
|
2086
|
+
<Description>DrivewayPathFinOwnsCurbAspect is deprecated. Curb type is now authored via the CurbType navigation property on DrivewayPathFin. </Description>
|
|
2087
|
+
</Deprecated>
|
|
2088
|
+
</ECCustomAttributes>
|
|
1948
2089
|
<Source multiplicity="(1..1)" roleLabel="owns" polymorphic="false">
|
|
1949
2090
|
<Class class="DrivewayPathFin" />
|
|
1950
2091
|
</Source>
|