Skip to content

Commit ec7e777

Browse files
committed
Removed mesh_id in transformer and inverter since the link between components/circuit and 3D models/instances is already done in the 3D models/instances part.
Closes #44
1 parent f9ec6fb commit ec7e777

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

schema/pvcollada_schema_2.0.xsd

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -373,11 +373,6 @@ xmlns:collada="http://www.collada.org/2008/03/COLLADASchema">
373373
</xs:restriction>
374374
</xs:simpleType>
375375
</xs:element>
376-
<xs:element name="mesh_id" type="collada:sidref_type" minOccurs="0">
377-
<xs:annotation>
378-
<xs:documentation>Mesh describing inverter object in 3D scene.</xs:documentation>
379-
</xs:annotation>
380-
</xs:element>
381376
</xs:sequence>
382377
<xs:attribute name="id" use="required" type="xs:ID" />
383378
</xs:complexType>
@@ -471,11 +466,6 @@ xmlns:collada="http://www.collada.org/2008/03/COLLADASchema">
471466
<xs:documentation>true if the transformer automatically disconnects from the grid at night.</xs:documentation>
472467
</xs:annotation>
473468
</xs:element>
474-
<xs:element name="mesh_id" type="collada:sidref_type" minOccurs="0">
475-
<xs:annotation>
476-
<xs:documentation>Mesh describing transformer object in 3D scene.</xs:documentation>
477-
</xs:annotation>
478-
</xs:element>
479469
</xs:sequence>
480470
<xs:attribute name="id" use="required" type="xs:ID" />
481471
</xs:complexType>

0 commit comments

Comments
 (0)