<xs:complexType name="SectionPathsType">
<xs:annotation>
<xs:documentation>The SectionPathsType is an array of section paths.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Path" type="SectionPathType" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Each Path element is a section path.</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 Path elements in this set.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |