Skip to content

Commit e00bc73

Browse files
committed
Fix for #61
Changed type of `tracker_max_rotation` from `xs:float` to `collada:float2_type`
1 parent 2548012 commit e00bc73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

schema/pvcollada_schema_2.0.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -972,7 +972,7 @@ xmlns:collada="http://www.collada.org/2008/03/COLLADASchema">
972972
<xs:documentation>Tracker type (single_axis, dual_axis).</xs:documentation>
973973
</xs:annotation>
974974
</xs:element>
975-
<xs:element name="tracker_max_rotation" type="xs:float" minOccurs="0">
975+
<xs:element name="tracker_max_rotation" type="collada:float2_type" minOccurs="0">
976976
<xs:annotation>
977977
<xs:documentation>Nominal maximum angle of rotation from horizontal for a single-axis tracker. A pair of values must be provided, e.g., (-45, 45) with the first value being negative.
978978
The tracker_azimuth of the associated racks defines the sign of the rotation angle. Rotation is a right-hand rotation around the azimuth axis.

0 commit comments

Comments
 (0)