2.2.4.45 SlideIdList

Namespace: http://schemas.datacontract.org/2004/07/p

The SlideIdList complex type specifies a list of identifiers for presentation slides.

 <xs:complexType name="SlideIdList" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element xmlns:q3="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="SlideIds" nillable="true" type="q3:ArrayOfunsignedInt"/>
   </xs:sequence>
 </xs:complexType>

SlideIds: An ArrayOfunsignedInt complex element (section 2.2.4.13) that specifies the list of identifiers.