3.1.4.2.2.1 CreateDashboard

The CreateDashboard element specifies the input data for the CreateDashboard WSDL operation.

 <xs:element name="CreateDashboard" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexType>
     <xs:sequence>
       <xs:element minOccurs="0" maxOccurs="1" name="listUrl" type="xs:string"/>
       <xs:element minOccurs="0" maxOccurs="1" name="dashboard" type="tns:Dashboard"/>
     </xs:sequence>
   </xs:complexType>
 </xs:element>

listUrl: The location on the server (2) where the dashboard is created. This element MUST be present. It MUST be a valid URL as specified in [RFC1738] and MUST be a valid subsite on the server (2).

dashboard: The Dashboard complex type (section 2.2.4.79) to be created on the server (2). This element MUST be present.