@bentley/substation-information-schema 1.0.5 → 1.0.6-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":"SubstationInformation","version":"01.00.05","alias":"subinf","label":"SubstationInformation","description":"This schema contains classes used for Substation Design.","references":[{"name":"BisCore","version":"01.00.25"},{"name":"CoreCustomAttributes","version":"01.00.04"},{"name":"BisCustomAttributes","version":"01.00.00"}],"customAttributes":[{"className":"CoreCustomAttributes.ProductionStatus","SupportedUse":"FieldTesting"},{"className":"BisCustomAttributes.SchemaLayerInfo","Value":"Application"}],"items":{"SymbolType":{"schemaItemType":"Enumeration","label":"Symbol Type","type":"int","isStrict":true,"enumerators":[{"name":"Schematic","value":0,"label":"Schematic"},{"name":"Panel","value":1,"label":"Panel"},{"name":"SingleLine","value":2,"label":"Single Line"},{"name":"Physical3D","value":3,"label":"3D"},{"name":"WireDiagram","value":4,"label":"Wire Diagram"},{"name":"Hydraulic","value":5,"label":"Hydraulic"},{"name":"Pneumatic","value":6,"label":"Pneumatic"}]},"WorkspaceInformation":{"schemaItemType":"EntityClass","label":"Workspace Information","description":"An element that holds Workspace information.","baseClass":"BisCore.InformationRecordElement"},"RelativeElevation":{"schemaItemType":"EntityClass","label":"Relative Elevation","description":"An element that holds Relative Elevation information.","baseClass":"BisCore.InformationRecordElement","properties":[{"name":"ElevationPoint","type":"PrimitiveProperty","description":"ElevationPoint.","typeName":"point3d"}]}}}
1
+ {"$schema":"https://dev.bentley.com/json_schemas/ec/32/ecschema","name":"SubstationInformation","version":"01.00.06","alias":"subinf","label":"SubstationInformation","description":"This schema contains classes used for Substation Design.","references":[{"name":"BisCore","version":"01.00.26"},{"name":"CoreCustomAttributes","version":"01.00.05"},{"name":"BisCustomAttributes","version":"01.00.00"}],"customAttributes":[{"className":"CoreCustomAttributes.ProductionStatus","SupportedUse":"NotForProduction"},{"className":"BisCustomAttributes.SchemaLayerInfo","Value":"Application"}],"items":{"SymbolType":{"schemaItemType":"Enumeration","label":"Symbol Type","type":"int","isStrict":true,"enumerators":[{"name":"Schematic","value":0,"label":"Schematic"},{"name":"Panel","value":1,"label":"Panel"},{"name":"SingleLine","value":2,"label":"Single Line"},{"name":"Physical3D","value":3,"label":"3D"},{"name":"WireDiagram","value":4,"label":"Wire Diagram"},{"name":"Hydraulic","value":5,"label":"Hydraulic"},{"name":"Pneumatic","value":6,"label":"Pneumatic"}]},"WorkspaceInformation":{"schemaItemType":"EntityClass","label":"Workspace Information","description":"An element that holds Workspace information.","baseClass":"BisCore.InformationRecordElement"},"RelativeElevation":{"schemaItemType":"EntityClass","label":"Relative Elevation","description":"An element that holds Relative Elevation information.","baseClass":"BisCore.InformationRecordElement","properties":[{"name":"ElevationPoint","type":"PrimitiveProperty","description":"ElevationPoint.","typeName":"point3d"}]}}}
@@ -3,13 +3,13 @@
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 xmlns="http://www.bentley.com/schemas/Bentley.ECXML.3.2" schemaName="SubstationInformation" version="01.00.05" alias="subinf" displayLabel="SubstationInformation" description="This schema contains classes used for Substation Design.">
6
+ <ECSchema xmlns="http://www.bentley.com/schemas/Bentley.ECXML.3.2" schemaName="SubstationInformation" version="01.00.06" alias="subinf" displayLabel="SubstationInformation" description="This schema contains classes used for Substation Design.">
7
7
  <ECSchemaReference name="BisCore" version="01.00.25" alias="bis"/>
8
8
  <ECSchemaReference name="CoreCustomAttributes" version="01.00.04" alias="CoreCA" />
9
9
  <ECSchemaReference name="BisCustomAttributes" version="01.00.00" alias="bisCA" />
10
10
  <ECCustomAttributes>
11
11
  <ProductionStatus xmlns="CoreCustomAttributes.01.00.04">
12
- <SupportedUse>FieldTesting</SupportedUse>
12
+ <SupportedUse>NotForProduction</SupportedUse>
13
13
  </ProductionStatus>
14
14
  <SchemaLayerInfo xmlns="BisCustomAttributes.01.00.00">
15
15
  <Value>Application</Value>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bentley/substation-information-schema",
3
3
  "license": "MIT",
4
- "version": "1.0.5",
4
+ "version": "1.0.6-dev.1",
5
5
  "homepage": "https://www.itwinjs.org/",
6
6
  "keywords": [
7
7
  "Bentley",