Skip to content

Commit cd88a9d

Browse files
committed
Fix for <post>
Made depth, length, diameter, inclination and shape optional
1 parent 6d9fdaf commit cd88a9d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

schema/pvcollada_schema_0.1.xsd

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -968,27 +968,27 @@ xmlns:collada="http://www.collada.org/2008/03/COLLADASchema">
968968
<xs:documentation>The type of post (rack, tracker, fence).</xs:documentation>
969969
</xs:annotation>
970970
</xs:element>
971-
<xs:element name="depth" type="collada:float_type">
971+
<xs:element name="depth" type="collada:float_type" minOccurs="0">
972972
<xs:annotation>
973973
<xs:documentation>The nominal underground depth of the post.</xs:documentation>
974974
</xs:annotation>
975975
</xs:element>
976-
<xs:element name="length" type="collada:float_type">
976+
<xs:element name="length" type="collada:float_type" minOccurs="0">
977977
<xs:annotation>
978978
<xs:documentation>The total length of the post including the portion underground.</xs:documentation>
979979
</xs:annotation>
980980
</xs:element>
981-
<xs:element name="diameter" type="collada:float_type">
981+
<xs:element name="diameter" type="collada:float_type" minOccurs="0">
982982
<xs:annotation>
983983
<xs:documentation>The diameter of the post cross-section.</xs:documentation>
984984
</xs:annotation>
985985
</xs:element>
986-
<xs:element name="inclination" type="post_inclin_enum">
986+
<xs:element name="inclination" type="post_inclin_enum" minOccurs="0">
987987
<xs:annotation>
988988
<xs:documentation>The nominal inclination of the post (vertical, perpendicular).</xs:documentation>
989989
</xs:annotation>
990990
</xs:element>
991-
<xs:element name="shape" type="post_shape_enum">
991+
<xs:element name="shape" type="post_shape_enum" minOccurs="0">
992992
<xs:annotation>
993993
<xs:documentation>The shape of the post cross-section (rectangle, circle, h-shape).</xs:documentation>
994994
</xs:annotation>

0 commit comments

Comments
 (0)