<xsd:complexType name="imagedataElt">
<xsd:sequence>
<xsd:any processContents="lax" namespace="##other" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
<xsd:attribute name="id" type="xsd:string" use="optional" />
<xsd:attribute name="src" type="xsd:string" use="optional" />
<xsd:attribute name="cropleft" type="xsd:decimal" use="optional" />
<xsd:attribute name="croptop" type="xsd:decimal" use="optional" />
<xsd:attribute name="cropright" type="xsd:decimal" use="optional" />
<xsd:attribute name="cropbottom" type="xsd:decimal" use="optional" />
<xsd:attribute name="gain" type="xsd:decimal" use="optional" />
<xsd:attribute name="blacklevel" type="xsd:decimal" use="optional" />
<xsd:attribute name="gamma" type="xsd:decimal" use="optional" />
<xsd:attribute name="chromakey" type="xsd:string" use="optional" />
<xsd:attribute name="grayscale" type="tfType" use="optional" />
<xsd:attribute name="bilevel" type="tfType" use="optional" />
<xsd:attribute name="embosscolor" type="xsd:string" use="optional" />
<xsd:attribute ref="o:href" use="optional" />
<xsd:attribute ref="o:althref" use="optional" />
<xsd:attribute ref="o:title" use="optional" />
<xsd:attribute ref="o:oleid" use="optional" />
<xsd:attribute ref="o:detectmouseclick" use="optional" />
<xsd:attribute ref="o:movie" use="optional" />
<xsd:anyAttribute namespace="##other" processContents="lax" />
</xsd:complexType>
|