2.2.4.2 ArrayOfArrayOfString

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

The ArrayOfArrayOfSting complex type is an array of ArrayOfString elements (specified in [MS-PPSAS] section 2.2.4.54).

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

ArrayOfString: This element MUST conform to the schema of the ArrayOfString complex type.