<xs:complexType name="FeatureItemsType">
<xs:annotation>
<xs:documentation>The FeatureItemsType defines a list of feature items.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element ref="FeatureItem" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Each FeatureItem element gives information about a feature item.</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 feature items in the list.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |