2.3.19 CT_ErrorList

Target namespace: http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Powerpoint.Interface.Shared

Referenced by: CT_Slide

A complex type that specifies a list of CT_Error elements.

Child Elements:

err: A CT_Error element.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="CT_ErrorList">
   <xsd:sequence>
     <xsd:element name="err" type="CT_Error" minOccurs="0" maxOccurs="unbounded"/>
   </xsd:sequence>
 </xsd:complexType>