File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments