@bentley/drawing-production-experimental-schema 1.0.1-dev.1 → 1.0.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.01","alias":"dpex","description":"This schema contains an experimental implementation of concepts associated with Drawing Production.","references":[{"name":"CoreCustomAttributes","version":"01.00.
|
|
1
|
+
{"$schema":"https://dev.bentley.com/json_schemas/ec/32/ecschema","name":"DrawingProductionExperimental","version":"01.00.01","alias":"dpex","description":"This schema contains an experimental implementation of concepts associated with Drawing Production.","references":[{"name":"CoreCustomAttributes","version":"01.00.04"},{"name":"BisCustomAttributes","version":"01.00.00"},{"name":"BisCore","version":"01.00.25"}],"customAttributes":[{"className":"CoreCustomAttributes.ProductionStatus","SupportedUse":"FieldTesting"},{"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"]}}}}
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
|
|
11
11
|
<ECCustomAttributes>
|
|
12
12
|
<ProductionStatus xmlns="CoreCustomAttributes.01.00.03">
|
|
13
|
-
<SupportedUse>
|
|
13
|
+
<SupportedUse>FieldTesting</SupportedUse>
|
|
14
14
|
</ProductionStatus>
|
|
15
15
|
<SchemaLayerInfo xmlns="BisCustomAttributes.01.00.00">
|
|
16
16
|
<Value>Application</Value>
|