@bentley/substation-parts-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/SubstationParts.ecschema.json +1 -0
- package/SubstationParts.ecschema.xml +31 -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-parts-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":"SubstationParts","version":"01.00.05","alias":"subprt","label":"SubstationParts","description":"This schema contains classes used for Substation Design.","references":[{"name":"PowerSystemResourcesPhysical","version":"01.00.01"},{"name":"SubstationPhysical","version":"01.00.05"},{"name":"CoreCustomAttributes","version":"01.00.05"},{"name":"BisCustomAttributes","version":"01.00.00"}],"customAttributes":[{"className":"CoreCustomAttributes.ProductionStatus","SupportedUse":"NotForProduction"},{"className":"BisCustomAttributes.SchemaLayerInfo","Value":"Application"}],"items":{"EquipmentPartsPhysicalType":{"schemaItemType":"EntityClass","label":"Equipment Parts Physical Type","description":"Represents the Physical Type that stores the name of the physical class to be instanced when an electrical equipment is placed. Further the physical type has a reference to the recipe of the graphical elements that need to instanced. These graphical elements represent the physical geometry of the equipment. Can also a shared set of properties whose values vary per-type of an ElectricalPhysicalType.","baseClass":"PowerSystemResourcesPhysical.EquipmentPhysicalType"},"StructurePartsPhysicalType":{"schemaItemType":"EntityClass","label":"Structure Parts Physical Type","description":"Represents the Physical Type that stores the name of the physical class to be instanced when an electrical equipment is placed. Further the physical type has a reference to the recipe of the graphical elements that need to instanced. These graphical elements represent the physical geometry of the equipment. Can also a shared set of properties whose values vary per-type of an ElectricalPhysicalType.","baseClass":"PowerSystemResourcesPhysical.StructurePhysicalType"},"FoundationPartsPhysicalType":{"schemaItemType":"EntityClass","label":"Foundation Parts Physical Type","description":"Represents the Physical Type that stores the name of the physical class to be instanced when an electrical equipment is placed. Further the physical type has a reference to the recipe of the graphical elements that need to instanced. These graphical elements represent the physical geometry of the equipment. Can also a shared set of properties whose values vary per-type of an ElectricalPhysicalType.","baseClass":"PowerSystemResourcesPhysical.FoundationPhysicalType"},"SubstationPartsPhysicalType":{"schemaItemType":"EntityClass","label":"Substation Parts Physical Type","description":"Represents the Physical Type that stores the name of the physical class to be instanced when an electrical equipment is placed. Further the physical type has a reference to the recipe of the graphical elements that need to instanced. These graphical elements represent the physical geometry of the equipment. Can also a shared set of properties whose values vary per-type of an ElectricalPhysicalType.","baseClass":"SubstationPhysical.SubstationPhysicalType"}}}
|
|
@@ -0,0 +1,31 @@
|
|
|
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="SubstationParts" version="01.00.05" alias="subprt" displayLabel="SubstationParts" description="This schema contains classes used for Substation Design.">
|
|
7
|
+
<ECSchemaReference name="PowerSystemResourcesPhysical" version="01.00.01" alias="psrp" />
|
|
8
|
+
<ECSchemaReference name="SubstationPhysical" version="01.00.05" alias="subphy" />
|
|
9
|
+
<ECSchemaReference name="CoreCustomAttributes" version="01.00.04" alias="CoreCA" />
|
|
10
|
+
<ECSchemaReference name="BisCustomAttributes" version="01.00.00" alias="bisCA" />
|
|
11
|
+
<ECCustomAttributes>
|
|
12
|
+
<ProductionStatus xmlns="CoreCustomAttributes.01.00.04">
|
|
13
|
+
<SupportedUse>NotForProduction</SupportedUse>
|
|
14
|
+
</ProductionStatus>
|
|
15
|
+
<SchemaLayerInfo xmlns="BisCustomAttributes.01.00.00">
|
|
16
|
+
<Value>Application</Value>
|
|
17
|
+
</SchemaLayerInfo>
|
|
18
|
+
</ECCustomAttributes>
|
|
19
|
+
<ECEntityClass typeName="EquipmentPartsPhysicalType" displayLabel="Equipment Parts Physical Type" description="Represents the Physical Type that stores the name of the physical class to be instanced when an electrical equipment is placed. Further the physical type has a reference to the recipe of the graphical elements that need to instanced. These graphical elements represent the physical geometry of the equipment. Can also a shared set of properties whose values vary per-type of an ElectricalPhysicalType." modifier="None">
|
|
20
|
+
<BaseClass>psrp:EquipmentPhysicalType</BaseClass>
|
|
21
|
+
</ECEntityClass>
|
|
22
|
+
<ECEntityClass typeName="StructurePartsPhysicalType" displayLabel="Structure Parts Physical Type" description="Represents the Physical Type that stores the name of the physical class to be instanced when an electrical equipment is placed. Further the physical type has a reference to the recipe of the graphical elements that need to instanced. These graphical elements represent the physical geometry of the equipment. Can also a shared set of properties whose values vary per-type of an ElectricalPhysicalType." modifier="None">
|
|
23
|
+
<BaseClass>psrp:StructurePhysicalType</BaseClass>
|
|
24
|
+
</ECEntityClass>
|
|
25
|
+
<ECEntityClass typeName="FoundationPartsPhysicalType" displayLabel="Foundation Parts Physical Type" description="Represents the Physical Type that stores the name of the physical class to be instanced when an electrical equipment is placed. Further the physical type has a reference to the recipe of the graphical elements that need to instanced. These graphical elements represent the physical geometry of the equipment. Can also a shared set of properties whose values vary per-type of an ElectricalPhysicalType." modifier="None">
|
|
26
|
+
<BaseClass>psrp:FoundationPhysicalType</BaseClass>
|
|
27
|
+
</ECEntityClass>
|
|
28
|
+
<ECEntityClass typeName="SubstationPartsPhysicalType" displayLabel="Substation Parts Physical Type" description="Represents the Physical Type that stores the name of the physical class to be instanced when an electrical equipment is placed. Further the physical type has a reference to the recipe of the graphical elements that need to instanced. These graphical elements represent the physical geometry of the equipment. Can also a shared set of properties whose values vary per-type of an ElectricalPhysicalType." modifier="None">
|
|
29
|
+
<BaseClass>subphy:SubstationPhysicalType</BaseClass>
|
|
30
|
+
</ECEntityClass>
|
|
31
|
+
</ECSchema>
|
package/package.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@bentley/substation-parts-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": "SubstationParts BIS Domains",
|
|
12
|
+
"author": {
|
|
13
|
+
"name": "Bentley Systems, Inc.",
|
|
14
|
+
"url": "http://www.bentley.com"
|
|
15
|
+
},
|
|
16
|
+
"exports" : {
|
|
17
|
+
"./SubstationParts.ecschema.xml": "./SubstationParts.ecschema.xml",
|
|
18
|
+
"./SubstationParts.ecschema.json": "./SubstationParts.ecschema.json"
|
|
19
|
+
}
|
|
20
|
+
}
|