2.2.4.44 SlideID

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

A complex type that SHOULD <34>identify a presentation slide.

 <xs:complexType name="SlideID" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" name="Cid" type="xs:unsignedInt"/>
     <xs:element minOccurs="0" name="Sid" type="xs:unsignedInt"/>
   </xs:sequence>
 </xs:complexType>

Cid:  An unsignedInt ([XMLSCHEMA2] section 3.3.22) that specifies the creation identifier of a presentation slide.

Sid:  An unsignedInt ([XMLSCHEMA2] section 3.3.22) that specifies the identifier of a presentation slide.