<xs:complexType name="SectionLoopsType">
<xs:annotation>
<xs:documentation>The SectionLoopsType is an array of closed section loops.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Loop" type="SectionPathType" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Each Loop element is a closed section loop.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="n" type="NaturalType" use="required">
<xs:annotation>
<xs:documentation>The required n attribute is the number of Loop elements in this set.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |