Skip to content

Commit 876e49c

Browse files
committed
add type value to table
1 parent 6b78b7a commit 876e49c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Examples/05 - VerySimpleFixedPVC2_with_electrical_layout_v3.pvc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,9 +535,11 @@
535535
</extra>
536536
</instance_geometry>
537537
<extra>
538+
<!-- data about the table -->
538539
<technique profile="PVCollada-2.0">
539540
<!-- table tag -->
540-
<pv:table>
541+
<pv:table id="TableModel1">
542+
<pv:type>fixed</pv:type>
541543
</pv:table>
542544
</technique>
543545
</extra>

schema/pvcollada_schema_0.1.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ xmlns:collada="http://www.collada.org/2008/03/COLLADASchema">
6363
</xs:simpleType>
6464
<xs:simpleType name="table_type_enum" final="restriction">
6565
<xs:restriction base="xs:string">
66-
<xs:enumeration value="fixed tilt" />
66+
<xs:enumeration value="fixed" />
6767
<xs:enumeration value="tracker" />
6868
</xs:restriction>
6969
</xs:simpleType>

0 commit comments

Comments
 (0)