@bentley/drawing-production-experimental-schema 1.0.1-dev.1 → 1.0.2-dev.1
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"$schema":"https://dev.bentley.com/json_schemas/ec/32/ecschema","name":"DrawingProductionExperimental","version":"01.00.
|
|
1
|
+
{"$schema":"https://dev.bentley.com/json_schemas/ec/32/ecschema","name":"DrawingProductionExperimental","version":"01.00.02","alias":"dpex","description":"This schema contains an experimental implementation of concepts associated with Drawing Production.","references":[{"name":"CoreCustomAttributes","version":"01.00.05"},{"name":"BisCustomAttributes","version":"01.00.00"},{"name":"BisCore","version":"01.00.26"}],"customAttributes":[{"className":"CoreCustomAttributes.ProductionStatus","SupportedUse":"NotForProduction"},{"className":"BisCustomAttributes.SchemaLayerInfo","Value":"Application"}],"items":{"ViewAttachmentPlaceHolder":{"schemaItemType":"EntityClass","label":"View Attachment Placeholder","description":"An area on a sheet where a view is to be placed.","baseClass":"BisCore.GraphicalElement2d"},"ViewAttachmentWithPlaceHolder":{"schemaItemType":"EntityClass","label":"View Attachment (with placeholder)","description":"A ViewAttachment that fills a ViewAttachmentPlaceHolder region on a sheet.","baseClass":"BisCore.ViewAttachment","properties":[{"name":"placeHolder","type":"NavigationProperty","description":"The placeholder this ViewAttachment fills.","label":"PlaceHolder","relationshipName":"DrawingProductionExperimental.ViewAttachmentFulfillsPlaceHolder","direction":"Forward"}]},"ViewAttachmentFulfillsPlaceHolder":{"schemaItemType":"RelationshipClass","description":"Relates a ViewAttachmentWithPlaceHolder to the ViewAttachmentPlaceHolder it fills.","modifier":"Sealed","strength":"Referencing","strengthDirection":"Forward","source":{"multiplicity":"(0..*)","roleLabel":"fills","polymorphic":true,"constraintClasses":["DrawingProductionExperimental.ViewAttachmentWithPlaceHolder"]},"target":{"multiplicity":"(0..1)","roleLabel":"is filled by","polymorphic":true,"constraintClasses":["DrawingProductionExperimental.ViewAttachmentPlaceHolder"]}}}}
|
|
@@ -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="DrawingProductionExperimental" alias="dpex" version="01.00.
|
|
6
|
+
<ECSchema schemaName="DrawingProductionExperimental" alias="dpex" version="01.00.02" xmlns="http://www.bentley.com/schemas/Bentley.ECXML.3.2" description="This schema contains an experimental implementation of concepts associated with Drawing Production.">
|
|
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.16" alias="bis"/>
|