@bentley/substation-information-schema 1.0.5-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.
- package/LICENSE.md +9 -0
- package/README.md +9 -0
- package/SubstationInformation.ecschema.json +1 -0
- package/SubstationInformation.ecschema.xml +36 -0
- package/package.json +20 -0
package/LICENSE.md
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# MIT License
|
|
2
|
+
|
|
3
|
+
Copyright © 2017-2026 Bentley Systems, Incorporated. All rights reserved.
|
|
4
|
+
|
|
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
|
+
|
|
7
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
8
|
+
|
|
9
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
package/README.md
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# @bentley/substation-information-schema
|
|
2
|
+
|
|
3
|
+
Copyright © Bentley Systems, Incorporated. All rights reserved. See [LICENSE.md](./LICENSE.md) for license terms and full copyright notice.
|
|
4
|
+
|
|
5
|
+
[iTwin.js](http://itwinjs.org) is an open source platform for creating, querying, modifying, and displaying Infrastructure Digital Twins.
|
|
6
|
+
|
|
7
|
+
## BIS Schemas
|
|
8
|
+
|
|
9
|
+
The acronym “BIS” stands for “Base Infrastructure Schemas”. BIS is an “open” and extensible family of schemas that is modularized into Domains. Please go to [iTwinjs.org](https://www.itwinjs.org/bis/) for more information.
|
|
@@ -0,0 +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.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"}]}}}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!-- ==================================================================================
|
|
3
|
+
| * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
4
|
+
| * See LICENSE.md in the project root for license terms and full copyright notice.
|
|
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.">
|
|
7
|
+
<ECSchemaReference name="BisCore" version="01.00.25" alias="bis"/>
|
|
8
|
+
<ECSchemaReference name="CoreCustomAttributes" version="01.00.04" alias="CoreCA" />
|
|
9
|
+
<ECSchemaReference name="BisCustomAttributes" version="01.00.00" alias="bisCA" />
|
|
10
|
+
<ECCustomAttributes>
|
|
11
|
+
<ProductionStatus xmlns="CoreCustomAttributes.01.00.04">
|
|
12
|
+
<SupportedUse>NotForProduction</SupportedUse>
|
|
13
|
+
</ProductionStatus>
|
|
14
|
+
<SchemaLayerInfo xmlns="BisCustomAttributes.01.00.00">
|
|
15
|
+
<Value>Application</Value>
|
|
16
|
+
</SchemaLayerInfo>
|
|
17
|
+
</ECCustomAttributes>
|
|
18
|
+
<!-- Enumerations -->
|
|
19
|
+
<ECEnumeration typeName="SymbolType" name="SymbolType" backingTypeName="int" isStrict="true" displayLabel="Symbol Type">
|
|
20
|
+
<ECEnumerator value="0" name="Schematic" displayLabel="Schematic"/>
|
|
21
|
+
<ECEnumerator value="1" name="Panel" displayLabel="Panel"/>
|
|
22
|
+
<ECEnumerator value="2" name="SingleLine" displayLabel="Single Line"/>
|
|
23
|
+
<ECEnumerator value="3" name="Physical3D" displayLabel="3D"/>
|
|
24
|
+
<ECEnumerator value="4" name="WireDiagram" displayLabel="Wire Diagram"/>
|
|
25
|
+
<ECEnumerator value="5" name="Hydraulic" displayLabel="Hydraulic"/>
|
|
26
|
+
<ECEnumerator value="6" name="Pneumatic" displayLabel="Pneumatic"/>
|
|
27
|
+
</ECEnumeration>
|
|
28
|
+
<!-- Information Classes -->
|
|
29
|
+
<ECEntityClass typeName="WorkspaceInformation" displayLabel="Workspace Information" description="An element that holds Workspace information." modifier="None">
|
|
30
|
+
<BaseClass>bis:InformationRecordElement</BaseClass>
|
|
31
|
+
</ECEntityClass>
|
|
32
|
+
<ECEntityClass typeName="RelativeElevation" displayLabel="Relative Elevation" description="An element that holds Relative Elevation information." modifier="None">
|
|
33
|
+
<BaseClass>bis:InformationRecordElement</BaseClass>
|
|
34
|
+
<ECProperty propertyName="ElevationPoint" typeName="Point3d" description="ElevationPoint."/>
|
|
35
|
+
</ECEntityClass>
|
|
36
|
+
</ECSchema>
|
package/package.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@bentley/substation-information-schema",
|
|
3
|
+
"license": "MIT",
|
|
4
|
+
"version": "1.0.5-dev.1",
|
|
5
|
+
"homepage": "https://www.itwinjs.org/",
|
|
6
|
+
"keywords": [
|
|
7
|
+
"Bentley",
|
|
8
|
+
"BIS",
|
|
9
|
+
"iModel"
|
|
10
|
+
],
|
|
11
|
+
"description": "SubstationInformation BIS Domains",
|
|
12
|
+
"author": {
|
|
13
|
+
"name": "Bentley Systems, Inc.",
|
|
14
|
+
"url": "http://www.bentley.com"
|
|
15
|
+
},
|
|
16
|
+
"exports" : {
|
|
17
|
+
"./SubstationInformation.ecschema.xml": "./SubstationInformation.ecschema.xml",
|
|
18
|
+
"./SubstationInformation.ecschema.json": "./SubstationInformation.ecschema.json"
|
|
19
|
+
}
|
|
20
|
+
}
|