2.2.4.54 ArrayOfString

Namespace: http://www.microsoft.com/performancepoint/scorecards

The ArrayOfString complex type specifies an array of string.

 <xs:complexType name="ArrayOfString" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="xs:string"/>
   </xs:sequence>
 </xs:complexType>

string: This element MUST NOT be null and MUST be an xs:string ([XMLSCHEMA2] section 3.2.1).