Skip to content

Commit 1bfede9

Browse files
committed
tracker_rotation to float2_type
1 parent e453181 commit 1bfede9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

schema/pvcollada_schema_0.1.xsd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,9 @@ xmlns:collada="http://www.collada.org/2008/03/COLLADASchema">
933933
</xs:element>
934934
<xs:element name="tracker_max_rotation" type="xs:float" minOccurs="0">
935935
<xs:annotation>
936-
<xs:documentation>Nominal maximum angle of rotation from horizontal for a single-axis tracker.</xs:documentation>
936+
<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.
937+
The tracker_azimuth of the associated racks defines the sign of the rotation angle. Rotation is a right-hand rotation around the azimuth axis.
938+
For example, a positive rotation for azimuth=180° is to the west.</xs:documentation>
937939
</xs:annotation>
938940
</xs:element>
939941
<xs:element name="tracker_torque_tube_shape" type="torque_tube_shape_enum" minOccurs="0">

0 commit comments

Comments
 (0)