CT_Fill

Complex Type Information

Model

Children: fill

Attributes

QName Type Fixed Default Use Inheritable Annotation
alignshape ST_TrueFalse optional
althref xsd:string optional
angle xsd:decimal optional
aspect ST_ImageAspect optional
color ST_ColorType optional
color2 ST_ColorType optional
colors xsd:string optional
detectmouseclick ST_TrueFalse optional
focus xsd:string optional
focusposition xsd:string optional
focussize xsd:string optional
href xsd:string optional
id xsd:string optional
id optional
method ST_FillMethod optional
on ST_TrueFalse optional
opacity xsd:string optional
opacity2 xsd:string optional
origin xsd:string optional
position xsd:string optional
recolor ST_TrueFalse optional
relid ST_RelationshipId optional
rotate ST_TrueFalse optional
size xsd:string optional
src xsd:string optional
title xsd:string optional
type ST_FillType optional

Used By

Element fill

Source

<xsd:complexType name="CT_Fill">
  <xsd:sequence>
    <xsd:element ref="o:fill" minOccurs="0"/>
  </xsd:sequence>
  <xsd:attributeGroup ref="AG_Id"/>
  <xsd:attribute name="type" type="ST_FillType" use="optional"/>
  <xsd:attribute name="on" type="s:ST_TrueFalse" use="optional"/>
  <xsd:attribute name="color" type="s:ST_ColorType" use="optional"/>
  <xsd:attribute name="opacity" type="xsd:string" use="optional"/>
  <xsd:attribute name="color2" type="s:ST_ColorType" use="optional"/>
  <xsd:attribute name="src" type="xsd:string" use="optional"/>
  <xsd:attribute ref="o:href"/>
  <xsd:attribute ref="o:althref"/>
  <xsd:attribute name="size" type="xsd:string" use="optional"/>
  <xsd:attribute name="origin" type="xsd:string" use="optional"/>
  <xsd:attribute name="position" type="xsd:string" use="optional"/>
  <xsd:attribute name="aspect" type="ST_ImageAspect" use="optional"/>
  <xsd:attribute name="colors" type="xsd:string" use="optional"/>
  <xsd:attribute name="angle" type="xsd:decimal" use="optional"/>
  <xsd:attribute name="alignshape" type="s:ST_TrueFalse" use="optional"/>
  <xsd:attribute name="focus" type="xsd:string" use="optional"/>
  <xsd:attribute name="focussize" type="xsd:string" use="optional"/>
  <xsd:attribute name="focusposition" type="xsd:string" use="optional"/>
  <xsd:attribute name="method" type="ST_FillMethod" use="optional"/>
  <xsd:attribute ref="o:detectmouseclick"/>
  <xsd:attribute ref="o:title"/>
  <xsd:attribute ref="o:opacity2"/>
  <xsd:attribute name="recolor" type="s:ST_TrueFalse" use="optional"/>
  <xsd:attribute name="rotate" type="s:ST_TrueFalse" use="optional"/>
  <xsd:attribute ref="r:id" use="optional"/>
  <xsd:attribute ref="o:relid" use="optional"/>
</xsd:complexType>