blob: d9d97d6f6e83928f9c01cf18c894d6f552490679 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<grammar ns="http://schemas.openxmlformats.org/drawingml/2006/main" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:s="http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:aa="http://relaxng.org/ns/compatibility/annotations/1.0" xmlns:w10="urn:schemas-microsoft-com:office:word" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
<define name="a_CT_AudioFile">
<ref name="r_link"/>
<optional>
<attribute name="contentType">
<data type="string"/>
</attribute>
</optional>
<optional>
<element name="extLst">
<ref name="a_CT_OfficeArtExtensionList"/>
</element>
</optional>
</define>
<define name="a_CT_VideoFile">
<ref name="r_link"/>
<optional>
<attribute name="contentType">
<data type="string"/>
</attribute>
</optional>
<optional>
<element name="extLst">
<ref name="a_CT_OfficeArtExtensionList"/>
</element>
</optional>
</define>
<define name="a_CT_QuickTimeFile">
<ref name="r_link"/>
<optional>
<element name="extLst">
<ref name="a_CT_OfficeArtExtensionList"/>
</element>
</optional>
</define>
<define name="a_CT_AudioCDTime">
<attribute name="track">
<data type="unsignedByte"/>
</attribute>
<optional>
<attribute name="time">
<aa:documentation>default value: 0</aa:documentation>
<data type="unsignedInt"/>
</attribute>
</optional>
</define>
<define name="a_CT_AudioCD">
<element name="st">
<ref name="a_CT_AudioCDTime"/>
</element>
<element name="end">
<ref name="a_CT_AudioCDTime"/>
</element>
<optional>
<element name="extLst">
<ref name="a_CT_OfficeArtExtensionList"/>
</element>
</optional>
</define>
<define name="a_EG_Media">
<choice>
<element name="audioCd">
<ref name="a_CT_AudioCD"/>
</element>
<element name="wavAudioFile">
<ref name="a_CT_EmbeddedWAVAudioFile"/>
</element>
<element name="audioFile">
<ref name="a_CT_AudioFile"/>
</element>
<element name="videoFile">
<ref name="a_CT_VideoFile"/>
</element>
<element name="quickTimeFile">
<ref name="a_CT_QuickTimeFile"/>
</element>
</choice>
</define>
<define name="a_videoFile">
<element name="videoFile">
<ref name="a_CT_VideoFile"/>
</element>
</define>
<define name="a_ST_StyleMatrixColumnIndex">
<data type="unsignedInt"/>
</define>
<define name="a_ST_FontCollectionIndex">
<choice>
<value>major</value>
<value>minor</value>
<value>none</value>
</choice>
</define>
<define name="a_ST_ColorSchemeIndex">
<choice>
<value>dk1</value>
<value>lt1</value>
<value>dk2</value>
<value>lt2</value>
<value>accent1</value>
<value>accent2</value>
<value>accent3</value>
<value>accent4</value>
<value>accent5</value>
<value>accent6</value>
<value>hlink</value>
<value>folHlink</value>
</choice>
</define>
<define name="a_CT_ColorScheme">
<attribute name="name">
<data type="string"/>
</attribute>
<element name="dk1">
<ref name="a_CT_Color"/>
</element>
<element name="lt1">
<ref name="a_CT_Color"/>
</element>
<element name="dk2">
<ref name="a_CT_Color"/>
</element>
<element name="lt2">
<ref name="a_CT_Color"/>
</element>
<element name="accent1">
<ref name="a_CT_Color"/>
</element>
<element name="accent2">
<ref name="a_CT_Color"/>
</element>
<element name="accent3">
<ref name="a_CT_Color"/>
</element>
<element name="accent4">
<ref name="a_CT_Color"/>
</element>
<element name="accent5">
<ref name="a_CT_Color"/>
</element>
<element name="accent6">
<ref name="a_CT_Color"/>
</element>
<element name="hlink">
<ref name="a_CT_Color"/>
</element>
<element name="folHlink">
<ref name="a_CT_Color"/>
</element>
<optional>
<element name="extLst">
<ref name="a_CT_OfficeArtExtensionList"/>
</element>
</optional>
</define>
<define name="a_CT_CustomColor">
<optional>
<attribute name="name">
<data type="string"/>
</attribute>
</optional>
<ref name="a_EG_ColorChoice"/>
</define>
<define name="a_CT_SupplementalFont">
<attribute name="script">
<data type="string"/>
</attribute>
<attribute name="typeface">
<ref name="a_ST_TextTypeface"/>
</attribute>
</define>
<define name="a_CT_CustomColorList">
<zeroOrMore>
<element name="custClr">
<ref name="a_CT_CustomColor"/>
</element>
</zeroOrMore>
</define>
<define name="a_CT_FontCollection">
<element name="latin">
<ref name="a_CT_TextFont"/>
</element>
<element name="ea">
<ref name="a_CT_TextFont"/>
</element>
<element name="cs">
<ref name="a_CT_TextFont"/>
</element>
<zeroOrMore>
<element name="font">
<ref name="a_CT_SupplementalFont"/>
</element>
</zeroOrMore>
<optional>
<element name="extLst">
<ref name="a_CT_OfficeArtExtensionList"/>
</element>
</optional>
</define>
<define name="a_CT_EffectStyleItem">
<ref name="a_EG_EffectProperties"/>
<optional>
<element name="scene3d">
<ref name="a_CT_Scene3D"/>
</element>
</optional>
<optional>
<element name="sp3d">
<ref name="a_CT_Shape3D"/>
</element>
</optional>
</define>
<define name="a_CT_FontScheme">
<attribute name="name">
<data type="string"/>
</attribute>
<element name="majorFont">
<ref name="a_CT_FontCollection"/>
</element>
<element name="minorFont">
<ref name="a_CT_FontCollection"/>
</element>
<optional>
<element name="extLst">
<ref name="a_CT_OfficeArtExtensionList"/>
</element>
</optional>
</define>
<define name="a_CT_FillStyleList">
<oneOrMore>
<ref name="a_EG_FillProperties"/>
</oneOrMore>
</define>
<define name="a_CT_LineStyleList">
<oneOrMore>
<element name="ln">
<ref name="a_CT_LineProperties"/>
</element>
</oneOrMore>
</define>
<define name="a_CT_EffectStyleList">
<oneOrMore>
<element name="effectStyle">
<ref name="a_CT_EffectStyleItem"/>
</element>
</oneOrMore>
</define>
<define name="a_CT_BackgroundFillStyleList">
<oneOrMore>
<ref name="a_EG_FillProperties"/>
</oneOrMore>
</define>
<define name="a_CT_StyleMatrix">
<optional>
<attribute name="name">
<data type="string"/>
</attribute>
</optional>
<element name="fillStyleLst">
<ref name="a_CT_FillStyleList"/>
</element>
<element name="lnStyleLst">
<ref name="a_CT_LineStyleList"/>
</element>
<element name="effectStyleLst">
<ref name="a_CT_EffectStyleList"/>
</element>
<element name="bgFillStyleLst">
<ref name="a_CT_BackgroundFillStyleList"/>
</element>
</define>
<define name="a_CT_BaseStyles">
<element name="clrScheme">
<ref name="a_CT_ColorScheme"/>
</element>
<element name="fontScheme">
<ref name="a_CT_FontScheme"/>
</element>
<element name="fmtScheme">
<ref name="a_CT_StyleMatrix"/>
</element>
<optional>
<element name="extLst">
<ref name="a_CT_OfficeArtExtensionList"/>
</element>
</optional>
</define>
<define name="a_CT_OfficeArtExtension">
<attribute name="uri">
<data type="token"/>
</attribute>
<zeroOrMore>
<ref name="a_CT_OfficeArtExtension_any"/>
</zeroOrMore>
</define>
<define name="a_CT_OfficeArtExtension_any">
<element>
<anyName>
<except>
<nsName ns="urn:schemas-microsoft-com:office:office"/>
<nsName ns="urn:schemas-microsoft-com:vml"/>
<nsName ns="urn:schemas-microsoft-com:office:word"/>
<nsName ns="urn:schemas-microsoft-com:office:excel"/>
</except>
</anyName>
<zeroOrMore>
<ref name="anyAttribute"/>
</zeroOrMore>
<mixed>
<zeroOrMore>
<ref name="anyElement"/>
</zeroOrMore>
</mixed>
</element>
</define>
<define name="a_ST_Coordinate">
<choice>
<ref name="a_ST_CoordinateUnqualified"/>
<ref name="s_ST_UniversalMeasure"/>
</choice>
</define>
<define name="a_ST_CoordinateUnqualified">
<data type="long">
<param name="minInclusive">-27273042329600</param>
<param name="maxInclusive">27273042316900</param>
</data>
</define>
<define name="a_ST_Coordinate32">
<choice>
<ref name="a_ST_Coordinate32Unqualified"/>
<ref name="s_ST_UniversalMeasure"/>
</choice>
</define>
<define name="a_ST_Coordinate32Unqualified">
<data type="int"/>
</define>
<define name="a_ST_PositiveCoordinate">
<data type="long">
<param name="minInclusive">0</param>
<param name="maxInclusive">27273042316900</param>
</data>
</define>
<define name="a_ST_PositiveCoordinate32">
<data type="int">
<param name="minInclusive">0</param>
</data>
</define>
<define name="a_ST_Angle">
<data type="int"/>
</define>
<define name="a_CT_Angle">
<attribute name="val">
<ref name="a_ST_Angle"/>
</attribute>
</define>
<define name="a_ST_FixedAngle">
<data type="int">
<param name="minExclusive">-5400000</param>
<param name="maxExclusive">5400000</param>
</data>
</define>
<define name="a_ST_PositiveFixedAngle">
<data type="int">
<param name="minInclusive">0</param>
<param name="maxExclusive">21600000</param>
</data>
</define>
<define name="a_CT_PositiveFixedAngle">
<attribute name="val">
<ref name="a_ST_PositiveFixedAngle"/>
</attribute>
</define>
<define name="a_ST_Percentage">
<choice>
<ref name="a_ST_PercentageDecimal"/>
<ref name="s_ST_Percentage"/>
</choice>
</define>
<define name="a_ST_PercentageDecimal">
<data type="int"/>
</define>
<define name="a_CT_Percentage">
<attribute name="val">
<ref name="a_ST_Percentage"/>
</attribute>
</define>
<define name="a_ST_PositivePercentage">
<choice>
<ref name="a_ST_PositivePercentageDecimal"/>
<ref name="s_ST_PositivePercentage"/>
</choice>
</define>
<define name="a_ST_PositivePercentageDecimal">
<data type="int">
<param name="minInclusive">0</param>
</data>
</define>
<define name="a_CT_PositivePercentage">
<attribute name="val">
<ref name="a_ST_PositivePercentage"/>
</attribute>
</define>
<define name="a_ST_FixedPercentage">
<choice>
<ref name="a_ST_FixedPercentageDecimal"/>
<ref name="s_ST_FixedPercentage"/>
</choice>
</define>
<define name="a_ST_FixedPercentageDecimal">
<data type="int">
<param name="minInclusive">-100000</param>
<param name="maxInclusive">100000</param>
</data>
</define>
<define name="a_CT_FixedPercentage">
<attribute name="val">
<ref name="a_ST_FixedPercentage"/>
</attribute>
</define>
<define name="a_ST_PositiveFixedPercentage">
<choice>
<ref name="a_ST_PositiveFixedPercentageDecimal"/>
<ref name="s_ST_PositiveFixedPercentage"/>
</choice>
</define>
<define name="a_ST_PositiveFixedPercentageDecimal">
<data type="int">
<param name="minInclusive">0</param>
<param name="maxInclusive">100000</param>
</data>
</define>
<define name="a_CT_PositiveFixedPercentage">
<attribute name="val">
<ref name="a_ST_PositiveFixedPercentage"/>
</attribute>
</define>
<define name="a_CT_Ratio">
<attribute name="n">
<data type="long"/>
</attribute>
<attribute name="d">
<data type="long"/>
</attribute>
</define>
<define name="a_CT_Point2D">
<attribute name="x">
<ref name="a_ST_Coordinate"/>
</attribute>
<attribute name="y">
<ref name="a_ST_Coordinate"/>
</attribute>
</define>
<define name="a_CT_PositiveSize2D">
<attribute name="cx">
<ref name="a_ST_PositiveCoordinate"/>
</attribute>
<attribute name="cy">
<ref name="a_ST_PositiveCoordinate"/>
</attribute>
</define>
<define name="a_CT_ComplementTransform">
<empty/>
</define>
<define name="a_CT_InverseTransform">
<empty/>
</define>
<define name="a_CT_GrayscaleTransform">
<empty/>
</define>
<define name="a_CT_GammaTransform">
<empty/>
</define>
<define name="a_CT_InverseGammaTransform">
<empty/>
</define>
<define name="a_EG_ColorTransform">
<choice>
<element name="tint">
<ref name="a_CT_PositiveFixedPercentage"/>
</element>
<element name="shade">
<ref name="a_CT_PositiveFixedPercentage"/>
</element>
<element name="comp">
<ref name="a_CT_ComplementTransform"/>
</element>
<element name="inv">
<ref name="a_CT_InverseTransform"/>
</element>
<element name="gray">
<ref name="a_CT_GrayscaleTransform"/>
</element>
<element name="alpha">
<ref name="a_CT_PositiveFixedPercentage"/>
</element>
<element name="alphaOff">
<ref name="a_CT_FixedPercentage"/>
</element>
<element name="alphaMod">
<ref name="a_CT_PositivePercentage"/>
</element>
<element name="hue">
<ref name="a_CT_PositiveFixedAngle"/>
</element>
<element name="hueOff">
<ref name="a_CT_Angle"/>
</element>
<element name="hueMod">
<ref name="a_CT_PositivePercentage"/>
</element>
<element name="sat">
<ref name="a_CT_Percentage"/>
</element>
<element name="satOff">
<ref name="a_CT_Percentage"/>
</element>
<element name="satMod">
<ref name="a_CT_Percentage"/>
</element>
<element name="lum">
<ref name="a_CT_Percentage"/>
</element>
<element name="lumOff">
<ref name="a_CT_Percentage"/>
</element>
<element name="lumMod">
<ref name="a_CT_Percentage"/>
</element>
<element name="red">
<ref name="a_CT_Percentage"/>
</element>
<element name="redOff">
<ref name="a_CT_Percentage"/>
</element>
<element name="redMod">
<ref name="a_CT_Percentage"/>
</element>
<element name="green">
<ref name="a_CT_Percentage"/>
</element>
<element name="greenOff">
<ref name="a_CT_Percentage"/>
</element>
<element name="greenMod">
<ref name="a_CT_Percentage"/>
</element>
<element name="blue">
<ref name="a_CT_Percentage"/>
</element>
<element name="blueOff">
<ref name="a_CT_Percentage"/>
</element>
<element name="blueMod">
<ref name="a_CT_Percentage"/>
</element>
<element name="gamma">
<ref name="a_CT_GammaTransform"/>
</element>
<element name="invGamma">
<ref name="a_CT_InverseGammaTransform"/>
</element>
</choice>
</define>
<define name="a_CT_ScRgbColor">
<attribute name="r">
<ref name="a_ST_Percentage"/>
</attribute>
<attribute name="g">
<ref name="a_ST_Percentage"/>
</attribute>
<attribute name="b">
<ref name="a_ST_Percentage"/>
</attribute>
<zeroOrMore>
<ref name="a_EG_ColorTransform"/>
</zeroOrMore>
</define>
<define name="a_CT_SRgbColor">
<attribute name="val">
<ref name="s_ST_HexColorRGB"/>
</attribute>
<zeroOrMore>
<ref name="a_EG_ColorTransform"/>
</zeroOrMore>
</define>
<define name="a_CT_HslColor">
<attribute name="hue">
<ref name="a_ST_PositiveFixedAngle"/>
</attribute>
<attribute name="sat">
<ref name="a_ST_Percentage"/>
</attribute>
<attribute name="lum">
<ref name="a_ST_Percentage"/>
</attribute>
<zeroOrMore>
<ref name="a_EG_ColorTransform"/>
</zeroOrMore>
</define>
<define name="a_ST_SystemColorVal">
<choice>
<value>scrollBar</value>
<value>background</value>
<value>activeCaption</value>
<value>inactiveCaption</value>
<value>menu</value>
<value>window</value>
<value>windowFrame</value>
<value>menuText</value>
<value>windowText</value>
<value>captionText</value>
<value>activeBorder</value>
<value>inactiveBorder</value>
<value>appWorkspace</value>
<value>highlight</value>
<value>highlightText</value>
<value>btnFace</value>
<value>btnShadow</value>
<value>grayText</value>
<value>btnText</value>
<value>inactiveCaptionText</value>
<value>btnHighlight</value>
<value>3dDkShadow</value>
<value>3dLight</value>
<value>infoText</value>
<value>infoBk</value>
<value>hotLight</value>
<value>gradientActiveCaption</value>
<value>gradientInactiveCaption</value>
<value>menuHighlight</value>
<value>menuBar</value>
</choice>
</define>
<define name="a_CT_SystemColor">
<attribute name="val">
<ref name="a_ST_SystemColorVal"/>
</attribute>
<optional>
<attribute name="lastClr">
<ref name="s_ST_HexColorRGB"/>
</attribute>
</optional>
<zeroOrMore>
<ref name="a_EG_ColorTransform"/>
</zeroOrMore>
</define>
<define name="a_ST_SchemeColorVal">
<choice>
<value>bg1</value>
<value>tx1</value>
<value>bg2</value>
<value>tx2</value>
<value>accent1</value>
<value>accent2</value>
<value>accent3</value>
<value>accent4</value>
<value>accent5</value>
<value>accent6</value>
<value>hlink</value>
<value>folHlink</value>
<value>phClr</value>
<value>dk1</value>
<value>lt1</value>
<value>dk2</value>
<value>lt2</value>
</choice>
</define>
<define name="a_CT_SchemeColor">
<attribute name="val">
<ref name="a_ST_SchemeColorVal"/>
</attribute>
<zeroOrMore>
<ref name="a_EG_ColorTransform"/>
</zeroOrMore>
</define>
<define name="a_ST_PresetColorVal">
<choice>
<value>aliceBlue</value>
<value>antiqueWhite</value>
<value>aqua</value>
<value>aquamarine</value>
<value>azure</value>
<value>beige</value>
<value>bisque</value>
<value>black</value>
<value>blanchedAlmond</value>
<value>blue</value>
<value>blueViolet</value>
<value>brown</value>
<value>burlyWood</value>
<value>cadetBlue</value>
<value>chartreuse</value>
<value>chocolate</value>
<value>coral</value>
<value>cornflowerBlue</value>
<value>cornsilk</value>
<value>crimson</value>
<value>cyan</value>
<value>darkBlue</value>
<value>darkCyan</value>
<value>darkGoldenrod</value>
<value>darkGray</value>
<value>darkGrey</value>
<value>darkGreen</value>
<value>darkKhaki</value>
<value>darkMagenta</value>
<value>darkOliveGreen</value>
<value>darkOrange</value>
<value>darkOrchid</value>
<value>darkRed</value>
<value>darkSalmon</value>
<value>darkSeaGreen</value>
<value>darkSlateBlue</value>
<value>darkSlateGray</value>
<value>darkSlateGrey</value>
<value>darkTurquoise</value>
<value>darkViolet</value>
<value>dkBlue</value>
<value>dkCyan</value>
<value>dkGoldenrod</value>
<value>dkGray</value>
<value>dkGrey</value>
<value>dkGreen</value>
<value>dkKhaki</value>
<value>dkMagenta</value>
<value>dkOliveGreen</value>
<value>dkOrange</value>
<value>dkOrchid</value>
<value>dkRed</value>
<value>dkSalmon</value>
<value>dkSeaGreen</value>
<value>dkSlateBlue</value>
<value>dkSlateGray</value>
<value>dkSlateGrey</value>
<value>dkTurquoise</value>
<value>dkViolet</value>
<value>deepPink</value>
<value>deepSkyBlue</value>
<value>dimGray</value>
<value>dimGrey</value>
<value>dodgerBlue</value>
<value>firebrick</value>
<value>floralWhite</value>
<value>forestGreen</value>
<value>fuchsia</value>
<value>gainsboro</value>
<value>ghostWhite</value>
<value>gold</value>
<value>goldenrod</value>
<value>gray</value>
<value>grey</value>
<value>green</value>
<value>greenYellow</value>
<value>honeydew</value>
<value>hotPink</value>
<value>indianRed</value>
<value>indigo</value>
<value>ivory</value>
<value>khaki</value>
<value>lavender</value>
<value>lavenderBlush</value>
<value>lawnGreen</value>
<value>lemonChiffon</value>
<value>lightBlue</value>
<value>lightCoral</value>
<value>lightCyan</value>
<value>lightGoldenrodYellow</value>
<value>lightGray</value>
<value>lightGrey</value>
<value>lightGreen</value>
<value>lightPink</value>
<value>lightSalmon</value>
<value>lightSeaGreen</value>
<value>lightSkyBlue</value>
<value>lightSlateGray</value>
<value>lightSlateGrey</value>
<value>lightSteelBlue</value>
<value>lightYellow</value>
<value>ltBlue</value>
<value>ltCoral</value>
<value>ltCyan</value>
<value>ltGoldenrodYellow</value>
<value>ltGray</value>
<value>ltGrey</value>
<value>ltGreen</value>
<value>ltPink</value>
<value>ltSalmon</value>
<value>ltSeaGreen</value>
<value>ltSkyBlue</value>
<value>ltSlateGray</value>
<value>ltSlateGrey</value>
<value>ltSteelBlue</value>
<value>ltYellow</value>
<value>lime</value>
<value>limeGreen</value>
<value>linen</value>
<value>magenta</value>
<value>maroon</value>
<value>medAquamarine</value>
<value>medBlue</value>
<value>medOrchid</value>
<value>medPurple</value>
<value>medSeaGreen</value>
<value>medSlateBlue</value>
<value>medSpringGreen</value>
<value>medTurquoise</value>
<value>medVioletRed</value>
<value>mediumAquamarine</value>
<value>mediumBlue</value>
<value>mediumOrchid</value>
<value>mediumPurple</value>
<value>mediumSeaGreen</value>
<value>mediumSlateBlue</value>
<value>mediumSpringGreen</value>
<value>mediumTurquoise</value>
<value>mediumVioletRed</value>
<value>midnightBlue</value>
<value>mintCream</value>
<value>mistyRose</value>
<value>moccasin</value>
<value>navajoWhite</value>
<value>navy</value>
<value>oldLace</value>
<value>olive</value>
<value>oliveDrab</value>
<value>orange</value>
<value>orangeRed</value>
<value>orchid</value>
<value>paleGoldenrod</value>
<value>paleGreen</value>
<value>paleTurquoise</value>
<value>paleVioletRed</value>
<value>papayaWhip</value>
<value>peachPuff</value>
<value>peru</value>
<value>pink</value>
<value>plum</value>
<value>powderBlue</value>
<value>purple</value>
<value>red</value>
<value>rosyBrown</value>
<value>royalBlue</value>
<value>saddleBrown</value>
<value>salmon</value>
<value>sandyBrown</value>
<value>seaGreen</value>
<value>seaShell</value>
<value>sienna</value>
<value>silver</value>
<value>skyBlue</value>
<value>slateBlue</value>
<value>slateGray</value>
<value>slateGrey</value>
<value>snow</value>
<value>springGreen</value>
<value>steelBlue</value>
<value>tan</value>
<value>teal</value>
<value>thistle</value>
<value>tomato</value>
<value>turquoise</value>
<value>violet</value>
<value>wheat</value>
<value>white</value>
<value>whiteSmoke</value>
<value>yellow</value>
<value>yellowGreen</value>
</choice>
</define>
<define name="a_CT_PresetColor">
<attribute name="val">
<ref name="a_ST_PresetColorVal"/>
</attribute>
<zeroOrMore>
<ref name="a_EG_ColorTransform"/>
</zeroOrMore>
</define>
<define name="a_EG_OfficeArtExtensionList">
<zeroOrMore>
<element name="ext">
<ref name="a_CT_OfficeArtExtension"/>
</element>
</zeroOrMore>
</define>
<define name="a_CT_OfficeArtExtensionList">
<ref name="a_EG_OfficeArtExtensionList"/>
</define>
<define name="a_CT_Scale2D">
<element name="sx">
<ref name="a_CT_Ratio"/>
</element>
<element name="sy">
<ref name="a_CT_Ratio"/>
</element>
</define>
<define name="a_CT_Transform2D">
<optional>
<attribute name="rot">
<aa:documentation>default value: 0</aa:documentation>
<ref name="a_ST_Angle"/>
</attribute>
</optional>
<optional>
<attribute name="flipH">
<aa:documentation>default value: false</aa:documentation>
<data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="flipV">
<aa:documentation>default value: false</aa:documentation>
<data type="boolean"/>
</attribute>
</optional>
<optional>
<element name="off">
<ref name="a_CT_Point2D"/>
</element>
</optional>
<optional>
<element name="ext">
<ref name="a_CT_PositiveSize2D"/>
</element>
</optional>
</define>
<define name="a_CT_GroupTransform2D">
<optional>
<attribute name="rot">
<aa:documentation>default value: 0</aa:documentation>
<ref name="a_ST_Angle"/>
</attribute>
</optional>
<optional>
<attribute name="flipH">
<aa:documentation>default value: false</aa:documentation>
<data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="flipV">
<aa:documentation>default value: false</aa:documentation>
<data type="boolean"/>
</attribute>
</optional>
<optional>
<element name="off">
<ref name="a_CT_Point2D"/>
</element>
</optional>
<optional>
<element name="ext">
<ref name="a_CT_PositiveSize2D"/>
</element>
</optional>
<optional>
<element name="chOff">
<ref name="a_CT_Point2D"/>
</element>
</optional>
<optional>
<element name="chExt">
<ref name="a_CT_PositiveSize2D"/>
</element>
</optional>
</define>
<define name="a_CT_Point3D">
<attribute name="x">
<ref name="a_ST_Coordinate"/>
</attribute>
<attribute name="y">
<ref name="a_ST_Coordinate"/>
</attribute>
<attribute name="z">
<ref name="a_ST_Coordinate"/>
</attribute>
</define>
<define name="a_CT_Vector3D">
<attribute name="dx">
<ref name="a_ST_Coordinate"/>
</attribute>
<attribute name="dy">
<ref name="a_ST_Coordinate"/>
</attribute>
<attribute name="dz">
<ref name="a_ST_Coordinate"/>
</attribute>
</define>
<define name="a_CT_SphereCoords">
<attribute name="lat">
<ref name="a_ST_PositiveFixedAngle"/>
</attribute>
<attribute name="lon">
<ref name="a_ST_PositiveFixedAngle"/>
</attribute>
<attribute name="rev">
<ref name="a_ST_PositiveFixedAngle"/>
</attribute>
</define>
<define name="a_CT_RelativeRect">
<optional>
<attribute name="l">
<aa:documentation>default value: 0%</aa:documentation>
<ref name="a_ST_Percentage"/>
</attribute>
</optional>
<optional>
<attribute name="t">
<aa:documentation>default value: 0%</aa:documentation>
<ref name="a_ST_Percentage"/>
</attribute>
</optional>
<optional>
<attribute name="r">
<aa:documentation>default value: 0%</aa:documentation>
<ref name="a_ST_Percentage"/>
</attribute>
</optional>
<optional>
<attribute name="b">
<aa:documentation>default value: 0%</aa:documentation>
<ref name="a_ST_Percentage"/>
</attribute>
</optional>
</define>
<define name="a_ST_RectAlignment">
<choice>
<value>tl</value>
<value>t</value>
<value>tr</value>
<value>l</value>
<value>ctr</value>
<value>r</value>
<value>bl</value>
<value>b</value>
<value>br</value>
</choice>
</define>
<define name="a_EG_ColorChoice">
<choice>
<element name="scrgbClr">
<ref name="a_CT_ScRgbColor"/>
</element>
<element name="srgbClr">
<ref name="a_CT_SRgbColor"/>
</element>
<element name="hslClr">
<ref name="a_CT_HslColor"/>
</element>
<element name="sysClr">
<ref name="a_CT_SystemColor"/>
</element>
<element name="schemeClr">
<ref name="a_CT_SchemeColor"/>
</element>
<element name="prstClr">
<ref name="a_CT_PresetColor"/>
</element>
</choice>
</define>
<define name="a_CT_Color">
<ref name="a_EG_ColorChoice"/>
</define>
<define name="a_CT_ColorMRU">
<zeroOrMore>
<ref name="a_EG_ColorChoice"/>
</zeroOrMore>
</define>
<define name="a_ST_BlackWhiteMode">
<choice>
<value>clr</value>
<value>auto</value>
<value>gray</value>
<value>ltGray</value>
<value>invGray</value>
<value>grayWhite</value>
<value>blackGray</value>
<value>blackWhite</value>
<value>black</value>
<value>white</value>
<value>hidden</value>
</choice>
</define>
<define name="a_AG_Blob">
<optional>
<ref name="r_embed"/>
</optional>
<optional>
<ref name="r_link"/>
</optional>
</define>
<define name="a_CT_EmbeddedWAVAudioFile">
<ref name="r_embed"/>
<optional>
<attribute name="name">
<data type="string"/>
</attribute>
</optional>
</define>
<define name="a_CT_Hyperlink">
<optional>
<ref name="r_id"/>
</optional>
<optional>
<attribute name="invalidUrl">
<data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="action">
<data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="tgtFrame">
<data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="tooltip">
<data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="history">
<aa:documentation>default value: true</aa:documentation>
<data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="highlightClick">
<aa:documentation>default value: false</aa:documentation>
<data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="endSnd">
<aa:documentation>default value: false</aa:documentation>
<data type="boolean"/>
</attribute>
</optional>
<optional>
<element name="snd">
<ref name="a_CT_EmbeddedWAVAudioFile"/>
</element>
</optional>
<optional>
<element name="extLst">
<ref name="a_CT_OfficeArtExtensionList"/>
</element>
</optional>
</define>
<define name="a_ST_DrawingElementId">
<data type="unsignedInt"/>
</define>
<define name="a_AG_Locking">
<optional>
<attribute name="noGrp">
<aa:documentation>default value: false</aa:documentation>
<data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="noSelect">
<aa:documentation>default value: false</aa:documentation>
<data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="noRot">
<aa:documentation>default value: false</aa:documentation>
<data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="noChangeAspect">
<aa:documentation>default value: false</aa:documentation>
<data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="noMove">
<aa:documentation>default value: false</aa:documentation>
<data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="noResize">
<aa:documentation>default value: false</aa:documentation>
<data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="noEditPoints">
<aa:documentation>default value: false</aa:documentation>
<data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="noAdjustHandles">
<aa:documentation>default value: false</aa:documentation>
<data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="noChangeArrowheads">
<aa:documentation>default value: false</aa:documentation>
<data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="noChangeShapeType">
<aa:documentation>default value: false</aa:documentation>
<data type="boolean"/>
</attribute>
</optional>
</define>
<define name="a_CT_ConnectorLocking">
<ref name="a_AG_Locking"/>
<optional>
<element name="extLst">
<ref name="a_CT_OfficeArtExtensionList"/>
</element>
</optional>
</define>
<define name="a_CT_ShapeLocking">
<ref name="a_AG_Locking"/>
<optional>
<attribute name="noTextEdit">
<aa:documentation>default value: false</aa:documentation>
<data type="boolean"/>
</attribute>
</optional>
<optional>
<element name="extLst">
<ref name="a_CT_OfficeArtExtensionList"/>
</element>
</optional>
</define>
<define name="a_CT_PictureLocking">
<ref name="a_AG_Locking"/>
<optional>
<attribute name="noCrop">
<aa:documentation>default value: false</aa:documentation>
<data type="boolean"/>
</attribute>
</optional>
<optional>
<element name="extLst">
<ref name="a_CT_OfficeArtExtensionList"/>
</element>
</optional>
</define>
<define name="a_CT_GroupLocking">
<optional>
<attribute name="noGrp">
<aa:documentation>default value: false</aa:documentation>
<data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="noUngrp">
<aa:documentation>default value: false</aa:documentation>
<data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="noSelect">
<aa:documentation>default value: false</aa:documentation>
<data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="noRot">
<aa:documentation>default value: false</aa:documentation>
<data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="noChangeAspect">
<aa:documentation>default value: false</aa:documentation>
<data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="noMove">
<aa:documentation>default value: false</aa:documentation>
<data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="noResize">
<aa:documentation>default value: false</aa:documentation>
<data type="boolean"/>
</attribute>
</optional>
<optional>
<element name="extLst">
<ref name="a_CT_OfficeArtExtensionList"/>
</element>
</optional>
</define>
<define name="a_CT_GraphicalObjectFrameLocking">
<optional>
<attribute name="noGrp">
<aa:documentation>default value: false</aa:documentation>
<data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="noDrilldown">
<aa:documentation>default value: false</aa:documentation>
<data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="noSelect">
<aa:documentation>default value: false</aa:documentation>
<data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="noChangeAspect">
<aa:documentation>default value: false</aa:documentation>
<data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="noMove">
<aa:documentation>default value: false</aa:documentation>
<data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="noResize">
<aa:documentation>default value: false</aa:documentation>
<data type="boolean"/>
</attribute>
</optional>
<optional>
<element name="extLst">
<ref name="a_CT_OfficeArtExtensionList"/>
</element>
</optional>
</define>
<define name="a_CT_ContentPartLocking">
<ref name="a_AG_Locking"/>
<optional>
<element name="extLst">
<ref name="a_CT_OfficeArtExtensionList"/>
</element>
</optional>
</define>
<define name="a_CT_NonVisualDrawingProps">
<attribute name="id">
<ref name="a_ST_DrawingElementId"/>
</attribute>
<attribute name="name">
<data type="string"/>
</attribute>
<optional>
<attribute name="descr">
<data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="hidden">
<aa:documentation>default value: false</aa:documentation>
<data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="title">
<data type="string"/>
</attribute>
</optional>
<optional>
<element name="hlinkClick">
<ref name="a_CT_Hyperlink"/>
</element>
</optional>
<optional>
<element name="hlinkHover">
<ref name="a_CT_Hyperlink"/>
</element>
</optional>
<optional>
<element name="extLst">
<ref name="a_CT_OfficeArtExtensionList"/>
</element>
</optional>
</define>
<define name="a_CT_NonVisualDrawingShapeProps">
<optional>
<attribute name="txBox">
<aa:documentation>default value: false</aa:documentation>
<data type="boolean"/>
</attribute>
</optional>
<optional>
<element name="spLocks">
<ref name="a_CT_ShapeLocking"/>
</element>
</optional>
<optional>
<element name="extLst">
<ref name="a_CT_OfficeArtExtensionList"/>
</element>
</optional>
</define>
<define name="a_CT_NonVisualConnectorProperties">
<optional>
<element name="cxnSpLocks">
<ref name="a_CT_ConnectorLocking"/>
</element>
</optional>
<optional>
<element name="stCxn">
<ref name="a_CT_Connection"/>
</element>
</optional>
<optional>
<element name="endCxn">
<ref name="a_CT_Connection"/>
</element>
</optional>
<optional>
<element name="extLst">
<ref name="a_CT_OfficeArtExtensionList"/>
</element>
</optional>
</define>
<define name="a_CT_NonVisualPictureProperties">
<optional>
<attribute name="preferRelativeResize">
<aa:documentation>default value: true</aa:documentation>
<data type="boolean"/>
</attribute>
</optional>
<optional>
<element name="picLocks">
<ref name="a_CT_PictureLocking"/>
</element>
</optional>
<optional>
<element name="extLst">
<ref name="a_CT_OfficeArtExtensionList"/>
</element>
</optional>
</define>
<define name="a_CT_NonVisualGroupDrawingShapeProps">
<optional>
<element name="grpSpLocks">
<ref name="a_CT_GroupLocking"/>
</element>
</optional>
<optional>
<element name="extLst">
<ref name="a_CT_OfficeArtExtensionList"/>
</element>
</optional>
</define>
<define name="a_CT_NonVisualGraphicFrameProperties">
<optional>
<element name="graphicFrameLocks">
<ref name="a_CT_GraphicalObjectFrameLocking"/>
</element>
</optional>
<optional>
<element name="extLst">
<ref name="a_CT_OfficeArtExtensionList"/>
</element>
</optional>
</define>
<define name="a_CT_NonVisualContentPartProperties">
<optional>
<attribute name="isComment">
<aa:documentation>default value: true</aa:documentation>
<data type="boolean"/>
</attribute>
</optional>
<optional>
<element name="cpLocks">
<ref name="a_CT_ContentPartLocking"/>
</element>
</optional>
<optional>
<element name="extLst">
<ref name="a_CT_OfficeArtExtensionList"/>
</element>
</optional>
</define>
<define name="a_CT_GraphicalObjectData">
<attribute name="uri">
<data type="token"/>
</attribute>
<zeroOrMore>
<ref name="a_CT_GraphicalObjectData_any"/>
</zeroOrMore>
</define>
<define name="a_CT_GraphicalObjectData_any">
<element>
<anyName>
<except>
<nsName ns="urn:schemas-microsoft-com:office:office"/>
<nsName ns="urn:schemas-microsoft-com:vml"/>
<nsName ns="urn:schemas-microsoft-com:office:word"/>
<nsName ns="urn:schemas-microsoft-com:office:excel"/>
</except>
</anyName>
<zeroOrMore>
<ref name="anyAttribute"/>
</zeroOrMore>
<mixed>
<zeroOrMore>
<ref name="anyElement"/>
</zeroOrMore>
</mixed>
</element>
</define>
<define name="a_CT_GraphicalObject">
<element name="graphicData">
<ref name="a_CT_GraphicalObjectData"/>
</element>
</define>
<define name="a_graphic">
<element name="graphic">
<ref name="a_CT_GraphicalObject"/>
</element>
</define>
<define name="a_ST_ChartBuildStep">
<choice>
<value>category</value>
<value>ptInCategory</value>
<value>series</value>
<value>ptInSeries</value>
<value>allPts</value>
<value>gridLegend</value>
</choice>
</define>
<define name="a_ST_DgmBuildStep">
<choice>
<value>sp</value>
<value>bg</value>
</choice>
</define>
<define name="a_CT_AnimationDgmElement">
<optional>
<attribute name="id">
<aa:documentation>default value: {00000000-0000-0000-0000-000000000000}</aa:documentation>
<ref name="s_ST_Guid"/>
</attribute>
</optional>
<optional>
<attribute name="bldStep">
<aa:documentation>default value: sp</aa:documentation>
<ref name="a_ST_DgmBuildStep"/>
</attribute>
</optional>
</define>
<define name="a_CT_AnimationChartElement">
<optional>
<attribute name="seriesIdx">
<aa:documentation>default value: -1</aa:documentation>
<data type="int"/>
</attribute>
</optional>
<optional>
<attribute name="categoryIdx">
<aa:documentation>default value: -1</aa:documentation>
<data type="int"/>
</attribute>
</optional>
<attribute name="bldStep">
<ref name="a_ST_ChartBuildStep"/>
</attribute>
</define>
<define name="a_CT_AnimationElementChoice">
<choice>
<element name="dgm">
<ref name="a_CT_AnimationDgmElement"/>
</element>
<element name="chart">
<ref name="a_CT_AnimationChartElement"/>
</element>
</choice>
</define>
<define name="a_ST_AnimationBuildType">
<value>allAtOnce</value>
</define>
<define name="a_ST_AnimationDgmOnlyBuildType">
<choice>
<value>one</value>
<value>lvlOne</value>
<value>lvlAtOnce</value>
</choice>
</define>
<define name="a_ST_AnimationDgmBuildType">
<choice>
<ref name="a_ST_AnimationBuildType"/>
<ref name="a_ST_AnimationDgmOnlyBuildType"/>
</choice>
</define>
<define name="a_CT_AnimationDgmBuildProperties">
<optional>
<attribute name="bld">
<aa:documentation>default value: allAtOnce</aa:documentation>
<ref name="a_ST_AnimationDgmBuildType"/>
</attribute>
</optional>
<optional>
<attribute name="rev">
<aa:documentation>default value: false</aa:documentation>
<data type="boolean"/>
</attribute>
</optional>
</define>
<define name="a_ST_AnimationChartOnlyBuildType">
<choice>
<value>series</value>
<value>category</value>
<value>seriesEl</value>
<value>categoryEl</value>
</choice>
</define>
<define name="a_ST_AnimationChartBuildType">
<choice>
<ref name="a_ST_AnimationBuildType"/>
<ref name="a_ST_AnimationChartOnlyBuildType"/>
</choice>
</define>
<define name="a_CT_AnimationChartBuildProperties">
<optional>
<attribute name="bld">
<aa:documentation>default value: allAtOnce</aa:documentation>
<ref name="a_ST_AnimationChartBuildType"/>
</attribute>
</optional>
<optional>
<attribute name="animBg">
<aa:documentation>default value: true</aa:documentation>
<data type="boolean"/>
</attribute>
</optional>
</define>
<define name="a_CT_AnimationGraphicalObjectBuildProperties">
<choice>
<element name="bldDgm">
<ref name="a_CT_AnimationDgmBuildProperties"/>
</element>
<element name="bldChart">
<ref name="a_CT_AnimationChartBuildProperties"/>
</element>
</choice>
</define>
<define name="a_CT_BackgroundFormatting">
<optional>
<ref name="a_EG_FillProperties"/>
</optional>
<optional>
<ref name="a_EG_EffectProperties"/>
</optional>
</define>
<define name="a_CT_WholeE2oFormatting">
<optional>
<element name="ln">
<ref name="a_CT_LineProperties"/>
</element>
</optional>
<optional>
<ref name="a_EG_EffectProperties"/>
</optional>
</define>
<define name="a_CT_GvmlUseShapeRectangle">
<empty/>
</define>
<define name="a_CT_GvmlTextShape">
<element name="txBody">
<ref name="a_CT_TextBody"/>
</element>
<choice>
<element name="useSpRect">
<ref name="a_CT_GvmlUseShapeRectangle"/>
</element>
<element name="xfrm">
<ref name="a_CT_Transform2D"/>
</element>
</choice>
<optional>
<element name="extLst">
<ref name="a_CT_OfficeArtExtensionList"/>
</element>
</optional>
</define>
<define name="a_CT_GvmlShapeNonVisual">
<element name="cNvPr">
<ref name="a_CT_NonVisualDrawingProps"/>
</element>
<element name="cNvSpPr">
<ref name="a_CT_NonVisualDrawingShapeProps"/>
</element>
</define>
<define name="a_CT_GvmlShape">
<element name="nvSpPr">
<ref name="a_CT_GvmlShapeNonVisual"/>
</element>
<element name="spPr">
<ref name="a_CT_ShapeProperties"/>
</element>
<optional>
<element name="txSp">
<ref name="a_CT_GvmlTextShape"/>
</element>
</optional>
<optional>
<element name="style">
<ref name="a_CT_ShapeStyle"/>
</element>
</optional>
<optional>
<element name="extLst">
<ref name="a_CT_OfficeArtExtensionList"/>
</element>
</optional>
</define>
<define name="a_CT_GvmlConnectorNonVisual">
<element name="cNvPr">
<ref name="a_CT_NonVisualDrawingProps"/>
</element>
<element name="cNvCxnSpPr">
<ref name="a_CT_NonVisualConnectorProperties"/>
</element>
</define>
<define name="a_CT_GvmlConnector">
<element name="nvCxnSpPr">
<ref name="a_CT_GvmlConnectorNonVisual"/>
</element>
<element name="spPr">
<ref name="a_CT_ShapeProperties"/>
</element>
<optional>
<element name="style">
<ref name="a_CT_ShapeStyle"/>
</element>
</optional>
<optional>
<element name="extLst">
<ref name="a_CT_OfficeArtExtensionList"/>
</element>
</optional>
</define>
<define name="a_CT_GvmlPictureNonVisual">
<element name="cNvPr">
<ref name="a_CT_NonVisualDrawingProps"/>
</element>
<element name="cNvPicPr">
<ref name="a_CT_NonVisualPictureProperties"/>
</element>
</define>
<define name="a_CT_GvmlPicture">
<element name="nvPicPr">
<ref name="a_CT_GvmlPictureNonVisual"/>
</element>
<element name="blipFill">
<ref name="a_CT_BlipFillProperties"/>
</element>
<element name="spPr">
<ref name="a_CT_ShapeProperties"/>
</element>
<optional>
<element name="style">
<ref name="a_CT_ShapeStyle"/>
</element>
</optional>
<optional>
<element name="extLst">
<ref name="a_CT_OfficeArtExtensionList"/>
</element>
</optional>
</define>
<define name="a_CT_GvmlGraphicFrameNonVisual">
<element name="cNvPr">
<ref name="a_CT_NonVisualDrawingProps"/>
</element>
<element name="cNvGraphicFramePr">
<ref name="a_CT_NonVisualGraphicFrameProperties"/>
</element>
</define>
<define name="a_CT_GvmlGraphicalObjectFrame">
<element name="nvGraphicFramePr">
<ref name="a_CT_GvmlGraphicFrameNonVisual"/>
</element>
<ref name="a_graphic"/>
<element name="xfrm">
<ref name="a_CT_Transform2D"/>
</element>
<optional>
<element name="extLst">
<ref name="a_CT_OfficeArtExtensionList"/>
</element>
</optional>
</define>
<define name="a_CT_GvmlGroupShapeNonVisual">
<element name="cNvPr">
<ref name="a_CT_NonVisualDrawingProps"/>
</element>
<element name="cNvGrpSpPr">
<ref name="a_CT_NonVisualGroupDrawingShapeProps"/>
</element>
</define>
<define name="a_CT_GvmlGroupShape">
<element name="nvGrpSpPr">
<ref name="a_CT_GvmlGroupShapeNonVisual"/>
</element>
<element name="grpSpPr">
<ref name="a_CT_GroupShapeProperties"/>
</element>
<zeroOrMore>
<choice>
<element name="txSp">
<ref name="a_CT_GvmlTextShape"/>
</element>
<element name="sp">
<ref name="a_CT_GvmlShape"/>
</element>
<element name="cxnSp">
<ref name="a_CT_GvmlConnector"/>
</element>
<element name="pic">
<ref name="a_CT_GvmlPicture"/>
</element>
<element name="graphicFrame">
<ref name="a_CT_GvmlGraphicalObjectFrame"/>
</element>
<element name="grpSp">
<ref name="a_CT_GvmlGroupShape"/>
</element>
</choice>
</zeroOrMore>
<optional>
<element name="extLst">
<ref name="a_CT_OfficeArtExtensionList"/>
</element>
</optional>
</define>
<define name="a_ST_PresetCameraType">
<choice>
<value>legacyObliqueTopLeft</value>
<value>legacyObliqueTop</value>
<value>legacyObliqueTopRight</value>
<value>legacyObliqueLeft</value>
<value>legacyObliqueFront</value>
<value>legacyObliqueRight</value>
<value>legacyObliqueBottomLeft</value>
<value>legacyObliqueBottom</value>
<value>legacyObliqueBottomRight</value>
<value>legacyPerspectiveTopLeft</value>
<value>legacyPerspectiveTop</value>
<value>legacyPerspectiveTopRight</value>
<value>legacyPerspectiveLeft</value>
<value>legacyPerspectiveFront</value>
<value>legacyPerspectiveRight</value>
<value>legacyPerspectiveBottomLeft</value>
<value>legacyPerspectiveBottom</value>
<value>legacyPerspectiveBottomRight</value>
<value>orthographicFront</value>
<value>isometricTopUp</value>
<value>isometricTopDown</value>
<value>isometricBottomUp</value>
<value>isometricBottomDown</value>
<value>isometricLeftUp</value>
<value>isometricLeftDown</value>
<value>isometricRightUp</value>
<value>isometricRightDown</value>
<value>isometricOffAxis1Left</value>
<value>isometricOffAxis1Right</value>
<value>isometricOffAxis1Top</value>
<value>isometricOffAxis2Left</value>
<value>isometricOffAxis2Right</value>
<value>isometricOffAxis2Top</value>
<value>isometricOffAxis3Left</value>
<value>isometricOffAxis3Right</value>
<value>isometricOffAxis3Bottom</value>
<value>isometricOffAxis4Left</value>
<value>isometricOffAxis4Right</value>
<value>isometricOffAxis4Bottom</value>
<value>obliqueTopLeft</value>
<value>obliqueTop</value>
<value>obliqueTopRight</value>
<value>obliqueLeft</value>
<value>obliqueRight</value>
<value>obliqueBottomLeft</value>
<value>obliqueBottom</value>
<value>obliqueBottomRight</value>
<value>perspectiveFront</value>
<value>perspectiveLeft</value>
<value>perspectiveRight</value>
<value>perspectiveAbove</value>
<value>perspectiveBelow</value>
<value>perspectiveAboveLeftFacing</value>
<value>perspectiveAboveRightFacing</value>
<value>perspectiveContrastingLeftFacing</value>
<value>perspectiveContrastingRightFacing</value>
<value>perspectiveHeroicLeftFacing</value>
<value>perspectiveHeroicRightFacing</value>
<value>perspectiveHeroicExtremeLeftFacing</value>
<value>perspectiveHeroicExtremeRightFacing</value>
<value>perspectiveRelaxed</value>
<value>perspectiveRelaxedModerately</value>
</choice>
</define>
<define name="a_ST_FOVAngle">
<data type="int">
<param name="minInclusive">0</param>
<param name="maxInclusive">10800000</param>
</data>
</define>
<define name="a_CT_Camera">
<attribute name="prst">
<ref name="a_ST_PresetCameraType"/>
</attribute>
<optional>
<attribute name="fov">
<ref name="a_ST_FOVAngle"/>
</attribute>
</optional>
<optional>
<attribute name="zoom">
<aa:documentation>default value: 100%</aa:documentation>
<ref name="a_ST_PositivePercentage"/>
</attribute>
</optional>
<optional>
<element name="rot">
<ref name="a_CT_SphereCoords"/>
</element>
</optional>
</define>
<define name="a_ST_LightRigDirection">
<choice>
<value>tl</value>
<value>t</value>
<value>tr</value>
<value>l</value>
<value>r</value>
<value>bl</value>
<value>b</value>
<value>br</value>
</choice>
</define>
<define name="a_ST_LightRigType">
<choice>
<value>legacyFlat1</value>
<value>legacyFlat2</value>
<value>legacyFlat3</value>
<value>legacyFlat4</value>
<value>legacyNormal1</value>
<value>legacyNormal2</value>
<value>legacyNormal3</value>
<value>legacyNormal4</value>
<value>legacyHarsh1</value>
<value>legacyHarsh2</value>
<value>legacyHarsh3</value>
<value>legacyHarsh4</value>
<value>threePt</value>
<value>balanced</value>
<value>soft</value>
<value>harsh</value>
<value>flood</value>
<value>contrasting</value>
<value>morning</value>
<value>sunrise</value>
<value>sunset</value>
<value>chilly</value>
<value>freezing</value>
<value>flat</value>
<value>twoPt</value>
<value>glow</value>
<value>brightRoom</value>
</choice>
</define>
<define name="a_CT_LightRig">
<attribute name="rig">
<ref name="a_ST_LightRigType"/>
</attribute>
<attribute name="dir">
<ref name="a_ST_LightRigDirection"/>
</attribute>
<optional>
<element name="rot">
<ref name="a_CT_SphereCoords"/>
</element>
</optional>
</define>
<define name="a_CT_Scene3D">
<element name="camera">
<ref name="a_CT_Camera"/>
</element>
<element name="lightRig">
<ref name="a_CT_LightRig"/>
</element>
<optional>
<element name="backdrop">
<ref name="a_CT_Backdrop"/>
</element>
</optional>
<optional>
<element name="extLst">
<ref name="a_CT_OfficeArtExtensionList"/>
</element>
</optional>
</define>
<define name="a_CT_Backdrop">
<element name="anchor">
<ref name="a_CT_Point3D"/>
</element>
<element name="norm">
<ref name="a_CT_Vector3D"/>
</element>
<element name="up">
<ref name="a_CT_Vector3D"/>
</element>
<optional>
<element name="extLst">
<ref name="a_CT_OfficeArtExtensionList"/>
</element>
</optional>
</define>
<define name="a_ST_BevelPresetType">
<choice>
<value>relaxedInset</value>
<value>circle</value>
<value>slope</value>
<value>cross</value>
<value>angle</value>
<value>softRound</value>
<value>convex</value>
<value>coolSlant</value>
<value>divot</value>
<value>riblet</value>
<value>hardEdge</value>
<value>artDeco</value>
</choice>
</define>
<define name="a_CT_Bevel">
<optional>
<attribute name="w">
<aa:documentation>default value: 76200</aa:documentation>
<ref name="a_ST_PositiveCoordinate"/>
</attribute>
</optional>
<optional>
<attribute name="h">
<aa:documentation>default value: 76200</aa:documentation>
<ref name="a_ST_PositiveCoordinate"/>
</attribute>
</optional>
<optional>
<attribute name="prst">
<aa:documentation>default value: circle</aa:documentation>
<ref name="a_ST_BevelPresetType"/>
</attribute>
</optional>
</define>
<define name="a_ST_PresetMaterialType">
<choice>
<value>legacyMatte</value>
<value>legacyPlastic</value>
<value>legacyMetal</value>
<value>legacyWireframe</value>
<value>matte</value>
<value>plastic</value>
<value>metal</value>
<value>warmMatte</value>
<value>translucentPowder</value>
<value>powder</value>
<value>dkEdge</value>
<value>softEdge</value>
<value>clear</value>
<value>flat</value>
<value>softmetal</value>
</choice>
</define>
<define name="a_CT_Shape3D">
<optional>
<attribute name="z">
<aa:documentation>default value: 0</aa:documentation>
<ref name="a_ST_Coordinate"/>
</attribute>
</optional>
<optional>
<attribute name="extrusionH">
<aa:documentation>default value: 0</aa:documentation>
<ref name="a_ST_PositiveCoordinate"/>
</attribute>
</optional>
<optional>
<attribute name="contourW">
<aa:documentation>default value: 0</aa:documentation>
<ref name="a_ST_PositiveCoordinate"/>
</attribute>
</optional>
<optional>
<attribute name="prstMaterial">
<aa:documentation>default value: warmMatte</aa:documentation>
<ref name="a_ST_PresetMaterialType"/>
</attribute>
</optional>
<optional>
<element name="bevelT">
<ref name="a_CT_Bevel"/>
</element>
</optional>
<optional>
<element name="bevelB">
<ref name="a_CT_Bevel"/>
</element>
</optional>
<optional>
<element name="extrusionClr">
<ref name="a_CT_Color"/>
</element>
</optional>
<optional>
<element name="contourClr">
<ref name="a_CT_Color"/>
</element>
</optional>
<optional>
<element name="extLst">
<ref name="a_CT_OfficeArtExtensionList"/>
</element>
</optional>
</define>
<define name="a_CT_FlatText">
<optional>
<attribute name="z">
<aa:documentation>default value: 0</aa:documentation>
<ref name="a_ST_Coordinate"/>
</attribute>
</optional>
</define>
<define name="a_EG_Text3D">
<choice>
<element name="sp3d">
<ref name="a_CT_Shape3D"/>
</element>
<element name="flatTx">
<ref name="a_CT_FlatText"/>
</element>
</choice>
</define>
<define name="a_CT_AlphaBiLevelEffect">
<attribute name="thresh">
<ref name="a_ST_PositiveFixedPercentage"/>
</attribute>
</define>
<define name="a_CT_AlphaCeilingEffect">
<empty/>
</define>
<define name="a_CT_AlphaFloorEffect">
<empty/>
</define>
<define name="a_CT_AlphaInverseEffect">
<optional>
<ref name="a_EG_ColorChoice"/>
</optional>
</define>
<define name="a_CT_AlphaModulateFixedEffect">
<optional>
<attribute name="amt">
<aa:documentation>default value: 100%</aa:documentation>
<ref name="a_ST_PositivePercentage"/>
</attribute>
</optional>
</define>
<define name="a_CT_AlphaOutsetEffect">
<optional>
<attribute name="rad">
<aa:documentation>default value: 0</aa:documentation>
<ref name="a_ST_Coordinate"/>
</attribute>
</optional>
</define>
<define name="a_CT_AlphaReplaceEffect">
<attribute name="a">
<ref name="a_ST_PositiveFixedPercentage"/>
</attribute>
</define>
<define name="a_CT_BiLevelEffect">
<attribute name="thresh">
<ref name="a_ST_PositiveFixedPercentage"/>
</attribute>
</define>
<define name="a_CT_BlurEffect">
<optional>
<attribute name="rad">
<aa:documentation>default value: 0</aa:documentation>
<ref name="a_ST_PositiveCoordinate"/>
</attribute>
</optional>
<optional>
<attribute name="grow">
<aa:documentation>default value: true</aa:documentation>
<data type="boolean"/>
</attribute>
</optional>
</define>
<define name="a_CT_ColorChangeEffect">
<optional>
<attribute name="useA">
<aa:documentation>default value: true</aa:documentation>
<data type="boolean"/>
</attribute>
</optional>
<element name="clrFrom">
<ref name="a_CT_Color"/>
</element>
<element name="clrTo">
<ref name="a_CT_Color"/>
</element>
</define>
<define name="a_CT_ColorReplaceEffect">
<ref name="a_EG_ColorChoice"/>
</define>
<define name="a_CT_DuotoneEffect">
<oneOrMore>
<ref name="a_EG_ColorChoice"/>
</oneOrMore>
</define>
<define name="a_CT_GlowEffect">
<optional>
<attribute name="rad">
<aa:documentation>default value: 0</aa:documentation>
<ref name="a_ST_PositiveCoordinate"/>
</attribute>
</optional>
<ref name="a_EG_ColorChoice"/>
</define>
<define name="a_CT_GrayscaleEffect">
<empty/>
</define>
<define name="a_CT_HSLEffect">
<optional>
<attribute name="hue">
<aa:documentation>default value: 0</aa:documentation>
<ref name="a_ST_PositiveFixedAngle"/>
</attribute>
</optional>
<optional>
<attribute name="sat">
<aa:documentation>default value: 0%</aa:documentation>
<ref name="a_ST_FixedPercentage"/>
</attribute>
</optional>
<optional>
<attribute name="lum">
<aa:documentation>default value: 0%</aa:documentation>
<ref name="a_ST_FixedPercentage"/>
</attribute>
</optional>
</define>
<define name="a_CT_InnerShadowEffect">
<optional>
<attribute name="blurRad">
<aa:documentation>default value: 0</aa:documentation>
<ref name="a_ST_PositiveCoordinate"/>
</attribute>
</optional>
<optional>
<attribute name="dist">
<aa:documentation>default value: 0</aa:documentation>
<ref name="a_ST_PositiveCoordinate"/>
</attribute>
</optional>
<optional>
<attribute name="dir">
<aa:documentation>default value: 0</aa:documentation>
<ref name="a_ST_PositiveFixedAngle"/>
</attribute>
</optional>
<ref name="a_EG_ColorChoice"/>
</define>
<define name="a_CT_LuminanceEffect">
<optional>
<attribute name="bright">
<aa:documentation>default value: 0%</aa:documentation>
<ref name="a_ST_FixedPercentage"/>
</attribute>
</optional>
<optional>
<attribute name="contrast">
<aa:documentation>default value: 0%</aa:documentation>
<ref name="a_ST_FixedPercentage"/>
</attribute>
</optional>
</define>
<define name="a_CT_OuterShadowEffect">
<optional>
<attribute name="blurRad">
<aa:documentation>default value: 0</aa:documentation>
<ref name="a_ST_PositiveCoordinate"/>
</attribute>
</optional>
<optional>
<attribute name="dist">
<aa:documentation>default value: 0</aa:documentation>
<ref name="a_ST_PositiveCoordinate"/>
</attribute>
</optional>
<optional>
<attribute name="dir">
<aa:documentation>default value: 0</aa:documentation>
<ref name="a_ST_PositiveFixedAngle"/>
</attribute>
</optional>
<optional>
<attribute name="sx">
<aa:documentation>default value: 100%</aa:documentation>
<ref name="a_ST_Percentage"/>
</attribute>
</optional>
<optional>
<attribute name="sy">
<aa:documentation>default value: 100%</aa:documentation>
<ref name="a_ST_Percentage"/>
</attribute>
</optional>
<optional>
<attribute name="kx">
<aa:documentation>default value: 0</aa:documentation>
<ref name="a_ST_FixedAngle"/>
</attribute>
</optional>
<optional>
<attribute name="ky">
<aa:documentation>default value: 0</aa:documentation>
<ref name="a_ST_FixedAngle"/>
</attribute>
</optional>
<optional>
<attribute name="algn">
<aa:documentation>default value: b</aa:documentation>
<ref name="a_ST_RectAlignment"/>
</attribute>
</optional>
<optional>
<attribute name="rotWithShape">
<aa:documentation>default value: true</aa:documentation>
<data type="boolean"/>
</attribute>
</optional>
<ref name="a_EG_ColorChoice"/>
</define>
<define name="a_ST_PresetShadowVal">
<choice>
<value>shdw1</value>
<value>shdw2</value>
<value>shdw3</value>
<value>shdw4</value>
<value>shdw5</value>
<value>shdw6</value>
<value>shdw7</value>
<value>shdw8</value>
<value>shdw9</value>
<value>shdw10</value>
<value>shdw11</value>
<value>shdw12</value>
<value>shdw13</value>
<value>shdw14</value>
<value>shdw15</value>
<value>shdw16</value>
<value>shdw17</value>
<value>shdw18</value>
<value>shdw19</value>
<value>shdw20</value>
</choice>
</define>
<define name="a_CT_PresetShadowEffect">
<attribute name="prst">
<ref name="a_ST_PresetShadowVal"/>
</attribute>
<optional>
<attribute name="dist">
<aa:documentation>default value: 0</aa:documentation>
<ref name="a_ST_PositiveCoordinate"/>
</attribute>
</optional>
<optional>
<attribute name="dir">
<aa:documentation>default value: 0</aa:documentation>
<ref name="a_ST_PositiveFixedAngle"/>
</attribute>
</optional>
<ref name="a_EG_ColorChoice"/>
</define>
<define name="a_CT_ReflectionEffect">
<optional>
<attribute name="blurRad">
<aa:documentation>default value: 0</aa:documentation>
<ref name="a_ST_PositiveCoordinate"/>
</attribute>
</optional>
<optional>
<attribute name="stA">
<aa:documentation>default value: 100%</aa:documentation>
<ref name="a_ST_PositiveFixedPercentage"/>
</attribute>
</optional>
<optional>
<attribute name="stPos">
<aa:documentation>default value: 0%</aa:documentation>
<ref name="a_ST_PositiveFixedPercentage"/>
</attribute>
</optional>
<optional>
<attribute name="endA">
<aa:documentation>default value: 0%</aa:documentation>
<ref name="a_ST_PositiveFixedPercentage"/>
</attribute>
</optional>
<optional>
<attribute name="endPos">
<aa:documentation>default value: 100%</aa:documentation>
<ref name="a_ST_PositiveFixedPercentage"/>
</attribute>
</optional>
<optional>
<attribute name="dist">
<aa:documentation>default value: 0</aa:documentation>
<ref name="a_ST_PositiveCoordinate"/>
</attribute>
</optional>
<optional>
<attribute name="dir">
<aa:documentation>default value: 0</aa:documentation>
<ref name="a_ST_PositiveFixedAngle"/>
</attribute>
</optional>
<optional>
<attribute name="fadeDir">
<aa:documentation>default value: 5400000</aa:documentation>
<ref name="a_ST_PositiveFixedAngle"/>
</attribute>
</optional>
<optional>
<attribute name="sx">
<aa:documentation>default value: 100%</aa:documentation>
<ref name="a_ST_Percentage"/>
</attribute>
</optional>
<optional>
<attribute name="sy">
<aa:documentation>default value: 100%</aa:documentation>
<ref name="a_ST_Percentage"/>
</attribute>
</optional>
<optional>
<attribute name="kx">
<aa:documentation>default value: 0</aa:documentation>
<ref name="a_ST_FixedAngle"/>
</attribute>
</optional>
<optional>
<attribute name="ky">
<aa:documentation>default value: 0</aa:documentation>
<ref name="a_ST_FixedAngle"/>
</attribute>
</optional>
<optional>
<attribute name="algn">
<aa:documentation>default value: b</aa:documentation>
<ref name="a_ST_RectAlignment"/>
</attribute>
</optional>
<optional>
<attribute name="rotWithShape">
<aa:documentation>default value: true</aa:documentation>
<data type="boolean"/>
</attribute>
</optional>
</define>
<define name="a_CT_RelativeOffsetEffect">
<optional>
<attribute name="tx">
<aa:documentation>default value: 0%</aa:documentation>
<ref name="a_ST_Percentage"/>
</attribute>
</optional>
<optional>
<attribute name="ty">
<aa:documentation>default value: 0%</aa:documentation>
<ref name="a_ST_Percentage"/>
</attribute>
</optional>
</define>
<define name="a_CT_SoftEdgesEffect">
<attribute name="rad">
<ref name="a_ST_PositiveCoordinate"/>
</attribute>
</define>
<define name="a_CT_TintEffect">
<optional>
<attribute name="hue">
<aa:documentation>default value: 0</aa:documentation>
<ref name="a_ST_PositiveFixedAngle"/>
</attribute>
</optional>
<optional>
<attribute name="amt">
<aa:documentation>default value: 0%</aa:documentation>
<ref name="a_ST_FixedPercentage"/>
</attribute>
</optional>
</define>
<define name="a_CT_TransformEffect">
<optional>
<attribute name="sx">
<aa:documentation>default value: 100%</aa:documentation>
<ref name="a_ST_Percentage"/>
</attribute>
</optional>
<optional>
<attribute name="sy">
<aa:documentation>default value: 100%</aa:documentation>
<ref name="a_ST_Percentage"/>
</attribute>
</optional>
<optional>
<attribute name="kx">
<aa:documentation>default value: 0</aa:documentation>
<ref name="a_ST_FixedAngle"/>
</attribute>
</optional>
<optional>
<attribute name="ky">
<aa:documentation>default value: 0</aa:documentation>
<ref name="a_ST_FixedAngle"/>
</attribute>
</optional>
<optional>
<attribute name="tx">
<aa:documentation>default value: 0</aa:documentation>
<ref name="a_ST_Coordinate"/>
</attribute>
</optional>
<optional>
<attribute name="ty">
<aa:documentation>default value: 0</aa:documentation>
<ref name="a_ST_Coordinate"/>
</attribute>
</optional>
</define>
<define name="a_CT_NoFillProperties">
<empty/>
</define>
<define name="a_CT_SolidColorFillProperties">
<optional>
<ref name="a_EG_ColorChoice"/>
</optional>
</define>
<define name="a_CT_LinearShadeProperties">
<optional>
<attribute name="ang">
<ref name="a_ST_PositiveFixedAngle"/>
</attribute>
</optional>
<optional>
<attribute name="scaled">
<data type="boolean"/>
</attribute>
</optional>
</define>
<define name="a_ST_PathShadeType">
<choice>
<value>shape</value>
<value>circle</value>
<value>rect</value>
</choice>
</define>
<define name="a_CT_PathShadeProperties">
<optional>
<attribute name="path">
<ref name="a_ST_PathShadeType"/>
</attribute>
</optional>
<optional>
<element name="fillToRect">
<ref name="a_CT_RelativeRect"/>
</element>
</optional>
</define>
<define name="a_EG_ShadeProperties">
<choice>
<element name="lin">
<ref name="a_CT_LinearShadeProperties"/>
</element>
<element name="path">
<ref name="a_CT_PathShadeProperties"/>
</element>
</choice>
</define>
<define name="a_ST_TileFlipMode">
<choice>
<value>none</value>
<value>x</value>
<value>y</value>
<value>xy</value>
</choice>
</define>
<define name="a_CT_GradientStop">
<attribute name="pos">
<ref name="a_ST_PositiveFixedPercentage"/>
</attribute>
<ref name="a_EG_ColorChoice"/>
</define>
<define name="a_CT_GradientStopList">
<oneOrMore>
<element name="gs">
<ref name="a_CT_GradientStop"/>
</element>
</oneOrMore>
</define>
<define name="a_CT_GradientFillProperties">
<optional>
<attribute name="flip">
<ref name="a_ST_TileFlipMode"/>
</attribute>
</optional>
<optional>
<attribute name="rotWithShape">
<data type="boolean"/>
</attribute>
</optional>
<optional>
<element name="gsLst">
<ref name="a_CT_GradientStopList"/>
</element>
</optional>
<optional>
<ref name="a_EG_ShadeProperties"/>
</optional>
<optional>
<element name="tileRect">
<ref name="a_CT_RelativeRect"/>
</element>
</optional>
</define>
<define name="a_CT_TileInfoProperties">
<optional>
<attribute name="tx">
<ref name="a_ST_Coordinate"/>
</attribute>
</optional>
<optional>
<attribute name="ty">
<ref name="a_ST_Coordinate"/>
</attribute>
</optional>
<optional>
<attribute name="sx">
<ref name="a_ST_Percentage"/>
</attribute>
</optional>
<optional>
<attribute name="sy">
<ref name="a_ST_Percentage"/>
</attribute>
</optional>
<optional>
<attribute name="flip">
<ref name="a_ST_TileFlipMode"/>
</attribute>
</optional>
<optional>
<attribute name="algn">
<ref name="a_ST_RectAlignment"/>
</attribute>
</optional>
</define>
<define name="a_CT_StretchInfoProperties">
<optional>
<element name="fillRect">
<ref name="a_CT_RelativeRect"/>
</element>
</optional>
</define>
<define name="a_EG_FillModeProperties">
<choice>
<element name="tile">
<ref name="a_CT_TileInfoProperties"/>
</element>
<element name="stretch">
<ref name="a_CT_StretchInfoProperties"/>
</element>
</choice>
</define>
<define name="a_ST_BlipCompression">
<choice>
<value>email</value>
<value>screen</value>
<value>print</value>
<value>hqprint</value>
<value>none</value>
</choice>
</define>
<define name="a_CT_Blip">
<ref name="a_AG_Blob"/>
<optional>
<attribute name="cstate">
<aa:documentation>default value: none</aa:documentation>
<ref name="a_ST_BlipCompression"/>
</attribute>
</optional>
<zeroOrMore>
<choice>
<element name="alphaBiLevel">
<ref name="a_CT_AlphaBiLevelEffect"/>
</element>
<element name="alphaCeiling">
<ref name="a_CT_AlphaCeilingEffect"/>
</element>
<element name="alphaFloor">
<ref name="a_CT_AlphaFloorEffect"/>
</element>
<element name="alphaInv">
<ref name="a_CT_AlphaInverseEffect"/>
</element>
<element name="alphaMod">
<ref name="a_CT_AlphaModulateEffect"/>
</element>
<element name="alphaModFix">
<ref name="a_CT_AlphaModulateFixedEffect"/>
</element>
<element name="alphaRepl">
<ref name="a_CT_AlphaReplaceEffect"/>
</element>
<element name="biLevel">
<ref name="a_CT_BiLevelEffect"/>
</element>
<element name="blur">
<ref name="a_CT_BlurEffect"/>
</element>
<element name="clrChange">
<ref name="a_CT_ColorChangeEffect"/>
</element>
<element name="clrRepl">
<ref name="a_CT_ColorReplaceEffect"/>
</element>
<element name="duotone">
<ref name="a_CT_DuotoneEffect"/>
</element>
<element name="fillOverlay">
<ref name="a_CT_FillOverlayEffect"/>
</element>
<element name="grayscl">
<ref name="a_CT_GrayscaleEffect"/>
</element>
<element name="hsl">
<ref name="a_CT_HSLEffect"/>
</element>
<element name="lum">
<ref name="a_CT_LuminanceEffect"/>
</element>
<element name="tint">
<ref name="a_CT_TintEffect"/>
</element>
</choice>
</zeroOrMore>
<optional>
<element name="extLst">
<ref name="a_CT_OfficeArtExtensionList"/>
</element>
</optional>
</define>
<define name="a_CT_BlipFillProperties">
<optional>
<attribute name="dpi">
<data type="unsignedInt"/>
</attribute>
</optional>
<optional>
<attribute name="rotWithShape">
<data type="boolean"/>
</attribute>
</optional>
<optional>
<element name="blip">
<ref name="a_CT_Blip"/>
</element>
</optional>
<optional>
<element name="srcRect">
<ref name="a_CT_RelativeRect"/>
</element>
</optional>
<optional>
<ref name="a_EG_FillModeProperties"/>
</optional>
</define>
<define name="a_ST_PresetPatternVal">
<choice>
<value>pct5</value>
<value>pct10</value>
<value>pct20</value>
<value>pct25</value>
<value>pct30</value>
<value>pct40</value>
<value>pct50</value>
<value>pct60</value>
<value>pct70</value>
<value>pct75</value>
<value>pct80</value>
<value>pct90</value>
<value>horz</value>
<value>vert</value>
<value>ltHorz</value>
<value>ltVert</value>
<value>dkHorz</value>
<value>dkVert</value>
<value>narHorz</value>
<value>narVert</value>
<value>dashHorz</value>
<value>dashVert</value>
<value>cross</value>
<value>dnDiag</value>
<value>upDiag</value>
<value>ltDnDiag</value>
<value>ltUpDiag</value>
<value>dkDnDiag</value>
<value>dkUpDiag</value>
<value>wdDnDiag</value>
<value>wdUpDiag</value>
<value>dashDnDiag</value>
<value>dashUpDiag</value>
<value>diagCross</value>
<value>smCheck</value>
<value>lgCheck</value>
<value>smGrid</value>
<value>lgGrid</value>
<value>dotGrid</value>
<value>smConfetti</value>
<value>lgConfetti</value>
<value>horzBrick</value>
<value>diagBrick</value>
<value>solidDmnd</value>
<value>openDmnd</value>
<value>dotDmnd</value>
<value>plaid</value>
<value>sphere</value>
<value>weave</value>
<value>divot</value>
<value>shingle</value>
<value>wave</value>
<value>trellis</value>
<value>zigZag</value>
</choice>
</define>
<define name="a_CT_PatternFillProperties">
<optional>
<attribute name="prst">
<ref name="a_ST_PresetPatternVal"/>
</attribute>
</optional>
<optional>
<element name="fgClr">
<ref name="a_CT_Color"/>
</element>
</optional>
<optional>
<element name="bgClr">
<ref name="a_CT_Color"/>
</element>
</optional>
</define>
<define name="a_CT_GroupFillProperties">
<empty/>
</define>
<define name="a_EG_FillProperties">
<choice>
<element name="noFill">
<ref name="a_CT_NoFillProperties"/>
</element>
<element name="solidFill">
<ref name="a_CT_SolidColorFillProperties"/>
</element>
<element name="gradFill">
<ref name="a_CT_GradientFillProperties"/>
</element>
<element name="blipFill">
<ref name="a_CT_BlipFillProperties"/>
</element>
<element name="pattFill">
<ref name="a_CT_PatternFillProperties"/>
</element>
<element name="grpFill">
<ref name="a_CT_GroupFillProperties"/>
</element>
</choice>
</define>
<define name="a_CT_FillProperties">
<ref name="a_EG_FillProperties"/>
</define>
<define name="a_CT_FillEffect">
<ref name="a_EG_FillProperties"/>
</define>
<define name="a_ST_BlendMode">
<choice>
<value>over</value>
<value>mult</value>
<value>screen</value>
<value>darken</value>
<value>lighten</value>
</choice>
</define>
<define name="a_CT_FillOverlayEffect">
<attribute name="blend">
<ref name="a_ST_BlendMode"/>
</attribute>
<ref name="a_EG_FillProperties"/>
</define>
<define name="a_CT_EffectReference">
<attribute name="ref">
<data type="token"/>
</attribute>
</define>
<define name="a_EG_Effect">
<choice>
<element name="cont">
<ref name="a_CT_EffectContainer"/>
</element>
<element name="effect">
<ref name="a_CT_EffectReference"/>
</element>
<element name="alphaBiLevel">
<ref name="a_CT_AlphaBiLevelEffect"/>
</element>
<element name="alphaCeiling">
<ref name="a_CT_AlphaCeilingEffect"/>
</element>
<element name="alphaFloor">
<ref name="a_CT_AlphaFloorEffect"/>
</element>
<element name="alphaInv">
<ref name="a_CT_AlphaInverseEffect"/>
</element>
<element name="alphaMod">
<ref name="a_CT_AlphaModulateEffect"/>
</element>
<element name="alphaModFix">
<ref name="a_CT_AlphaModulateFixedEffect"/>
</element>
<element name="alphaOutset">
<ref name="a_CT_AlphaOutsetEffect"/>
</element>
<element name="alphaRepl">
<ref name="a_CT_AlphaReplaceEffect"/>
</element>
<element name="biLevel">
<ref name="a_CT_BiLevelEffect"/>
</element>
<element name="blend">
<ref name="a_CT_BlendEffect"/>
</element>
<element name="blur">
<ref name="a_CT_BlurEffect"/>
</element>
<element name="clrChange">
<ref name="a_CT_ColorChangeEffect"/>
</element>
<element name="clrRepl">
<ref name="a_CT_ColorReplaceEffect"/>
</element>
<element name="duotone">
<ref name="a_CT_DuotoneEffect"/>
</element>
<element name="fill">
<ref name="a_CT_FillEffect"/>
</element>
<element name="fillOverlay">
<ref name="a_CT_FillOverlayEffect"/>
</element>
<element name="glow">
<ref name="a_CT_GlowEffect"/>
</element>
<element name="grayscl">
<ref name="a_CT_GrayscaleEffect"/>
</element>
<element name="hsl">
<ref name="a_CT_HSLEffect"/>
</element>
<element name="innerShdw">
<ref name="a_CT_InnerShadowEffect"/>
</element>
<element name="lum">
<ref name="a_CT_LuminanceEffect"/>
</element>
<element name="outerShdw">
<ref name="a_CT_OuterShadowEffect"/>
</element>
<element name="prstShdw">
<ref name="a_CT_PresetShadowEffect"/>
</element>
<element name="reflection">
<ref name="a_CT_ReflectionEffect"/>
</element>
<element name="relOff">
<ref name="a_CT_RelativeOffsetEffect"/>
</element>
<element name="softEdge">
<ref name="a_CT_SoftEdgesEffect"/>
</element>
<element name="tint">
<ref name="a_CT_TintEffect"/>
</element>
<element name="xfrm">
<ref name="a_CT_TransformEffect"/>
</element>
</choice>
</define>
<define name="a_ST_EffectContainerType">
<choice>
<value>sib</value>
<value>tree</value>
</choice>
</define>
<define name="a_CT_EffectContainer">
<optional>
<attribute name="type">
<aa:documentation>default value: sib</aa:documentation>
<ref name="a_ST_EffectContainerType"/>
</attribute>
</optional>
<optional>
<attribute name="name">
<data type="token"/>
</attribute>
</optional>
<zeroOrMore>
<ref name="a_EG_Effect"/>
</zeroOrMore>
</define>
<define name="a_CT_AlphaModulateEffect">
<element name="cont">
<ref name="a_CT_EffectContainer"/>
</element>
</define>
<define name="a_CT_BlendEffect">
<attribute name="blend">
<ref name="a_ST_BlendMode"/>
</attribute>
<element name="cont">
<ref name="a_CT_EffectContainer"/>
</element>
</define>
<define name="a_CT_EffectList">
<optional>
<element name="blur">
<ref name="a_CT_BlurEffect"/>
</element>
</optional>
<optional>
<element name="fillOverlay">
<ref name="a_CT_FillOverlayEffect"/>
</element>
</optional>
<optional>
<element name="glow">
<ref name="a_CT_GlowEffect"/>
</element>
</optional>
<optional>
<element name="innerShdw">
<ref name="a_CT_InnerShadowEffect"/>
</element>
</optional>
<optional>
<element name="outerShdw">
<ref name="a_CT_OuterShadowEffect"/>
</element>
</optional>
<optional>
<element name="prstShdw">
<ref name="a_CT_PresetShadowEffect"/>
</element>
</optional>
<optional>
<element name="reflection">
<ref name="a_CT_ReflectionEffect"/>
</element>
</optional>
<optional>
<element name="softEdge">
<ref name="a_CT_SoftEdgesEffect"/>
</element>
</optional>
</define>
<define name="a_EG_EffectProperties">
<choice>
<element name="effectLst">
<ref name="a_CT_EffectList"/>
</element>
<element name="effectDag">
<ref name="a_CT_EffectContainer"/>
</element>
</choice>
</define>
<define name="a_CT_EffectProperties">
<ref name="a_EG_EffectProperties"/>
</define>
<define name="a_blip">
<element name="blip">
<ref name="a_CT_Blip"/>
</element>
</define>
<define name="a_ST_ShapeType">
<choice>
<value>line</value>
<value>lineInv</value>
<value>triangle</value>
<value>rtTriangle</value>
<value>rect</value>
<value>diamond</value>
<value>parallelogram</value>
<value>trapezoid</value>
<value>nonIsoscelesTrapezoid</value>
<value>pentagon</value>
<value>hexagon</value>
<value>heptagon</value>
<value>octagon</value>
<value>decagon</value>
<value>dodecagon</value>
<value>star4</value>
<value>star5</value>
<value>star6</value>
<value>star7</value>
<value>star8</value>
<value>star10</value>
<value>star12</value>
<value>star16</value>
<value>star24</value>
<value>star32</value>
<value>roundRect</value>
<value>round1Rect</value>
<value>round2SameRect</value>
<value>round2DiagRect</value>
<value>snipRoundRect</value>
<value>snip1Rect</value>
<value>snip2SameRect</value>
<value>snip2DiagRect</value>
<value>plaque</value>
<value>ellipse</value>
<value>teardrop</value>
<value>homePlate</value>
<value>chevron</value>
<value>pieWedge</value>
<value>pie</value>
<value>blockArc</value>
<value>donut</value>
<value>noSmoking</value>
<value>rightArrow</value>
<value>leftArrow</value>
<value>upArrow</value>
<value>downArrow</value>
<value>stripedRightArrow</value>
<value>notchedRightArrow</value>
<value>bentUpArrow</value>
<value>leftRightArrow</value>
<value>upDownArrow</value>
<value>leftUpArrow</value>
<value>leftRightUpArrow</value>
<value>quadArrow</value>
<value>leftArrowCallout</value>
<value>rightArrowCallout</value>
<value>upArrowCallout</value>
<value>downArrowCallout</value>
<value>leftRightArrowCallout</value>
<value>upDownArrowCallout</value>
<value>quadArrowCallout</value>
<value>bentArrow</value>
<value>uturnArrow</value>
<value>circularArrow</value>
<value>leftCircularArrow</value>
<value>leftRightCircularArrow</value>
<value>curvedRightArrow</value>
<value>curvedLeftArrow</value>
<value>curvedUpArrow</value>
<value>curvedDownArrow</value>
<value>swooshArrow</value>
<value>cube</value>
<value>can</value>
<value>lightningBolt</value>
<value>heart</value>
<value>sun</value>
<value>moon</value>
<value>smileyFace</value>
<value>irregularSeal1</value>
<value>irregularSeal2</value>
<value>foldedCorner</value>
<value>bevel</value>
<value>frame</value>
<value>halfFrame</value>
<value>corner</value>
<value>diagStripe</value>
<value>chord</value>
<value>arc</value>
<value>leftBracket</value>
<value>rightBracket</value>
<value>leftBrace</value>
<value>rightBrace</value>
<value>bracketPair</value>
<value>bracePair</value>
<value>straightConnector1</value>
<value>bentConnector2</value>
<value>bentConnector3</value>
<value>bentConnector4</value>
<value>bentConnector5</value>
<value>curvedConnector2</value>
<value>curvedConnector3</value>
<value>curvedConnector4</value>
<value>curvedConnector5</value>
<value>callout1</value>
<value>callout2</value>
<value>callout3</value>
<value>accentCallout1</value>
<value>accentCallout2</value>
<value>accentCallout3</value>
<value>borderCallout1</value>
<value>borderCallout2</value>
<value>borderCallout3</value>
<value>accentBorderCallout1</value>
<value>accentBorderCallout2</value>
<value>accentBorderCallout3</value>
<value>wedgeRectCallout</value>
<value>wedgeRoundRectCallout</value>
<value>wedgeEllipseCallout</value>
<value>cloudCallout</value>
<value>cloud</value>
<value>ribbon</value>
<value>ribbon2</value>
<value>ellipseRibbon</value>
<value>ellipseRibbon2</value>
<value>leftRightRibbon</value>
<value>verticalScroll</value>
<value>horizontalScroll</value>
<value>wave</value>
<value>doubleWave</value>
<value>plus</value>
<value>flowChartProcess</value>
<value>flowChartDecision</value>
<value>flowChartInputOutput</value>
<value>flowChartPredefinedProcess</value>
<value>flowChartInternalStorage</value>
<value>flowChartDocument</value>
<value>flowChartMultidocument</value>
<value>flowChartTerminator</value>
<value>flowChartPreparation</value>
<value>flowChartManualInput</value>
<value>flowChartManualOperation</value>
<value>flowChartConnector</value>
<value>flowChartPunchedCard</value>
<value>flowChartPunchedTape</value>
<value>flowChartSummingJunction</value>
<value>flowChartOr</value>
<value>flowChartCollate</value>
<value>flowChartSort</value>
<value>flowChartExtract</value>
<value>flowChartMerge</value>
<value>flowChartOfflineStorage</value>
<value>flowChartOnlineStorage</value>
<value>flowChartMagneticTape</value>
<value>flowChartMagneticDisk</value>
<value>flowChartMagneticDrum</value>
<value>flowChartDisplay</value>
<value>flowChartDelay</value>
<value>flowChartAlternateProcess</value>
<value>flowChartOffpageConnector</value>
<value>actionButtonBlank</value>
<value>actionButtonHome</value>
<value>actionButtonHelp</value>
<value>actionButtonInformation</value>
<value>actionButtonForwardNext</value>
<value>actionButtonBackPrevious</value>
<value>actionButtonEnd</value>
<value>actionButtonBeginning</value>
<value>actionButtonReturn</value>
<value>actionButtonDocument</value>
<value>actionButtonSound</value>
<value>actionButtonMovie</value>
<value>gear6</value>
<value>gear9</value>
<value>funnel</value>
<value>mathPlus</value>
<value>mathMinus</value>
<value>mathMultiply</value>
<value>mathDivide</value>
<value>mathEqual</value>
<value>mathNotEqual</value>
<value>cornerTabs</value>
<value>squareTabs</value>
<value>plaqueTabs</value>
<value>chartX</value>
<value>chartStar</value>
<value>chartPlus</value>
</choice>
</define>
<define name="a_ST_TextShapeType">
<choice>
<value>textNoShape</value>
<value>textPlain</value>
<value>textStop</value>
<value>textTriangle</value>
<value>textTriangleInverted</value>
<value>textChevron</value>
<value>textChevronInverted</value>
<value>textRingInside</value>
<value>textRingOutside</value>
<value>textArchUp</value>
<value>textArchDown</value>
<value>textCircle</value>
<value>textButton</value>
<value>textArchUpPour</value>
<value>textArchDownPour</value>
<value>textCirclePour</value>
<value>textButtonPour</value>
<value>textCurveUp</value>
<value>textCurveDown</value>
<value>textCanUp</value>
<value>textCanDown</value>
<value>textWave1</value>
<value>textWave2</value>
<value>textDoubleWave1</value>
<value>textWave4</value>
<value>textInflate</value>
<value>textDeflate</value>
<value>textInflateBottom</value>
<value>textDeflateBottom</value>
<value>textInflateTop</value>
<value>textDeflateTop</value>
<value>textDeflateInflate</value>
<value>textDeflateInflateDeflate</value>
<value>textFadeRight</value>
<value>textFadeLeft</value>
<value>textFadeUp</value>
<value>textFadeDown</value>
<value>textSlantUp</value>
<value>textSlantDown</value>
<value>textCascadeUp</value>
<value>textCascadeDown</value>
</choice>
</define>
<define name="a_ST_GeomGuideName">
<data type="token"/>
</define>
<define name="a_ST_GeomGuideFormula">
<data type="string"/>
</define>
<define name="a_CT_GeomGuide">
<attribute name="name">
<ref name="a_ST_GeomGuideName"/>
</attribute>
<attribute name="fmla">
<ref name="a_ST_GeomGuideFormula"/>
</attribute>
</define>
<define name="a_CT_GeomGuideList">
<zeroOrMore>
<element name="gd">
<ref name="a_CT_GeomGuide"/>
</element>
</zeroOrMore>
</define>
<define name="a_ST_AdjCoordinate">
<choice>
<ref name="a_ST_Coordinate"/>
<ref name="a_ST_GeomGuideName"/>
</choice>
</define>
<define name="a_ST_AdjAngle">
<choice>
<ref name="a_ST_Angle"/>
<ref name="a_ST_GeomGuideName"/>
</choice>
</define>
<define name="a_CT_AdjPoint2D">
<attribute name="x">
<ref name="a_ST_AdjCoordinate"/>
</attribute>
<attribute name="y">
<ref name="a_ST_AdjCoordinate"/>
</attribute>
</define>
<define name="a_CT_GeomRect">
<attribute name="l">
<ref name="a_ST_AdjCoordinate"/>
</attribute>
<attribute name="t">
<ref name="a_ST_AdjCoordinate"/>
</attribute>
<attribute name="r">
<ref name="a_ST_AdjCoordinate"/>
</attribute>
<attribute name="b">
<ref name="a_ST_AdjCoordinate"/>
</attribute>
</define>
<define name="a_CT_XYAdjustHandle">
<optional>
<attribute name="gdRefX">
<ref name="a_ST_GeomGuideName"/>
</attribute>
</optional>
<optional>
<attribute name="minX">
<ref name="a_ST_AdjCoordinate"/>
</attribute>
</optional>
<optional>
<attribute name="maxX">
<ref name="a_ST_AdjCoordinate"/>
</attribute>
</optional>
<optional>
<attribute name="gdRefY">
<ref name="a_ST_GeomGuideName"/>
</attribute>
</optional>
<optional>
<attribute name="minY">
<ref name="a_ST_AdjCoordinate"/>
</attribute>
</optional>
<optional>
<attribute name="maxY">
<ref name="a_ST_AdjCoordinate"/>
</attribute>
</optional>
<element name="pos">
<ref name="a_CT_AdjPoint2D"/>
</element>
</define>
<define name="a_CT_PolarAdjustHandle">
<optional>
<attribute name="gdRefR">
<ref name="a_ST_GeomGuideName"/>
</attribute>
</optional>
<optional>
<attribute name="minR">
<ref name="a_ST_AdjCoordinate"/>
</attribute>
</optional>
<optional>
<attribute name="maxR">
<ref name="a_ST_AdjCoordinate"/>
</attribute>
</optional>
<optional>
<attribute name="gdRefAng">
<ref name="a_ST_GeomGuideName"/>
</attribute>
</optional>
<optional>
<attribute name="minAng">
<ref name="a_ST_AdjAngle"/>
</attribute>
</optional>
<optional>
<attribute name="maxAng">
<ref name="a_ST_AdjAngle"/>
</attribute>
</optional>
<element name="pos">
<ref name="a_CT_AdjPoint2D"/>
</element>
</define>
<define name="a_CT_ConnectionSite">
<attribute name="ang">
<ref name="a_ST_AdjAngle"/>
</attribute>
<element name="pos">
<ref name="a_CT_AdjPoint2D"/>
</element>
</define>
<define name="a_CT_AdjustHandleList">
<zeroOrMore>
<choice>
<element name="ahXY">
<ref name="a_CT_XYAdjustHandle"/>
</element>
<element name="ahPolar">
<ref name="a_CT_PolarAdjustHandle"/>
</element>
</choice>
</zeroOrMore>
</define>
<define name="a_CT_ConnectionSiteList">
<zeroOrMore>
<element name="cxn">
<ref name="a_CT_ConnectionSite"/>
</element>
</zeroOrMore>
</define>
<define name="a_CT_Connection">
<attribute name="id">
<ref name="a_ST_DrawingElementId"/>
</attribute>
<attribute name="idx">
<data type="unsignedInt"/>
</attribute>
</define>
<define name="a_CT_Path2DMoveTo">
<element name="pt">
<ref name="a_CT_AdjPoint2D"/>
</element>
</define>
<define name="a_CT_Path2DLineTo">
<element name="pt">
<ref name="a_CT_AdjPoint2D"/>
</element>
</define>
<define name="a_CT_Path2DArcTo">
<attribute name="wR">
<ref name="a_ST_AdjCoordinate"/>
</attribute>
<attribute name="hR">
<ref name="a_ST_AdjCoordinate"/>
</attribute>
<attribute name="stAng">
<ref name="a_ST_AdjAngle"/>
</attribute>
<attribute name="swAng">
<ref name="a_ST_AdjAngle"/>
</attribute>
</define>
<define name="a_CT_Path2DQuadBezierTo">
<oneOrMore>
<element name="pt">
<ref name="a_CT_AdjPoint2D"/>
</element>
</oneOrMore>
</define>
<define name="a_CT_Path2DCubicBezierTo">
<oneOrMore>
<element name="pt">
<ref name="a_CT_AdjPoint2D"/>
</element>
</oneOrMore>
</define>
<define name="a_CT_Path2DClose">
<empty/>
</define>
<define name="a_ST_PathFillMode">
<choice>
<value>none</value>
<value>norm</value>
<value>lighten</value>
<value>lightenLess</value>
<value>darken</value>
<value>darkenLess</value>
</choice>
</define>
<define name="a_CT_Path2D">
<optional>
<attribute name="w">
<aa:documentation>default value: 0</aa:documentation>
<ref name="a_ST_PositiveCoordinate"/>
</attribute>
</optional>
<optional>
<attribute name="h">
<aa:documentation>default value: 0</aa:documentation>
<ref name="a_ST_PositiveCoordinate"/>
</attribute>
</optional>
<optional>
<attribute name="fill">
<aa:documentation>default value: norm</aa:documentation>
<ref name="a_ST_PathFillMode"/>
</attribute>
</optional>
<optional>
<attribute name="stroke">
<aa:documentation>default value: true</aa:documentation>
<data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="extrusionOk">
<aa:documentation>default value: true</aa:documentation>
<data type="boolean"/>
</attribute>
</optional>
<zeroOrMore>
<choice>
<element name="close">
<ref name="a_CT_Path2DClose"/>
</element>
<element name="moveTo">
<ref name="a_CT_Path2DMoveTo"/>
</element>
<element name="lnTo">
<ref name="a_CT_Path2DLineTo"/>
</element>
<element name="arcTo">
<ref name="a_CT_Path2DArcTo"/>
</element>
<element name="quadBezTo">
<ref name="a_CT_Path2DQuadBezierTo"/>
</element>
<element name="cubicBezTo">
<ref name="a_CT_Path2DCubicBezierTo"/>
</element>
</choice>
</zeroOrMore>
</define>
<define name="a_CT_Path2DList">
<zeroOrMore>
<element name="path">
<ref name="a_CT_Path2D"/>
</element>
</zeroOrMore>
</define>
<define name="a_CT_PresetGeometry2D">
<attribute name="prst">
<ref name="a_ST_ShapeType"/>
</attribute>
<optional>
<element name="avLst">
<ref name="a_CT_GeomGuideList"/>
</element>
</optional>
</define>
<define name="a_CT_PresetTextShape">
<attribute name="prst">
<ref name="a_ST_TextShapeType"/>
</attribute>
<optional>
<element name="avLst">
<ref name="a_CT_GeomGuideList"/>
</element>
</optional>
</define>
<define name="a_CT_CustomGeometry2D">
<optional>
<element name="avLst">
<ref name="a_CT_GeomGuideList"/>
</element>
</optional>
<optional>
<element name="gdLst">
<ref name="a_CT_GeomGuideList"/>
</element>
</optional>
<optional>
<element name="ahLst">
<ref name="a_CT_AdjustHandleList"/>
</element>
</optional>
<optional>
<element name="cxnLst">
<ref name="a_CT_ConnectionSiteList"/>
</element>
</optional>
<optional>
<element name="rect">
<ref name="a_CT_GeomRect"/>
</element>
</optional>
<element name="pathLst">
<ref name="a_CT_Path2DList"/>
</element>
</define>
<define name="a_EG_Geometry">
<choice>
<element name="custGeom">
<ref name="a_CT_CustomGeometry2D"/>
</element>
<element name="prstGeom">
<ref name="a_CT_PresetGeometry2D"/>
</element>
</choice>
</define>
<define name="a_EG_TextGeometry">
<choice>
<element name="custGeom">
<ref name="a_CT_CustomGeometry2D"/>
</element>
<element name="prstTxWarp">
<ref name="a_CT_PresetTextShape"/>
</element>
</choice>
</define>
<define name="a_ST_LineEndType">
<choice>
<value>none</value>
<value>triangle</value>
<value>stealth</value>
<value>diamond</value>
<value>oval</value>
<value>arrow</value>
</choice>
</define>
<define name="a_ST_LineEndWidth">
<choice>
<value>sm</value>
<value>med</value>
<value>lg</value>
</choice>
</define>
<define name="a_ST_LineEndLength">
<choice>
<value>sm</value>
<value>med</value>
<value>lg</value>
</choice>
</define>
<define name="a_CT_LineEndProperties">
<optional>
<attribute name="type">
<ref name="a_ST_LineEndType"/>
</attribute>
</optional>
<optional>
<attribute name="w">
<ref name="a_ST_LineEndWidth"/>
</attribute>
</optional>
<optional>
<attribute name="len">
<ref name="a_ST_LineEndLength"/>
</attribute>
</optional>
</define>
<define name="a_EG_LineFillProperties">
<choice>
<element name="noFill">
<ref name="a_CT_NoFillProperties"/>
</element>
<element name="solidFill">
<ref name="a_CT_SolidColorFillProperties"/>
</element>
<element name="gradFill">
<ref name="a_CT_GradientFillProperties"/>
</element>
<element name="pattFill">
<ref name="a_CT_PatternFillProperties"/>
</element>
</choice>
</define>
<define name="a_CT_LineJoinBevel">
<empty/>
</define>
<define name="a_CT_LineJoinRound">
<empty/>
</define>
<define name="a_CT_LineJoinMiterProperties">
<optional>
<attribute name="lim">
<ref name="a_ST_PositivePercentage"/>
</attribute>
</optional>
</define>
<define name="a_EG_LineJoinProperties">
<choice>
<element name="round">
<ref name="a_CT_LineJoinRound"/>
</element>
<element name="bevel">
<ref name="a_CT_LineJoinBevel"/>
</element>
<element name="miter">
<ref name="a_CT_LineJoinMiterProperties"/>
</element>
</choice>
</define>
<define name="a_ST_PresetLineDashVal">
<choice>
<value>solid</value>
<value>dot</value>
<value>dash</value>
<value>lgDash</value>
<value>dashDot</value>
<value>lgDashDot</value>
<value>lgDashDotDot</value>
<value>sysDash</value>
<value>sysDot</value>
<value>sysDashDot</value>
<value>sysDashDotDot</value>
</choice>
</define>
<define name="a_CT_PresetLineDashProperties">
<optional>
<attribute name="val">
<ref name="a_ST_PresetLineDashVal"/>
</attribute>
</optional>
</define>
<define name="a_CT_DashStop">
<attribute name="d">
<ref name="a_ST_PositivePercentage"/>
</attribute>
<attribute name="sp">
<ref name="a_ST_PositivePercentage"/>
</attribute>
</define>
<define name="a_CT_DashStopList">
<zeroOrMore>
<element name="ds">
<ref name="a_CT_DashStop"/>
</element>
</zeroOrMore>
</define>
<define name="a_EG_LineDashProperties">
<choice>
<element name="prstDash">
<ref name="a_CT_PresetLineDashProperties"/>
</element>
<element name="custDash">
<ref name="a_CT_DashStopList"/>
</element>
</choice>
</define>
<define name="a_ST_LineCap">
<choice>
<value>rnd</value>
<value>sq</value>
<value>flat</value>
</choice>
</define>
<define name="a_ST_LineWidth">
<data type="int">
<param name="minInclusive">0</param>
<param name="maxInclusive">20116800</param>
</data>
</define>
<define name="a_ST_PenAlignment">
<choice>
<value>ctr</value>
<value>in</value>
</choice>
</define>
<define name="a_ST_CompoundLine">
<choice>
<value>sng</value>
<value>dbl</value>
<value>thickThin</value>
<value>thinThick</value>
<value>tri</value>
</choice>
</define>
<define name="a_CT_LineProperties">
<optional>
<attribute name="w">
<ref name="a_ST_LineWidth"/>
</attribute>
</optional>
<optional>
<attribute name="cap">
<ref name="a_ST_LineCap"/>
</attribute>
</optional>
<optional>
<attribute name="cmpd">
<ref name="a_ST_CompoundLine"/>
</attribute>
</optional>
<optional>
<attribute name="algn">
<ref name="a_ST_PenAlignment"/>
</attribute>
</optional>
<optional>
<ref name="a_EG_LineFillProperties"/>
</optional>
<optional>
<ref name="a_EG_LineDashProperties"/>
</optional>
<optional>
<ref name="a_EG_LineJoinProperties"/>
</optional>
<optional>
<element name="headEnd">
<ref name="a_CT_LineEndProperties"/>
</element>
</optional>
<optional>
<element name="tailEnd">
<ref name="a_CT_LineEndProperties"/>
</element>
</optional>
<optional>
<element name="extLst">
<ref name="a_CT_OfficeArtExtensionList"/>
</element>
</optional>
</define>
<define name="a_ST_ShapeID">
<data type="token"/>
</define>
<define name="a_CT_ShapeProperties">
<optional>
<attribute name="bwMode">
<ref name="a_ST_BlackWhiteMode"/>
</attribute>
</optional>
<optional>
<element name="xfrm">
<ref name="a_CT_Transform2D"/>
</element>
</optional>
<optional>
<ref name="a_EG_Geometry"/>
</optional>
<optional>
<ref name="a_EG_FillProperties"/>
</optional>
<optional>
<element name="ln">
<ref name="a_CT_LineProperties"/>
</element>
</optional>
<optional>
<ref name="a_EG_EffectProperties"/>
</optional>
<optional>
<element name="scene3d">
<ref name="a_CT_Scene3D"/>
</element>
</optional>
<optional>
<element name="sp3d">
<ref name="a_CT_Shape3D"/>
</element>
</optional>
<optional>
<element name="extLst">
<ref name="a_CT_OfficeArtExtensionList"/>
</element>
</optional>
</define>
<define name="a_CT_GroupShapeProperties">
<optional>
<attribute name="bwMode">
<ref name="a_ST_BlackWhiteMode"/>
</attribute>
</optional>
<optional>
<element name="xfrm">
<ref name="a_CT_GroupTransform2D"/>
</element>
</optional>
<optional>
<ref name="a_EG_FillProperties"/>
</optional>
<optional>
<ref name="a_EG_EffectProperties"/>
</optional>
<optional>
<element name="scene3d">
<ref name="a_CT_Scene3D"/>
</element>
</optional>
<optional>
<element name="extLst">
<ref name="a_CT_OfficeArtExtensionList"/>
</element>
</optional>
</define>
<define name="a_CT_StyleMatrixReference">
<attribute name="idx">
<ref name="a_ST_StyleMatrixColumnIndex"/>
</attribute>
<optional>
<ref name="a_EG_ColorChoice"/>
</optional>
</define>
<define name="a_CT_FontReference">
<attribute name="idx">
<ref name="a_ST_FontCollectionIndex"/>
</attribute>
<optional>
<ref name="a_EG_ColorChoice"/>
</optional>
</define>
<define name="a_CT_ShapeStyle">
<element name="lnRef">
<ref name="a_CT_StyleMatrixReference"/>
</element>
<element name="fillRef">
<ref name="a_CT_StyleMatrixReference"/>
</element>
<element name="effectRef">
<ref name="a_CT_StyleMatrixReference"/>
</element>
<element name="fontRef">
<ref name="a_CT_FontReference"/>
</element>
</define>
<define name="a_CT_DefaultShapeDefinition">
<element name="spPr">
<ref name="a_CT_ShapeProperties"/>
</element>
<element name="bodyPr">
<ref name="a_CT_TextBodyProperties"/>
</element>
<element name="lstStyle">
<ref name="a_CT_TextListStyle"/>
</element>
<optional>
<element name="style">
<ref name="a_CT_ShapeStyle"/>
</element>
</optional>
<optional>
<element name="extLst">
<ref name="a_CT_OfficeArtExtensionList"/>
</element>
</optional>
</define>
<define name="a_CT_ObjectStyleDefaults">
<optional>
<element name="spDef">
<ref name="a_CT_DefaultShapeDefinition"/>
</element>
</optional>
<optional>
<element name="lnDef">
<ref name="a_CT_DefaultShapeDefinition"/>
</element>
</optional>
<optional>
<element name="txDef">
<ref name="a_CT_DefaultShapeDefinition"/>
</element>
</optional>
<optional>
<element name="extLst">
<ref name="a_CT_OfficeArtExtensionList"/>
</element>
</optional>
</define>
<define name="a_CT_EmptyElement">
<empty/>
</define>
<define name="a_CT_ColorMapping">
<attribute name="bg1">
<ref name="a_ST_ColorSchemeIndex"/>
</attribute>
<attribute name="tx1">
<ref name="a_ST_ColorSchemeIndex"/>
</attribute>
<attribute name="bg2">
<ref name="a_ST_ColorSchemeIndex"/>
</attribute>
<attribute name="tx2">
<ref name="a_ST_ColorSchemeIndex"/>
</attribute>
<attribute name="accent1">
<ref name="a_ST_ColorSchemeIndex"/>
</attribute>
<attribute name="accent2">
<ref name="a_ST_ColorSchemeIndex"/>
</attribute>
<attribute name="accent3">
<ref name="a_ST_ColorSchemeIndex"/>
</attribute>
<attribute name="accent4">
<ref name="a_ST_ColorSchemeIndex"/>
</attribute>
<attribute name="accent5">
<ref name="a_ST_ColorSchemeIndex"/>
</attribute>
<attribute name="accent6">
<ref name="a_ST_ColorSchemeIndex"/>
</attribute>
<attribute name="hlink">
<ref name="a_ST_ColorSchemeIndex"/>
</attribute>
<attribute name="folHlink">
<ref name="a_ST_ColorSchemeIndex"/>
</attribute>
<optional>
<element name="extLst">
<ref name="a_CT_OfficeArtExtensionList"/>
</element>
</optional>
</define>
<define name="a_CT_ColorMappingOverride">
<choice>
<element name="masterClrMapping">
<ref name="a_CT_EmptyElement"/>
</element>
<element name="overrideClrMapping">
<ref name="a_CT_ColorMapping"/>
</element>
</choice>
</define>
<define name="a_CT_ColorSchemeAndMapping">
<element name="clrScheme">
<ref name="a_CT_ColorScheme"/>
</element>
<optional>
<element name="clrMap">
<ref name="a_CT_ColorMapping"/>
</element>
</optional>
</define>
<define name="a_CT_ColorSchemeList">
<zeroOrMore>
<element name="extraClrScheme">
<ref name="a_CT_ColorSchemeAndMapping"/>
</element>
</zeroOrMore>
</define>
<define name="a_CT_OfficeStyleSheet">
<optional>
<attribute name="name">
<data type="string"/>
</attribute>
</optional>
<element name="themeElements">
<ref name="a_CT_BaseStyles"/>
</element>
<optional>
<element name="objectDefaults">
<ref name="a_CT_ObjectStyleDefaults"/>
</element>
</optional>
<optional>
<element name="extraClrSchemeLst">
<ref name="a_CT_ColorSchemeList"/>
</element>
</optional>
<optional>
<element name="custClrLst">
<ref name="a_CT_CustomColorList"/>
</element>
</optional>
<optional>
<element name="extLst">
<ref name="a_CT_OfficeArtExtensionList"/>
</element>
</optional>
</define>
<define name="a_CT_BaseStylesOverride">
<optional>
<element name="clrScheme">
<ref name="a_CT_ColorScheme"/>
</element>
</optional>
<optional>
<element name="fontScheme">
<ref name="a_CT_FontScheme"/>
</element>
</optional>
<optional>
<element name="fmtScheme">
<ref name="a_CT_StyleMatrix"/>
</element>
</optional>
</define>
<define name="a_CT_ClipboardStyleSheet">
<element name="themeElements">
<ref name="a_CT_BaseStyles"/>
</element>
<element name="clrMap">
<ref name="a_CT_ColorMapping"/>
</element>
</define>
<define name="a_theme">
<element name="theme">
<ref name="a_CT_OfficeStyleSheet"/>
</element>
</define>
<define name="a_themeOverride">
<element name="themeOverride">
<ref name="a_CT_BaseStylesOverride"/>
</element>
</define>
<define name="a_themeManager">
<element name="themeManager">
<ref name="a_CT_EmptyElement"/>
</element>
</define>
<define name="a_CT_TableCellProperties">
<optional>
<attribute name="marL">
<aa:documentation>default value: 91440</aa:documentation>
<ref name="a_ST_Coordinate32"/>
</attribute>
</optional>
<optional>
<attribute name="marR">
<aa:documentation>default value: 91440</aa:documentation>
<ref name="a_ST_Coordinate32"/>
</attribute>
</optional>
<optional>
<attribute name="marT">
<aa:documentation>default value: 45720</aa:documentation>
<ref name="a_ST_Coordinate32"/>
</attribute>
</optional>
<optional>
<attribute name="marB">
<aa:documentation>default value: 45720</aa:documentation>
<ref name="a_ST_Coordinate32"/>
</attribute>
</optional>
<optional>
<attribute name="vert">
<aa:documentation>default value: horz</aa:documentation>
<ref name="a_ST_TextVerticalType"/>
</attribute>
</optional>
<optional>
<attribute name="anchor">
<aa:documentation>default value: t</aa:documentation>
<ref name="a_ST_TextAnchoringType"/>
</attribute>
</optional>
<optional>
<attribute name="anchorCtr">
<aa:documentation>default value: false</aa:documentation>
<data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="horzOverflow">
<aa:documentation>default value: clip</aa:documentation>
<ref name="a_ST_TextHorzOverflowType"/>
</attribute>
</optional>
<optional>
<element name="lnL">
<ref name="a_CT_LineProperties"/>
</element>
</optional>
<optional>
<element name="lnR">
<ref name="a_CT_LineProperties"/>
</element>
</optional>
<optional>
<element name="lnT">
<ref name="a_CT_LineProperties"/>
</element>
</optional>
<optional>
<element name="lnB">
<ref name="a_CT_LineProperties"/>
</element>
</optional>
<optional>
<element name="lnTlToBr">
<ref name="a_CT_LineProperties"/>
</element>
</optional>
<optional>
<element name="lnBlToTr">
<ref name="a_CT_LineProperties"/>
</element>
</optional>
<optional>
<element name="cell3D">
<ref name="a_CT_Cell3D"/>
</element>
</optional>
<optional>
<ref name="a_EG_FillProperties"/>
</optional>
<optional>
<element name="headers">
<ref name="a_CT_Headers"/>
</element>
</optional>
<optional>
<element name="extLst">
<ref name="a_CT_OfficeArtExtensionList"/>
</element>
</optional>
</define>
<define name="a_CT_Headers">
<zeroOrMore>
<element name="header">
<data type="string"/>
</element>
</zeroOrMore>
</define>
<define name="a_CT_TableCol">
<attribute name="w">
<ref name="a_ST_Coordinate"/>
</attribute>
<optional>
<element name="extLst">
<ref name="a_CT_OfficeArtExtensionList"/>
</element>
</optional>
</define>
<define name="a_CT_TableGrid">
<zeroOrMore>
<element name="gridCol">
<ref name="a_CT_TableCol"/>
</element>
</zeroOrMore>
</define>
<define name="a_CT_TableCell">
<optional>
<attribute name="rowSpan">
<aa:documentation>default value: 1</aa:documentation>
<data type="int"/>
</attribute>
</optional>
<optional>
<attribute name="gridSpan">
<aa:documentation>default value: 1</aa:documentation>
<data type="int"/>
</attribute>
</optional>
<optional>
<attribute name="hMerge">
<aa:documentation>default value: false</aa:documentation>
<data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="vMerge">
<aa:documentation>default value: false</aa:documentation>
<data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="id">
<data type="string"/>
</attribute>
</optional>
<optional>
<element name="txBody">
<ref name="a_CT_TextBody"/>
</element>
</optional>
<optional>
<element name="tcPr">
<ref name="a_CT_TableCellProperties"/>
</element>
</optional>
<optional>
<element name="extLst">
<ref name="a_CT_OfficeArtExtensionList"/>
</element>
</optional>
</define>
<define name="a_CT_TableRow">
<attribute name="h">
<ref name="a_ST_Coordinate"/>
</attribute>
<zeroOrMore>
<element name="tc">
<ref name="a_CT_TableCell"/>
</element>
</zeroOrMore>
<optional>
<element name="extLst">
<ref name="a_CT_OfficeArtExtensionList"/>
</element>
</optional>
</define>
<define name="a_CT_TableProperties">
<optional>
<attribute name="rtl">
<aa:documentation>default value: false</aa:documentation>
<data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="firstRow">
<aa:documentation>default value: false</aa:documentation>
<data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="firstCol">
<aa:documentation>default value: false</aa:documentation>
<data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="lastRow">
<aa:documentation>default value: false</aa:documentation>
<data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="lastCol">
<aa:documentation>default value: false</aa:documentation>
<data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="bandRow">
<aa:documentation>default value: false</aa:documentation>
<data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="bandCol">
<aa:documentation>default value: false</aa:documentation>
<data type="boolean"/>
</attribute>
</optional>
<optional>
<ref name="a_EG_FillProperties"/>
</optional>
<optional>
<ref name="a_EG_EffectProperties"/>
</optional>
<optional>
<choice>
<element name="tableStyle">
<ref name="a_CT_TableStyle"/>
</element>
<element name="tableStyleId">
<ref name="s_ST_Guid"/>
</element>
</choice>
</optional>
<optional>
<element name="extLst">
<ref name="a_CT_OfficeArtExtensionList"/>
</element>
</optional>
</define>
<define name="a_CT_Table">
<optional>
<element name="tblPr">
<ref name="a_CT_TableProperties"/>
</element>
</optional>
<element name="tblGrid">
<ref name="a_CT_TableGrid"/>
</element>
<zeroOrMore>
<element name="tr">
<ref name="a_CT_TableRow"/>
</element>
</zeroOrMore>
</define>
<define name="a_tbl">
<element name="tbl">
<ref name="a_CT_Table"/>
</element>
</define>
<define name="a_CT_Cell3D">
<optional>
<attribute name="prstMaterial">
<aa:documentation>default value: plastic</aa:documentation>
<ref name="a_ST_PresetMaterialType"/>
</attribute>
</optional>
<element name="bevel">
<ref name="a_CT_Bevel"/>
</element>
<optional>
<element name="lightRig">
<ref name="a_CT_LightRig"/>
</element>
</optional>
<optional>
<element name="extLst">
<ref name="a_CT_OfficeArtExtensionList"/>
</element>
</optional>
</define>
<define name="a_EG_ThemeableFillStyle">
<choice>
<element name="fill">
<ref name="a_CT_FillProperties"/>
</element>
<element name="fillRef">
<ref name="a_CT_StyleMatrixReference"/>
</element>
</choice>
</define>
<define name="a_CT_ThemeableLineStyle">
<choice>
<element name="ln">
<ref name="a_CT_LineProperties"/>
</element>
<element name="lnRef">
<ref name="a_CT_StyleMatrixReference"/>
</element>
</choice>
</define>
<define name="a_EG_ThemeableEffectStyle">
<choice>
<element name="effect">
<ref name="a_CT_EffectProperties"/>
</element>
<element name="effectRef">
<ref name="a_CT_StyleMatrixReference"/>
</element>
</choice>
</define>
<define name="a_EG_ThemeableFontStyles">
<choice>
<element name="font">
<ref name="a_CT_FontCollection"/>
</element>
<element name="fontRef">
<ref name="a_CT_FontReference"/>
</element>
</choice>
</define>
<define name="a_ST_OnOffStyleType">
<choice>
<value>on</value>
<value>off</value>
<value>def</value>
</choice>
</define>
<define name="a_CT_TableStyleTextStyle">
<optional>
<attribute name="b">
<aa:documentation>default value: def</aa:documentation>
<ref name="a_ST_OnOffStyleType"/>
</attribute>
</optional>
<optional>
<attribute name="i">
<aa:documentation>default value: def</aa:documentation>
<ref name="a_ST_OnOffStyleType"/>
</attribute>
</optional>
<optional>
<ref name="a_EG_ThemeableFontStyles"/>
</optional>
<optional>
<ref name="a_EG_ColorChoice"/>
</optional>
<optional>
<element name="extLst">
<ref name="a_CT_OfficeArtExtensionList"/>
</element>
</optional>
</define>
<define name="a_CT_TableCellBorderStyle">
<optional>
<element name="left">
<ref name="a_CT_ThemeableLineStyle"/>
</element>
</optional>
<optional>
<element name="right">
<ref name="a_CT_ThemeableLineStyle"/>
</element>
</optional>
<optional>
<element name="top">
<ref name="a_CT_ThemeableLineStyle"/>
</element>
</optional>
<optional>
<element name="bottom">
<ref name="a_CT_ThemeableLineStyle"/>
</element>
</optional>
<optional>
<element name="insideH">
<ref name="a_CT_ThemeableLineStyle"/>
</element>
</optional>
<optional>
<element name="insideV">
<ref name="a_CT_ThemeableLineStyle"/>
</element>
</optional>
<optional>
<element name="tl2br">
<ref name="a_CT_ThemeableLineStyle"/>
</element>
</optional>
<optional>
<element name="tr2bl">
<ref name="a_CT_ThemeableLineStyle"/>
</element>
</optional>
<optional>
<element name="extLst">
<ref name="a_CT_OfficeArtExtensionList"/>
</element>
</optional>
</define>
<define name="a_CT_TableBackgroundStyle">
<optional>
<ref name="a_EG_ThemeableFillStyle"/>
</optional>
<optional>
<ref name="a_EG_ThemeableEffectStyle"/>
</optional>
</define>
<define name="a_CT_TableStyleCellStyle">
<optional>
<element name="tcBdr">
<ref name="a_CT_TableCellBorderStyle"/>
</element>
</optional>
<optional>
<ref name="a_EG_ThemeableFillStyle"/>
</optional>
<optional>
<element name="cell3D">
<ref name="a_CT_Cell3D"/>
</element>
</optional>
</define>
<define name="a_CT_TablePartStyle">
<optional>
<element name="tcTxStyle">
<ref name="a_CT_TableStyleTextStyle"/>
</element>
</optional>
<optional>
<element name="tcStyle">
<ref name="a_CT_TableStyleCellStyle"/>
</element>
</optional>
</define>
<define name="a_CT_TableStyle">
<attribute name="styleId">
<ref name="s_ST_Guid"/>
</attribute>
<attribute name="styleName">
<data type="string"/>
</attribute>
<optional>
<element name="tblBg">
<ref name="a_CT_TableBackgroundStyle"/>
</element>
</optional>
<optional>
<element name="wholeTbl">
<ref name="a_CT_TablePartStyle"/>
</element>
</optional>
<optional>
<element name="band1H">
<ref name="a_CT_TablePartStyle"/>
</element>
</optional>
<optional>
<element name="band2H">
<ref name="a_CT_TablePartStyle"/>
</element>
</optional>
<optional>
<element name="band1V">
<ref name="a_CT_TablePartStyle"/>
</element>
</optional>
<optional>
<element name="band2V">
<ref name="a_CT_TablePartStyle"/>
</element>
</optional>
<optional>
<element name="lastCol">
<ref name="a_CT_TablePartStyle"/>
</element>
</optional>
<optional>
<element name="firstCol">
<ref name="a_CT_TablePartStyle"/>
</element>
</optional>
<optional>
<element name="lastRow">
<ref name="a_CT_TablePartStyle"/>
</element>
</optional>
<optional>
<element name="seCell">
<ref name="a_CT_TablePartStyle"/>
</element>
</optional>
<optional>
<element name="swCell">
<ref name="a_CT_TablePartStyle"/>
</element>
</optional>
<optional>
<element name="firstRow">
<ref name="a_CT_TablePartStyle"/>
</element>
</optional>
<optional>
<element name="neCell">
<ref name="a_CT_TablePartStyle"/>
</element>
</optional>
<optional>
<element name="nwCell">
<ref name="a_CT_TablePartStyle"/>
</element>
</optional>
<optional>
<element name="extLst">
<ref name="a_CT_OfficeArtExtensionList"/>
</element>
</optional>
</define>
<define name="a_CT_TableStyleList">
<attribute name="def">
<ref name="s_ST_Guid"/>
</attribute>
<zeroOrMore>
<element name="tblStyle">
<ref name="a_CT_TableStyle"/>
</element>
</zeroOrMore>
</define>
<define name="a_tblStyleLst">
<element name="tblStyleLst">
<ref name="a_CT_TableStyleList"/>
</element>
</define>
<define name="a_CT_TextParagraph">
<optional>
<element name="pPr">
<ref name="a_CT_TextParagraphProperties"/>
</element>
</optional>
<zeroOrMore>
<ref name="a_EG_TextRun"/>
</zeroOrMore>
<optional>
<element name="endParaRPr">
<ref name="a_CT_TextCharacterProperties"/>
</element>
</optional>
</define>
<define name="a_ST_TextAnchoringType">
<choice>
<value>t</value>
<value>ctr</value>
<value>b</value>
<value>just</value>
<value>dist</value>
</choice>
</define>
<define name="a_ST_TextVertOverflowType">
<choice>
<value>overflow</value>
<value>ellipsis</value>
<value>clip</value>
</choice>
</define>
<define name="a_ST_TextHorzOverflowType">
<choice>
<value>overflow</value>
<value>clip</value>
</choice>
</define>
<define name="a_ST_TextVerticalType">
<choice>
<value>horz</value>
<value>vert</value>
<value>vert270</value>
<value>wordArtVert</value>
<value>eaVert</value>
<value>mongolianVert</value>
<value>wordArtVertRtl</value>
</choice>
</define>
<define name="a_ST_TextWrappingType">
<choice>
<value>none</value>
<value>square</value>
</choice>
</define>
<define name="a_ST_TextColumnCount">
<data type="int">
<param name="minInclusive">1</param>
<param name="maxInclusive">16</param>
</data>
</define>
<define name="a_CT_TextListStyle">
<optional>
<element name="defPPr">
<ref name="a_CT_TextParagraphProperties"/>
</element>
</optional>
<optional>
<element name="lvl1pPr">
<ref name="a_CT_TextParagraphProperties"/>
</element>
</optional>
<optional>
<element name="lvl2pPr">
<ref name="a_CT_TextParagraphProperties"/>
</element>
</optional>
<optional>
<element name="lvl3pPr">
<ref name="a_CT_TextParagraphProperties"/>
</element>
</optional>
<optional>
<element name="lvl4pPr">
<ref name="a_CT_TextParagraphProperties"/>
</element>
</optional>
<optional>
<element name="lvl5pPr">
<ref name="a_CT_TextParagraphProperties"/>
</element>
</optional>
<optional>
<element name="lvl6pPr">
<ref name="a_CT_TextParagraphProperties"/>
</element>
</optional>
<optional>
<element name="lvl7pPr">
<ref name="a_CT_TextParagraphProperties"/>
</element>
</optional>
<optional>
<element name="lvl8pPr">
<ref name="a_CT_TextParagraphProperties"/>
</element>
</optional>
<optional>
<element name="lvl9pPr">
<ref name="a_CT_TextParagraphProperties"/>
</element>
</optional>
<optional>
<element name="extLst">
<ref name="a_CT_OfficeArtExtensionList"/>
</element>
</optional>
</define>
<define name="a_ST_TextFontScalePercentOrPercentString">
<choice>
<ref name="a_ST_TextFontScalePercent"/>
<ref name="s_ST_Percentage"/>
</choice>
</define>
<define name="a_ST_TextFontScalePercent">
<data type="int">
<param name="minInclusive">1000</param>
<param name="maxInclusive">100000</param>
</data>
</define>
<define name="a_CT_TextNormalAutofit">
<optional>
<attribute name="fontScale">
<aa:documentation>default value: 100%</aa:documentation>
<ref name="a_ST_TextFontScalePercentOrPercentString"/>
</attribute>
</optional>
<optional>
<attribute name="lnSpcReduction">
<aa:documentation>default value: 0%</aa:documentation>
<ref name="a_ST_TextSpacingPercentOrPercentString"/>
</attribute>
</optional>
</define>
<define name="a_CT_TextShapeAutofit">
<empty/>
</define>
<define name="a_CT_TextNoAutofit">
<empty/>
</define>
<define name="a_EG_TextAutofit">
<choice>
<element name="noAutofit">
<ref name="a_CT_TextNoAutofit"/>
</element>
<element name="normAutofit">
<ref name="a_CT_TextNormalAutofit"/>
</element>
<element name="spAutoFit">
<ref name="a_CT_TextShapeAutofit"/>
</element>
</choice>
</define>
<define name="a_CT_TextBodyProperties">
<optional>
<attribute name="rot">
<ref name="a_ST_Angle"/>
</attribute>
</optional>
<optional>
<attribute name="spcFirstLastPara">
<data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="vertOverflow">
<ref name="a_ST_TextVertOverflowType"/>
</attribute>
</optional>
<optional>
<attribute name="horzOverflow">
<ref name="a_ST_TextHorzOverflowType"/>
</attribute>
</optional>
<optional>
<attribute name="vert">
<ref name="a_ST_TextVerticalType"/>
</attribute>
</optional>
<optional>
<attribute name="wrap">
<ref name="a_ST_TextWrappingType"/>
</attribute>
</optional>
<optional>
<attribute name="lIns">
<ref name="a_ST_Coordinate32"/>
</attribute>
</optional>
<optional>
<attribute name="tIns">
<ref name="a_ST_Coordinate32"/>
</attribute>
</optional>
<optional>
<attribute name="rIns">
<ref name="a_ST_Coordinate32"/>
</attribute>
</optional>
<optional>
<attribute name="bIns">
<ref name="a_ST_Coordinate32"/>
</attribute>
</optional>
<optional>
<attribute name="numCol">
<ref name="a_ST_TextColumnCount"/>
</attribute>
</optional>
<optional>
<attribute name="spcCol">
<ref name="a_ST_PositiveCoordinate32"/>
</attribute>
</optional>
<optional>
<attribute name="rtlCol">
<data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="fromWordArt">
<data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="anchor">
<ref name="a_ST_TextAnchoringType"/>
</attribute>
</optional>
<optional>
<attribute name="anchorCtr">
<data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="forceAA">
<data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="upright">
<aa:documentation>default value: false</aa:documentation>
<data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="compatLnSpc">
<data type="boolean"/>
</attribute>
</optional>
<optional>
<element name="prstTxWarp">
<ref name="a_CT_PresetTextShape"/>
</element>
</optional>
<optional>
<ref name="a_EG_TextAutofit"/>
</optional>
<optional>
<element name="scene3d">
<ref name="a_CT_Scene3D"/>
</element>
</optional>
<optional>
<ref name="a_EG_Text3D"/>
</optional>
<optional>
<element name="extLst">
<ref name="a_CT_OfficeArtExtensionList"/>
</element>
</optional>
</define>
<define name="a_CT_TextBody">
<element name="bodyPr">
<ref name="a_CT_TextBodyProperties"/>
</element>
<optional>
<element name="lstStyle">
<ref name="a_CT_TextListStyle"/>
</element>
</optional>
<oneOrMore>
<element name="p">
<ref name="a_CT_TextParagraph"/>
</element>
</oneOrMore>
</define>
<define name="a_ST_TextBulletStartAtNum">
<data type="int">
<param name="minInclusive">1</param>
<param name="maxInclusive">32767</param>
</data>
</define>
<define name="a_ST_TextAutonumberScheme">
<choice>
<value>alphaLcParenBoth</value>
<value>alphaUcParenBoth</value>
<value>alphaLcParenR</value>
<value>alphaUcParenR</value>
<value>alphaLcPeriod</value>
<value>alphaUcPeriod</value>
<value>arabicParenBoth</value>
<value>arabicParenR</value>
<value>arabicPeriod</value>
<value>arabicPlain</value>
<value>romanLcParenBoth</value>
<value>romanUcParenBoth</value>
<value>romanLcParenR</value>
<value>romanUcParenR</value>
<value>romanLcPeriod</value>
<value>romanUcPeriod</value>
<value>circleNumDbPlain</value>
<value>circleNumWdBlackPlain</value>
<value>circleNumWdWhitePlain</value>
<value>arabicDbPeriod</value>
<value>arabicDbPlain</value>
<value>ea1ChsPeriod</value>
<value>ea1ChsPlain</value>
<value>ea1ChtPeriod</value>
<value>ea1ChtPlain</value>
<value>ea1JpnChsDbPeriod</value>
<value>ea1JpnKorPlain</value>
<value>ea1JpnKorPeriod</value>
<value>arabic1Minus</value>
<value>arabic2Minus</value>
<value>hebrew2Minus</value>
<value>thaiAlphaPeriod</value>
<value>thaiAlphaParenR</value>
<value>thaiAlphaParenBoth</value>
<value>thaiNumPeriod</value>
<value>thaiNumParenR</value>
<value>thaiNumParenBoth</value>
<value>hindiAlphaPeriod</value>
<value>hindiNumPeriod</value>
<value>hindiNumParenR</value>
<value>hindiAlpha1Period</value>
</choice>
</define>
<define name="a_CT_TextBulletColorFollowText">
<empty/>
</define>
<define name="a_EG_TextBulletColor">
<choice>
<element name="buClrTx">
<ref name="a_CT_TextBulletColorFollowText"/>
</element>
<element name="buClr">
<ref name="a_CT_Color"/>
</element>
</choice>
</define>
<define name="a_ST_TextBulletSize">
<choice>
<ref name="a_ST_TextBulletSizePercent"/>
<ref name="a_ST_TextBulletSizeDecimal"/>
</choice>
</define>
<define name="a_ST_TextBulletSizePercent">
<data type="string">
<param name="pattern">0*((2[5-9])|([3-9][0-9])|([1-3][0-9][0-9])|400)%</param>
</data>
</define>
<define name="a_ST_TextBulletSizeDecimal">
<data type="int">
<param name="minInclusive">25000</param>
<param name="maxInclusive">400000</param>
</data>
</define>
<define name="a_CT_TextBulletSizeFollowText">
<empty/>
</define>
<define name="a_CT_TextBulletSizePercent">
<attribute name="val">
<ref name="a_ST_TextBulletSizePercent"/>
</attribute>
</define>
<define name="a_CT_TextBulletSizePoint">
<attribute name="val">
<ref name="a_ST_TextFontSize"/>
</attribute>
</define>
<define name="a_EG_TextBulletSize">
<choice>
<element name="buSzTx">
<ref name="a_CT_TextBulletSizeFollowText"/>
</element>
<element name="buSzPct">
<ref name="a_CT_TextBulletSizePercent"/>
</element>
<element name="buSzPts">
<ref name="a_CT_TextBulletSizePoint"/>
</element>
</choice>
</define>
<define name="a_CT_TextBulletTypefaceFollowText">
<empty/>
</define>
<define name="a_EG_TextBulletTypeface">
<choice>
<element name="buFontTx">
<ref name="a_CT_TextBulletTypefaceFollowText"/>
</element>
<element name="buFont">
<ref name="a_CT_TextFont"/>
</element>
</choice>
</define>
<define name="a_CT_TextAutonumberBullet">
<attribute name="type">
<ref name="a_ST_TextAutonumberScheme"/>
</attribute>
<optional>
<attribute name="startAt">
<aa:documentation>default value: 1</aa:documentation>
<ref name="a_ST_TextBulletStartAtNum"/>
</attribute>
</optional>
</define>
<define name="a_CT_TextCharBullet">
<attribute name="char">
<data type="string"/>
</attribute>
</define>
<define name="a_CT_TextBlipBullet">
<element name="blip">
<ref name="a_CT_Blip"/>
</element>
</define>
<define name="a_CT_TextNoBullet">
<empty/>
</define>
<define name="a_EG_TextBullet">
<choice>
<element name="buNone">
<ref name="a_CT_TextNoBullet"/>
</element>
<element name="buAutoNum">
<ref name="a_CT_TextAutonumberBullet"/>
</element>
<element name="buChar">
<ref name="a_CT_TextCharBullet"/>
</element>
<element name="buBlip">
<ref name="a_CT_TextBlipBullet"/>
</element>
</choice>
</define>
<define name="a_ST_TextPoint">
<choice>
<ref name="a_ST_TextPointUnqualified"/>
<ref name="s_ST_UniversalMeasure"/>
</choice>
</define>
<define name="a_ST_TextPointUnqualified">
<data type="int">
<param name="minInclusive">-400000</param>
<param name="maxInclusive">400000</param>
</data>
</define>
<define name="a_ST_TextNonNegativePoint">
<data type="int">
<param name="minInclusive">0</param>
<param name="maxInclusive">400000</param>
</data>
</define>
<define name="a_ST_TextFontSize">
<data type="int">
<param name="minInclusive">100</param>
<param name="maxInclusive">400000</param>
</data>
</define>
<define name="a_ST_TextTypeface">
<data type="string"/>
</define>
<define name="a_ST_PitchFamily">
<choice>
<value type="byte">00</value>
<value type="byte">01</value>
<value type="byte">02</value>
<value type="byte">16</value>
<value type="byte">17</value>
<value type="byte">18</value>
<value type="byte">32</value>
<value type="byte">33</value>
<value type="byte">34</value>
<value type="byte">48</value>
<value type="byte">49</value>
<value type="byte">50</value>
<value type="byte">64</value>
<value type="byte">65</value>
<value type="byte">66</value>
<value type="byte">80</value>
<value type="byte">81</value>
<value type="byte">82</value>
</choice>
</define>
<define name="a_CT_TextFont">
<attribute name="typeface">
<ref name="a_ST_TextTypeface"/>
</attribute>
<optional>
<attribute name="panose">
<ref name="s_ST_Panose"/>
</attribute>
</optional>
<optional>
<attribute name="pitchFamily">
<aa:documentation>default value: 0</aa:documentation>
<ref name="a_ST_PitchFamily"/>
</attribute>
</optional>
<optional>
<attribute name="charset">
<aa:documentation>default value: 1</aa:documentation>
<data type="byte"/>
</attribute>
</optional>
</define>
<define name="a_ST_TextUnderlineType">
<choice>
<value>none</value>
<value>words</value>
<value>sng</value>
<value>dbl</value>
<value>heavy</value>
<value>dotted</value>
<value>dottedHeavy</value>
<value>dash</value>
<value>dashHeavy</value>
<value>dashLong</value>
<value>dashLongHeavy</value>
<value>dotDash</value>
<value>dotDashHeavy</value>
<value>dotDotDash</value>
<value>dotDotDashHeavy</value>
<value>wavy</value>
<value>wavyHeavy</value>
<value>wavyDbl</value>
</choice>
</define>
<define name="a_CT_TextUnderlineLineFollowText">
<empty/>
</define>
<define name="a_CT_TextUnderlineFillFollowText">
<empty/>
</define>
<define name="a_CT_TextUnderlineFillGroupWrapper">
<ref name="a_EG_FillProperties"/>
</define>
<define name="a_EG_TextUnderlineLine">
<choice>
<element name="uLnTx">
<ref name="a_CT_TextUnderlineLineFollowText"/>
</element>
<optional>
<element name="uLn">
<ref name="a_CT_LineProperties"/>
</element>
</optional>
</choice>
</define>
<define name="a_EG_TextUnderlineFill">
<choice>
<element name="uFillTx">
<ref name="a_CT_TextUnderlineFillFollowText"/>
</element>
<element name="uFill">
<ref name="a_CT_TextUnderlineFillGroupWrapper"/>
</element>
</choice>
</define>
<define name="a_ST_TextStrikeType">
<choice>
<value>noStrike</value>
<value>sngStrike</value>
<value>dblStrike</value>
</choice>
</define>
<define name="a_ST_TextCapsType">
<choice>
<value>none</value>
<value>small</value>
<value>all</value>
</choice>
</define>
<define name="a_CT_TextCharacterProperties">
<optional>
<attribute name="kumimoji">
<data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="lang">
<ref name="s_ST_Lang"/>
</attribute>
</optional>
<optional>
<attribute name="altLang">
<ref name="s_ST_Lang"/>
</attribute>
</optional>
<optional>
<attribute name="sz">
<ref name="a_ST_TextFontSize"/>
</attribute>
</optional>
<optional>
<attribute name="b">
<data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="i">
<data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="u">
<ref name="a_ST_TextUnderlineType"/>
</attribute>
</optional>
<optional>
<attribute name="strike">
<ref name="a_ST_TextStrikeType"/>
</attribute>
</optional>
<optional>
<attribute name="kern">
<ref name="a_ST_TextNonNegativePoint"/>
</attribute>
</optional>
<optional>
<attribute name="cap">
<ref name="a_ST_TextCapsType"/>
</attribute>
</optional>
<optional>
<attribute name="spc">
<ref name="a_ST_TextPoint"/>
</attribute>
</optional>
<optional>
<attribute name="normalizeH">
<data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="baseline">
<ref name="a_ST_Percentage"/>
</attribute>
</optional>
<optional>
<attribute name="noProof">
<data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="dirty">
<aa:documentation>default value: true</aa:documentation>
<data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="err">
<aa:documentation>default value: false</aa:documentation>
<data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="smtClean">
<aa:documentation>default value: true</aa:documentation>
<data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="smtId">
<aa:documentation>default value: 0</aa:documentation>
<data type="unsignedInt"/>
</attribute>
</optional>
<optional>
<attribute name="bmk">
<data type="string"/>
</attribute>
</optional>
<optional>
<element name="ln">
<ref name="a_CT_LineProperties"/>
</element>
</optional>
<optional>
<ref name="a_EG_FillProperties"/>
</optional>
<optional>
<ref name="a_EG_EffectProperties"/>
</optional>
<optional>
<element name="highlight">
<ref name="a_CT_Color"/>
</element>
</optional>
<optional>
<ref name="a_EG_TextUnderlineLine"/>
</optional>
<optional>
<ref name="a_EG_TextUnderlineFill"/>
</optional>
<optional>
<element name="latin">
<ref name="a_CT_TextFont"/>
</element>
</optional>
<optional>
<element name="ea">
<ref name="a_CT_TextFont"/>
</element>
</optional>
<optional>
<element name="cs">
<ref name="a_CT_TextFont"/>
</element>
</optional>
<optional>
<element name="sym">
<ref name="a_CT_TextFont"/>
</element>
</optional>
<optional>
<element name="hlinkClick">
<ref name="a_CT_Hyperlink"/>
</element>
</optional>
<optional>
<element name="hlinkMouseOver">
<ref name="a_CT_Hyperlink"/>
</element>
</optional>
<optional>
<element name="rtl">
<ref name="a_CT_Boolean"/>
</element>
</optional>
<optional>
<element name="extLst">
<ref name="a_CT_OfficeArtExtensionList"/>
</element>
</optional>
</define>
<define name="a_CT_Boolean">
<optional>
<attribute name="val">
<aa:documentation>default value: 0</aa:documentation>
<ref name="s_ST_OnOff"/>
</attribute>
</optional>
</define>
<define name="a_ST_TextSpacingPoint">
<data type="int">
<param name="minInclusive">0</param>
<param name="maxInclusive">158400</param>
</data>
</define>
<define name="a_ST_TextSpacingPercentOrPercentString">
<choice>
<ref name="a_ST_TextSpacingPercent"/>
<ref name="s_ST_Percentage"/>
</choice>
</define>
<define name="a_ST_TextSpacingPercent">
<data type="int">
<param name="minInclusive">0</param>
<param name="maxInclusive">13200000</param>
</data>
</define>
<define name="a_CT_TextSpacingPercent">
<attribute name="val">
<ref name="a_ST_TextSpacingPercentOrPercentString"/>
</attribute>
</define>
<define name="a_CT_TextSpacingPoint">
<attribute name="val">
<ref name="a_ST_TextSpacingPoint"/>
</attribute>
</define>
<define name="a_ST_TextMargin">
<data type="int">
<param name="minInclusive">0</param>
<param name="maxInclusive">51206400</param>
</data>
</define>
<define name="a_ST_TextIndent">
<data type="int">
<param name="minInclusive">-51206400</param>
<param name="maxInclusive">51206400</param>
</data>
</define>
<define name="a_ST_TextTabAlignType">
<choice>
<value>l</value>
<value>ctr</value>
<value>r</value>
<value>dec</value>
</choice>
</define>
<define name="a_CT_TextTabStop">
<optional>
<attribute name="pos">
<ref name="a_ST_Coordinate32"/>
</attribute>
</optional>
<optional>
<attribute name="algn">
<ref name="a_ST_TextTabAlignType"/>
</attribute>
</optional>
</define>
<define name="a_CT_TextTabStopList">
<zeroOrMore>
<element name="tab">
<ref name="a_CT_TextTabStop"/>
</element>
</zeroOrMore>
</define>
<define name="a_CT_TextLineBreak">
<optional>
<element name="rPr">
<ref name="a_CT_TextCharacterProperties"/>
</element>
</optional>
</define>
<define name="a_CT_TextSpacing">
<choice>
<element name="spcPct">
<ref name="a_CT_TextSpacingPercent"/>
</element>
<element name="spcPts">
<ref name="a_CT_TextSpacingPoint"/>
</element>
</choice>
</define>
<define name="a_ST_TextAlignType">
<choice>
<value>l</value>
<value>ctr</value>
<value>r</value>
<value>just</value>
<value>justLow</value>
<value>dist</value>
<value>thaiDist</value>
</choice>
</define>
<define name="a_ST_TextFontAlignType">
<choice>
<value>auto</value>
<value>t</value>
<value>ctr</value>
<value>base</value>
<value>b</value>
</choice>
</define>
<define name="a_ST_TextIndentLevelType">
<data type="int">
<param name="minInclusive">0</param>
<param name="maxInclusive">8</param>
</data>
</define>
<define name="a_CT_TextParagraphProperties">
<optional>
<attribute name="marL">
<ref name="a_ST_TextMargin"/>
</attribute>
</optional>
<optional>
<attribute name="marR">
<ref name="a_ST_TextMargin"/>
</attribute>
</optional>
<optional>
<attribute name="lvl">
<ref name="a_ST_TextIndentLevelType"/>
</attribute>
</optional>
<optional>
<attribute name="indent">
<ref name="a_ST_TextIndent"/>
</attribute>
</optional>
<optional>
<attribute name="algn">
<ref name="a_ST_TextAlignType"/>
</attribute>
</optional>
<optional>
<attribute name="defTabSz">
<ref name="a_ST_Coordinate32"/>
</attribute>
</optional>
<optional>
<attribute name="rtl">
<data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="eaLnBrk">
<data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="fontAlgn">
<ref name="a_ST_TextFontAlignType"/>
</attribute>
</optional>
<optional>
<attribute name="latinLnBrk">
<data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="hangingPunct">
<data type="boolean"/>
</attribute>
</optional>
<optional>
<element name="lnSpc">
<ref name="a_CT_TextSpacing"/>
</element>
</optional>
<optional>
<element name="spcBef">
<ref name="a_CT_TextSpacing"/>
</element>
</optional>
<optional>
<element name="spcAft">
<ref name="a_CT_TextSpacing"/>
</element>
</optional>
<optional>
<ref name="a_EG_TextBulletColor"/>
</optional>
<optional>
<ref name="a_EG_TextBulletSize"/>
</optional>
<optional>
<ref name="a_EG_TextBulletTypeface"/>
</optional>
<optional>
<ref name="a_EG_TextBullet"/>
</optional>
<optional>
<element name="tabLst">
<ref name="a_CT_TextTabStopList"/>
</element>
</optional>
<optional>
<element name="defRPr">
<ref name="a_CT_TextCharacterProperties"/>
</element>
</optional>
<optional>
<element name="extLst">
<ref name="a_CT_OfficeArtExtensionList"/>
</element>
</optional>
</define>
<define name="a_CT_TextField">
<attribute name="id">
<ref name="s_ST_Guid"/>
</attribute>
<optional>
<attribute name="type">
<data type="string"/>
</attribute>
</optional>
<optional>
<element name="rPr">
<ref name="a_CT_TextCharacterProperties"/>
</element>
</optional>
<optional>
<element name="pPr">
<ref name="a_CT_TextParagraphProperties"/>
</element>
</optional>
<optional>
<element name="t">
<data type="string"/>
</element>
</optional>
</define>
<define name="a_EG_TextRun">
<choice>
<element name="r">
<ref name="a_CT_RegularTextRun"/>
</element>
<element name="br">
<ref name="a_CT_TextLineBreak"/>
</element>
<element name="fld">
<ref name="a_CT_TextField"/>
</element>
</choice>
</define>
<define name="a_CT_RegularTextRun">
<optional>
<element name="rPr">
<ref name="a_CT_TextCharacterProperties"/>
</element>
</optional>
<element name="t">
<data type="string"/>
</element>
</define>
</grammar>