CT_PresetShadowEffect

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
dir ST_PositiveFixedAngle 0 optional
dist ST_PositiveCoordinate 0 optional
prst ST_PresetShadowVal required

Used By

Source

<xsd:complexType name="CT_PresetShadowEffect">
  <xsd:sequence>
    <xsd:group ref="EG_ColorChoice" minOccurs="1" maxOccurs="1"/>
  </xsd:sequence>
  <xsd:attribute name="prst" type="ST_PresetShadowVal" use="required"/>
  <xsd:attribute name="dist" type="ST_PositiveCoordinate" use="optional" default="0"/>
  <xsd:attribute name="dir" type="ST_PositiveFixedAngle" use="optional" default="0"/>
</xsd:complexType>