<xs:complexType name="ZoneSectionSetType">
<xs:annotation>
<xs:documentation>The ZoneSectionSetType defines a collection of zone sections.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element ref="ZoneSection" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Each ZoneSection element defines a zone section.</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 zone sections in this set.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |