@bentley/drawing-production-experimental-schema 1.0.0 → 1.0.1-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.00","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.24"}],"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"}}}
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.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,14 +3,14 @@
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.00" xmlns="http://www.bentley.com/schemas/Bentley.ECXML.3.2" description="This schema contains an experimental implementation of concepts associated with Drawing Production.">
6
+ <ECSchema schemaName="DrawingProductionExperimental" alias="dpex" version="01.00.01" 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"/>
10
10
 
11
11
  <ECCustomAttributes>
12
12
  <ProductionStatus xmlns="CoreCustomAttributes.01.00.03">
13
- <SupportedUse>FieldTesting</SupportedUse>
13
+ <SupportedUse>NotForProduction</SupportedUse>
14
14
  </ProductionStatus>
15
15
  <SchemaLayerInfo xmlns="BisCustomAttributes.01.00.00">
16
16
  <Value>Application</Value>
@@ -20,4 +20,19 @@
20
20
  <ECEntityClass typeName="ViewAttachmentPlaceHolder" displayLabel="View Attachment Placeholder" modifier="None" description="An area on a sheet where a view is to be placed.">
21
21
  <BaseClass>bis:GraphicalElement2d</BaseClass>
22
22
  </ECEntityClass>
23
- </ECSchema>
23
+ <ECEntityClass typeName="ViewAttachmentWithPlaceHolder" displayLabel="View Attachment (with placeholder)" modifier="None" description="A ViewAttachment that fills a ViewAttachmentPlaceHolder region on a sheet.">
24
+ <BaseClass>bis:ViewAttachment</BaseClass>
25
+ <ECNavigationProperty propertyName="placeHolder" relationshipName="ViewAttachmentFulfillsPlaceHolder" direction="Forward" displayLabel="PlaceHolder" description="The placeholder this ViewAttachment fills."/>
26
+ </ECEntityClass>
27
+
28
+ <ECRelationshipClass typeName="ViewAttachmentFulfillsPlaceHolder" strength="referencing" modifier="Sealed"
29
+ description="Relates a ViewAttachmentWithPlaceHolder to the ViewAttachmentPlaceHolder it fills.">
30
+ <Source multiplicity="(0..*)" roleLabel="fills" polymorphic="true">
31
+ <Class class="ViewAttachmentWithPlaceHolder"/>
32
+ </Source>
33
+ <Target multiplicity="(0..1)" roleLabel="is filled by" polymorphic="true">
34
+ <Class class="ViewAttachmentPlaceHolder"/>
35
+ </Target>
36
+ </ECRelationshipClass>
37
+
38
+ </ECSchema>
package/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # MIT License
2
2
 
3
- Copyright © 2017-2025 Bentley Systems, Incorporated. All rights reserved.
3
+ Copyright © 2017-2026 Bentley Systems, Incorporated. All rights reserved.
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6
6
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bentley/drawing-production-experimental-schema",
3
3
  "license": "MIT",
4
- "version": "1.0.0",
4
+ "version": "1.0.1-dev.1",
5
5
  "homepage": "https://www.itwinjs.org/",
6
6
  "keywords": [
7
7
  "Bentley",
@@ -12,5 +12,9 @@
12
12
  "author": {
13
13
  "name": "Bentley Systems, Inc.",
14
14
  "url": "http://www.bentley.com"
15
+ },
16
+ "exports" : {
17
+ "./DrawingProductionExperimental.ecschema.xml": "./DrawingProductionExperimental.ecschema.xml",
18
+ "./DrawingProductionExperimental.ecschema.json": "./DrawingProductionExperimental.ecschema.json"
15
19
  }
16
20
  }