<xs:element name="ConvertToImages" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="views" nillable="true" type="q3:ArrayOfviewType" xmlns:q3="http://schemas.datacontract.org/2004/07/devDept.Eyeshot" />
<xs:element minOccurs="0" name="width" type="xs:int" />
<xs:element minOccurs="0" name="height" type="xs:int" />
<xs:element minOccurs="0" name="topColor" type="q4:Color" xmlns:q4="http://schemas.datacontract.org/2004/07/System.Drawing" />
<xs:element minOccurs="0" name="bottomColor" type="q5:Color" xmlns:q5="http://schemas.datacontract.org/2004/07/System.Drawing" />
<xs:element minOccurs="0" name="showCsi" type="xs:boolean" />
<xs:element minOccurs="0" name="showOs" type="xs:boolean" />
</xs:sequence>
</xs:complexType>
</xs:element>
|