CT_Shadow

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
color ST_ColorType optional
color2 ST_ColorType optional
id xsd:string optional
matrix xsd:string optional
obscured ST_TrueFalse optional
offset xsd:string optional
offset2 xsd:string optional
on ST_TrueFalse optional
opacity xsd:string optional
origin xsd:string optional
type ST_ShadowType optional

Used By

Element shadow

Source

<xsd:complexType name="CT_Shadow">
  <xsd:attributeGroup ref="AG_Id"/>
  <xsd:attribute name="on" type="s:ST_TrueFalse" use="optional"/>
  <xsd:attribute name="type" type="ST_ShadowType" use="optional"/>
  <xsd:attribute name="obscured" 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="offset" type="xsd:string" use="optional"/>
  <xsd:attribute name="color2" type="s:ST_ColorType" use="optional"/>
  <xsd:attribute name="offset2" type="xsd:string" use="optional"/>
  <xsd:attribute name="origin" type="xsd:string" use="optional"/>
  <xsd:attribute name="matrix" type="xsd:string" use="optional"/>
</xsd:complexType>