<xs:complexType name="StringValuesType">
<xs:annotation>
<xs:documentation>The StringValuesType defines a list of string values.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="StringValue" type="xs:string" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Each StringValue element is a string.</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 strings in this list.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |