2.2.4.2 ArrayOfAddonDataSource

Namespace: http://schemas.datacontract.org/2004/07/Microsoft.Office.Visio.Server.GraphicsServer

The ArrayOfAddonDataSource complex type contains an array of AddonDataSource elements (section 2.2.4.1).

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

AddonDataSource: Specifies an AddonDataSource element. This element MUST NOT be null.