<xsd:element name="Image">
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="ImageContent">
<xsd:attribute name="backgroundImage" type="xsd:boolean" default="false" />
<!-- Width and Height are also expressed in points. -->
<xsd:attribute name="width" type="PositiveDecimal" />
<xsd:attribute name="height" type="PositiveDecimal" />
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
|