@@ -761,23 +761,17 @@ xmlns:collada="http://www.collada.org/2008/03/COLLADASchema">
761761 <xs : documentation >Number of triangular faces in the terrain surface.</xs : documentation >
762762 </xs : annotation >
763763 </xs : element >
764- <xs : element name =" bounding_box_min" type =" collada:float3_type" >
764+ <xs : element name =" bounding_box_min" type =" collada:float3_type" minOccurs = " 0 " >
765765 <xs : annotation >
766766 <xs : documentation >Corner of bounding box. Opposite corner in bounding_box_max.</xs : documentation >
767767 </xs : annotation >
768768 </xs : element >
769- <xs : element name =" bounding_box_max" type =" collada:float3_type" >
769+ <xs : element name =" bounding_box_max" type =" collada:float3_type" minOccurs = " 0 " >
770770 <xs : annotation >
771771 <xs : documentation >Corner of bounding box. Opposite corner in bounding_box_min.</xs : documentation >
772772 </xs : annotation >
773773 </xs : element >
774774 </xs : sequence >
775- <xs : attribute name =" sid" type =" collada:sid_type" use =" required" >
776- <xs : annotation >
777- <xs : documentation >The sid attribute is a text string value containing the sub-identifier of this element. This value must
778- be unique within the scope of the parent element.</xs : documentation >
779- </xs : annotation >
780- </xs : attribute >
781775 </xs : complexType >
782776 </xs : element >
783777 <xs : element name =" components" >
@@ -974,27 +968,27 @@ xmlns:collada="http://www.collada.org/2008/03/COLLADASchema">
974968 <xs : documentation >The type of post (rack, tracker, fence).</xs : documentation >
975969 </xs : annotation >
976970 </xs : element >
977- <xs : element name =" depth" type =" collada:float_type" >
971+ <xs : element name =" depth" type =" collada:float_type" minOccurs = " 0 " >
978972 <xs : annotation >
979973 <xs : documentation >The nominal underground depth of the post.</xs : documentation >
980974 </xs : annotation >
981975 </xs : element >
982- <xs : element name =" length" type =" collada:float_type" >
976+ <xs : element name =" length" type =" collada:float_type" minOccurs = " 0 " >
983977 <xs : annotation >
984978 <xs : documentation >The total length of the post including the portion underground.</xs : documentation >
985979 </xs : annotation >
986980 </xs : element >
987- <xs : element name =" diameter" type =" collada:float_type" >
981+ <xs : element name =" diameter" type =" collada:float_type" minOccurs = " 0 " >
988982 <xs : annotation >
989983 <xs : documentation >The diameter of the post cross-section.</xs : documentation >
990984 </xs : annotation >
991985 </xs : element >
992- <xs : element name =" inclination" type =" post_inclin_enum" >
986+ <xs : element name =" inclination" type =" post_inclin_enum" minOccurs = " 0 " >
993987 <xs : annotation >
994988 <xs : documentation >The nominal inclination of the post (vertical, perpendicular).</xs : documentation >
995989 </xs : annotation >
996990 </xs : element >
997- <xs : element name =" shape" type =" post_shape_enum" >
991+ <xs : element name =" shape" type =" post_shape_enum" minOccurs = " 0 " >
998992 <xs : annotation >
999993 <xs : documentation >The shape of the post cross-section (rectangle, circle, h-shape).</xs : documentation >
1000994 </xs : annotation >
@@ -1020,7 +1014,7 @@ xmlns:collada="http://www.collada.org/2008/03/COLLADASchema">
10201014 <xs : documentation >True of a gap is rigid, false if the gap allows the tracker torque tube to flex.</xs : documentation >
10211015 </xs : annotation >
10221016 </xs : element >
1023- <xs : element name =" width" type =" collada:float_type" >
1017+ <xs : element name =" width" type =" collada:float_type" minOccurs = " 0 " >
10241018 <xs : annotation >
10251019 <xs : documentation >The nominal width of the gap, i.e., the distance between the two racks.</xs : documentation >
10261020 </xs : annotation >
0 commit comments