@bentley/substation-drawing-schema 1.0.5-dev.1 → 1.0.5
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":"SubstationDrawing","version":"01.00.05","alias":"subdwg","label":"Substation","description":"This schema contains classes used for Substation Design.","references":[{"name":"BisCore","version":"01.00.
|
|
1
|
+
{"$schema":"https://dev.bentley.com/json_schemas/ec/32/ecschema","name":"SubstationDrawing","version":"01.00.05","alias":"subdwg","label":"Substation","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":{"ElectricalGraphicalType2d":{"schemaItemType":"EntityClass","label":"Electrical Graphical Type","description":"Represents the Graphical Type for Electrical Symbols.","baseClass":"BisCore.GraphicalType2d"},"ElectricalSingleSymbolDefinition":{"schemaItemType":"EntityClass","label":"2D Single Symbol","description":"Represents the Graphical and Connection data associated with one 2D Electrical Symbol Definition. A ElectricalSingleSymbolDefinition is represented by a ElectricalSymbolGraphic2d and owns one or more ConnectionPointAspect2d Aspects.","modifier":"Sealed","baseClass":"BisCore.DefinitionElement","properties":[{"name":"DrawingType","type":"NavigationProperty","description":"Reference to the Drawing Type. The Elements in the Type's Recipe's template Model are placed when the users selects to place the Symbol in a Drawing Model","relationshipName":"SubstationDrawing.DrawingTypeReference","direction":"Forward"}]},"DrawingTypeReference":{"schemaItemType":"RelationshipClass","modifier":"None","strength":"Referencing","strengthDirection":"Backward","source":{"multiplicity":"(0..*)","roleLabel":"refers to","polymorphic":true,"constraintClasses":["SubstationDrawing.ElectricalSingleSymbolDefinition"]},"target":{"multiplicity":"(1..1)","roleLabel":"is referred by","polymorphic":true,"constraintClasses":["SubstationDrawing.ElectricalGraphicalType2d"]}},"ElectricalSymbolRecipe":{"schemaItemType":"EntityClass","label":"Symbol Recipe","description":"Represents the Graphics, Anchor points and Property Label data associated with an Equipment's Physical (3D) Definition.","modifier":"Sealed","baseClass":"BisCore.TemplateRecipe2d"},"ElectricalSymbolGraphic2d":{"schemaItemType":"EntityClass","label":"2D Symbol Graphic","description":"Stores the Graphical data associated with one 2D Electrical Symbol. Its (0,0) the insertion point of the Symbol. A ElectricalSymbolGraphic2d Element is used two ways: (1) As the 'graphical aspect' of a 2D Symbol's definition. In this case the ElectricalSymbolGraphic2d is associated with its ElectricalSingleSymbolDefinition thru' is SingleSymbolRecipe. (2) As an instance of 2D Symbol when placed in a Substation Project's Drawing Model. In this case the SymbolGraphics2d is associated with its EquipmentFunctional by the func:DrawingGraphicRepresentsFunctionalElement relationship.","baseClass":"BisCore.DrawingGraphic","properties":[{"name":"ScaleX","type":"PrimitiveProperty","description":"The X-Scale of the Symbol when placed in a Drawing Model","typeName":"double"},{"name":"ScaleY","type":"PrimitiveProperty","description":"The Y-Scale of the Symbol when placed in a Drawing Model","typeName":"double"}]},"ElectricalLineSegment":{"schemaItemType":"EntityClass","label":"Electrical Line Segment","description":"An ElectricalLineSegment Element is a 2D element that connects to either a Symbol or another Segment. One or more connected ElectricalLineSegments may represent a (Functional) ElectricalWire.","baseClass":"BisCore.DrawingGraphic"}}}
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
<ECSchemaReference name="BisCustomAttributes" version="01.00.00" alias="bisCA" />
|
|
10
10
|
<ECCustomAttributes>
|
|
11
11
|
<ProductionStatus xmlns="CoreCustomAttributes.01.00.04">
|
|
12
|
-
<SupportedUse>
|
|
12
|
+
<SupportedUse>FieldTesting</SupportedUse>
|
|
13
13
|
</ProductionStatus>
|
|
14
14
|
<SchemaLayerInfo xmlns="BisCustomAttributes.01.00.00">
|
|
15
15
|
<Value>Application</Value>
|