summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-08-24 13:27:56 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-08-24 13:43:34 +0200
commit7163f563cef2db7117ba8639daeeb4d07f753f1b (patch)
tree1c1f762e2fa6f61762eaa90b57872c5a38740717
parent21c8b5815a21b6586fe13b12d00a9fb432c2aef4 (diff)
Indentation fixes
This makes model.xml about 20kb smaller. Most inconsistencies were introduced when unused tags were removed, like <optional>. Change-Id: I5e77860cf09bad4cad3e9dd7383371a10386c260
-rw-r--r--writerfilter/source/ooxml/model.xml17584
1 files changed, 8792 insertions, 8792 deletions
diff --git a/writerfilter/source/ooxml/model.xml b/writerfilter/source/ooxml/model.xml
index 40beca2275ed..42559b871609 100644
--- a/writerfilter/source/ooxml/model.xml
+++ b/writerfilter/source/ooxml/model.xml
@@ -56,9 +56,9 @@
<define name="CT_EmptyElement">
</define>
<define name="CT_ColorMapping">
- <element name="extLst">
- <ref name="CT_OfficeArtExtensionList"/>
- </element>
+ <element name="extLst">
+ <ref name="CT_OfficeArtExtensionList"/>
+ </element>
<attribute name="bg1">
<ref name="ST_ColorSchemeIndex"/>
</attribute>
@@ -110,45 +110,45 @@
<element name="clrScheme">
<ref name="CT_ColorScheme"/>
</element>
- <element name="clrMap">
- <ref name="CT_ColorMapping"/>
- </element>
+ <element name="clrMap">
+ <ref name="CT_ColorMapping"/>
+ </element>
</define>
<define name="CT_ColorSchemeList">
- <element name="extraClrScheme">
- <ref name="CT_ColorSchemeAndMapping"/>
- </element>
+ <element name="extraClrScheme">
+ <ref name="CT_ColorSchemeAndMapping"/>
+ </element>
</define>
<define name="CT_OfficeStyleSheet">
- <element name="themeElements">
- <ref name="CT_BaseStyles"/>
- </element>
- <element name="objectDefaults">
- <ref name="CT_ObjectStyleDefaults"/>
- </element>
- <element name="extraClrSchemeLst">
- <ref name="CT_ColorSchemeList"/>
- </element>
- <element name="custClrLst">
- <ref name="CT_CustomColorList"/>
- </element>
- <element name="extLst">
- <ref name="CT_OfficeArtExtensionList"/>
- </element>
- <attribute name="name">
- <data type="string"/>
- </attribute>
+ <element name="themeElements">
+ <ref name="CT_BaseStyles"/>
+ </element>
+ <element name="objectDefaults">
+ <ref name="CT_ObjectStyleDefaults"/>
+ </element>
+ <element name="extraClrSchemeLst">
+ <ref name="CT_ColorSchemeList"/>
+ </element>
+ <element name="custClrLst">
+ <ref name="CT_CustomColorList"/>
+ </element>
+ <element name="extLst">
+ <ref name="CT_OfficeArtExtensionList"/>
+ </element>
+ <attribute name="name">
+ <data type="string"/>
+ </attribute>
</define>
<define name="CT_BaseStylesOverride">
- <element name="clrScheme">
- <ref name="CT_ColorScheme"/>
- </element>
- <element name="fontScheme">
- <ref name="CT_FontScheme"/>
- </element>
- <element name="fmtScheme">
- <ref name="CT_StyleMatrix"/>
- </element>
+ <element name="clrScheme">
+ <ref name="CT_ColorScheme"/>
+ </element>
+ <element name="fontScheme">
+ <ref name="CT_FontScheme"/>
+ </element>
+ <element name="fmtScheme">
+ <ref name="CT_StyleMatrix"/>
+ </element>
</define>
<define name="CT_ClipboardStyleSheet">
<element name="themeElements">
@@ -159,9 +159,9 @@
</element>
</define>
<define name="CT_Hyperlink">
- <attribute name="r:id">
- <text/>
- </attribute>
+ <attribute name="r:id">
+ <text/>
+ </attribute>
</define>
<define name="theme">
<element name="theme">
@@ -205,110 +205,110 @@
<element name="spPr">
<ref name="CT_ShapeProperties"/>
</element>
- <element name="extLst">
- <ref name="CT_OfficeArtExtensionList"/>
- </element>
+ <element name="extLst">
+ <ref name="CT_OfficeArtExtensionList"/>
+ </element>
</define>
<define name="CT_ObjectStyleDefaults">
- <element name="spDef">
- <ref name="CT_DefaultShapeDefinition"/>
- </element>
- <element name="lnDef">
- <ref name="CT_DefaultShapeDefinition"/>
- </element>
- <element name="txDef">
- <ref name="CT_DefaultShapeDefinition"/>
- </element>
- <element name="extLst">
- <ref name="CT_OfficeArtExtensionList"/>
- </element>
+ <element name="spDef">
+ <ref name="CT_DefaultShapeDefinition"/>
+ </element>
+ <element name="lnDef">
+ <ref name="CT_DefaultShapeDefinition"/>
+ </element>
+ <element name="txDef">
+ <ref name="CT_DefaultShapeDefinition"/>
+ </element>
+ <element name="extLst">
+ <ref name="CT_OfficeArtExtensionList"/>
+ </element>
</define>
</grammar>
</namespace>
<namespace name="dml-shape3DLighting" file="dml-shape3DLighting.rng">
<grammar xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2006/xpath-functions" xmlns="http://relaxng.org/ns/structure/1.0" ns="http://schemas.openxmlformats.org/drawingml/2006/main">
<define name="ST_LightRigDirection">
- <choice>
- <!-- Top Left -->
- <value>tl</value>
- <!-- Top -->
- <value>t</value>
- <!-- Top Right -->
- <value>tr</value>
- <!-- Left -->
- <value>l</value>
- <!-- Right -->
- <value>r</value>
- <!-- Bottom Left -->
- <value>bl</value>
- <!-- Bottom -->
- <value>b</value>
- <!-- Bottom Right -->
- <value>br</value>
- </choice>
+ <choice>
+ <!-- Top Left -->
+ <value>tl</value>
+ <!-- Top -->
+ <value>t</value>
+ <!-- Top Right -->
+ <value>tr</value>
+ <!-- Left -->
+ <value>l</value>
+ <!-- Right -->
+ <value>r</value>
+ <!-- Bottom Left -->
+ <value>bl</value>
+ <!-- Bottom -->
+ <value>b</value>
+ <!-- Bottom Right -->
+ <value>br</value>
+ </choice>
</define>
<define name="ST_LightRigType">
- <choice>
- <!-- Legacy Flat 1 -->
- <value>legacyFlat1</value>
- <!-- Legacy Flat 2 -->
- <value>legacyFlat2</value>
- <!-- Legacy Flat 3 -->
- <value>legacyFlat3</value>
- <!-- Legacy Flat 4 -->
- <value>legacyFlat4</value>
- <!-- Legacy Normal 1 -->
- <value>legacyNormal1</value>
- <!-- Legacy Normal 2 -->
- <value>legacyNormal2</value>
- <!-- Legacy Normal 3 -->
- <value>legacyNormal3</value>
- <!-- Legacy Normal 4 -->
- <value>legacyNormal4</value>
- <!-- Legacy Harsh 1 -->
- <value>legacyHarsh1</value>
- <!-- Legacy Harsh 2 -->
- <value>legacyHarsh2</value>
- <!-- Legacy Harsh 3 -->
- <value>legacyHarsh3</value>
- <!-- Legacy Harsh 4 -->
- <value>legacyHarsh4</value>
- <!-- Three Point -->
- <value>threePt</value>
- <!-- Light Rig Enum ( Balanced ) -->
- <value>balanced</value>
- <!-- Soft -->
- <value>soft</value>
- <!-- Harsh -->
- <value>harsh</value>
- <!-- Flood -->
- <value>flood</value>
- <!-- Contrasting -->
- <value>contrasting</value>
- <!-- Morning -->
- <value>morning</value>
- <!-- Sunrise -->
- <value>sunrise</value>
- <!-- Sunset -->
- <value>sunset</value>
- <!-- Chilly -->
- <value>chilly</value>
- <!-- Freezing -->
- <value>freezing</value>
- <!-- Flat -->
- <value>flat</value>
- <!-- Two Point -->
- <value>twoPt</value>
- <!-- Glow -->
- <value>glow</value>
- <!-- Bright Room -->
- <value>brightRoom</value>
- </choice>
+ <choice>
+ <!-- Legacy Flat 1 -->
+ <value>legacyFlat1</value>
+ <!-- Legacy Flat 2 -->
+ <value>legacyFlat2</value>
+ <!-- Legacy Flat 3 -->
+ <value>legacyFlat3</value>
+ <!-- Legacy Flat 4 -->
+ <value>legacyFlat4</value>
+ <!-- Legacy Normal 1 -->
+ <value>legacyNormal1</value>
+ <!-- Legacy Normal 2 -->
+ <value>legacyNormal2</value>
+ <!-- Legacy Normal 3 -->
+ <value>legacyNormal3</value>
+ <!-- Legacy Normal 4 -->
+ <value>legacyNormal4</value>
+ <!-- Legacy Harsh 1 -->
+ <value>legacyHarsh1</value>
+ <!-- Legacy Harsh 2 -->
+ <value>legacyHarsh2</value>
+ <!-- Legacy Harsh 3 -->
+ <value>legacyHarsh3</value>
+ <!-- Legacy Harsh 4 -->
+ <value>legacyHarsh4</value>
+ <!-- Three Point -->
+ <value>threePt</value>
+ <!-- Light Rig Enum ( Balanced ) -->
+ <value>balanced</value>
+ <!-- Soft -->
+ <value>soft</value>
+ <!-- Harsh -->
+ <value>harsh</value>
+ <!-- Flood -->
+ <value>flood</value>
+ <!-- Contrasting -->
+ <value>contrasting</value>
+ <!-- Morning -->
+ <value>morning</value>
+ <!-- Sunrise -->
+ <value>sunrise</value>
+ <!-- Sunset -->
+ <value>sunset</value>
+ <!-- Chilly -->
+ <value>chilly</value>
+ <!-- Freezing -->
+ <value>freezing</value>
+ <!-- Flat -->
+ <value>flat</value>
+ <!-- Two Point -->
+ <value>twoPt</value>
+ <!-- Glow -->
+ <value>glow</value>
+ <!-- Bright Room -->
+ <value>brightRoom</value>
+ </choice>
</define>
<define name="CT_LightRig">
- <element name="rot">
- <ref name="CT_SphereCoords"/>
- </element>
+ <element name="rot">
+ <ref name="CT_SphereCoords"/>
+ </element>
<attribute name="rig">
<ref name="ST_LightRigType"/>
</attribute>
@@ -369,9 +369,9 @@
<element name="lightRig">
<ref name="CT_LightRig"/>
</element>
- <element name="extLst">
- <ref name="CT_OfficeArtExtensionList"/>
- </element>
+ <element name="extLst">
+ <ref name="CT_OfficeArtExtensionList"/>
+ </element>
</define>
</grammar>
</namespace>
@@ -380,111 +380,111 @@
<!-- ISO RELAX NG Schema -->
<include href="dml-shapeGeometry.rng"/>
<define name="ST_BevelPresetType">
- <choice>
- <!-- Relaxed Inset -->
- <value>relaxedInset</value>
- <!-- Circle -->
- <value>circle</value>
- <!-- Slope -->
- <value>slope</value>
- <!-- Cross -->
- <value>cross</value>
- <!-- Angle -->
- <value>angle</value>
- <!-- Soft Round -->
- <value>softRound</value>
- <!-- Convex -->
- <value>convex</value>
- <!-- Cool Slant -->
- <value>coolSlant</value>
- <!-- Divot -->
- <value>divot</value>
- <!-- Riblet -->
- <value>riblet</value>
- <!-- Hard Edge -->
- <value>hardEdge</value>
- <!-- Art Deco -->
- <value>artDeco</value>
- </choice>
+ <choice>
+ <!-- Relaxed Inset -->
+ <value>relaxedInset</value>
+ <!-- Circle -->
+ <value>circle</value>
+ <!-- Slope -->
+ <value>slope</value>
+ <!-- Cross -->
+ <value>cross</value>
+ <!-- Angle -->
+ <value>angle</value>
+ <!-- Soft Round -->
+ <value>softRound</value>
+ <!-- Convex -->
+ <value>convex</value>
+ <!-- Cool Slant -->
+ <value>coolSlant</value>
+ <!-- Divot -->
+ <value>divot</value>
+ <!-- Riblet -->
+ <value>riblet</value>
+ <!-- Hard Edge -->
+ <value>hardEdge</value>
+ <!-- Art Deco -->
+ <value>artDeco</value>
+ </choice>
</define>
<define name="CT_Bevel">
- <attribute name="w">
- <ref name="ST_PositiveCoordinate"/>
- </attribute>
- <attribute name="h">
- <ref name="ST_PositiveCoordinate"/>
- </attribute>
- <attribute name="prst">
- <ref name="ST_BevelPresetType"/>
- </attribute>
+ <attribute name="w">
+ <ref name="ST_PositiveCoordinate"/>
+ </attribute>
+ <attribute name="h">
+ <ref name="ST_PositiveCoordinate"/>
+ </attribute>
+ <attribute name="prst">
+ <ref name="ST_BevelPresetType"/>
+ </attribute>
</define>
<define name="ST_PresetMaterialType">
- <choice>
- <!-- Legacy Matte -->
- <value>legacyMatte</value>
- <!-- Legacy Plastic -->
- <value>legacyPlastic</value>
- <!-- Legacy Metal -->
- <value>legacyMetal</value>
- <!-- Legacy Wireframe -->
- <value>legacyWireframe</value>
- <!-- Matte -->
- <value>matte</value>
- <!-- Plastic -->
- <value>plastic</value>
- <!-- Metal -->
- <value>metal</value>
- <!-- Warm Matte -->
- <value>warmMatte</value>
- <!-- Translucent Powder -->
- <value>translucentPowder</value>
- <!-- Powder -->
- <value>powder</value>
- <!-- Dark Edge -->
- <value>dkEdge</value>
- <!-- Soft Edge -->
- <value>softEdge</value>
- <!-- Clear -->
- <value>clear</value>
- <!-- Flat -->
- <value>flat</value>
- <!-- Soft Metal -->
- <value>softmetal</value>
- </choice>
+ <choice>
+ <!-- Legacy Matte -->
+ <value>legacyMatte</value>
+ <!-- Legacy Plastic -->
+ <value>legacyPlastic</value>
+ <!-- Legacy Metal -->
+ <value>legacyMetal</value>
+ <!-- Legacy Wireframe -->
+ <value>legacyWireframe</value>
+ <!-- Matte -->
+ <value>matte</value>
+ <!-- Plastic -->
+ <value>plastic</value>
+ <!-- Metal -->
+ <value>metal</value>
+ <!-- Warm Matte -->
+ <value>warmMatte</value>
+ <!-- Translucent Powder -->
+ <value>translucentPowder</value>
+ <!-- Powder -->
+ <value>powder</value>
+ <!-- Dark Edge -->
+ <value>dkEdge</value>
+ <!-- Soft Edge -->
+ <value>softEdge</value>
+ <!-- Clear -->
+ <value>clear</value>
+ <!-- Flat -->
+ <value>flat</value>
+ <!-- Soft Metal -->
+ <value>softmetal</value>
+ </choice>
</define>
<define name="CT_Shape3D">
- <element name="bevelT">
- <ref name="CT_Bevel"/>
- </element>
- <element name="bevelB">
- <ref name="CT_Bevel"/>
- </element>
- <element name="extrusionClr">
- <ref name="CT_Color"/>
- </element>
- <element name="contourClr">
- <ref name="CT_Color"/>
- </element>
- <element name="extLst">
- <ref name="CT_OfficeArtExtensionList"/>
- </element>
- <attribute name="z">
- <ref name="ST_Coordinate"/>
- </attribute>
- <attribute name="extrusionH">
- <ref name="ST_PositiveCoordinate"/>
- </attribute>
- <attribute name="contourW">
- <ref name="ST_PositiveCoordinate"/>
- </attribute>
- <attribute name="prstMaterial">
- <ref name="ST_PresetMaterialType"/>
- </attribute>
+ <element name="bevelT">
+ <ref name="CT_Bevel"/>
+ </element>
+ <element name="bevelB">
+ <ref name="CT_Bevel"/>
+ </element>
+ <element name="extrusionClr">
+ <ref name="CT_Color"/>
+ </element>
+ <element name="contourClr">
+ <ref name="CT_Color"/>
+ </element>
+ <element name="extLst">
+ <ref name="CT_OfficeArtExtensionList"/>
+ </element>
+ <attribute name="z">
+ <ref name="ST_Coordinate"/>
+ </attribute>
+ <attribute name="extrusionH">
+ <ref name="ST_PositiveCoordinate"/>
+ </attribute>
+ <attribute name="contourW">
+ <ref name="ST_PositiveCoordinate"/>
+ </attribute>
+ <attribute name="prstMaterial">
+ <ref name="ST_PresetMaterialType"/>
+ </attribute>
</define>
<define name="CT_FlatText">
- <attribute name="z">
- <ref name="ST_Coordinate"/>
- </attribute>
+ <attribute name="z">
+ <ref name="ST_Coordinate"/>
+ </attribute>
</define>
<define name="EG_Text3D">
<choice>
@@ -532,148 +532,148 @@
<namespace name="dml-shape3DCamera" file="dml-shape3DCamera.rng">
<grammar xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2006/xpath-functions" xmlns="http://relaxng.org/ns/structure/1.0" ns="http://schemas.openxmlformats.org/drawingml/2006/main">
<define name="ST_PresetCameraType">
- <choice>
- <!-- Legacy Oblique Top Left -->
- <value>legacyObliqueTopLeft</value>
- <!-- Legacy Oblique Top -->
- <value>legacyObliqueTop</value>
- <!-- Legacy Oblique Top Right -->
- <value>legacyObliqueTopRight</value>
- <!-- Legacy Oblique Left -->
- <value>legacyObliqueLeft</value>
- <!-- Legacy Oblique Front -->
- <value>legacyObliqueFront</value>
- <!-- Legacy Oblique Right -->
- <value>legacyObliqueRight</value>
- <!-- Legacy Oblique Bottom Left -->
- <value>legacyObliqueBottomLeft</value>
- <!-- Legacy Oblique Bottom -->
- <value>legacyObliqueBottom</value>
- <!-- Legacy Oblique Bottom Right -->
- <value>legacyObliqueBottomRight</value>
- <!-- Legacy Perspective Top Left -->
- <value>legacyPerspectiveTopLeft</value>
- <!-- Legacy Perspective Top -->
- <value>legacyPerspectiveTop</value>
- <!-- Legacy Perspective Top Right -->
- <value>legacyPerspectiveTopRight</value>
- <!-- Legacy Perspective Left -->
- <value>legacyPerspectiveLeft</value>
- <!-- Legacy Perspective Front -->
- <value>legacyPerspectiveFront</value>
- <!-- Legacy Perspective Right -->
- <value>legacyPerspectiveRight</value>
- <!-- Legacy Perspective Bottom Left -->
- <value>legacyPerspectiveBottomLeft</value>
- <!-- Legacy Perspective Bottom -->
- <value>legacyPerspectiveBottom</value>
- <!-- Legacy Perspective Bottom Right -->
- <value>legacyPerspectiveBottomRight</value>
- <!-- Orthographic Front -->
- <value>orthographicFront</value>
- <!-- Isometric Top Up -->
- <value>isometricTopUp</value>
- <!-- Isometric Top Down -->
- <value>isometricTopDown</value>
- <!-- Isometric Bottom Up -->
- <value>isometricBottomUp</value>
- <!-- Isometric Bottom Down -->
- <value>isometricBottomDown</value>
- <!-- Isometric Left Up -->
- <value>isometricLeftUp</value>
- <!-- Isometric Left Down -->
- <value>isometricLeftDown</value>
- <!-- Isometric Right Up -->
- <value>isometricRightUp</value>
- <!-- Isometric Right Down -->
- <value>isometricRightDown</value>
- <!-- Isometric Off Axis 1 Left -->
- <value>isometricOffAxis1Left</value>
- <!-- Isometric Off Axis 1 Right -->
- <value>isometricOffAxis1Right</value>
- <!-- Isometric Off Axis 1 Top -->
- <value>isometricOffAxis1Top</value>
- <!-- Isometric Off Axis 2 Left -->
- <value>isometricOffAxis2Left</value>
- <!-- Isometric Off Axis 2 Right -->
- <value>isometricOffAxis2Right</value>
- <!-- Isometric Off Axis 2 Top -->
- <value>isometricOffAxis2Top</value>
- <!-- Isometric Off Axis 3 Left -->
- <value>isometricOffAxis3Left</value>
- <!-- Isometric Off Axis 3 Right -->
- <value>isometricOffAxis3Right</value>
- <!-- Isometric Off Axis 3 Bottom -->
- <value>isometricOffAxis3Bottom</value>
- <!-- Isometric Off Axis 4 Left -->
- <value>isometricOffAxis4Left</value>
- <!-- Isometric Off Axis 4 Right -->
- <value>isometricOffAxis4Right</value>
- <!-- Isometric Off Axis 4 Bottom -->
- <value>isometricOffAxis4Bottom</value>
- <!-- Oblique Top Left -->
- <value>obliqueTopLeft</value>
- <!-- Oblique Top -->
- <value>obliqueTop</value>
- <!-- Oblique Top Right -->
- <value>obliqueTopRight</value>
- <!-- Oblique Left -->
- <value>obliqueLeft</value>
- <!-- Oblique Right -->
- <value>obliqueRight</value>
- <!-- Oblique Bottom Left -->
- <value>obliqueBottomLeft</value>
- <!-- Oblique Bottom -->
- <value>obliqueBottom</value>
- <!-- Oblique Bottom Right -->
- <value>obliqueBottomRight</value>
- <!-- Perspective Front -->
- <value>perspectiveFront</value>
- <!-- Perspective Left -->
- <value>perspectiveLeft</value>
- <!-- Perspective Right -->
- <value>perspectiveRight</value>
- <!-- Orthographic Above -->
- <value>perspectiveAbove</value>
- <!-- Perspective Below -->
- <value>perspectiveBelow</value>
- <!-- Perspective Above Left Facing -->
- <value>perspectiveAboveLeftFacing</value>
- <!-- Perspective Above Right Facing -->
- <value>perspectiveAboveRightFacing</value>
- <!-- Perspective Contrasting Left Facing -->
- <value>perspectiveContrastingLeftFacing</value>
- <!-- Perspective Contrasting Right Facing -->
- <value>perspectiveContrastingRightFacing</value>
- <!-- Perspective Heroic Left Facing -->
- <value>perspectiveHeroicLeftFacing</value>
- <!-- Perspective Heroic Right Facing -->
- <value>perspectiveHeroicRightFacing</value>
- <!-- Perspective Heroic Extreme Left Facing -->
- <value>perspectiveHeroicExtremeLeftFacing</value>
- <!-- Perspective Heroic Extreme Right Facing -->
- <value>perspectiveHeroicExtremeRightFacing</value>
- <!-- Perspective Relaxed -->
- <value>perspectiveRelaxed</value>
- <!-- Perspective Relaxed Moderately -->
- <value>perspectiveRelaxedModerately</value>
- </choice>
+ <choice>
+ <!-- Legacy Oblique Top Left -->
+ <value>legacyObliqueTopLeft</value>
+ <!-- Legacy Oblique Top -->
+ <value>legacyObliqueTop</value>
+ <!-- Legacy Oblique Top Right -->
+ <value>legacyObliqueTopRight</value>
+ <!-- Legacy Oblique Left -->
+ <value>legacyObliqueLeft</value>
+ <!-- Legacy Oblique Front -->
+ <value>legacyObliqueFront</value>
+ <!-- Legacy Oblique Right -->
+ <value>legacyObliqueRight</value>
+ <!-- Legacy Oblique Bottom Left -->
+ <value>legacyObliqueBottomLeft</value>
+ <!-- Legacy Oblique Bottom -->
+ <value>legacyObliqueBottom</value>
+ <!-- Legacy Oblique Bottom Right -->
+ <value>legacyObliqueBottomRight</value>
+ <!-- Legacy Perspective Top Left -->
+ <value>legacyPerspectiveTopLeft</value>
+ <!-- Legacy Perspective Top -->
+ <value>legacyPerspectiveTop</value>
+ <!-- Legacy Perspective Top Right -->
+ <value>legacyPerspectiveTopRight</value>
+ <!-- Legacy Perspective Left -->
+ <value>legacyPerspectiveLeft</value>
+ <!-- Legacy Perspective Front -->
+ <value>legacyPerspectiveFront</value>
+ <!-- Legacy Perspective Right -->
+ <value>legacyPerspectiveRight</value>
+ <!-- Legacy Perspective Bottom Left -->
+ <value>legacyPerspectiveBottomLeft</value>
+ <!-- Legacy Perspective Bottom -->
+ <value>legacyPerspectiveBottom</value>
+ <!-- Legacy Perspective Bottom Right -->
+ <value>legacyPerspectiveBottomRight</value>
+ <!-- Orthographic Front -->
+ <value>orthographicFront</value>
+ <!-- Isometric Top Up -->
+ <value>isometricTopUp</value>
+ <!-- Isometric Top Down -->
+ <value>isometricTopDown</value>
+ <!-- Isometric Bottom Up -->
+ <value>isometricBottomUp</value>
+ <!-- Isometric Bottom Down -->
+ <value>isometricBottomDown</value>
+ <!-- Isometric Left Up -->
+ <value>isometricLeftUp</value>
+ <!-- Isometric Left Down -->
+ <value>isometricLeftDown</value>
+ <!-- Isometric Right Up -->
+ <value>isometricRightUp</value>
+ <!-- Isometric Right Down -->
+ <value>isometricRightDown</value>
+ <!-- Isometric Off Axis 1 Left -->
+ <value>isometricOffAxis1Left</value>
+ <!-- Isometric Off Axis 1 Right -->
+ <value>isometricOffAxis1Right</value>
+ <!-- Isometric Off Axis 1 Top -->
+ <value>isometricOffAxis1Top</value>
+ <!-- Isometric Off Axis 2 Left -->
+ <value>isometricOffAxis2Left</value>
+ <!-- Isometric Off Axis 2 Right -->
+ <value>isometricOffAxis2Right</value>
+ <!-- Isometric Off Axis 2 Top -->
+ <value>isometricOffAxis2Top</value>
+ <!-- Isometric Off Axis 3 Left -->
+ <value>isometricOffAxis3Left</value>
+ <!-- Isometric Off Axis 3 Right -->
+ <value>isometricOffAxis3Right</value>
+ <!-- Isometric Off Axis 3 Bottom -->
+ <value>isometricOffAxis3Bottom</value>
+ <!-- Isometric Off Axis 4 Left -->
+ <value>isometricOffAxis4Left</value>
+ <!-- Isometric Off Axis 4 Right -->
+ <value>isometricOffAxis4Right</value>
+ <!-- Isometric Off Axis 4 Bottom -->
+ <value>isometricOffAxis4Bottom</value>
+ <!-- Oblique Top Left -->
+ <value>obliqueTopLeft</value>
+ <!-- Oblique Top -->
+ <value>obliqueTop</value>
+ <!-- Oblique Top Right -->
+ <value>obliqueTopRight</value>
+ <!-- Oblique Left -->
+ <value>obliqueLeft</value>
+ <!-- Oblique Right -->
+ <value>obliqueRight</value>
+ <!-- Oblique Bottom Left -->
+ <value>obliqueBottomLeft</value>
+ <!-- Oblique Bottom -->
+ <value>obliqueBottom</value>
+ <!-- Oblique Bottom Right -->
+ <value>obliqueBottomRight</value>
+ <!-- Perspective Front -->
+ <value>perspectiveFront</value>
+ <!-- Perspective Left -->
+ <value>perspectiveLeft</value>
+ <!-- Perspective Right -->
+ <value>perspectiveRight</value>
+ <!-- Orthographic Above -->
+ <value>perspectiveAbove</value>
+ <!-- Perspective Below -->
+ <value>perspectiveBelow</value>
+ <!-- Perspective Above Left Facing -->
+ <value>perspectiveAboveLeftFacing</value>
+ <!-- Perspective Above Right Facing -->
+ <value>perspectiveAboveRightFacing</value>
+ <!-- Perspective Contrasting Left Facing -->
+ <value>perspectiveContrastingLeftFacing</value>
+ <!-- Perspective Contrasting Right Facing -->
+ <value>perspectiveContrastingRightFacing</value>
+ <!-- Perspective Heroic Left Facing -->
+ <value>perspectiveHeroicLeftFacing</value>
+ <!-- Perspective Heroic Right Facing -->
+ <value>perspectiveHeroicRightFacing</value>
+ <!-- Perspective Heroic Extreme Left Facing -->
+ <value>perspectiveHeroicExtremeLeftFacing</value>
+ <!-- Perspective Heroic Extreme Right Facing -->
+ <value>perspectiveHeroicExtremeRightFacing</value>
+ <!-- Perspective Relaxed -->
+ <value>perspectiveRelaxed</value>
+ <!-- Perspective Relaxed Moderately -->
+ <value>perspectiveRelaxedModerately</value>
+ </choice>
</define>
<define name="ST_FOVAngle">
</define>
<define name="CT_Camera">
- <element name="rot">
- <ref name="CT_SphereCoords"/>
- </element>
+ <element name="rot">
+ <ref name="CT_SphereCoords"/>
+ </element>
<attribute name="prst">
<ref name="ST_PresetCameraType"/>
</attribute>
- <attribute name="fov">
- <ref name="ST_FOVAngle"/>
- </attribute>
- <attribute name="zoom">
- <ref name="ST_PositivePercentage"/>
- </attribute>
+ <attribute name="fov">
+ <ref name="ST_FOVAngle"/>
+ </attribute>
+ <attribute name="zoom">
+ <ref name="ST_PositivePercentage"/>
+ </attribute>
</define>
</grammar>
<resource name="ST_PresetCameraType" resource="List">
@@ -745,73 +745,73 @@
<grammar xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2006/xpath-functions" xmlns="http://relaxng.org/ns/structure/1.0" ns="http://schemas.openxmlformats.org/drawingml/2006/main">
<!-- ISO RELAX NG Schema -->
<define name="ST_ColorSchemeIndex">
- <choice>
- <!-- Dark 1 -->
- <value>dk1</value>
- <!-- Light 1 -->
- <value>lt1</value>
- <!-- Dark 2 -->
- <value>dk2</value>
- <!-- Light 2 -->
- <value>lt2</value>
- <!-- Accent 1 -->
- <value>accent1</value>
- <!-- Accent 2 -->
- <value>accent2</value>
- <!-- Accent 3 -->
- <value>accent3</value>
- <!-- Accent 4 -->
- <value>accent4</value>
- <!-- Accent 5 -->
- <value>accent5</value>
- <!-- Accent 6 -->
- <value>accent6</value>
- <!-- Hyperlink -->
- <value>hlink</value>
- <!-- Followed Hyperlink -->
- <value>folHlink</value>
- </choice>
+ <choice>
+ <!-- Dark 1 -->
+ <value>dk1</value>
+ <!-- Light 1 -->
+ <value>lt1</value>
+ <!-- Dark 2 -->
+ <value>dk2</value>
+ <!-- Light 2 -->
+ <value>lt2</value>
+ <!-- Accent 1 -->
+ <value>accent1</value>
+ <!-- Accent 2 -->
+ <value>accent2</value>
+ <!-- Accent 3 -->
+ <value>accent3</value>
+ <!-- Accent 4 -->
+ <value>accent4</value>
+ <!-- Accent 5 -->
+ <value>accent5</value>
+ <!-- Accent 6 -->
+ <value>accent6</value>
+ <!-- Hyperlink -->
+ <value>hlink</value>
+ <!-- Followed Hyperlink -->
+ <value>folHlink</value>
+ </choice>
</define>
<define name="CT_ColorScheme">
- <element name="dk1">
- <ref name="CT_Color"/>
- </element>
- <element name="lt1">
- <ref name="CT_Color"/>
- </element>
- <element name="dk2">
- <ref name="CT_Color"/>
- </element>
- <element name="lt2">
- <ref name="CT_Color"/>
- </element>
- <element name="accent1">
- <ref name="CT_Color"/>
- </element>
- <element name="accent2">
- <ref name="CT_Color"/>
- </element>
- <element name="accent3">
- <ref name="CT_Color"/>
- </element>
- <element name="accent4">
- <ref name="CT_Color"/>
- </element>
- <element name="accent5">
- <ref name="CT_Color"/>
- </element>
- <element name="accent6">
- <ref name="CT_Color"/>
- </element>
- <element name="hlink">
- <ref name="CT_Color"/>
- </element>
- <element name="folHlink">
- <ref name="CT_Color"/>
- </element>
- <element name="extLst">
- <ref name="CT_OfficeArtExtensionList"/>
- </element>
+ <element name="dk1">
+ <ref name="CT_Color"/>
+ </element>
+ <element name="lt1">
+ <ref name="CT_Color"/>
+ </element>
+ <element name="dk2">
+ <ref name="CT_Color"/>
+ </element>
+ <element name="lt2">
+ <ref name="CT_Color"/>
+ </element>
+ <element name="accent1">
+ <ref name="CT_Color"/>
+ </element>
+ <element name="accent2">
+ <ref name="CT_Color"/>
+ </element>
+ <element name="accent3">
+ <ref name="CT_Color"/>
+ </element>
+ <element name="accent4">
+ <ref name="CT_Color"/>
+ </element>
+ <element name="accent5">
+ <ref name="CT_Color"/>
+ </element>
+ <element name="accent6">
+ <ref name="CT_Color"/>
+ </element>
+ <element name="hlink">
+ <ref name="CT_Color"/>
+ </element>
+ <element name="folHlink">
+ <ref name="CT_Color"/>
+ </element>
+ <element name="extLst">
+ <ref name="CT_OfficeArtExtensionList"/>
+ </element>
<attribute name="name">
<data type="string">
</data>
@@ -819,10 +819,10 @@
</define>
<define name="CT_CustomColor">
<ref name="EG_ColorChoice"/>
- <attribute name="name">
- <data type="string">
- </data>
- </attribute>
+ <attribute name="name">
+ <data type="string">
+ </data>
+ </attribute>
</define>
<define name="CT_SupplementalFont">
<attribute name="script">
@@ -836,9 +836,9 @@
</attribute>
</define>
<define name="CT_CustomColorList">
- <element name="custClr">
- <ref name="CT_CustomColor"/>
- </element>
+ <element name="custClr">
+ <ref name="CT_CustomColor"/>
+ </element>
</define>
<define name="CT_FontCollection">
<element name="latin">
@@ -850,68 +850,68 @@
<element name="cs">
<ref name="CT_TextFont"/>
</element>
- <element name="font">
- <ref name="CT_SupplementalFont"/>
- </element>
- <element name="extLst">
- <ref name="CT_OfficeArtExtensionList"/>
- </element>
+ <element name="font">
+ <ref name="CT_SupplementalFont"/>
+ </element>
+ <element name="extLst">
+ <ref name="CT_OfficeArtExtensionList"/>
+ </element>
</define>
<define name="CT_EffectStyleItem">
<ref name="EG_EffectProperties"/>
- <element name="scene3d">
- <ref name="CT_Scene3D"/>
- </element>
- <element name="sp3d">
- <ref name="CT_Shape3D"/>
- </element>
+ <element name="scene3d">
+ <ref name="CT_Scene3D"/>
+ </element>
+ <element name="sp3d">
+ <ref name="CT_Shape3D"/>
+ </element>
</define>
<define name="CT_FontScheme">
- <element name="majorFont">
- <ref name="CT_FontCollection"/>
- </element>
- <element name="minorFont">
- <ref name="CT_FontCollection"/>
- </element>
- <element name="extLst">
- <ref name="CT_OfficeArtExtensionList"/>
- </element>
+ <element name="majorFont">
+ <ref name="CT_FontCollection"/>
+ </element>
+ <element name="minorFont">
+ <ref name="CT_FontCollection"/>
+ </element>
+ <element name="extLst">
+ <ref name="CT_OfficeArtExtensionList"/>
+ </element>
<attribute name="name">
<data type="string"/>
</attribute>
</define>
<define name="CT_FillStyleList">
- <ref name="EG_FillProperties"/>
+ <ref name="EG_FillProperties"/>
</define>
<define name="CT_LineStyleList">
- <element name="ln">
- <ref name="CT_LineProperties"/>
- </element>
+ <element name="ln">
+ <ref name="CT_LineProperties"/>
+ </element>
</define>
<define name="CT_EffectStyleList">
- <element name="effectStyle">
- <ref name="CT_EffectStyleItem"/>
- </element>
+ <element name="effectStyle">
+ <ref name="CT_EffectStyleItem"/>
+ </element>
</define>
<define name="CT_BackgroundFillStyleList">
- <ref name="EG_FillProperties"/>
+ <ref name="EG_FillProperties"/>
</define>
<define name="CT_StyleMatrix">
- <element name="fillStyleLst">
- <ref name="CT_FillStyleList"/>
- </element>
- <element name="lnStyleLst">
- <ref name="CT_LineStyleList"/>
- </element>
- <element name="effectStyleLst">
- <ref name="CT_EffectStyleList"/>
- </element>
- <element name="bgFillStyleLst">
- <ref name="CT_BackgroundFillStyleList"/>
- </element>
- <attribute name="name">
- <data type="string"/>
- </attribute>
+ <element name="fillStyleLst">
+ <ref name="CT_FillStyleList"/>
+ </element>
+ <element name="lnStyleLst">
+ <ref name="CT_LineStyleList"/>
+ </element>
+ <element name="effectStyleLst">
+ <ref name="CT_EffectStyleList"/>
+ </element>
+ <element name="bgFillStyleLst">
+ <ref name="CT_BackgroundFillStyleList"/>
+ </element>
+ <attribute name="name">
+ <data type="string"/>
+ </attribute>
</define>
<define name="CT_BaseStyles">
<element name="clrScheme">
@@ -923,9 +923,9 @@
<element name="fmtScheme">
<ref name="CT_StyleMatrix"/>
</element>
- <element name="extLst">
- <ref name="CT_OfficeArtExtensionList"/>
- </element>
+ <element name="extLst">
+ <ref name="CT_OfficeArtExtensionList"/>
+ </element>
</define>
</grammar>
<resource name="ST_ColorSchemeIndex" resource="List">
@@ -1021,58 +1021,58 @@
<attribute name="typeface">
<ref name="ST_TextTypeface"/>
</attribute>
- <attribute name="panose">
- <ref name="ST_Panose"/>
- </attribute>
- <attribute name="pitchFamily">
- <data type="byte"/>
- </attribute>
- <attribute name="charset">
- <data type="byte"/>
- </attribute>
+ <attribute name="panose">
+ <ref name="ST_Panose"/>
+ </attribute>
+ <attribute name="pitchFamily">
+ <data type="byte"/>
+ </attribute>
+ <attribute name="charset">
+ <data type="byte"/>
+ </attribute>
</define>
<define name="ST_TextLanguageID">
<data type="string"/>
</define>
<define name="ST_TextUnderlineType">
- <choice>
- <!-- Text Underline Enum ( None ) -->
- <value>none</value>
- <!-- Text Underline Enum ( Words ) -->
- <value>words</value>
- <!-- Text Underline Enum ( Single ) -->
- <value>sng</value>
- <!-- Text Underline Enum ( Double ) -->
- <value>dbl</value>
- <!-- Text Underline Enum ( Heavy ) -->
- <value>heavy</value>
- <!-- Text Underline Enum ( Dotted ) -->
- <value>dotted</value>
- <!-- Text Underline Enum ( Heavy Dotted ) -->
- <value>dottedHeavy</value>
- <!-- Text Underline Enum ( Dashed ) -->
- <value>dash</value>
- <!-- Text Underline Enum ( Heavy Dashed ) -->
- <value>dashHeavy</value>
- <!-- Text Underline Enum ( Long Dashed ) -->
- <value>dashLong</value>
- <!-- Text Underline Enum ( Heavy Long Dashed ) -->
- <value>dashLongHeavy</value>
- <!-- Text Underline Enum ( Dot Dash ) -->
- <value>dotDash</value>
- <!-- Text Underline Enum ( Heavy Dot Dash ) -->
- <value>dotDashHeavy</value>
- <!-- Text Underline Enum ( Dot Dot Dash ) -->
- <value>dotDotDash</value>
- <!-- Text Underline Enum ( Heavy Dot Dot Dash ) -->
- <value>dotDotDashHeavy</value>
- <!-- Text Underline Enum ( Wavy ) -->
- <value>wavy</value>
- <!-- Text Underline Enum ( Heavy Wavy ) -->
- <value>wavyHeavy</value>
- <!-- Text Underline Enum ( Double Wavy ) -->
- <value>wavyDbl</value>
- </choice>
+ <choice>
+ <!-- Text Underline Enum ( None ) -->
+ <value>none</value>
+ <!-- Text Underline Enum ( Words ) -->
+ <value>words</value>
+ <!-- Text Underline Enum ( Single ) -->
+ <value>sng</value>
+ <!-- Text Underline Enum ( Double ) -->
+ <value>dbl</value>
+ <!-- Text Underline Enum ( Heavy ) -->
+ <value>heavy</value>
+ <!-- Text Underline Enum ( Dotted ) -->
+ <value>dotted</value>
+ <!-- Text Underline Enum ( Heavy Dotted ) -->
+ <value>dottedHeavy</value>
+ <!-- Text Underline Enum ( Dashed ) -->
+ <value>dash</value>
+ <!-- Text Underline Enum ( Heavy Dashed ) -->
+ <value>dashHeavy</value>
+ <!-- Text Underline Enum ( Long Dashed ) -->
+ <value>dashLong</value>
+ <!-- Text Underline Enum ( Heavy Long Dashed ) -->
+ <value>dashLongHeavy</value>
+ <!-- Text Underline Enum ( Dot Dash ) -->
+ <value>dotDash</value>
+ <!-- Text Underline Enum ( Heavy Dot Dash ) -->
+ <value>dotDashHeavy</value>
+ <!-- Text Underline Enum ( Dot Dot Dash ) -->
+ <value>dotDotDash</value>
+ <!-- Text Underline Enum ( Heavy Dot Dot Dash ) -->
+ <value>dotDotDashHeavy</value>
+ <!-- Text Underline Enum ( Wavy ) -->
+ <value>wavy</value>
+ <!-- Text Underline Enum ( Heavy Wavy ) -->
+ <value>wavyHeavy</value>
+ <!-- Text Underline Enum ( Double Wavy ) -->
+ <value>wavyDbl</value>
+ </choice>
</define>
<define name="CT_TextUnderlineLineFollowText">
</define>
@@ -1086,9 +1086,9 @@
<element name="uLnTx">
<ref name="CT_TextUnderlineLineFollowText"/>
</element>
- <element name="uLn">
- <ref name="CT_LineProperties"/>
- </element>
+ <element name="uLn">
+ <ref name="CT_LineProperties"/>
+ </element>
</choice>
</define>
<define name="EG_TextUnderlineFill">
@@ -1102,114 +1102,114 @@
</choice>
</define>
<define name="ST_TextStrikeType">
- <choice>
- <!-- Text Strike Enum ( No Strike ) -->
- <value>noStrike</value>
- <!-- Text Strike Enum ( Single Strike ) -->
- <value>sngStrike</value>
- <!-- Text Strike Enum ( Double Strike ) -->
- <value>dblStrike</value>
- </choice>
+ <choice>
+ <!-- Text Strike Enum ( No Strike ) -->
+ <value>noStrike</value>
+ <!-- Text Strike Enum ( Single Strike ) -->
+ <value>sngStrike</value>
+ <!-- Text Strike Enum ( Double Strike ) -->
+ <value>dblStrike</value>
+ </choice>
</define>
<define name="ST_TextCapsType">
- <choice>
- <!-- Text Caps Enum ( None ) -->
- <value>none</value>
- <!-- Text Caps Enum ( Small ) -->
- <value>small</value>
- <!-- Text Caps Enum ( All ) -->
- <value>all</value>
- </choice>
+ <choice>
+ <!-- Text Caps Enum ( None ) -->
+ <value>none</value>
+ <!-- Text Caps Enum ( Small ) -->
+ <value>small</value>
+ <!-- Text Caps Enum ( All ) -->
+ <value>all</value>
+ </choice>
</define>
<define name="CT_TextCharacterProperties">
- <element name="ln">
- <ref name="CT_LineProperties"/>
- </element>
- <ref name="EG_FillProperties"/>
- <ref name="EG_EffectProperties"/>
- <element name="highlight">
- <ref name="CT_Color"/>
- </element>
- <ref name="EG_TextUnderlineLine"/>
- <ref name="EG_TextUnderlineFill"/>
- <element name="latin">
- <ref name="CT_TextFont"/>
- </element>
- <element name="ea">
- <ref name="CT_TextFont"/>
- </element>
- <element name="cs">
- <ref name="CT_TextFont"/>
- </element>
- <element name="sym">
- <ref name="CT_TextFont"/>
- </element>
- <element name="hlinkClick">
- <ref name="CT_Hyperlink"/>
- </element>
- <element name="hlinkMouseOver">
- <ref name="CT_Hyperlink"/>
- </element>
- <element name="extLst">
- <ref name="CT_OfficeArtExtensionList"/>
- </element>
- <attribute name="kumimoji">
- <data type="boolean"/>
- </attribute>
- <attribute name="lang">
- <ref name="ST_TextLanguageID"/>
- </attribute>
- <attribute name="altLang">
- <ref name="ST_TextLanguageID"/>
- </attribute>
- <attribute name="sz">
- <ref name="ST_TextFontSize"/>
- </attribute>
- <attribute name="b">
- <data type="boolean"/>
- </attribute>
- <attribute name="i">
- <data type="boolean"/>
- </attribute>
- <attribute name="u">
- <ref name="ST_TextUnderlineType"/>
- </attribute>
- <attribute name="strike">
- <ref name="ST_TextStrikeType"/>
- </attribute>
- <attribute name="kern">
- <ref name="ST_TextNonNegativePoint"/>
- </attribute>
- <attribute name="cap">
- <ref name="ST_TextCapsType"/>
- </attribute>
- <attribute name="spc">
- <ref name="ST_TextPoint"/>
- </attribute>
- <attribute name="normalizeH">
- <data type="boolean"/>
- </attribute>
- <attribute name="baseline">
- <ref name="ST_Percentage"/>
- </attribute>
- <attribute name="noProof">
- <data type="boolean"/>
- </attribute>
- <attribute name="dirty">
- <data type="boolean"/>
- </attribute>
- <attribute name="err">
- <data type="boolean"/>
- </attribute>
- <attribute name="smtClean">
- <data type="boolean"/>
- </attribute>
- <attribute name="smtId">
- <data type="unsignedInt"/>
- </attribute>
- <attribute name="bmk">
- <data type="string"/>
- </attribute>
+ <element name="ln">
+ <ref name="CT_LineProperties"/>
+ </element>
+ <ref name="EG_FillProperties"/>
+ <ref name="EG_EffectProperties"/>
+ <element name="highlight">
+ <ref name="CT_Color"/>
+ </element>
+ <ref name="EG_TextUnderlineLine"/>
+ <ref name="EG_TextUnderlineFill"/>
+ <element name="latin">
+ <ref name="CT_TextFont"/>
+ </element>
+ <element name="ea">
+ <ref name="CT_TextFont"/>
+ </element>
+ <element name="cs">
+ <ref name="CT_TextFont"/>
+ </element>
+ <element name="sym">
+ <ref name="CT_TextFont"/>
+ </element>
+ <element name="hlinkClick">
+ <ref name="CT_Hyperlink"/>
+ </element>
+ <element name="hlinkMouseOver">
+ <ref name="CT_Hyperlink"/>
+ </element>
+ <element name="extLst">
+ <ref name="CT_OfficeArtExtensionList"/>
+ </element>
+ <attribute name="kumimoji">
+ <data type="boolean"/>
+ </attribute>
+ <attribute name="lang">
+ <ref name="ST_TextLanguageID"/>
+ </attribute>
+ <attribute name="altLang">
+ <ref name="ST_TextLanguageID"/>
+ </attribute>
+ <attribute name="sz">
+ <ref name="ST_TextFontSize"/>
+ </attribute>
+ <attribute name="b">
+ <data type="boolean"/>
+ </attribute>
+ <attribute name="i">
+ <data type="boolean"/>
+ </attribute>
+ <attribute name="u">
+ <ref name="ST_TextUnderlineType"/>
+ </attribute>
+ <attribute name="strike">
+ <ref name="ST_TextStrikeType"/>
+ </attribute>
+ <attribute name="kern">
+ <ref name="ST_TextNonNegativePoint"/>
+ </attribute>
+ <attribute name="cap">
+ <ref name="ST_TextCapsType"/>
+ </attribute>
+ <attribute name="spc">
+ <ref name="ST_TextPoint"/>
+ </attribute>
+ <attribute name="normalizeH">
+ <data type="boolean"/>
+ </attribute>
+ <attribute name="baseline">
+ <ref name="ST_Percentage"/>
+ </attribute>
+ <attribute name="noProof">
+ <data type="boolean"/>
+ </attribute>
+ <attribute name="dirty">
+ <data type="boolean"/>
+ </attribute>
+ <attribute name="err">
+ <data type="boolean"/>
+ </attribute>
+ <attribute name="smtClean">
+ <data type="boolean"/>
+ </attribute>
+ <attribute name="smtId">
+ <data type="unsignedInt"/>
+ </attribute>
+ <attribute name="bmk">
+ <data type="string"/>
+ </attribute>
</define>
</grammar>
<resource name="ST_TextPoint" resource="Integer"/>
@@ -1268,17 +1268,17 @@
<define name="CT_AlphaFloorEffect">
</define>
<define name="CT_AlphaInverseEffect">
- <ref name="EG_ColorChoice"/>
+ <ref name="EG_ColorChoice"/>
</define>
<define name="CT_AlphaModulateFixedEffect">
- <attribute name="amt">
- <ref name="ST_PositivePercentage"/>
- </attribute>
+ <attribute name="amt">
+ <ref name="ST_PositivePercentage"/>
+ </attribute>
</define>
<define name="CT_AlphaOutsetEffect">
- <attribute name="rad">
- <ref name="ST_Coordinate"/>
- </attribute>
+ <attribute name="rad">
+ <ref name="ST_Coordinate"/>
+ </attribute>
</define>
<define name="CT_AlphaReplaceEffect">
<attribute name="a">
@@ -1291,206 +1291,206 @@
</attribute>
</define>
<define name="CT_BlurEffect">
- <attribute name="rad">
- <ref name="ST_PositiveCoordinate"/>
- </attribute>
- <attribute name="grow">
- <data type="boolean"/>
- </attribute>
+ <attribute name="rad">
+ <ref name="ST_PositiveCoordinate"/>
+ </attribute>
+ <attribute name="grow">
+ <data type="boolean"/>
+ </attribute>
</define>
<define name="CT_ColorChangeEffect">
- <element name="clrFrom">
- <ref name="CT_Color"/>
- </element>
- <element name="clrTo">
- <ref name="CT_Color"/>
- </element>
- <attribute name="useA">
- <data type="boolean"/>
- </attribute>
+ <element name="clrFrom">
+ <ref name="CT_Color"/>
+ </element>
+ <element name="clrTo">
+ <ref name="CT_Color"/>
+ </element>
+ <attribute name="useA">
+ <data type="boolean"/>
+ </attribute>
</define>
<define name="CT_ColorReplaceEffect">
<ref name="EG_ColorChoice"/>
</define>
<define name="CT_DuotoneEffect">
- <ref name="EG_ColorChoice"/>
+ <ref name="EG_ColorChoice"/>
</define>
<define name="CT_GlowEffect">
<ref name="EG_ColorChoice"/>
- <attribute name="rad">
- <ref name="ST_PositiveCoordinate"/>
- </attribute>
+ <attribute name="rad">
+ <ref name="ST_PositiveCoordinate"/>
+ </attribute>
</define>
<define name="CT_GrayscaleEffect">
</define>
<define name="CT_HSLEffect">
- <attribute name="hue">
- <ref name="ST_PositiveFixedAngle"/>
- </attribute>
- <attribute name="sat">
- <ref name="ST_FixedPercentage"/>
- </attribute>
- <attribute name="lum">
- <ref name="ST_FixedPercentage"/>
- </attribute>
+ <attribute name="hue">
+ <ref name="ST_PositiveFixedAngle"/>
+ </attribute>
+ <attribute name="sat">
+ <ref name="ST_FixedPercentage"/>
+ </attribute>
+ <attribute name="lum">
+ <ref name="ST_FixedPercentage"/>
+ </attribute>
</define>
<define name="CT_InnerShadowEffect">
<ref name="EG_ColorChoice"/>
- <attribute name="blurRad">
- <ref name="ST_PositiveCoordinate"/>
- </attribute>
- <attribute name="dist">
- <ref name="ST_PositiveCoordinate"/>
- </attribute>
- <attribute name="dir">
- <ref name="ST_PositiveFixedAngle"/>
- </attribute>
+ <attribute name="blurRad">
+ <ref name="ST_PositiveCoordinate"/>
+ </attribute>
+ <attribute name="dist">
+ <ref name="ST_PositiveCoordinate"/>
+ </attribute>
+ <attribute name="dir">
+ <ref name="ST_PositiveFixedAngle"/>
+ </attribute>
</define>
<define name="CT_LuminanceEffect">
- <attribute name="bright">
- <ref name="ST_FixedPercentage"/>
- </attribute>
- <attribute name="contrast">
- <ref name="ST_FixedPercentage"/>
- </attribute>
+ <attribute name="bright">
+ <ref name="ST_FixedPercentage"/>
+ </attribute>
+ <attribute name="contrast">
+ <ref name="ST_FixedPercentage"/>
+ </attribute>
</define>
<define name="CT_OuterShadowEffect">
<ref name="EG_ColorChoice"/>
- <attribute name="blurRad">
- <ref name="ST_PositiveCoordinate"/>
- </attribute>
- <attribute name="dist">
- <ref name="ST_PositiveCoordinate"/>
- </attribute>
- <attribute name="dir">
- <ref name="ST_PositiveFixedAngle"/>
- </attribute>
- <attribute name="sx">
- <ref name="ST_Percentage"/>
- </attribute>
- <attribute name="sy">
- <ref name="ST_Percentage"/>
- </attribute>
- <attribute name="kx">
- <ref name="ST_FixedAngle"/>
- </attribute>
- <attribute name="ky">
- <ref name="ST_FixedAngle"/>
- </attribute>
- <attribute name="algn">
- <ref name="ST_RectAlignment"/>
- </attribute>
- <attribute name="rotWithShape">
- <data type="boolean"/>
- </attribute>
+ <attribute name="blurRad">
+ <ref name="ST_PositiveCoordinate"/>
+ </attribute>
+ <attribute name="dist">
+ <ref name="ST_PositiveCoordinate"/>
+ </attribute>
+ <attribute name="dir">
+ <ref name="ST_PositiveFixedAngle"/>
+ </attribute>
+ <attribute name="sx">
+ <ref name="ST_Percentage"/>
+ </attribute>
+ <attribute name="sy">
+ <ref name="ST_Percentage"/>
+ </attribute>
+ <attribute name="kx">
+ <ref name="ST_FixedAngle"/>
+ </attribute>
+ <attribute name="ky">
+ <ref name="ST_FixedAngle"/>
+ </attribute>
+ <attribute name="algn">
+ <ref name="ST_RectAlignment"/>
+ </attribute>
+ <attribute name="rotWithShape">
+ <data type="boolean"/>
+ </attribute>
</define>
<define name="ST_PresetShadowVal">
- <choice>
- <!-- Top Left Drop Shadow -->
- <value>shdw1</value>
- <!-- Top Right Drop Shadow -->
- <value>shdw2</value>
- <!-- Back Left Perspective Shadow -->
- <value>shdw3</value>
- <!-- Back Right Perspective Shadow -->
- <value>shdw4</value>
- <!-- Bottom Left Drop Shadow -->
- <value>shdw5</value>
- <!-- Bottom Right Drop Shadow -->
- <value>shdw6</value>
- <!-- Front Left Perspective Shadow -->
- <value>shdw7</value>
- <!-- Front Right Perspective Shadow -->
- <value>shdw8</value>
- <!-- Top Left Small Drop Shadow -->
- <value>shdw9</value>
- <!-- Top Left Large Drop Shadow -->
- <value>shdw10</value>
- <!-- Back Left Long Perspective Shadow -->
- <value>shdw11</value>
- <!-- Back Right Long Perspective Shadow -->
- <value>shdw12</value>
- <!-- Top Left Double Drop Shadow -->
- <value>shdw13</value>
- <!-- Bottom Right Small Drop Shadow -->
- <value>shdw14</value>
- <!-- Front Left Long Perspective Shadow -->
- <value>shdw15</value>
- <!-- Front Right LongPerspective Shadow -->
- <value>shdw16</value>
- <!-- 3D Outer Box Shadow -->
- <value>shdw17</value>
- <!-- 3D Inner Box Shadow -->
- <value>shdw18</value>
- <!-- Back Center Perspective Shadow -->
- <value>shdw19</value>
- <!-- Front Bottom Shadow -->
- <value>shdw20</value>
- </choice>
+ <choice>
+ <!-- Top Left Drop Shadow -->
+ <value>shdw1</value>
+ <!-- Top Right Drop Shadow -->
+ <value>shdw2</value>
+ <!-- Back Left Perspective Shadow -->
+ <value>shdw3</value>
+ <!-- Back Right Perspective Shadow -->
+ <value>shdw4</value>
+ <!-- Bottom Left Drop Shadow -->
+ <value>shdw5</value>
+ <!-- Bottom Right Drop Shadow -->
+ <value>shdw6</value>
+ <!-- Front Left Perspective Shadow -->
+ <value>shdw7</value>
+ <!-- Front Right Perspective Shadow -->
+ <value>shdw8</value>
+ <!-- Top Left Small Drop Shadow -->
+ <value>shdw9</value>
+ <!-- Top Left Large Drop Shadow -->
+ <value>shdw10</value>
+ <!-- Back Left Long Perspective Shadow -->
+ <value>shdw11</value>
+ <!-- Back Right Long Perspective Shadow -->
+ <value>shdw12</value>
+ <!-- Top Left Double Drop Shadow -->
+ <value>shdw13</value>
+ <!-- Bottom Right Small Drop Shadow -->
+ <value>shdw14</value>
+ <!-- Front Left Long Perspective Shadow -->
+ <value>shdw15</value>
+ <!-- Front Right LongPerspective Shadow -->
+ <value>shdw16</value>
+ <!-- 3D Outer Box Shadow -->
+ <value>shdw17</value>
+ <!-- 3D Inner Box Shadow -->
+ <value>shdw18</value>
+ <!-- Back Center Perspective Shadow -->
+ <value>shdw19</value>
+ <!-- Front Bottom Shadow -->
+ <value>shdw20</value>
+ </choice>
</define>
<define name="CT_PresetShadowEffect">
<ref name="EG_ColorChoice"/>
<attribute name="prst">
<ref name="ST_PresetShadowVal"/>
</attribute>
- <attribute name="dist">
- <ref name="ST_PositiveCoordinate"/>
- </attribute>
- <attribute name="dir">
- <ref name="ST_PositiveFixedAngle"/>
- </attribute>
+ <attribute name="dist">
+ <ref name="ST_PositiveCoordinate"/>
+ </attribute>
+ <attribute name="dir">
+ <ref name="ST_PositiveFixedAngle"/>
+ </attribute>
</define>
<define name="CT_ReflectionEffect">
- <attribute name="blurRad">
- <ref name="ST_PositiveCoordinate"/>
- </attribute>
- <attribute name="stA">
- <ref name="ST_PositiveFixedPercentage"/>
- </attribute>
- <attribute name="stPos">
- <ref name="ST_PositiveFixedPercentage"/>
- </attribute>
- <attribute name="endA">
- <ref name="ST_PositiveFixedPercentage"/>
- </attribute>
- <attribute name="endPos">
- <ref name="ST_PositiveFixedPercentage"/>
- </attribute>
- <attribute name="dist">
- <ref name="ST_PositiveCoordinate"/>
- </attribute>
- <attribute name="dir">
- <ref name="ST_PositiveFixedAngle"/>
- </attribute>
- <attribute name="fadeDir">
- <ref name="ST_PositiveFixedAngle"/>
- </attribute>
- <attribute name="sx">
- <ref name="ST_Percentage"/>
- </attribute>
- <attribute name="sy">
- <ref name="ST_Percentage"/>
- </attribute>
- <attribute name="kx">
- <ref name="ST_FixedAngle"/>
- </attribute>
- <attribute name="ky">
- <ref name="ST_FixedAngle"/>
- </attribute>
- <attribute name="algn">
- <ref name="ST_RectAlignment"/>
- </attribute>
- <attribute name="rotWithShape">
- <data type="boolean"/>
- </attribute>
+ <attribute name="blurRad">
+ <ref name="ST_PositiveCoordinate"/>
+ </attribute>
+ <attribute name="stA">
+ <ref name="ST_PositiveFixedPercentage"/>
+ </attribute>
+ <attribute name="stPos">
+ <ref name="ST_PositiveFixedPercentage"/>
+ </attribute>
+ <attribute name="endA">
+ <ref name="ST_PositiveFixedPercentage"/>
+ </attribute>
+ <attribute name="endPos">
+ <ref name="ST_PositiveFixedPercentage"/>
+ </attribute>
+ <attribute name="dist">
+ <ref name="ST_PositiveCoordinate"/>
+ </attribute>
+ <attribute name="dir">
+ <ref name="ST_PositiveFixedAngle"/>
+ </attribute>
+ <attribute name="fadeDir">
+ <ref name="ST_PositiveFixedAngle"/>
+ </attribute>
+ <attribute name="sx">
+ <ref name="ST_Percentage"/>
+ </attribute>
+ <attribute name="sy">
+ <ref name="ST_Percentage"/>
+ </attribute>
+ <attribute name="kx">
+ <ref name="ST_FixedAngle"/>
+ </attribute>
+ <attribute name="ky">
+ <ref name="ST_FixedAngle"/>
+ </attribute>
+ <attribute name="algn">
+ <ref name="ST_RectAlignment"/>
+ </attribute>
+ <attribute name="rotWithShape">
+ <data type="boolean"/>
+ </attribute>
</define>
<define name="CT_RelativeOffsetEffect">
- <attribute name="tx">
- <ref name="ST_Percentage"/>
- </attribute>
- <attribute name="ty">
- <ref name="ST_Percentage"/>
- </attribute>
+ <attribute name="tx">
+ <ref name="ST_Percentage"/>
+ </attribute>
+ <attribute name="ty">
+ <ref name="ST_Percentage"/>
+ </attribute>
</define>
<define name="CT_SoftEdgesEffect">
<attribute name="rad">
@@ -1498,63 +1498,63 @@
</attribute>
</define>
<define name="CT_TintEffect">
- <attribute name="hue">
- <ref name="ST_PositiveFixedAngle"/>
- </attribute>
- <attribute name="amt">
- <ref name="ST_FixedPercentage"/>
- </attribute>
+ <attribute name="hue">
+ <ref name="ST_PositiveFixedAngle"/>
+ </attribute>
+ <attribute name="amt">
+ <ref name="ST_FixedPercentage"/>
+ </attribute>
</define>
<define name="CT_TransformEffect">
- <attribute name="sx">
- <ref name="ST_Percentage"/>
- </attribute>
- <attribute name="sy">
- <ref name="ST_Percentage"/>
- </attribute>
- <attribute name="kx">
- <ref name="ST_FixedAngle"/>
- </attribute>
- <attribute name="ky">
- <ref name="ST_FixedAngle"/>
- </attribute>
- <attribute name="tx">
- <ref name="ST_Percentage"/>
- </attribute>
- <attribute name="ty">
- <ref name="ST_Percentage"/>
- </attribute>
+ <attribute name="sx">
+ <ref name="ST_Percentage"/>
+ </attribute>
+ <attribute name="sy">
+ <ref name="ST_Percentage"/>
+ </attribute>
+ <attribute name="kx">
+ <ref name="ST_FixedAngle"/>
+ </attribute>
+ <attribute name="ky">
+ <ref name="ST_FixedAngle"/>
+ </attribute>
+ <attribute name="tx">
+ <ref name="ST_Percentage"/>
+ </attribute>
+ <attribute name="ty">
+ <ref name="ST_Percentage"/>
+ </attribute>
</define>
<define name="CT_NoFillProperties">
</define>
<define name="CT_SolidColorFillProperties">
- <ref name="EG_ColorChoice"/>
+ <ref name="EG_ColorChoice"/>
</define>
<define name="CT_LinearShadeProperties">
- <attribute name="ang">
- <ref name="ST_PositiveFixedAngle"/>
- </attribute>
- <attribute name="scaled">
- <data type="boolean"/>
- </attribute>
+ <attribute name="ang">
+ <ref name="ST_PositiveFixedAngle"/>
+ </attribute>
+ <attribute name="scaled">
+ <data type="boolean"/>
+ </attribute>
</define>
<define name="ST_PathShadeType">
- <choice>
- <!-- Shape -->
- <value>shape</value>
- <!-- Circle -->
- <value>circle</value>
- <!-- Rectangle -->
- <value>rect</value>
- </choice>
+ <choice>
+ <!-- Shape -->
+ <value>shape</value>
+ <!-- Circle -->
+ <value>circle</value>
+ <!-- Rectangle -->
+ <value>rect</value>
+ </choice>
</define>
<define name="CT_PathShadeProperties">
- <element name="fillToRect">
- <ref name="CT_RelativeRect"/>
- </element>
- <attribute name="path">
- <ref name="ST_PathShadeType"/>
- </attribute>
+ <element name="fillToRect">
+ <ref name="CT_RelativeRect"/>
+ </element>
+ <attribute name="path">
+ <ref name="ST_PathShadeType"/>
+ </attribute>
</define>
<define name="EG_ShadeProperties">
<choice>
@@ -1567,16 +1567,16 @@
</choice>
</define>
<define name="ST_TileFlipMode">
- <choice>
- <!-- None -->
- <value>none</value>
- <!-- Horizontal -->
- <value>x</value>
- <!-- Vertical -->
- <value>y</value>
- <!-- Horizontal and Vertical -->
- <value>xy</value>
- </choice>
+ <choice>
+ <!-- None -->
+ <value>none</value>
+ <!-- Horizontal -->
+ <value>x</value>
+ <!-- Vertical -->
+ <value>y</value>
+ <!-- Horizontal and Vertical -->
+ <value>xy</value>
+ </choice>
</define>
<define name="CT_GradientStop">
<ref name="EG_ColorChoice"/>
@@ -1585,49 +1585,49 @@
</attribute>
</define>
<define name="CT_GradientStopList">
- <element name="gs">
- <ref name="CT_GradientStop"/>
- </element>
+ <element name="gs">
+ <ref name="CT_GradientStop"/>
+ </element>
</define>
<define name="CT_GradientFillProperties">
- <element name="gsLst">
- <ref name="CT_GradientStopList"/>
- </element>
- <ref name="EG_ShadeProperties"/>
- <element name="tileRect">
- <ref name="CT_RelativeRect"/>
- </element>
- <attribute name="flip">
- <ref name="ST_TileFlipMode"/>
- </attribute>
- <attribute name="rotWithShape">
- <data type="boolean"/>
- </attribute>
+ <element name="gsLst">
+ <ref name="CT_GradientStopList"/>
+ </element>
+ <ref name="EG_ShadeProperties"/>
+ <element name="tileRect">
+ <ref name="CT_RelativeRect"/>
+ </element>
+ <attribute name="flip">
+ <ref name="ST_TileFlipMode"/>
+ </attribute>
+ <attribute name="rotWithShape">
+ <data type="boolean"/>
+ </attribute>
</define>
<define name="CT_TileInfoProperties">
- <attribute name="tx">
- <ref name="ST_Coordinate"/>
- </attribute>
- <attribute name="ty">
- <ref name="ST_Coordinate"/>
- </attribute>
- <attribute name="sx">
- <ref name="ST_Percentage"/>
- </attribute>
- <attribute name="sy">
- <ref name="ST_Percentage"/>
- </attribute>
- <attribute name="flip">
- <ref name="ST_TileFlipMode"/>
- </attribute>
- <attribute name="algn">
- <ref name="ST_RectAlignment"/>
- </attribute>
+ <attribute name="tx">
+ <ref name="ST_Coordinate"/>
+ </attribute>
+ <attribute name="ty">
+ <ref name="ST_Coordinate"/>
+ </attribute>
+ <attribute name="sx">
+ <ref name="ST_Percentage"/>
+ </attribute>
+ <attribute name="sy">
+ <ref name="ST_Percentage"/>
+ </attribute>
+ <attribute name="flip">
+ <ref name="ST_TileFlipMode"/>
+ </attribute>
+ <attribute name="algn">
+ <ref name="ST_RectAlignment"/>
+ </attribute>
</define>
<define name="CT_StretchInfoProperties">
- <element name="fillRect">
- <ref name="CT_RelativeRect"/>
- </element>
+ <element name="fillRect">
+ <ref name="CT_RelativeRect"/>
+ </element>
</define>
<define name="EG_FillModeProperties">
<choice>
@@ -1640,218 +1640,218 @@
</choice>
</define>
<define name="ST_BlipCompression">
- <choice>
- <!-- Email Compression -->
- <value>email</value>
- <!-- Screen Viewing Compression -->
- <value>screen</value>
- <!-- Printing Compression -->
- <value>print</value>
- <!-- High Quality Printing Compression -->
- <value>hqprint</value>
- <!-- No Compression -->
- <value>none</value>
- </choice>
+ <choice>
+ <!-- Email Compression -->
+ <value>email</value>
+ <!-- Screen Viewing Compression -->
+ <value>screen</value>
+ <!-- Printing Compression -->
+ <value>print</value>
+ <!-- High Quality Printing Compression -->
+ <value>hqprint</value>
+ <!-- No Compression -->
+ <value>none</value>
+ </choice>
</define>
<define name="CT_Blip">
- <choice>
- <element name="alphaBiLevel">
- <ref name="CT_AlphaBiLevelEffect"/>
- </element>
- <element name="alphaCeiling">
- <ref name="CT_AlphaCeilingEffect"/>
- </element>
- <element name="alphaFloor">
- <ref name="CT_AlphaFloorEffect"/>
- </element>
- <element name="alphaInv">
- <ref name="CT_AlphaInverseEffect"/>
- </element>
- <element name="alphaMod">
- <ref name="CT_AlphaModulateEffect"/>
- </element>
- <element name="alphaModFix">
- <ref name="CT_AlphaModulateFixedEffect"/>
- </element>
- <element name="alphaRepl">
- <ref name="CT_AlphaReplaceEffect"/>
- </element>
- <element name="biLevel">
- <ref name="CT_BiLevelEffect"/>
- </element>
- <element name="blur">
- <ref name="CT_BlurEffect"/>
- </element>
- <element name="clrChange">
- <ref name="CT_ColorChangeEffect"/>
- </element>
- <element name="clrRepl">
- <ref name="CT_ColorReplaceEffect"/>
- </element>
- <element name="duotone">
- <ref name="CT_DuotoneEffect"/>
- </element>
- <element name="fillOverlay">
- <ref name="CT_FillOverlayEffect"/>
- </element>
- <element name="grayscl">
- <ref name="CT_GrayscaleEffect"/>
- </element>
- <element name="hsl">
- <ref name="CT_HSLEffect"/>
- </element>
- <element name="lum">
- <ref name="CT_LuminanceEffect"/>
- </element>
- <element name="tint">
- <ref name="CT_TintEffect"/>
- </element>
- </choice>
- <element name="extLst">
- <ref name="CT_OfficeArtExtensionList"/>
- </element>
+ <choice>
+ <element name="alphaBiLevel">
+ <ref name="CT_AlphaBiLevelEffect"/>
+ </element>
+ <element name="alphaCeiling">
+ <ref name="CT_AlphaCeilingEffect"/>
+ </element>
+ <element name="alphaFloor">
+ <ref name="CT_AlphaFloorEffect"/>
+ </element>
+ <element name="alphaInv">
+ <ref name="CT_AlphaInverseEffect"/>
+ </element>
+ <element name="alphaMod">
+ <ref name="CT_AlphaModulateEffect"/>
+ </element>
+ <element name="alphaModFix">
+ <ref name="CT_AlphaModulateFixedEffect"/>
+ </element>
+ <element name="alphaRepl">
+ <ref name="CT_AlphaReplaceEffect"/>
+ </element>
+ <element name="biLevel">
+ <ref name="CT_BiLevelEffect"/>
+ </element>
+ <element name="blur">
+ <ref name="CT_BlurEffect"/>
+ </element>
+ <element name="clrChange">
+ <ref name="CT_ColorChangeEffect"/>
+ </element>
+ <element name="clrRepl">
+ <ref name="CT_ColorReplaceEffect"/>
+ </element>
+ <element name="duotone">
+ <ref name="CT_DuotoneEffect"/>
+ </element>
+ <element name="fillOverlay">
+ <ref name="CT_FillOverlayEffect"/>
+ </element>
+ <element name="grayscl">
+ <ref name="CT_GrayscaleEffect"/>
+ </element>
+ <element name="hsl">
+ <ref name="CT_HSLEffect"/>
+ </element>
+ <element name="lum">
+ <ref name="CT_LuminanceEffect"/>
+ </element>
+ <element name="tint">
+ <ref name="CT_TintEffect"/>
+ </element>
+ </choice>
+ <element name="extLst">
+ <ref name="CT_OfficeArtExtensionList"/>
+ </element>
<ref name="AG_Blob"/>
- <attribute name="cstate">
- <ref name="ST_BlipCompression"/>
- </attribute>
+ <attribute name="cstate">
+ <ref name="ST_BlipCompression"/>
+ </attribute>
</define>
<define name="CT_BlipFillProperties">
- <element name="blip">
- <ref name="CT_Blip"/>
- </element>
- <element name="srcRect">
- <ref name="CT_RelativeRect"/>
- </element>
- <ref name="EG_FillModeProperties"/>
- <attribute name="dpi">
- <data type="unsignedInt"/>
- </attribute>
- <attribute name="rotWithShape">
- <data type="boolean"/>
- </attribute>
+ <element name="blip">
+ <ref name="CT_Blip"/>
+ </element>
+ <element name="srcRect">
+ <ref name="CT_RelativeRect"/>
+ </element>
+ <ref name="EG_FillModeProperties"/>
+ <attribute name="dpi">
+ <data type="unsignedInt"/>
+ </attribute>
+ <attribute name="rotWithShape">
+ <data type="boolean"/>
+ </attribute>
</define>
<define name="ST_PresetPatternVal">
- <choice>
- <!-- 5% -->
- <value>pct5</value>
- <!-- 10% -->
- <value>pct10</value>
- <!-- 20% -->
- <value>pct20</value>
- <!-- 25% -->
- <value>pct25</value>
- <!-- 30% -->
- <value>pct30</value>
- <!-- 40% -->
- <value>pct40</value>
- <!-- 50% -->
- <value>pct50</value>
- <!-- 60% -->
- <value>pct60</value>
- <!-- 70% -->
- <value>pct70</value>
- <!-- 75% -->
- <value>pct75</value>
- <!-- 80% -->
- <value>pct80</value>
- <!-- 90% -->
- <value>pct90</value>
- <!-- Horizontal -->
- <value>horz</value>
- <!-- Vertical -->
- <value>vert</value>
- <!-- Light Horizontal -->
- <value>ltHorz</value>
- <!-- Light Vertical -->
- <value>ltVert</value>
- <!-- Dark Horizontal -->
- <value>dkHorz</value>
- <!-- Dark Vertical -->
- <value>dkVert</value>
- <!-- Narrow Horizontal -->
- <value>narHorz</value>
- <!-- Narrow Vertical -->
- <value>narVert</value>
- <!-- Dashed Horizontal -->
- <value>dashHorz</value>
- <!-- Dashed Vertical -->
- <value>dashVert</value>
- <!-- Cross -->
- <value>cross</value>
- <!-- Downward Diagonal -->
- <value>dnDiag</value>
- <!-- Upward Diagonal -->
- <value>upDiag</value>
- <!-- Light Downward Diagonal -->
- <value>ltDnDiag</value>
- <!-- Light Upward Diagonal -->
- <value>ltUpDiag</value>
- <!-- Dark Downward Diagonal -->
- <value>dkDnDiag</value>
- <!-- Dark Upward Diagonal -->
- <value>dkUpDiag</value>
- <!-- Wide Downward Diagonal -->
- <value>wdDnDiag</value>
- <!-- Wide Upward Diagonal -->
- <value>wdUpDiag</value>
- <!-- Dashed Downward Diagonal -->
- <value>dashDnDiag</value>
- <!-- Dashed Upward DIagonal -->
- <value>dashUpDiag</value>
- <!-- Diagonal Cross -->
- <value>diagCross</value>
- <!-- Small Checker Board -->
- <value>smCheck</value>
- <!-- Large Checker Board -->
- <value>lgCheck</value>
- <!-- Small Grid -->
- <value>smGrid</value>
- <!-- Large Grid -->
- <value>lgGrid</value>
- <!-- Dotted Grid -->
- <value>dotGrid</value>
- <!-- Small Confetti -->
- <value>smConfetti</value>
- <!-- Large Confetti -->
- <value>lgConfetti</value>
- <!-- Horizontal Brick -->
- <value>horzBrick</value>
- <!-- Diagonal Brick -->
- <value>diagBrick</value>
- <!-- Solid Diamond -->
- <value>solidDmnd</value>
- <!-- Open Diamond -->
- <value>openDmnd</value>
- <!-- Dotted Diamond -->
- <value>dotDmnd</value>
- <!-- Plaid -->
- <value>plaid</value>
- <!-- Sphere -->
- <value>sphere</value>
- <!-- Weave -->
- <value>weave</value>
- <!-- Divot -->
- <value>divot</value>
- <!-- Shingle -->
- <value>shingle</value>
- <!-- Wave -->
- <value>wave</value>
- <!-- Trellis -->
- <value>trellis</value>
- <!-- Zig Zag -->
- <value>zigZag</value>
- </choice>
+ <choice>
+ <!-- 5% -->
+ <value>pct5</value>
+ <!-- 10% -->
+ <value>pct10</value>
+ <!-- 20% -->
+ <value>pct20</value>
+ <!-- 25% -->
+ <value>pct25</value>
+ <!-- 30% -->
+ <value>pct30</value>
+ <!-- 40% -->
+ <value>pct40</value>
+ <!-- 50% -->
+ <value>pct50</value>
+ <!-- 60% -->
+ <value>pct60</value>
+ <!-- 70% -->
+ <value>pct70</value>
+ <!-- 75% -->
+ <value>pct75</value>
+ <!-- 80% -->
+ <value>pct80</value>
+ <!-- 90% -->
+ <value>pct90</value>
+ <!-- Horizontal -->
+ <value>horz</value>
+ <!-- Vertical -->
+ <value>vert</value>
+ <!-- Light Horizontal -->
+ <value>ltHorz</value>
+ <!-- Light Vertical -->
+ <value>ltVert</value>
+ <!-- Dark Horizontal -->
+ <value>dkHorz</value>
+ <!-- Dark Vertical -->
+ <value>dkVert</value>
+ <!-- Narrow Horizontal -->
+ <value>narHorz</value>
+ <!-- Narrow Vertical -->
+ <value>narVert</value>
+ <!-- Dashed Horizontal -->
+ <value>dashHorz</value>
+ <!-- Dashed Vertical -->
+ <value>dashVert</value>
+ <!-- Cross -->
+ <value>cross</value>
+ <!-- Downward Diagonal -->
+ <value>dnDiag</value>
+ <!-- Upward Diagonal -->
+ <value>upDiag</value>
+ <!-- Light Downward Diagonal -->
+ <value>ltDnDiag</value>
+ <!-- Light Upward Diagonal -->
+ <value>ltUpDiag</value>
+ <!-- Dark Downward Diagonal -->
+ <value>dkDnDiag</value>
+ <!-- Dark Upward Diagonal -->
+ <value>dkUpDiag</value>
+ <!-- Wide Downward Diagonal -->
+ <value>wdDnDiag</value>
+ <!-- Wide Upward Diagonal -->
+ <value>wdUpDiag</value>
+ <!-- Dashed Downward Diagonal -->
+ <value>dashDnDiag</value>
+ <!-- Dashed Upward DIagonal -->
+ <value>dashUpDiag</value>
+ <!-- Diagonal Cross -->
+ <value>diagCross</value>
+ <!-- Small Checker Board -->
+ <value>smCheck</value>
+ <!-- Large Checker Board -->
+ <value>lgCheck</value>
+ <!-- Small Grid -->
+ <value>smGrid</value>
+ <!-- Large Grid -->
+ <value>lgGrid</value>
+ <!-- Dotted Grid -->
+ <value>dotGrid</value>
+ <!-- Small Confetti -->
+ <value>smConfetti</value>
+ <!-- Large Confetti -->
+ <value>lgConfetti</value>
+ <!-- Horizontal Brick -->
+ <value>horzBrick</value>
+ <!-- Diagonal Brick -->
+ <value>diagBrick</value>
+ <!-- Solid Diamond -->
+ <value>solidDmnd</value>
+ <!-- Open Diamond -->
+ <value>openDmnd</value>
+ <!-- Dotted Diamond -->
+ <value>dotDmnd</value>
+ <!-- Plaid -->
+ <value>plaid</value>
+ <!-- Sphere -->
+ <value>sphere</value>
+ <!-- Weave -->
+ <value>weave</value>
+ <!-- Divot -->
+ <value>divot</value>
+ <!-- Shingle -->
+ <value>shingle</value>
+ <!-- Wave -->
+ <value>wave</value>
+ <!-- Trellis -->
+ <value>trellis</value>
+ <!-- Zig Zag -->
+ <value>zigZag</value>
+ </choice>
</define>
<define name="CT_PatternFillProperties">
- <element name="fgClr">
- <ref name="CT_Color"/>
- </element>
- <element name="bgClr">
- <ref name="CT_Color"/>
- </element>
- <attribute name="prst">
- <ref name="ST_PresetPatternVal"/>
- </attribute>
+ <element name="fgClr">
+ <ref name="CT_Color"/>
+ </element>
+ <element name="bgClr">
+ <ref name="CT_Color"/>
+ </element>
+ <attribute name="prst">
+ <ref name="ST_PresetPatternVal"/>
+ </attribute>
</define>
<define name="CT_GroupFillProperties">
</define>
@@ -1884,18 +1884,18 @@
<ref name="EG_FillProperties"/>
</define>
<define name="ST_BlendMode">
- <choice>
- <!-- Overlay -->
- <value>over</value>
- <!-- Multiply -->
- <value>mult</value>
- <!-- Screen -->
- <value>screen</value>
- <!-- Darken -->
- <value>darken</value>
- <!-- Lighten -->
- <value>lighten</value>
- </choice>
+ <choice>
+ <!-- Overlay -->
+ <value>over</value>
+ <!-- Multiply -->
+ <value>mult</value>
+ <!-- Screen -->
+ <value>screen</value>
+ <!-- Darken -->
+ <value>darken</value>
+ <!-- Lighten -->
+ <value>lighten</value>
+ </choice>
</define>
<define name="CT_FillOverlayEffect">
<ref name="EG_FillProperties"/>
@@ -2003,21 +2003,21 @@
</choice>
</define>
<define name="ST_EffectContainerType">
- <choice>
- <!-- Sibling -->
- <value>sib</value>
- <!-- Tree -->
- <value>tree</value>
- </choice>
+ <choice>
+ <!-- Sibling -->
+ <value>sib</value>
+ <!-- Tree -->
+ <value>tree</value>
+ </choice>
</define>
<define name="CT_EffectContainer">
- <ref name="EG_Effect"/>
- <attribute name="type">
- <ref name="ST_EffectContainerType"/>
- </attribute>
- <attribute name="name">
- <data type="token"/>
- </attribute>
+ <ref name="EG_Effect"/>
+ <attribute name="type">
+ <ref name="ST_EffectContainerType"/>
+ </attribute>
+ <attribute name="name">
+ <data type="token"/>
+ </attribute>
</define>
<define name="CT_AlphaModulateEffect">
<element name="cont">
@@ -2033,30 +2033,30 @@
</attribute>
</define>
<define name="CT_EffectList">
- <element name="blur">
- <ref name="CT_BlurEffect"/>
- </element>
- <element name="fillOverlay">
- <ref name="CT_FillOverlayEffect"/>
- </element>
- <element name="glow">
- <ref name="CT_GlowEffect"/>
- </element>
- <element name="innerShdw">
- <ref name="CT_InnerShadowEffect"/>
- </element>
- <element name="outerShdw">
- <ref name="CT_OuterShadowEffect"/>
- </element>
- <element name="prstShdw">
- <ref name="CT_PresetShadowEffect"/>
- </element>
- <element name="reflection">
- <ref name="CT_ReflectionEffect"/>
- </element>
- <element name="softEdge">
- <ref name="CT_SoftEdgesEffect"/>
- </element>
+ <element name="blur">
+ <ref name="CT_BlurEffect"/>
+ </element>
+ <element name="fillOverlay">
+ <ref name="CT_FillOverlayEffect"/>
+ </element>
+ <element name="glow">
+ <ref name="CT_GlowEffect"/>
+ </element>
+ <element name="innerShdw">
+ <ref name="CT_InnerShadowEffect"/>
+ </element>
+ <element name="outerShdw">
+ <ref name="CT_OuterShadowEffect"/>
+ </element>
+ <element name="prstShdw">
+ <ref name="CT_PresetShadowEffect"/>
+ </element>
+ <element name="reflection">
+ <ref name="CT_ReflectionEffect"/>
+ </element>
+ <element name="softEdge">
+ <ref name="CT_SoftEdgesEffect"/>
+ </element>
</define>
<define name="EG_EffectProperties">
<choice>
@@ -2272,51 +2272,51 @@
<!-- ISO RELAX NG Schema -->
<include href="dml-shapeEffects.rng"/>
<define name="ST_LineEndType">
- <choice>
- <!-- None -->
- <value>none</value>
- <!-- Triangle Arrow Head -->
- <value>triangle</value>
- <!-- Stealth Arrow -->
- <value>stealth</value>
- <!-- Diamond -->
- <value>diamond</value>
- <!-- Oval -->
- <value>oval</value>
- <!-- Arrow Head -->
- <value>arrow</value>
- </choice>
+ <choice>
+ <!-- None -->
+ <value>none</value>
+ <!-- Triangle Arrow Head -->
+ <value>triangle</value>
+ <!-- Stealth Arrow -->
+ <value>stealth</value>
+ <!-- Diamond -->
+ <value>diamond</value>
+ <!-- Oval -->
+ <value>oval</value>
+ <!-- Arrow Head -->
+ <value>arrow</value>
+ </choice>
</define>
<define name="ST_LineEndWidth">
- <choice>
- <!-- Small -->
- <value>sm</value>
- <!-- Medium -->
- <value>med</value>
- <!-- Large -->
- <value>lg</value>
- </choice>
+ <choice>
+ <!-- Small -->
+ <value>sm</value>
+ <!-- Medium -->
+ <value>med</value>
+ <!-- Large -->
+ <value>lg</value>
+ </choice>
</define>
<define name="ST_LineEndLength">
- <choice>
- <!-- Small -->
- <value>sm</value>
- <!-- Medium -->
- <value>med</value>
- <!-- Large -->
- <value>lg</value>
- </choice>
+ <choice>
+ <!-- Small -->
+ <value>sm</value>
+ <!-- Medium -->
+ <value>med</value>
+ <!-- Large -->
+ <value>lg</value>
+ </choice>
</define>
<define name="CT_LineEndProperties">
- <attribute name="type">
- <ref name="ST_LineEndType"/>
- </attribute>
- <attribute name="w">
- <ref name="ST_LineEndWidth"/>
- </attribute>
- <attribute name="len">
- <ref name="ST_LineEndLength"/>
- </attribute>
+ <attribute name="type">
+ <ref name="ST_LineEndType"/>
+ </attribute>
+ <attribute name="w">
+ <ref name="ST_LineEndWidth"/>
+ </attribute>
+ <attribute name="len">
+ <ref name="ST_LineEndLength"/>
+ </attribute>
</define>
<define name="EG_LineFillProperties">
<choice>
@@ -2339,9 +2339,9 @@
<define name="CT_LineJoinRound">
</define>
<define name="CT_LineJoinMiterProperties">
- <attribute name="lim">
- <ref name="ST_PositivePercentage"/>
- </attribute>
+ <attribute name="lim">
+ <ref name="ST_PositivePercentage"/>
+ </attribute>
</define>
<define name="EG_LineJoinProperties">
<choice>
@@ -2357,35 +2357,35 @@
</choice>
</define>
<define name="ST_PresetLineDashVal">
- <choice>
- <!-- Solid -->
- <value>solid</value>
- <!-- Dot -->
- <value>dot</value>
- <!-- Dash -->
- <value>dash</value>
- <!-- Large Dash -->
- <value>lgDash</value>
- <!-- Dash Dot -->
- <value>dashDot</value>
- <!-- Large Dash Dot -->
- <value>lgDashDot</value>
- <!-- Large Dash Dot Dot -->
- <value>lgDashDotDot</value>
- <!-- System Dash -->
- <value>sysDash</value>
- <!-- System Dot -->
- <value>sysDot</value>
- <!-- System Dash Dot -->
- <value>sysDashDot</value>
- <!-- System Dash Dot Dot -->
- <value>sysDashDotDot</value>
- </choice>
+ <choice>
+ <!-- Solid -->
+ <value>solid</value>
+ <!-- Dot -->
+ <value>dot</value>
+ <!-- Dash -->
+ <value>dash</value>
+ <!-- Large Dash -->
+ <value>lgDash</value>
+ <!-- Dash Dot -->
+ <value>dashDot</value>
+ <!-- Large Dash Dot -->
+ <value>lgDashDot</value>
+ <!-- Large Dash Dot Dot -->
+ <value>lgDashDotDot</value>
+ <!-- System Dash -->
+ <value>sysDash</value>
+ <!-- System Dot -->
+ <value>sysDot</value>
+ <!-- System Dash Dot -->
+ <value>sysDashDot</value>
+ <!-- System Dash Dot Dot -->
+ <value>sysDashDotDot</value>
+ </choice>
</define>
<define name="CT_PresetLineDashProperties">
- <attribute name="val">
- <ref name="ST_PresetLineDashVal"/>
- </attribute>
+ <attribute name="val">
+ <ref name="ST_PresetLineDashVal"/>
+ </attribute>
</define>
<define name="CT_DashStop">
<attribute name="d">
@@ -2396,9 +2396,9 @@
</attribute>
</define>
<define name="CT_DashStopList">
- <element name="ds">
- <ref name="CT_DashStop"/>
- </element>
+ <element name="ds">
+ <ref name="CT_DashStop"/>
+ </element>
</define>
<define name="EG_LineDashProperties">
<choice>
@@ -2411,64 +2411,64 @@
</choice>
</define>
<define name="ST_LineCap">
- <choice>
- <!-- Round Line Cap -->
- <value>rnd</value>
- <!-- Square Line Cap -->
- <value>sq</value>
- <!-- Flat Line Cap -->
- <value>flat</value>
- </choice>
+ <choice>
+ <!-- Round Line Cap -->
+ <value>rnd</value>
+ <!-- Square Line Cap -->
+ <value>sq</value>
+ <!-- Flat Line Cap -->
+ <value>flat</value>
+ </choice>
</define>
<define name="ST_LineWidth">
</define>
<define name="ST_PenAlignment">
- <choice>
- <!-- Center Alignment -->
- <value>ctr</value>
- <!-- Inset Alignment -->
- <value>in</value>
- </choice>
+ <choice>
+ <!-- Center Alignment -->
+ <value>ctr</value>
+ <!-- Inset Alignment -->
+ <value>in</value>
+ </choice>
</define>
<define name="ST_CompoundLine">
- <choice>
- <!-- Single Line -->
- <value>sng</value>
- <!-- Double Lines -->
- <value>dbl</value>
- <!-- Thick Thin Double Lines -->
- <value>thickThin</value>
- <!-- Thin Thick Double Lines -->
- <value>thinThick</value>
- <!-- Thin Thick Thin Triple Lines -->
- <value>tri</value>
- </choice>
+ <choice>
+ <!-- Single Line -->
+ <value>sng</value>
+ <!-- Double Lines -->
+ <value>dbl</value>
+ <!-- Thick Thin Double Lines -->
+ <value>thickThin</value>
+ <!-- Thin Thick Double Lines -->
+ <value>thinThick</value>
+ <!-- Thin Thick Thin Triple Lines -->
+ <value>tri</value>
+ </choice>
</define>
<define name="CT_LineProperties">
- <ref name="EG_LineFillProperties"/>
- <ref name="EG_LineDashProperties"/>
- <ref name="EG_LineJoinProperties"/>
- <element name="headEnd">
- <ref name="CT_LineEndProperties"/>
- </element>
- <element name="tailEnd">
- <ref name="CT_LineEndProperties"/>
- </element>
- <element name="extLst">
- <ref name="CT_OfficeArtExtensionList"/>
- </element>
- <attribute name="w">
- <ref name="ST_LineWidth"/>
- </attribute>
- <attribute name="cap">
- <ref name="ST_LineCap"/>
- </attribute>
- <attribute name="cmpd">
- <ref name="ST_CompoundLine"/>
- </attribute>
- <attribute name="algn">
- <ref name="ST_PenAlignment"/>
- </attribute>
+ <ref name="EG_LineFillProperties"/>
+ <ref name="EG_LineDashProperties"/>
+ <ref name="EG_LineJoinProperties"/>
+ <element name="headEnd">
+ <ref name="CT_LineEndProperties"/>
+ </element>
+ <element name="tailEnd">
+ <ref name="CT_LineEndProperties"/>
+ </element>
+ <element name="extLst">
+ <ref name="CT_OfficeArtExtensionList"/>
+ </element>
+ <attribute name="w">
+ <ref name="ST_LineWidth"/>
+ </attribute>
+ <attribute name="cap">
+ <ref name="ST_LineCap"/>
+ </attribute>
+ <attribute name="cmpd">
+ <ref name="ST_CompoundLine"/>
+ </attribute>
+ <attribute name="algn">
+ <ref name="ST_PenAlignment"/>
+ </attribute>
</define>
</grammar>
<resource name="ST_LineEndType" resource="List">
@@ -2548,43 +2548,43 @@
<include href="dml-shapeEffects.rng"/>
<include href="dml-shapeLineProperties.rng"/>
<define name="CT_ShapeProperties">
- <element name="xfrm">
- <ref name="CT_Transform2D"/>
- </element>
- <ref name="EG_Geometry"/>
- <ref name="EG_FillProperties"/>
- <element name="ln">
- <ref name="CT_LineProperties"/>
- </element>
- <ref name="EG_EffectProperties"/>
- <element name="scene3d">
- <ref name="CT_Scene3D"/>
- </element>
- <element name="sp3d">
- <ref name="CT_Shape3D"/>
- </element>
- <element name="extLst">
- <ref name="CT_OfficeArtExtensionList"/>
- </element>
- <attribute name="bwMode">
- <ref name="ST_BlackWhiteMode"/>
- </attribute>
+ <element name="xfrm">
+ <ref name="CT_Transform2D"/>
+ </element>
+ <ref name="EG_Geometry"/>
+ <ref name="EG_FillProperties"/>
+ <element name="ln">
+ <ref name="CT_LineProperties"/>
+ </element>
+ <ref name="EG_EffectProperties"/>
+ <element name="scene3d">
+ <ref name="CT_Scene3D"/>
+ </element>
+ <element name="sp3d">
+ <ref name="CT_Shape3D"/>
+ </element>
+ <element name="extLst">
+ <ref name="CT_OfficeArtExtensionList"/>
+ </element>
+ <attribute name="bwMode">
+ <ref name="ST_BlackWhiteMode"/>
+ </attribute>
</define>
<define name="CT_GroupShapeProperties">
- <element name="xfrm">
- <ref name="CT_GroupTransform2D"/>
- </element>
- <ref name="EG_FillProperties"/>
- <ref name="EG_EffectProperties"/>
- <element name="scene3d">
- <ref name="CT_Scene3D"/>
- </element>
- <element name="extLst">
- <ref name="CT_OfficeArtExtensionList"/>
- </element>
- <attribute name="bwMode">
- <ref name="ST_BlackWhiteMode"/>
- </attribute>
+ <element name="xfrm">
+ <ref name="CT_GroupTransform2D"/>
+ </element>
+ <ref name="EG_FillProperties"/>
+ <ref name="EG_EffectProperties"/>
+ <element name="scene3d">
+ <ref name="CT_Scene3D"/>
+ </element>
+ <element name="extLst">
+ <ref name="CT_OfficeArtExtensionList"/>
+ </element>
+ <attribute name="bwMode">
+ <ref name="ST_BlackWhiteMode"/>
+ </attribute>
</define>
</grammar>
<resource name="CT_ShapeProperties" resource="Properties">
@@ -2783,7 +2783,7 @@
</choice>
</define>
<define name="CT_ScRgbColor">
- <ref name="EG_ColorTransform"/>
+ <ref name="EG_ColorTransform"/>
<attribute name="r">
<ref name="ST_Percentage"/>
</attribute>
@@ -2798,13 +2798,13 @@
<data type="hexBinary"/>
</define>
<define name="CT_SRgbColor">
- <ref name="EG_ColorTransform"/>
+ <ref name="EG_ColorTransform"/>
<attribute name="val">
<ref name="ST_HexBinary3"/>
</attribute>
</define>
<define name="CT_HslColor">
- <ref name="EG_ColorTransform"/>
+ <ref name="EG_ColorTransform"/>
<attribute name="hue">
<ref name="ST_PositiveFixedAngle"/>
</attribute>
@@ -2816,416 +2816,416 @@
</attribute>
</define>
<define name="ST_SystemColorVal">
- <choice>
- <!-- Scroll Bar System Color -->
- <value>scrollBar</value>
- <!-- Background System Color -->
- <value>background</value>
- <!-- Active Caption System Color -->
- <value>activeCaption</value>
- <!-- Inactive Caption System Color -->
- <value>inactiveCaption</value>
- <!-- Menu System Color -->
- <value>menu</value>
- <!-- Window System Color -->
- <value>window</value>
- <!-- Window Frame System Color -->
- <value>windowFrame</value>
- <!-- Menu Text System Color -->
- <value>menuText</value>
- <!-- Window Text System Color -->
- <value>windowText</value>
- <!-- Caption Text System Color -->
- <value>captionText</value>
- <!-- Active Border System Color -->
- <value>activeBorder</value>
- <!-- Inactive Border System Color -->
- <value>inactiveBorder</value>
- <!-- Application Workspace System Color -->
- <value>appWorkspace</value>
- <!-- Highlight System Color -->
- <value>highlight</value>
- <!-- Highlight Text System Color -->
- <value>highlightText</value>
- <!-- Button Face System Color -->
- <value>btnFace</value>
- <!-- Button Shadow System Color -->
- <value>btnShadow</value>
- <!-- Gray Text System Color -->
- <value>grayText</value>
- <!-- Button Text System Color -->
- <value>btnText</value>
- <!-- Inactive Caption Text System Color -->
- <value>inactiveCaptionText</value>
- <!-- Button Highlight System Color -->
- <value>btnHighlight</value>
- <!-- 3D Dark System Color -->
- <value>3dDkShadow</value>
- <!-- 3D Light System Color -->
- <value>3dLight</value>
- <!-- Info Text System Color -->
- <value>infoText</value>
- <!-- Info Back System Color -->
- <value>infoBk</value>
- <!-- Hot Light System Color -->
- <value>hotLight</value>
- <!-- Gradient Active Caption System Color -->
- <value>gradientActiveCaption</value>
- <!-- Gradient Inactive Caption System Color -->
- <value>gradientInactiveCaption</value>
- <!-- Menu Highlight System Color -->
- <value>menuHighlight</value>
- <!-- Menu Bar System Color -->
- <value>menuBar</value>
- </choice>
+ <choice>
+ <!-- Scroll Bar System Color -->
+ <value>scrollBar</value>
+ <!-- Background System Color -->
+ <value>background</value>
+ <!-- Active Caption System Color -->
+ <value>activeCaption</value>
+ <!-- Inactive Caption System Color -->
+ <value>inactiveCaption</value>
+ <!-- Menu System Color -->
+ <value>menu</value>
+ <!-- Window System Color -->
+ <value>window</value>
+ <!-- Window Frame System Color -->
+ <value>windowFrame</value>
+ <!-- Menu Text System Color -->
+ <value>menuText</value>
+ <!-- Window Text System Color -->
+ <value>windowText</value>
+ <!-- Caption Text System Color -->
+ <value>captionText</value>
+ <!-- Active Border System Color -->
+ <value>activeBorder</value>
+ <!-- Inactive Border System Color -->
+ <value>inactiveBorder</value>
+ <!-- Application Workspace System Color -->
+ <value>appWorkspace</value>
+ <!-- Highlight System Color -->
+ <value>highlight</value>
+ <!-- Highlight Text System Color -->
+ <value>highlightText</value>
+ <!-- Button Face System Color -->
+ <value>btnFace</value>
+ <!-- Button Shadow System Color -->
+ <value>btnShadow</value>
+ <!-- Gray Text System Color -->
+ <value>grayText</value>
+ <!-- Button Text System Color -->
+ <value>btnText</value>
+ <!-- Inactive Caption Text System Color -->
+ <value>inactiveCaptionText</value>
+ <!-- Button Highlight System Color -->
+ <value>btnHighlight</value>
+ <!-- 3D Dark System Color -->
+ <value>3dDkShadow</value>
+ <!-- 3D Light System Color -->
+ <value>3dLight</value>
+ <!-- Info Text System Color -->
+ <value>infoText</value>
+ <!-- Info Back System Color -->
+ <value>infoBk</value>
+ <!-- Hot Light System Color -->
+ <value>hotLight</value>
+ <!-- Gradient Active Caption System Color -->
+ <value>gradientActiveCaption</value>
+ <!-- Gradient Inactive Caption System Color -->
+ <value>gradientInactiveCaption</value>
+ <!-- Menu Highlight System Color -->
+ <value>menuHighlight</value>
+ <!-- Menu Bar System Color -->
+ <value>menuBar</value>
+ </choice>
</define>
<define name="CT_SystemColor">
- <ref name="EG_ColorTransform"/>
+ <ref name="EG_ColorTransform"/>
<attribute name="val">
<ref name="ST_SystemColorVal"/>
</attribute>
- <attribute name="lastClr">
- <ref name="ST_HexBinary3"/>
- </attribute>
+ <attribute name="lastClr">
+ <ref name="ST_HexBinary3"/>
+ </attribute>
</define>
<define name="ST_SchemeColorVal">
- <choice>
- <!-- Background Color 1 -->
- <value>bg1</value>
- <!-- Text Color 1 -->
- <value>tx1</value>
- <!-- Background Color 2 -->
- <value>bg2</value>
- <!-- Text Color 2 -->
- <value>tx2</value>
- <!-- Accent Color 1 -->
- <value>accent1</value>
- <!-- Accent Color 2 -->
- <value>accent2</value>
- <!-- Accent Color 3 -->
- <value>accent3</value>
- <!-- Accent Color 4 -->
- <value>accent4</value>
- <!-- Accent Color 5 -->
- <value>accent5</value>
- <!-- Accent Color 6 -->
- <value>accent6</value>
- <!-- Hyperlink Color -->
- <value>hlink</value>
- <!-- Followed Hyperlink Color -->
- <value>folHlink</value>
- <!-- Style Color -->
- <value>phClr</value>
- <!-- Dark Color 1 -->
- <value>dk1</value>
- <!-- Light Color 1 -->
- <value>lt1</value>
- <!-- Dark Color 2 -->
- <value>dk2</value>
- <!-- Light Color 2 -->
- <value>lt2</value>
- </choice>
+ <choice>
+ <!-- Background Color 1 -->
+ <value>bg1</value>
+ <!-- Text Color 1 -->
+ <value>tx1</value>
+ <!-- Background Color 2 -->
+ <value>bg2</value>
+ <!-- Text Color 2 -->
+ <value>tx2</value>
+ <!-- Accent Color 1 -->
+ <value>accent1</value>
+ <!-- Accent Color 2 -->
+ <value>accent2</value>
+ <!-- Accent Color 3 -->
+ <value>accent3</value>
+ <!-- Accent Color 4 -->
+ <value>accent4</value>
+ <!-- Accent Color 5 -->
+ <value>accent5</value>
+ <!-- Accent Color 6 -->
+ <value>accent6</value>
+ <!-- Hyperlink Color -->
+ <value>hlink</value>
+ <!-- Followed Hyperlink Color -->
+ <value>folHlink</value>
+ <!-- Style Color -->
+ <value>phClr</value>
+ <!-- Dark Color 1 -->
+ <value>dk1</value>
+ <!-- Light Color 1 -->
+ <value>lt1</value>
+ <!-- Dark Color 2 -->
+ <value>dk2</value>
+ <!-- Light Color 2 -->
+ <value>lt2</value>
+ </choice>
</define>
<define name="CT_SchemeColor">
- <ref name="EG_ColorTransform"/>
+ <ref name="EG_ColorTransform"/>
<attribute name="val">
<ref name="ST_SchemeColorVal"/>
</attribute>
</define>
<define name="ST_PresetColorVal">
- <choice>
- <!-- Alice Blue Preset Color -->
- <value>aliceBlue</value>
- <!-- Antique White Preset Color -->
- <value>antiqueWhite</value>
- <!-- Aqua Preset Color -->
- <value>aqua</value>
- <!-- Aquamarine Preset Color -->
- <value>aquamarine</value>
- <!-- Azure Preset Color -->
- <value>azure</value>
- <!-- Beige Preset Color -->
- <value>beige</value>
- <!-- Bisque Preset Color -->
- <value>bisque</value>
- <!-- Black Preset Color -->
- <value>black</value>
- <!-- Blanched Almond Preset Color -->
- <value>blanchedAlmond</value>
- <!-- Blue Preset Color -->
- <value>blue</value>
- <!-- Blue Violet Preset Color -->
- <value>blueViolet</value>
- <!-- Brown Preset Color -->
- <value>brown</value>
- <!-- Burly Wood Preset Color -->
- <value>burlyWood</value>
- <!-- Cadet Blue Preset Color -->
- <value>cadetBlue</value>
- <!-- Chartreuse Preset Color -->
- <value>chartreuse</value>
- <!-- Chocolate Preset Color -->
- <value>chocolate</value>
- <!-- Coral Preset Color -->
- <value>coral</value>
- <!-- Cornflower Blue Preset Color -->
- <value>cornflowerBlue</value>
- <!-- Cornsilk Preset Color -->
- <value>cornsilk</value>
- <!-- Crimson Preset Color -->
- <value>crimson</value>
- <!-- Cyan Preset Color -->
- <value>cyan</value>
- <!-- Dark Blue Preset Color -->
- <value>dkBlue</value>
- <!-- Dark Cyan Preset Color -->
- <value>dkCyan</value>
- <!-- Dark Goldenrod Preset Color -->
- <value>dkGoldenrod</value>
- <!-- Dark Gray Preset Color -->
- <value>dkGray</value>
- <!-- Dark Green Preset Color -->
- <value>dkGreen</value>
- <!-- Dark Khaki Preset Color -->
- <value>dkKhaki</value>
- <!-- Dark Magenta Preset Color -->
- <value>dkMagenta</value>
- <!-- Dark Olive Green Preset Color -->
- <value>dkOliveGreen</value>
- <!-- Dark Orange Preset Color -->
- <value>dkOrange</value>
- <!-- Dark Orchid Preset Color -->
- <value>dkOrchid</value>
- <!-- Dark Red Preset Color -->
- <value>dkRed</value>
- <!-- Dark Salmon Preset Color -->
- <value>dkSalmon</value>
- <!-- Dark Sea Green Preset Color -->
- <value>dkSeaGreen</value>
- <!-- Dark Slate Blue Preset Color -->
- <value>dkSlateBlue</value>
- <!-- Dark Slate Gray Preset Color -->
- <value>dkSlateGray</value>
- <!-- Dark Turquoise Preset Color -->
- <value>dkTurquoise</value>
- <!-- Dark Violet Preset Color -->
- <value>dkViolet</value>
- <!-- Deep Pink Preset Color -->
- <value>deepPink</value>
- <!-- Deep Sky Blue Preset Color -->
- <value>deepSkyBlue</value>
- <!-- Dim Gray Preset Color -->
- <value>dimGray</value>
- <!-- Dodger Blue Preset Color -->
- <value>dodgerBlue</value>
- <!-- Firebrick Preset Color -->
- <value>firebrick</value>
- <!-- Floral White Preset Color -->
- <value>floralWhite</value>
- <!-- Forest Green Preset Color -->
- <value>forestGreen</value>
- <!-- Fuchsia Preset Color -->
- <value>fuchsia</value>
- <!-- Gainsboro Preset Color -->
- <value>gainsboro</value>
- <!-- Ghost White Preset Color -->
- <value>ghostWhite</value>
- <!-- Gold Preset Color -->
- <value>gold</value>
- <!-- Goldenrod Preset Color -->
- <value>goldenrod</value>
- <!-- Gray Preset Color -->
- <value>gray</value>
- <!-- Green Preset Color -->
- <value>green</value>
- <!-- Green Yellow Preset Color -->
- <value>greenYellow</value>
- <!-- Honeydew Preset Color -->
- <value>honeydew</value>
- <!-- Hot Pink Preset Color -->
- <value>hotPink</value>
- <!-- Indian Red Preset Color -->
- <value>indianRed</value>
- <!-- Indigo Preset Color -->
- <value>indigo</value>
- <!-- Ivory Preset Color -->
- <value>ivory</value>
- <!-- Khaki Preset Color -->
- <value>khaki</value>
- <!-- Lavender Preset Color -->
- <value>lavender</value>
- <!-- Lavender Blush Preset Color -->
- <value>lavenderBlush</value>
- <!-- Lawn Green Preset Color -->
- <value>lawnGreen</value>
- <!-- Lemon Chiffon Preset Color -->
- <value>lemonChiffon</value>
- <!-- Light Blue Preset Color -->
- <value>ltBlue</value>
- <!-- Light Coral Preset Color -->
- <value>ltCoral</value>
- <!-- Light Cyan Preset Color -->
- <value>ltCyan</value>
- <!-- Light Goldenrod Yellow Preset Color -->
- <value>ltGoldenrodYellow</value>
- <!-- Light Gray Preset Color -->
- <value>ltGray</value>
- <!-- Light Green Preset Color -->
- <value>ltGreen</value>
- <!-- Light Pink Preset Color -->
- <value>ltPink</value>
- <!-- Light Salmon Preset Color -->
- <value>ltSalmon</value>
- <!-- Light Sea Green Preset Color -->
- <value>ltSeaGreen</value>
- <!-- Light Sky Blue Preset Color -->
- <value>ltSkyBlue</value>
- <!-- Light Slate Gray Preset Color -->
- <value>ltSlateGray</value>
- <!-- Light Steel Blue Preset Color -->
- <value>ltSteelBlue</value>
- <!-- Light Yellow Preset Color -->
- <value>ltYellow</value>
- <!-- Lime Preset Color -->
- <value>lime</value>
- <!-- Lime Green Preset Color -->
- <value>limeGreen</value>
- <!-- Linen Preset Color -->
- <value>linen</value>
- <!-- Magenta Preset Color -->
- <value>magenta</value>
- <!-- Maroon Preset Color -->
- <value>maroon</value>
- <!-- Medium Aquamarine Preset Color -->
- <value>medAquamarine</value>
- <!-- Medium Blue Preset Color -->
- <value>medBlue</value>
- <!-- Medium Orchid Preset Color -->
- <value>medOrchid</value>
- <!-- Medium Purple Preset Color -->
- <value>medPurple</value>
- <!-- Medium Sea Green Preset Color -->
- <value>medSeaGreen</value>
- <!-- Medium Slate Blue Preset Color -->
- <value>medSlateBlue</value>
- <!-- Medium Spring Green Preset Color -->
- <value>medSpringGreen</value>
- <!-- Medium Turquoise Preset Color -->
- <value>medTurquoise</value>
- <!-- Medium Violet Red Preset Color -->
- <value>medVioletRed</value>
- <!-- Midnight Blue Preset Color -->
- <value>midnightBlue</value>
- <!-- Mint Cream Preset Color -->
- <value>mintCream</value>
- <!-- Misty Rose Preset Color -->
- <value>mistyRose</value>
- <!-- Moccasin Preset Color -->
- <value>moccasin</value>
- <!-- Navajo White Preset Color -->
- <value>navajoWhite</value>
- <!-- Navy Preset Color -->
- <value>navy</value>
- <!-- Old Lace Preset Color -->
- <value>oldLace</value>
- <!-- Olive Preset Color -->
- <value>olive</value>
- <!-- Olive Drab Preset Color -->
- <value>oliveDrab</value>
- <!-- Orange Preset Color -->
- <value>orange</value>
- <!-- Orange Red Preset Color -->
- <value>orangeRed</value>
- <!-- Orchid Preset Color -->
- <value>orchid</value>
- <!-- Pale Goldenrod Preset Color -->
- <value>paleGoldenrod</value>
- <!-- Pale Green Preset Color -->
- <value>paleGreen</value>
- <!-- Pale Turquoise Preset Color -->
- <value>paleTurquoise</value>
- <!-- Pale Violet Red Preset Color -->
- <value>paleVioletRed</value>
- <!-- Papaya Whip Preset Color -->
- <value>papayaWhip</value>
- <!-- Peach Puff Preset Color -->
- <value>peachPuff</value>
- <!-- Peru Preset Color -->
- <value>peru</value>
- <!-- Pink Preset Color -->
- <value>pink</value>
- <!-- Plum Preset Color -->
- <value>plum</value>
- <!-- Powder Blue Preset Color -->
- <value>powderBlue</value>
- <!-- Purple Preset Color -->
- <value>purple</value>
- <!-- Red Preset Color -->
- <value>red</value>
- <!-- Rosy Brown Preset Color -->
- <value>rosyBrown</value>
- <!-- Royal Blue Preset Color -->
- <value>royalBlue</value>
- <!-- Saddle Brown Preset Color -->
- <value>saddleBrown</value>
- <!-- Salmon Preset Color -->
- <value>salmon</value>
- <!-- Sandy Brown Preset Color -->
- <value>sandyBrown</value>
- <!-- Sea Green Preset Color -->
- <value>seaGreen</value>
- <!-- Sea Shell Preset Color -->
- <value>seaShell</value>
- <!-- Sienna Preset Color -->
- <value>sienna</value>
- <!-- Silver Preset Color -->
- <value>silver</value>
- <!-- Sky Blue Preset Color -->
- <value>skyBlue</value>
- <!-- Slate Blue Preset Color -->
- <value>slateBlue</value>
- <!-- Slate Gray Preset Color -->
- <value>slateGray</value>
- <!-- Snow Preset Color -->
- <value>snow</value>
- <!-- Spring Green Preset Color -->
- <value>springGreen</value>
- <!-- Steel Blue Preset Color -->
- <value>steelBlue</value>
- <!-- Tan Preset Color -->
- <value>tan</value>
- <!-- Teal Preset Color -->
- <value>teal</value>
- <!-- Thistle Preset Color -->
- <value>thistle</value>
- <!-- Tomato Preset Color -->
- <value>tomato</value>
- <!-- Turquoise Preset Color -->
- <value>turquoise</value>
- <!-- Violet Preset Color -->
- <value>violet</value>
- <!-- Wheat Preset Color -->
- <value>wheat</value>
- <!-- White Preset Color -->
- <value>white</value>
- <!-- White Smoke Preset Color -->
- <value>whiteSmoke</value>
- <!-- Yellow Preset Color -->
- <value>yellow</value>
- <!-- Yellow Green Preset Color -->
- <value>yellowGreen</value>
- </choice>
+ <choice>
+ <!-- Alice Blue Preset Color -->
+ <value>aliceBlue</value>
+ <!-- Antique White Preset Color -->
+ <value>antiqueWhite</value>
+ <!-- Aqua Preset Color -->
+ <value>aqua</value>
+ <!-- Aquamarine Preset Color -->
+ <value>aquamarine</value>
+ <!-- Azure Preset Color -->
+ <value>azure</value>
+ <!-- Beige Preset Color -->
+ <value>beige</value>
+ <!-- Bisque Preset Color -->
+ <value>bisque</value>
+ <!-- Black Preset Color -->
+ <value>black</value>
+ <!-- Blanched Almond Preset Color -->
+ <value>blanchedAlmond</value>
+ <!-- Blue Preset Color -->
+ <value>blue</value>
+ <!-- Blue Violet Preset Color -->
+ <value>blueViolet</value>
+ <!-- Brown Preset Color -->
+ <value>brown</value>
+ <!-- Burly Wood Preset Color -->
+ <value>burlyWood</value>
+ <!-- Cadet Blue Preset Color -->
+ <value>cadetBlue</value>
+ <!-- Chartreuse Preset Color -->
+ <value>chartreuse</value>
+ <!-- Chocolate Preset Color -->
+ <value>chocolate</value>
+ <!-- Coral Preset Color -->
+ <value>coral</value>
+ <!-- Cornflower Blue Preset Color -->
+ <value>cornflowerBlue</value>
+ <!-- Cornsilk Preset Color -->
+ <value>cornsilk</value>
+ <!-- Crimson Preset Color -->
+ <value>crimson</value>
+ <!-- Cyan Preset Color -->
+ <value>cyan</value>
+ <!-- Dark Blue Preset Color -->
+ <value>dkBlue</value>
+ <!-- Dark Cyan Preset Color -->
+ <value>dkCyan</value>
+ <!-- Dark Goldenrod Preset Color -->
+ <value>dkGoldenrod</value>
+ <!-- Dark Gray Preset Color -->
+ <value>dkGray</value>
+ <!-- Dark Green Preset Color -->
+ <value>dkGreen</value>
+ <!-- Dark Khaki Preset Color -->
+ <value>dkKhaki</value>
+ <!-- Dark Magenta Preset Color -->
+ <value>dkMagenta</value>
+ <!-- Dark Olive Green Preset Color -->
+ <value>dkOliveGreen</value>
+ <!-- Dark Orange Preset Color -->
+ <value>dkOrange</value>
+ <!-- Dark Orchid Preset Color -->
+ <value>dkOrchid</value>
+ <!-- Dark Red Preset Color -->
+ <value>dkRed</value>
+ <!-- Dark Salmon Preset Color -->
+ <value>dkSalmon</value>
+ <!-- Dark Sea Green Preset Color -->
+ <value>dkSeaGreen</value>
+ <!-- Dark Slate Blue Preset Color -->
+ <value>dkSlateBlue</value>
+ <!-- Dark Slate Gray Preset Color -->
+ <value>dkSlateGray</value>
+ <!-- Dark Turquoise Preset Color -->
+ <value>dkTurquoise</value>
+ <!-- Dark Violet Preset Color -->
+ <value>dkViolet</value>
+ <!-- Deep Pink Preset Color -->
+ <value>deepPink</value>
+ <!-- Deep Sky Blue Preset Color -->
+ <value>deepSkyBlue</value>
+ <!-- Dim Gray Preset Color -->
+ <value>dimGray</value>
+ <!-- Dodger Blue Preset Color -->
+ <value>dodgerBlue</value>
+ <!-- Firebrick Preset Color -->
+ <value>firebrick</value>
+ <!-- Floral White Preset Color -->
+ <value>floralWhite</value>
+ <!-- Forest Green Preset Color -->
+ <value>forestGreen</value>
+ <!-- Fuchsia Preset Color -->
+ <value>fuchsia</value>
+ <!-- Gainsboro Preset Color -->
+ <value>gainsboro</value>
+ <!-- Ghost White Preset Color -->
+ <value>ghostWhite</value>
+ <!-- Gold Preset Color -->
+ <value>gold</value>
+ <!-- Goldenrod Preset Color -->
+ <value>goldenrod</value>
+ <!-- Gray Preset Color -->
+ <value>gray</value>
+ <!-- Green Preset Color -->
+ <value>green</value>
+ <!-- Green Yellow Preset Color -->
+ <value>greenYellow</value>
+ <!-- Honeydew Preset Color -->
+ <value>honeydew</value>
+ <!-- Hot Pink Preset Color -->
+ <value>hotPink</value>
+ <!-- Indian Red Preset Color -->
+ <value>indianRed</value>
+ <!-- Indigo Preset Color -->
+ <value>indigo</value>
+ <!-- Ivory Preset Color -->
+ <value>ivory</value>
+ <!-- Khaki Preset Color -->
+ <value>khaki</value>
+ <!-- Lavender Preset Color -->
+ <value>lavender</value>
+ <!-- Lavender Blush Preset Color -->
+ <value>lavenderBlush</value>
+ <!-- Lawn Green Preset Color -->
+ <value>lawnGreen</value>
+ <!-- Lemon Chiffon Preset Color -->
+ <value>lemonChiffon</value>
+ <!-- Light Blue Preset Color -->
+ <value>ltBlue</value>
+ <!-- Light Coral Preset Color -->
+ <value>ltCoral</value>
+ <!-- Light Cyan Preset Color -->
+ <value>ltCyan</value>
+ <!-- Light Goldenrod Yellow Preset Color -->
+ <value>ltGoldenrodYellow</value>
+ <!-- Light Gray Preset Color -->
+ <value>ltGray</value>
+ <!-- Light Green Preset Color -->
+ <value>ltGreen</value>
+ <!-- Light Pink Preset Color -->
+ <value>ltPink</value>
+ <!-- Light Salmon Preset Color -->
+ <value>ltSalmon</value>
+ <!-- Light Sea Green Preset Color -->
+ <value>ltSeaGreen</value>
+ <!-- Light Sky Blue Preset Color -->
+ <value>ltSkyBlue</value>
+ <!-- Light Slate Gray Preset Color -->
+ <value>ltSlateGray</value>
+ <!-- Light Steel Blue Preset Color -->
+ <value>ltSteelBlue</value>
+ <!-- Light Yellow Preset Color -->
+ <value>ltYellow</value>
+ <!-- Lime Preset Color -->
+ <value>lime</value>
+ <!-- Lime Green Preset Color -->
+ <value>limeGreen</value>
+ <!-- Linen Preset Color -->
+ <value>linen</value>
+ <!-- Magenta Preset Color -->
+ <value>magenta</value>
+ <!-- Maroon Preset Color -->
+ <value>maroon</value>
+ <!-- Medium Aquamarine Preset Color -->
+ <value>medAquamarine</value>
+ <!-- Medium Blue Preset Color -->
+ <value>medBlue</value>
+ <!-- Medium Orchid Preset Color -->
+ <value>medOrchid</value>
+ <!-- Medium Purple Preset Color -->
+ <value>medPurple</value>
+ <!-- Medium Sea Green Preset Color -->
+ <value>medSeaGreen</value>
+ <!-- Medium Slate Blue Preset Color -->
+ <value>medSlateBlue</value>
+ <!-- Medium Spring Green Preset Color -->
+ <value>medSpringGreen</value>
+ <!-- Medium Turquoise Preset Color -->
+ <value>medTurquoise</value>
+ <!-- Medium Violet Red Preset Color -->
+ <value>medVioletRed</value>
+ <!-- Midnight Blue Preset Color -->
+ <value>midnightBlue</value>
+ <!-- Mint Cream Preset Color -->
+ <value>mintCream</value>
+ <!-- Misty Rose Preset Color -->
+ <value>mistyRose</value>
+ <!-- Moccasin Preset Color -->
+ <value>moccasin</value>
+ <!-- Navajo White Preset Color -->
+ <value>navajoWhite</value>
+ <!-- Navy Preset Color -->
+ <value>navy</value>
+ <!-- Old Lace Preset Color -->
+ <value>oldLace</value>
+ <!-- Olive Preset Color -->
+ <value>olive</value>
+ <!-- Olive Drab Preset Color -->
+ <value>oliveDrab</value>
+ <!-- Orange Preset Color -->
+ <value>orange</value>
+ <!-- Orange Red Preset Color -->
+ <value>orangeRed</value>
+ <!-- Orchid Preset Color -->
+ <value>orchid</value>
+ <!-- Pale Goldenrod Preset Color -->
+ <value>paleGoldenrod</value>
+ <!-- Pale Green Preset Color -->
+ <value>paleGreen</value>
+ <!-- Pale Turquoise Preset Color -->
+ <value>paleTurquoise</value>
+ <!-- Pale Violet Red Preset Color -->
+ <value>paleVioletRed</value>
+ <!-- Papaya Whip Preset Color -->
+ <value>papayaWhip</value>
+ <!-- Peach Puff Preset Color -->
+ <value>peachPuff</value>
+ <!-- Peru Preset Color -->
+ <value>peru</value>
+ <!-- Pink Preset Color -->
+ <value>pink</value>
+ <!-- Plum Preset Color -->
+ <value>plum</value>
+ <!-- Powder Blue Preset Color -->
+ <value>powderBlue</value>
+ <!-- Purple Preset Color -->
+ <value>purple</value>
+ <!-- Red Preset Color -->
+ <value>red</value>
+ <!-- Rosy Brown Preset Color -->
+ <value>rosyBrown</value>
+ <!-- Royal Blue Preset Color -->
+ <value>royalBlue</value>
+ <!-- Saddle Brown Preset Color -->
+ <value>saddleBrown</value>
+ <!-- Salmon Preset Color -->
+ <value>salmon</value>
+ <!-- Sandy Brown Preset Color -->
+ <value>sandyBrown</value>
+ <!-- Sea Green Preset Color -->
+ <value>seaGreen</value>
+ <!-- Sea Shell Preset Color -->
+ <value>seaShell</value>
+ <!-- Sienna Preset Color -->
+ <value>sienna</value>
+ <!-- Silver Preset Color -->
+ <value>silver</value>
+ <!-- Sky Blue Preset Color -->
+ <value>skyBlue</value>
+ <!-- Slate Blue Preset Color -->
+ <value>slateBlue</value>
+ <!-- Slate Gray Preset Color -->
+ <value>slateGray</value>
+ <!-- Snow Preset Color -->
+ <value>snow</value>
+ <!-- Spring Green Preset Color -->
+ <value>springGreen</value>
+ <!-- Steel Blue Preset Color -->
+ <value>steelBlue</value>
+ <!-- Tan Preset Color -->
+ <value>tan</value>
+ <!-- Teal Preset Color -->
+ <value>teal</value>
+ <!-- Thistle Preset Color -->
+ <value>thistle</value>
+ <!-- Tomato Preset Color -->
+ <value>tomato</value>
+ <!-- Turquoise Preset Color -->
+ <value>turquoise</value>
+ <!-- Violet Preset Color -->
+ <value>violet</value>
+ <!-- Wheat Preset Color -->
+ <value>wheat</value>
+ <!-- White Preset Color -->
+ <value>white</value>
+ <!-- White Smoke Preset Color -->
+ <value>whiteSmoke</value>
+ <!-- Yellow Preset Color -->
+ <value>yellow</value>
+ <!-- Yellow Green Preset Color -->
+ <value>yellowGreen</value>
+ </choice>
</define>
<define name="CT_PresetColor">
- <ref name="EG_ColorTransform"/>
+ <ref name="EG_ColorTransform"/>
<attribute name="val">
<ref name="ST_PresetColorVal"/>
</attribute>
</define>
<define name="EG_OfficeArtExtensionList">
- <element name="ext">
- <ref name="CT_OfficeArtExtension"/>
- </element>
+ <element name="ext">
+ <ref name="CT_OfficeArtExtension"/>
+ </element>
</define>
<define name="CT_OfficeArtExtensionList">
<ref name="EG_OfficeArtExtensionList"/>
@@ -3239,44 +3239,44 @@
</element>
</define>
<define name="CT_Transform2D">
- <element name="off">
- <ref name="CT_Point2D"/>
- </element>
- <element name="ext">
- <ref name="CT_PositiveSize2D"/>
- </element>
- <attribute name="rot">
- <ref name="ST_Angle"/>
- </attribute>
- <attribute name="flipH">
- <data type="boolean"/>
- </attribute>
- <attribute name="flipV">
- <data type="boolean"/>
- </attribute>
+ <element name="off">
+ <ref name="CT_Point2D"/>
+ </element>
+ <element name="ext">
+ <ref name="CT_PositiveSize2D"/>
+ </element>
+ <attribute name="rot">
+ <ref name="ST_Angle"/>
+ </attribute>
+ <attribute name="flipH">
+ <data type="boolean"/>
+ </attribute>
+ <attribute name="flipV">
+ <data type="boolean"/>
+ </attribute>
</define>
<define name="CT_GroupTransform2D">
- <element name="off">
- <ref name="CT_Point2D"/>
- </element>
- <element name="ext">
- <ref name="CT_PositiveSize2D"/>
- </element>
- <element name="chOff">
- <ref name="CT_Point2D"/>
- </element>
- <element name="chExt">
- <ref name="CT_PositiveSize2D"/>
- </element>
- <attribute name="rot">
- <ref name="ST_Angle"/>
- </attribute>
- <attribute name="flipH">
- <data type="boolean"/>
- </attribute>
- <attribute name="flipV">
- <data type="boolean"/>
- </attribute>
+ <element name="off">
+ <ref name="CT_Point2D"/>
+ </element>
+ <element name="ext">
+ <ref name="CT_PositiveSize2D"/>
+ </element>
+ <element name="chOff">
+ <ref name="CT_Point2D"/>
+ </element>
+ <element name="chExt">
+ <ref name="CT_PositiveSize2D"/>
+ </element>
+ <attribute name="rot">
+ <ref name="ST_Angle"/>
+ </attribute>
+ <attribute name="flipH">
+ <data type="boolean"/>
+ </attribute>
+ <attribute name="flipV">
+ <data type="boolean"/>
+ </attribute>
</define>
<define name="CT_Point3D">
<attribute name="x">
@@ -3312,40 +3312,40 @@
</attribute>
</define>
<define name="CT_RelativeRect">
- <attribute name="l">
- <ref name="ST_Percentage"/>
- </attribute>
- <attribute name="t">
- <ref name="ST_Percentage"/>
- </attribute>
- <attribute name="r">
- <ref name="ST_Percentage"/>
- </attribute>
- <attribute name="b">
- <ref name="ST_Percentage"/>
- </attribute>
+ <attribute name="l">
+ <ref name="ST_Percentage"/>
+ </attribute>
+ <attribute name="t">
+ <ref name="ST_Percentage"/>
+ </attribute>
+ <attribute name="r">
+ <ref name="ST_Percentage"/>
+ </attribute>
+ <attribute name="b">
+ <ref name="ST_Percentage"/>
+ </attribute>
</define>
<define name="ST_RectAlignment">
- <choice>
- <!-- Rectangle Alignment Enum ( Top Left ) -->
- <value>tl</value>
- <!-- Rectangle Alignment Enum ( Top ) -->
- <value>t</value>
- <!-- Rectangle Alignment Enum ( Top Right ) -->
- <value>tr</value>
- <!-- Rectangle Alignment Enum ( Left ) -->
- <value>l</value>
- <!-- Rectangle Alignment Enum ( Center ) -->
- <value>ctr</value>
- <!-- Rectangle Alignment Enum ( Right ) -->
- <value>r</value>
- <!-- Rectangle Alignment Enum ( Bottom Left ) -->
- <value>bl</value>
- <!-- Rectangle Alignment Enum ( Bottom ) -->
- <value>b</value>
- <!-- Rectangle Alignment Enum ( Bottom Right ) -->
- <value>br</value>
- </choice>
+ <choice>
+ <!-- Rectangle Alignment Enum ( Top Left ) -->
+ <value>tl</value>
+ <!-- Rectangle Alignment Enum ( Top ) -->
+ <value>t</value>
+ <!-- Rectangle Alignment Enum ( Top Right ) -->
+ <value>tr</value>
+ <!-- Rectangle Alignment Enum ( Left ) -->
+ <value>l</value>
+ <!-- Rectangle Alignment Enum ( Center ) -->
+ <value>ctr</value>
+ <!-- Rectangle Alignment Enum ( Right ) -->
+ <value>r</value>
+ <!-- Rectangle Alignment Enum ( Bottom Left ) -->
+ <value>bl</value>
+ <!-- Rectangle Alignment Enum ( Bottom ) -->
+ <value>b</value>
+ <!-- Rectangle Alignment Enum ( Bottom Right ) -->
+ <value>br</value>
+ </choice>
</define>
<define name="EG_ColorChoice">
<choice>
@@ -3373,80 +3373,80 @@
<ref name="EG_ColorChoice"/>
</define>
<define name="CT_ColorMRU">
- <ref name="EG_ColorChoice"/>
+ <ref name="EG_ColorChoice"/>
</define>
<define name="ST_BlackWhiteMode">
- <choice>
- <!-- Color -->
- <value>clr</value>
- <!-- Automatic -->
- <value>auto</value>
- <!-- Gray -->
- <value>gray</value>
- <!-- Light Gray -->
- <value>ltGray</value>
- <!-- Inverse Gray -->
- <value>invGray</value>
- <!-- Gray and White -->
- <value>grayWhite</value>
- <!-- Black and Gray -->
- <value>blackGray</value>
- <!-- Black and White -->
- <value>blackWhite</value>
- <!-- Black -->
- <value>black</value>
- <!-- White -->
- <value>white</value>
- <!-- Hidden -->
- <value>hidden</value>
- </choice>
+ <choice>
+ <!-- Color -->
+ <value>clr</value>
+ <!-- Automatic -->
+ <value>auto</value>
+ <!-- Gray -->
+ <value>gray</value>
+ <!-- Light Gray -->
+ <value>ltGray</value>
+ <!-- Inverse Gray -->
+ <value>invGray</value>
+ <!-- Gray and White -->
+ <value>grayWhite</value>
+ <!-- Black and Gray -->
+ <value>blackGray</value>
+ <!-- Black and White -->
+ <value>blackWhite</value>
+ <!-- Black -->
+ <value>black</value>
+ <!-- White -->
+ <value>white</value>
+ <!-- Hidden -->
+ <value>hidden</value>
+ </choice>
</define>
<define name="AG_Blob">
- <attribute name="r:embed">
- <text/>
- </attribute>
- <attribute name="r:link">
- <text/>
- </attribute>
+ <attribute name="r:embed">
+ <text/>
+ </attribute>
+ <attribute name="r:link">
+ <text/>
+ </attribute>
</define>
<define name="CT_EmbeddedWAVAudioFile">
<attribute name="r:embed"/>
- <attribute name="name">
- <data type="string"/>
- </attribute>
- <attribute name="builtIn">
- <data type="boolean"/>
- </attribute>
+ <attribute name="name">
+ <data type="string"/>
+ </attribute>
+ <attribute name="builtIn">
+ <data type="boolean"/>
+ </attribute>
</define>
<define name="CT_Hyperlink">
- <element name="snd">
- <ref name="CT_EmbeddedWAVAudioFile"/>
- </element>
- <element name="extLst">
- <ref name="CT_OfficeArtExtensionList"/>
- </element>
- <attribute name="r:id"/>
- <attribute name="invalidUrl">
- <data type="string"/>
- </attribute>
- <attribute name="action">
- <data type="string"/>
- </attribute>
- <attribute name="tgtFrame">
- <data type="string"/>
- </attribute>
- <attribute name="tooltip">
- <data type="string"/>
- </attribute>
- <attribute name="history">
- <data type="boolean"/>
- </attribute>
- <attribute name="highlightClick">
- <data type="boolean"/>
- </attribute>
- <attribute name="endSnd">
- <data type="boolean"/>
- </attribute>
+ <element name="snd">
+ <ref name="CT_EmbeddedWAVAudioFile"/>
+ </element>
+ <element name="extLst">
+ <ref name="CT_OfficeArtExtensionList"/>
+ </element>
+ <attribute name="r:id"/>
+ <attribute name="invalidUrl">
+ <data type="string"/>
+ </attribute>
+ <attribute name="action">
+ <data type="string"/>
+ </attribute>
+ <attribute name="tgtFrame">
+ <data type="string"/>
+ </attribute>
+ <attribute name="tooltip">
+ <data type="string"/>
+ </attribute>
+ <attribute name="history">
+ <data type="boolean"/>
+ </attribute>
+ <attribute name="highlightClick">
+ <data type="boolean"/>
+ </attribute>
+ <attribute name="endSnd">
+ <data type="boolean"/>
+ </attribute>
</define>
<define name="ST_DrawingElementId">
<data type="unsignedInt"/>
@@ -3756,187 +3756,187 @@
<!-- ISO RELAX NG Schema -->
<include href="dml-shapeGeometry.rng"/>
<define name="AG_Locking">
- <attribute name="noGrp">
- <data type="boolean"/>
- </attribute>
- <attribute name="noSelect">
- <data type="boolean"/>
- </attribute>
- <attribute name="noRot">
- <data type="boolean"/>
- </attribute>
- <attribute name="noChangeAspect">
- <data type="boolean"/>
- </attribute>
- <attribute name="noMove">
- <data type="boolean"/>
- </attribute>
- <attribute name="noResize">
- <data type="boolean"/>
- </attribute>
- <attribute name="noEditPoints">
- <data type="boolean"/>
- </attribute>
- <attribute name="noAdjustHandles">
- <data type="boolean"/>
- </attribute>
- <attribute name="noChangeArrowheads">
- <data type="boolean"/>
- </attribute>
- <attribute name="noChangeShapeType">
- <data type="boolean"/>
- </attribute>
+ <attribute name="noGrp">
+ <data type="boolean"/>
+ </attribute>
+ <attribute name="noSelect">
+ <data type="boolean"/>
+ </attribute>
+ <attribute name="noRot">
+ <data type="boolean"/>
+ </attribute>
+ <attribute name="noChangeAspect">
+ <data type="boolean"/>
+ </attribute>
+ <attribute name="noMove">
+ <data type="boolean"/>
+ </attribute>
+ <attribute name="noResize">
+ <data type="boolean"/>
+ </attribute>
+ <attribute name="noEditPoints">
+ <data type="boolean"/>
+ </attribute>
+ <attribute name="noAdjustHandles">
+ <data type="boolean"/>
+ </attribute>
+ <attribute name="noChangeArrowheads">
+ <data type="boolean"/>
+ </attribute>
+ <attribute name="noChangeShapeType">
+ <data type="boolean"/>
+ </attribute>
</define>
<define name="CT_ConnectorLocking">
- <element name="extLst">
- <ref name="CT_OfficeArtExtensionList"/>
- </element>
+ <element name="extLst">
+ <ref name="CT_OfficeArtExtensionList"/>
+ </element>
<ref name="AG_Locking"/>
</define>
<define name="CT_ShapeLocking">
- <element name="extLst">
- <ref name="CT_OfficeArtExtensionList"/>
- </element>
+ <element name="extLst">
+ <ref name="CT_OfficeArtExtensionList"/>
+ </element>
<ref name="AG_Locking"/>
- <attribute name="noTextEdit">
- <data type="boolean"/>
- </attribute>
+ <attribute name="noTextEdit">
+ <data type="boolean"/>
+ </attribute>
</define>
<define name="CT_PictureLocking">
- <element name="extLst">
- <ref name="CT_OfficeArtExtensionList"/>
- </element>
+ <element name="extLst">
+ <ref name="CT_OfficeArtExtensionList"/>
+ </element>
<ref name="AG_Locking"/>
- <attribute name="noCrop">
- <data type="boolean"/>
- </attribute>
+ <attribute name="noCrop">
+ <data type="boolean"/>
+ </attribute>
</define>
<define name="CT_GroupLocking">
- <element name="extLst">
- <ref name="CT_OfficeArtExtensionList"/>
- </element>
- <attribute name="noGrp">
- <data type="boolean"/>
- </attribute>
- <attribute name="noUngrp">
- <data type="boolean"/>
- </attribute>
- <attribute name="noSelect">
- <data type="boolean"/>
- </attribute>
- <attribute name="noRot">
- <data type="boolean"/>
- </attribute>
- <attribute name="noChangeAspect">
- <data type="boolean"/>
- </attribute>
- <attribute name="noMove">
- <data type="boolean"/>
- </attribute>
- <attribute name="noResize">
- <data type="boolean"/>
- </attribute>
+ <element name="extLst">
+ <ref name="CT_OfficeArtExtensionList"/>
+ </element>
+ <attribute name="noGrp">
+ <data type="boolean"/>
+ </attribute>
+ <attribute name="noUngrp">
+ <data type="boolean"/>
+ </attribute>
+ <attribute name="noSelect">
+ <data type="boolean"/>
+ </attribute>
+ <attribute name="noRot">
+ <data type="boolean"/>
+ </attribute>
+ <attribute name="noChangeAspect">
+ <data type="boolean"/>
+ </attribute>
+ <attribute name="noMove">
+ <data type="boolean"/>
+ </attribute>
+ <attribute name="noResize">
+ <data type="boolean"/>
+ </attribute>
</define>
<define name="CT_GraphicalObjectFrameLocking">
- <element name="extLst">
- <ref name="CT_OfficeArtExtensionList"/>
- </element>
- <attribute name="noGrp">
- <data type="boolean"/>
- </attribute>
- <attribute name="noDrilldown">
- <data type="boolean"/>
- </attribute>
- <attribute name="noSelect">
- <data type="boolean"/>
- </attribute>
- <attribute name="noChangeAspect">
- <data type="boolean"/>
- </attribute>
- <attribute name="noMove">
- <data type="boolean"/>
- </attribute>
- <attribute name="noResize">
- <data type="boolean"/>
- </attribute>
+ <element name="extLst">
+ <ref name="CT_OfficeArtExtensionList"/>
+ </element>
+ <attribute name="noGrp">
+ <data type="boolean"/>
+ </attribute>
+ <attribute name="noDrilldown">
+ <data type="boolean"/>
+ </attribute>
+ <attribute name="noSelect">
+ <data type="boolean"/>
+ </attribute>
+ <attribute name="noChangeAspect">
+ <data type="boolean"/>
+ </attribute>
+ <attribute name="noMove">
+ <data type="boolean"/>
+ </attribute>
+ <attribute name="noResize">
+ <data type="boolean"/>
+ </attribute>
</define>
<define name="CT_NonVisualDrawingProps">
- <element name="a:hlinkClick">
- <ref name="BUILT_IN_ANY_TYPE"/>
- </element>
- <element name="hlinkHover">
- <ref name="CT_Hyperlink"/>
- </element>
- <element name="extLst">
- <ref name="CT_OfficeArtExtensionList"/>
- </element>
+ <element name="a:hlinkClick">
+ <ref name="BUILT_IN_ANY_TYPE"/>
+ </element>
+ <element name="hlinkHover">
+ <ref name="CT_Hyperlink"/>
+ </element>
+ <element name="extLst">
+ <ref name="CT_OfficeArtExtensionList"/>
+ </element>
<attribute name="id">
<ref name="ST_DrawingElementId"/>
</attribute>
<attribute name="name">
<data type="string"/>
</attribute>
- <attribute name="descr">
- <data type="string"/>
- </attribute>
- <attribute name="hidden">
- <data type="boolean"/>
- </attribute>
- <attribute name="title">
- <data type="string"/>
- </attribute>
+ <attribute name="descr">
+ <data type="string"/>
+ </attribute>
+ <attribute name="hidden">
+ <data type="boolean"/>
+ </attribute>
+ <attribute name="title">
+ <data type="string"/>
+ </attribute>
</define>
<define name="CT_NonVisualDrawingShapeProps">
- <element name="spLocks">
- <ref name="CT_ShapeLocking"/>
- </element>
- <element name="extLst">
- <ref name="CT_OfficeArtExtensionList"/>
- </element>
- <attribute name="txBox">
- <data type="boolean"/>
- </attribute>
+ <element name="spLocks">
+ <ref name="CT_ShapeLocking"/>
+ </element>
+ <element name="extLst">
+ <ref name="CT_OfficeArtExtensionList"/>
+ </element>
+ <attribute name="txBox">
+ <data type="boolean"/>
+ </attribute>
</define>
<define name="CT_NonVisualConnectorProperties">
- <element name="cxnSpLocks">
- <ref name="CT_ConnectorLocking"/>
- </element>
- <element name="stCxn">
- <ref name="CT_Connection"/>
- </element>
- <element name="endCxn">
- <ref name="CT_Connection"/>
- </element>
- <element name="extLst">
- <ref name="CT_OfficeArtExtensionList"/>
- </element>
+ <element name="cxnSpLocks">
+ <ref name="CT_ConnectorLocking"/>
+ </element>
+ <element name="stCxn">
+ <ref name="CT_Connection"/>
+ </element>
+ <element name="endCxn">
+ <ref name="CT_Connection"/>
+ </element>
+ <element name="extLst">
+ <ref name="CT_OfficeArtExtensionList"/>
+ </element>
</define>
<define name="CT_NonVisualPictureProperties">
- <element name="picLocks">
- <ref name="CT_PictureLocking"/>
- </element>
- <element name="extLst">
- <ref name="CT_OfficeArtExtensionList"/>
- </element>
- <attribute name="preferRelativeResize">
- <data type="boolean"/>
- </attribute>
+ <element name="picLocks">
+ <ref name="CT_PictureLocking"/>
+ </element>
+ <element name="extLst">
+ <ref name="CT_OfficeArtExtensionList"/>
+ </element>
+ <attribute name="preferRelativeResize">
+ <data type="boolean"/>
+ </attribute>
</define>
<define name="CT_NonVisualGroupDrawingShapeProps">
- <element name="grpSpLocks">
- <ref name="CT_GroupLocking"/>
- </element>
- <element name="extLst">
- <ref name="CT_OfficeArtExtensionList"/>
- </element>
+ <element name="grpSpLocks">
+ <ref name="CT_GroupLocking"/>
+ </element>
+ <element name="extLst">
+ <ref name="CT_OfficeArtExtensionList"/>
+ </element>
</define>
<define name="CT_NonVisualGraphicFrameProperties">
- <element name="graphicFrameLocks">
- <ref name="CT_GraphicalObjectFrameLocking"/>
- </element>
- <element name="extLst">
- <ref name="CT_OfficeArtExtensionList"/>
- </element>
+ <element name="graphicFrameLocks">
+ <ref name="CT_GraphicalObjectFrameLocking"/>
+ </element>
+ <element name="extLst">
+ <ref name="CT_OfficeArtExtensionList"/>
+ </element>
</define>
</grammar>
<resource name="CT_GraphicalObjectFrameLocking" resource="Properties">
@@ -3974,15 +3974,15 @@
<!-- ISO RELAX NG Schema -->
<!-- start = graphic -->
<define name="CT_GraphicalObjectData">
- <ref name="pic"/>
- <ref name="relIds"/>
- <ref name="lockedCanvas"/>
- <ref name="chart"/>
- <ref name="wsp"/>
- <ref name="wgp"/>
- <element>
- <ref name="BUILT_IN_ANY_TYPE"/>
- </element>
+ <ref name="pic"/>
+ <ref name="relIds"/>
+ <ref name="lockedCanvas"/>
+ <ref name="chart"/>
+ <ref name="wsp"/>
+ <ref name="wgp"/>
+ <element>
+ <ref name="BUILT_IN_ANY_TYPE"/>
+ </element>
<attribute name="uri">
<data type="token"/>
</attribute>
@@ -4198,183 +4198,183 @@
</choice>
</define>
<define name="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>
+ <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="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="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>
+ <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="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="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>
+ <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="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>
- <value>none</value>
- </choice>
+ <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>
+ <value>none</value>
+ </choice>
</define>
<define name="ST_Ligatures">
- <choice>
- <value>none</value>
- <value>standard</value>
- <value>contextual</value>
- <value>historical</value>
- <value>discretional</value>
- <value>standardContextual</value>
- <value>standardHistorical</value>
- <value>contextualHistorical</value>
- <value>standardDiscretional</value>
- <value>contextualDiscretional</value>
- <value>historicalDiscretional</value>
- <value>standardContextualHistorical</value>
- <value>standardContextualDiscretional</value>
- <value>standardHistoricalDiscretional</value>
- <value>contextualHistoricalDiscretional</value>
- <value>all</value>
- </choice>
+ <choice>
+ <value>none</value>
+ <value>standard</value>
+ <value>contextual</value>
+ <value>historical</value>
+ <value>discretional</value>
+ <value>standardContextual</value>
+ <value>standardHistorical</value>
+ <value>contextualHistorical</value>
+ <value>standardDiscretional</value>
+ <value>contextualDiscretional</value>
+ <value>historicalDiscretional</value>
+ <value>standardContextualHistorical</value>
+ <value>standardContextualDiscretional</value>
+ <value>standardHistoricalDiscretional</value>
+ <value>contextualHistoricalDiscretional</value>
+ <value>all</value>
+ </choice>
</define>
<define name="ST_NumForm">
- <choice>
- <value>default</value>
- <value>lining</value>
- <value>oldStyle</value>
- </choice>
+ <choice>
+ <value>default</value>
+ <value>lining</value>
+ <value>oldStyle</value>
+ </choice>
</define>
<define name="ST_NumSpacing">
- <choice>
- <value>default</value>
- <value>proportional</value>
- <value>tabular</value>
- </choice>
+ <choice>
+ <value>default</value>
+ <value>proportional</value>
+ <value>tabular</value>
+ </choice>
</define>
<define name="ST_PositiveCoordinate">
@@ -4407,89 +4407,89 @@
<define name="EG_ColorChoice">
<choice>
- <element name="srgbClr">
- <ref name="CT_SRgbColor"/>
- </element>
- <element name="schemeClr">
- <ref name="CT_SchemeColor"/>
- </element>
+ <element name="srgbClr">
+ <ref name="CT_SRgbColor"/>
+ </element>
+ <element name="schemeClr">
+ <ref name="CT_SchemeColor"/>
+ </element>
</choice>
</define>
<define name="EG_ColorTransform">
<choice>
- <element name="tint">
- <ref name="CT_PositiveFixedPercentage"/>
- </element>
- <element name="shade">
- <ref name="CT_PositiveFixedPercentage"/>
- </element>
- <element name="alpha">
- <ref name="CT_PositiveFixedPercentage"/>
- </element>
- <element name="hueMod">
- <ref name="CT_PositivePercentage"/>
- </element>
- <element name="sat">
- <ref name="CT_Percentage"/>
- </element>
- <element name="satOff">
- <ref name="CT_Percentage"/>
- </element>
- <element name="satMod">
- <ref name="CT_Percentage"/>
- </element>
- <element name="lum">
- <ref name="CT_Percentage"/>
- </element>
- <element name="lumOff">
- <ref name="CT_Percentage"/>
- </element>
- <element name="lumMod">
- <ref name="CT_Percentage"/>
- </element>
+ <element name="tint">
+ <ref name="CT_PositiveFixedPercentage"/>
+ </element>
+ <element name="shade">
+ <ref name="CT_PositiveFixedPercentage"/>
+ </element>
+ <element name="alpha">
+ <ref name="CT_PositiveFixedPercentage"/>
+ </element>
+ <element name="hueMod">
+ <ref name="CT_PositivePercentage"/>
+ </element>
+ <element name="sat">
+ <ref name="CT_Percentage"/>
+ </element>
+ <element name="satOff">
+ <ref name="CT_Percentage"/>
+ </element>
+ <element name="satMod">
+ <ref name="CT_Percentage"/>
+ </element>
+ <element name="lum">
+ <ref name="CT_Percentage"/>
+ </element>
+ <element name="lumOff">
+ <ref name="CT_Percentage"/>
+ </element>
+ <element name="lumMod">
+ <ref name="CT_Percentage"/>
+ </element>
</choice>
</define>
<define name="EG_FillProperties">
<choice>
- <element name="noFill">
- <ref name="CT_Empty"/>
- </element>
- <element name="solidFill">
- <ref name="CT_SolidColorFillProperties"/>
- </element>
- <element name="gradFill">
- <ref name="CT_GradientFillProperties"/>
- </element>
+ <element name="noFill">
+ <ref name="CT_Empty"/>
+ </element>
+ <element name="solidFill">
+ <ref name="CT_SolidColorFillProperties"/>
+ </element>
+ <element name="gradFill">
+ <ref name="CT_GradientFillProperties"/>
+ </element>
</choice>
</define>
<define name="EG_ShadeProperties">
<choice>
- <element name="lin">
- <ref name="CT_LinearShadeProperties"/>
- </element>
- <element name="path">
- <ref name="CT_PathShadeProperties"/>
- </element>
+ <element name="lin">
+ <ref name="CT_LinearShadeProperties"/>
+ </element>
+ <element name="path">
+ <ref name="CT_PathShadeProperties"/>
+ </element>
</choice>
</define>
<define name="EG_LineDashProperties">
<choice>
- <element name="prstDash">
- <ref name="CT_PresetLineDashProperties"/>
- </element>
+ <element name="prstDash">
+ <ref name="CT_PresetLineDashProperties"/>
+ </element>
</choice>
</define>
<define name="EG_LineJoinProperties">
<choice>
- <element name="round">
- <ref name="CT_Empty"/>
- </element>
- <element name="bevel">
- <ref name="CT_Empty"/>
- </element>
- <element name="miter">
- <ref name="CT_LineJoinMiterProperties"/>
- </element>
+ <element name="round">
+ <ref name="CT_Empty"/>
+ </element>
+ <element name="bevel">
+ <ref name="CT_Empty"/>
+ </element>
+ <element name="miter">
+ <ref name="CT_LineJoinMiterProperties"/>
+ </element>
</choice>
</define>
@@ -4526,31 +4526,31 @@
<ref name="EG_ColorChoice"/>
</define>
<define name="CT_GradientFillProperties">
- <element name="gsLst">
- <ref name="CT_GradientStopList"/>
- </element>
- <ref name="EG_ShadeProperties"/>
+ <element name="gsLst">
+ <ref name="CT_GradientStopList"/>
+ </element>
+ <ref name="EG_ShadeProperties"/>
</define>
<define name="CT_LinearShadeProperties">
- <attribute name="ang">
- <ref name="ST_PositiveFixedAngle"/>
- </attribute>
- <attribute name="scaled">
- <ref name="ST_OnOff"/>
- </attribute>
+ <attribute name="ang">
+ <ref name="ST_PositiveFixedAngle"/>
+ </attribute>
+ <attribute name="scaled">
+ <ref name="ST_OnOff"/>
+ </attribute>
</define>
<define name="CT_PathShadeProperties">
- <element name="fillToRect">
- <ref name="CT_RelativeRect"/>
- </element>
- <attribute name="path">
- <ref name="ST_PathShadeType"/>
- </attribute>
+ <element name="fillToRect">
+ <ref name="CT_RelativeRect"/>
+ </element>
+ <attribute name="path">
+ <ref name="ST_PathShadeType"/>
+ </attribute>
</define>
<define name="CT_GradientStopList">
- <element name="gs">
- <ref name="CT_GradientStop"/>
- </element>
+ <element name="gs">
+ <ref name="CT_GradientStop"/>
+ </element>
</define>
<define name="CT_GradientStop">
<ref name="EG_ColorChoice"/>
@@ -4559,33 +4559,33 @@
</attribute>
</define>
<define name="CT_RelativeRect">
- <attribute name="l">
- <ref name="ST_Percentage"/>
- </attribute>
- <attribute name="t">
- <ref name="ST_Percentage"/>
- </attribute>
- <attribute name="r">
- <ref name="ST_Percentage"/>
- </attribute>
- <attribute name="b">
- <ref name="ST_Percentage"/>
- </attribute>
+ <attribute name="l">
+ <ref name="ST_Percentage"/>
+ </attribute>
+ <attribute name="t">
+ <ref name="ST_Percentage"/>
+ </attribute>
+ <attribute name="r">
+ <ref name="ST_Percentage"/>
+ </attribute>
+ <attribute name="b">
+ <ref name="ST_Percentage"/>
+ </attribute>
</define>
<define name="CT_PresetLineDashProperties">
- <attribute name="val">
- <ref name="ST_PresetLineDashVal"/>
- </attribute>
+ <attribute name="val">
+ <ref name="ST_PresetLineDashVal"/>
+ </attribute>
</define>
<define name="CT_LineJoinMiterProperties">
- <attribute name="lim">
- <ref name="ST_PositivePercentage"/>
- </attribute>
+ <attribute name="lim">
+ <ref name="ST_PositivePercentage"/>
+ </attribute>
</define>
<define name="CT_Camera">
- <attribute name="prst">
- <ref name="ST_PresetCameraType"/>
- </attribute>
+ <attribute name="prst">
+ <ref name="ST_PresetCameraType"/>
+ </attribute>
</define>
<define name="CT_LightRig">
<element name="rot">
@@ -4610,15 +4610,15 @@
</attribute>
</define>
<define name="CT_Bevel">
- <attribute name="w">
- <ref name="ST_PositiveCoordinate"/>
- </attribute>
- <attribute name="h">
- <ref name="ST_PositiveCoordinate"/>
- </attribute>
- <attribute name="prst">
- <ref name="ST_BevelPresetType"/>
- </attribute>
+ <attribute name="w">
+ <ref name="ST_PositiveCoordinate"/>
+ </attribute>
+ <attribute name="h">
+ <ref name="ST_PositiveCoordinate"/>
+ </attribute>
+ <attribute name="prst">
+ <ref name="ST_BevelPresetType"/>
+ </attribute>
</define>
<define name="CT_Color">
<ref name="EG_ColorChoice"/>
@@ -4627,111 +4627,111 @@
<attribute name="id">
<ref name="ST_UnsignedDecimalNumber"/>
</attribute>
- <attribute name="val">
- <ref name="ST_OnOff"/>
- </attribute>
+ <attribute name="val">
+ <ref name="ST_OnOff"/>
+ </attribute>
</define>
<define name="CT_OnOff">
- <attribute name="val">
- <ref name="ST_OnOff"/>
- </attribute>
+ <attribute name="val">
+ <ref name="ST_OnOff"/>
+ </attribute>
</define>
<!-- Main Elements-->
<define name="CT_Glow">
- <ref name="EG_ColorChoice"/>
+ <ref name="EG_ColorChoice"/>
<attribute name="rad">
<ref name="ST_PositiveCoordinate"/>
</attribute>
</define>
<define name="CT_Shadow">
- <ref name="EG_ColorChoice"/>
- <attribute name="blurRad">
- <ref name="ST_PositiveCoordinate"/>
- </attribute>
- <attribute name="dist">
- <ref name="ST_PositiveCoordinate"/>
- </attribute>
- <attribute name="dir">
- <ref name="ST_PositiveFixedAngle"/>
- </attribute>
- <attribute name="sx">
- <ref name="ST_Percentage"/>
- </attribute>
- <attribute name="sy">
- <ref name="ST_Percentage"/>
- </attribute>
- <attribute name="kx">
- <ref name="ST_FixedAngle"/>
- </attribute>
- <attribute name="ky">
- <ref name="ST_FixedAngle"/>
- </attribute>
- <attribute name="algn">
- <ref name="ST_RectAlignment"/>
- </attribute>
+ <ref name="EG_ColorChoice"/>
+ <attribute name="blurRad">
+ <ref name="ST_PositiveCoordinate"/>
+ </attribute>
+ <attribute name="dist">
+ <ref name="ST_PositiveCoordinate"/>
+ </attribute>
+ <attribute name="dir">
+ <ref name="ST_PositiveFixedAngle"/>
+ </attribute>
+ <attribute name="sx">
+ <ref name="ST_Percentage"/>
+ </attribute>
+ <attribute name="sy">
+ <ref name="ST_Percentage"/>
+ </attribute>
+ <attribute name="kx">
+ <ref name="ST_FixedAngle"/>
+ </attribute>
+ <attribute name="ky">
+ <ref name="ST_FixedAngle"/>
+ </attribute>
+ <attribute name="algn">
+ <ref name="ST_RectAlignment"/>
+ </attribute>
</define>
<define name="CT_Reflection">
- <attribute name="blurRad">
- <ref name="ST_PositiveCoordinate"/>
- </attribute>
- <attribute name="stA">
- <ref name="ST_PositiveFixedPercentage"/>
- </attribute>
- <attribute name="stPos">
- <ref name="ST_PositiveFixedPercentage"/>
- </attribute>
- <attribute name="endA">
- <ref name="ST_PositiveFixedPercentage"/>
- </attribute>
- <attribute name="endPos">
- <ref name="ST_PositiveFixedPercentage"/>
- </attribute>
- <attribute name="dist">
- <ref name="ST_PositiveCoordinate"/>
- </attribute>
- <attribute name="dir">
- <ref name="ST_PositiveFixedAngle"/>
- </attribute>
- <attribute name="fadeDir">
- <ref name="ST_PositiveFixedAngle"/>
- </attribute>
- <attribute name="sx">
- <ref name="ST_Percentage"/>
- </attribute>
- <attribute name="sy">
- <ref name="ST_Percentage"/>
- </attribute>
- <attribute name="kx">
- <ref name="ST_FixedAngle"/>
- </attribute>
- <attribute name="ky">
- <ref name="ST_FixedAngle"/>
- </attribute>
- <attribute name="algn">
- <ref name="ST_RectAlignment"/>
- </attribute>
+ <attribute name="blurRad">
+ <ref name="ST_PositiveCoordinate"/>
+ </attribute>
+ <attribute name="stA">
+ <ref name="ST_PositiveFixedPercentage"/>
+ </attribute>
+ <attribute name="stPos">
+ <ref name="ST_PositiveFixedPercentage"/>
+ </attribute>
+ <attribute name="endA">
+ <ref name="ST_PositiveFixedPercentage"/>
+ </attribute>
+ <attribute name="endPos">
+ <ref name="ST_PositiveFixedPercentage"/>
+ </attribute>
+ <attribute name="dist">
+ <ref name="ST_PositiveCoordinate"/>
+ </attribute>
+ <attribute name="dir">
+ <ref name="ST_PositiveFixedAngle"/>
+ </attribute>
+ <attribute name="fadeDir">
+ <ref name="ST_PositiveFixedAngle"/>
+ </attribute>
+ <attribute name="sx">
+ <ref name="ST_Percentage"/>
+ </attribute>
+ <attribute name="sy">
+ <ref name="ST_Percentage"/>
+ </attribute>
+ <attribute name="kx">
+ <ref name="ST_FixedAngle"/>
+ </attribute>
+ <attribute name="ky">
+ <ref name="ST_FixedAngle"/>
+ </attribute>
+ <attribute name="algn">
+ <ref name="ST_RectAlignment"/>
+ </attribute>
</define>
<define name="CT_TextOutlineEffect">
- <ref name="EG_FillProperties"/>
- <ref name="EG_LineDashProperties"/>
- <ref name="EG_LineJoinProperties"/>
- <attribute name="w">
- <ref name="ST_LineWidth"/>
- </attribute>
- <attribute name="cap">
- <ref name="ST_LineCap"/>
- </attribute>
- <attribute name="cmpd">
- <ref name="ST_CompoundLine"/>
- </attribute>
- <attribute name="algn">
- <ref name="ST_PenAlignment"/>
- </attribute>
+ <ref name="EG_FillProperties"/>
+ <ref name="EG_LineDashProperties"/>
+ <ref name="EG_LineJoinProperties"/>
+ <attribute name="w">
+ <ref name="ST_LineWidth"/>
+ </attribute>
+ <attribute name="cap">
+ <ref name="ST_LineCap"/>
+ </attribute>
+ <attribute name="cmpd">
+ <ref name="ST_CompoundLine"/>
+ </attribute>
+ <attribute name="algn">
+ <ref name="ST_PenAlignment"/>
+ </attribute>
</define>
<define name="CT_FillTextEffect">
- <ref name="EG_FillProperties"/>
+ <ref name="EG_FillProperties"/>
</define>
<define name="CT_Scene3D">
<element name="camera">
@@ -4754,15 +4754,15 @@
<element name="contourClr">
<ref name="CT_Color"/>
</element>
- <attribute name="extrusionH">
- <ref name="ST_PositiveCoordinate"/>
- </attribute>
- <attribute name="contourW">
- <ref name="ST_PositiveCoordinate"/>
- </attribute>
- <attribute name="prstMaterial">
- <ref name="ST_PresetMaterialType"/>
- </attribute>
+ <attribute name="extrusionH">
+ <ref name="ST_PositiveCoordinate"/>
+ </attribute>
+ <attribute name="contourW">
+ <ref name="ST_PositiveCoordinate"/>
+ </attribute>
+ <attribute name="prstMaterial">
+ <ref name="ST_PresetMaterialType"/>
+ </attribute>
</define>
<define name="CT_Ligatures">
<attribute name="val">
@@ -4780,9 +4780,9 @@
</attribute>
</define>
<define name="CT_StylisticSets">
- <element name="styleSet">
- <ref name="CT_StyleSet"/>
- </element>
+ <element name="styleSet">
+ <ref name="CT_StyleSet"/>
+ </element>
</define>
<define name="glow">
@@ -4855,15 +4855,15 @@
</attribute>
</define>
<define name="CT_SdtCheckbox">
- <element name="checked">
- <ref name="CT_String"/>
- </element>
- <element name="checkedState">
- <ref name="CT_String"/>
- </element>
- <element name="uncheckedState">
- <ref name="CT_String"/>
- </element>
+ <element name="checked">
+ <ref name="CT_String"/>
+ </element>
+ <element name="checkedState">
+ <ref name="CT_String"/>
+ </element>
+ <element name="uncheckedState">
+ <ref name="CT_String"/>
+ </element>
</define>
</grammar>
@@ -5354,200 +5354,200 @@
<!-- Complex types for effects -->
<define name="CT_PictureEffectBlur">
- <attribute name="visible">
- <ref name="ST_ArtisticEffectParam100"/>
- </attribute>
+ <attribute name="visible">
+ <ref name="ST_ArtisticEffectParam100"/>
+ </attribute>
</define>
<define name="CT_PictureEffectCement">
- <attribute name="trans">
- <ref name="ST_PositiveFixedPercentage"/>
- </attribute>
- <attribute name="crackSpacing">
- <ref name="ST_ArtisticEffectParam100"/>
- </attribute>
+ <attribute name="trans">
+ <ref name="ST_PositiveFixedPercentage"/>
+ </attribute>
+ <attribute name="crackSpacing">
+ <ref name="ST_ArtisticEffectParam100"/>
+ </attribute>
</define>
<define name="CT_PictureEffectChalkSketch">
- <attribute name="trans">
- <ref name="ST_PositiveFixedPercentage"/>
- </attribute>
- <attribute name="pressure">
- <ref name="ST_ArtisticEffectParam4"/>
- </attribute>
+ <attribute name="trans">
+ <ref name="ST_PositiveFixedPercentage"/>
+ </attribute>
+ <attribute name="pressure">
+ <ref name="ST_ArtisticEffectParam4"/>
+ </attribute>
</define>
<define name="CT_PictureEffectCrisscrossEtching">
- <attribute name="trans">
- <ref name="ST_PositiveFixedPercentage"/>
- </attribute>
- <attribute name="pressure">
- <ref name="ST_ArtisticEffectParam4"/>
- </attribute>
+ <attribute name="trans">
+ <ref name="ST_PositiveFixedPercentage"/>
+ </attribute>
+ <attribute name="pressure">
+ <ref name="ST_ArtisticEffectParam4"/>
+ </attribute>
</define>
<define name="CT_PictureEffectCutout">
- <attribute name="trans">
- <ref name="ST_PositiveFixedPercentage"/>
- </attribute>
- <attribute name="numberOfShades">
- <ref name="ST_ArtisticEffectParam6"/>
- </attribute>
+ <attribute name="trans">
+ <ref name="ST_PositiveFixedPercentage"/>
+ </attribute>
+ <attribute name="numberOfShades">
+ <ref name="ST_ArtisticEffectParam6"/>
+ </attribute>
</define>
<define name="CT_PictureEffectFilmGrain">
- <attribute name="trans">
- <ref name="ST_PositiveFixedPercentage"/>
- </attribute>
- <attribute name="grainSize">
- <ref name="ST_ArtisticEffectParam100"/>
- </attribute>
+ <attribute name="trans">
+ <ref name="ST_PositiveFixedPercentage"/>
+ </attribute>
+ <attribute name="grainSize">
+ <ref name="ST_ArtisticEffectParam100"/>
+ </attribute>
</define>
<define name="CT_PictureEffectGlass">
- <attribute name="trans">
- <ref name="ST_PositiveFixedPercentage"/>
- </attribute>
- <attribute name="scaling">
- <ref name="ST_ArtisticEffectParam100"/>
- </attribute>
+ <attribute name="trans">
+ <ref name="ST_PositiveFixedPercentage"/>
+ </attribute>
+ <attribute name="scaling">
+ <ref name="ST_ArtisticEffectParam100"/>
+ </attribute>
</define>
<define name="CT_PictureEffectGlowDiffused">
- <attribute name="trans">
- <ref name="ST_PositiveFixedPercentage"/>
- </attribute>
- <attribute name="intensity">
- <ref name="ST_ArtisticEffectParam10"/>
- </attribute>
+ <attribute name="trans">
+ <ref name="ST_PositiveFixedPercentage"/>
+ </attribute>
+ <attribute name="intensity">
+ <ref name="ST_ArtisticEffectParam10"/>
+ </attribute>
</define>
<define name="CT_PictureEffectGlowEdges">
- <attribute name="trans">
- <ref name="ST_PositiveFixedPercentage"/>
- </attribute>
- <attribute name="smoothness">
- <ref name="ST_ArtisticEffectParam10"/>
- </attribute>
+ <attribute name="trans">
+ <ref name="ST_PositiveFixedPercentage"/>
+ </attribute>
+ <attribute name="smoothness">
+ <ref name="ST_ArtisticEffectParam10"/>
+ </attribute>
</define>
<define name="CT_PictureEffectLightScreen">
- <attribute name="trans">
- <ref name="ST_PositiveFixedPercentage"/>
- </attribute>
- <attribute name="gridSize">
- <ref name="ST_ArtisticEffectParam10"/>
- </attribute>
+ <attribute name="trans">
+ <ref name="ST_PositiveFixedPercentage"/>
+ </attribute>
+ <attribute name="gridSize">
+ <ref name="ST_ArtisticEffectParam10"/>
+ </attribute>
</define>
<define name="CT_PictureEffectLineDrawing">
- <attribute name="trans">
- <ref name="ST_PositiveFixedPercentage"/>
- </attribute>
- <attribute name="pencilSize">
- <ref name="ST_ArtisticEffectParam100"/>
- </attribute>
+ <attribute name="trans">
+ <ref name="ST_PositiveFixedPercentage"/>
+ </attribute>
+ <attribute name="pencilSize">
+ <ref name="ST_ArtisticEffectParam100"/>
+ </attribute>
</define>
<define name="CT_PictureEffectMarker">
- <attribute name="trans">
- <ref name="ST_PositiveFixedPercentage"/>
- </attribute>
- <attribute name="size">
- <ref name="ST_ArtisticEffectParam100"/>
- </attribute>
+ <attribute name="trans">
+ <ref name="ST_PositiveFixedPercentage"/>
+ </attribute>
+ <attribute name="size">
+ <ref name="ST_ArtisticEffectParam100"/>
+ </attribute>
</define>
<define name="CT_PictureEffectMosiaicBubbles">
- <attribute name="trans">
- <ref name="ST_PositiveFixedPercentage"/>
- </attribute>
- <attribute name="pressure">
- <ref name="ST_ArtisticEffectParam100"/>
- </attribute>
+ <attribute name="trans">
+ <ref name="ST_PositiveFixedPercentage"/>
+ </attribute>
+ <attribute name="pressure">
+ <ref name="ST_ArtisticEffectParam100"/>
+ </attribute>
</define>
<define name="CT_PictureEffectPaintStrokes">
- <attribute name="trans">
- <ref name="ST_PositiveFixedPercentage"/>
- </attribute>
- <attribute name="intensity">
- <ref name="ST_ArtisticEffectParam10"/>
- </attribute>
+ <attribute name="trans">
+ <ref name="ST_PositiveFixedPercentage"/>
+ </attribute>
+ <attribute name="intensity">
+ <ref name="ST_ArtisticEffectParam10"/>
+ </attribute>
</define>
<define name="CT_PictureEffectPaintBrush">
- <attribute name="trans">
- <ref name="ST_PositiveFixedPercentage"/>
- </attribute>
- <attribute name="brushSize">
- <ref name="ST_ArtisticEffectParam10"/>
- </attribute>
+ <attribute name="trans">
+ <ref name="ST_PositiveFixedPercentage"/>
+ </attribute>
+ <attribute name="brushSize">
+ <ref name="ST_ArtisticEffectParam10"/>
+ </attribute>
</define>
<define name="CT_PictureEffectPastelsSmooth">
- <attribute name="trans">
- <ref name="ST_PositiveFixedPercentage"/>
- </attribute>
- <attribute name="scaling">
- <ref name="ST_ArtisticEffectParam100"/>
- </attribute>
+ <attribute name="trans">
+ <ref name="ST_PositiveFixedPercentage"/>
+ </attribute>
+ <attribute name="scaling">
+ <ref name="ST_ArtisticEffectParam100"/>
+ </attribute>
</define>
<define name="CT_PictureEffectPencilGrayscale">
- <attribute name="trans">
- <ref name="ST_PositiveFixedPercentage"/>
- </attribute>
- <attribute name="pencilSize">
- <ref name="ST_ArtisticEffectParam100"/>
- </attribute>
+ <attribute name="trans">
+ <ref name="ST_PositiveFixedPercentage"/>
+ </attribute>
+ <attribute name="pencilSize">
+ <ref name="ST_ArtisticEffectParam100"/>
+ </attribute>
</define>
<define name="CT_PictureEffectPencilSketch">
- <attribute name="trans">
- <ref name="ST_PositiveFixedPercentage"/>
- </attribute>
- <attribute name="pressure">
- <ref name="ST_ArtisticEffectParam100"/>
- </attribute>
+ <attribute name="trans">
+ <ref name="ST_PositiveFixedPercentage"/>
+ </attribute>
+ <attribute name="pressure">
+ <ref name="ST_ArtisticEffectParam100"/>
+ </attribute>
</define>
<define name="CT_PictureEffectPhotocopy">
- <attribute name="trans">
- <ref name="ST_PositiveFixedPercentage"/>
- </attribute>
- <attribute name="detail">
- <ref name="ST_ArtisticEffectParam10"/>
- </attribute>
+ <attribute name="trans">
+ <ref name="ST_PositiveFixedPercentage"/>
+ </attribute>
+ <attribute name="detail">
+ <ref name="ST_ArtisticEffectParam10"/>
+ </attribute>
</define>
<define name="CT_PictureEffectPlasticWrap">
- <attribute name="trans">
- <ref name="ST_PositiveFixedPercentage"/>
- </attribute>
- <attribute name="smoothness">
- <ref name="ST_ArtisticEffectParam10"/>
- </attribute>
+ <attribute name="trans">
+ <ref name="ST_PositiveFixedPercentage"/>
+ </attribute>
+ <attribute name="smoothness">
+ <ref name="ST_ArtisticEffectParam10"/>
+ </attribute>
</define>
<define name="CT_PictureEffectTexturizer">
- <attribute name="trans">
- <ref name="ST_PositiveFixedPercentage"/>
- </attribute>
- <attribute name="scaling">
- <ref name="ST_ArtisticEffectParam100"/>
- </attribute>
+ <attribute name="trans">
+ <ref name="ST_PositiveFixedPercentage"/>
+ </attribute>
+ <attribute name="scaling">
+ <ref name="ST_ArtisticEffectParam100"/>
+ </attribute>
</define>
<define name="CT_PictureEffectWatercolorSponge">
- <attribute name="trans">
- <ref name="ST_PositiveFixedPercentage"/>
- </attribute>
- <attribute name="brushSize">
- <ref name="ST_ArtisticEffectParam10"/>
- </attribute>
+ <attribute name="trans">
+ <ref name="ST_PositiveFixedPercentage"/>
+ </attribute>
+ <attribute name="brushSize">
+ <ref name="ST_ArtisticEffectParam10"/>
+ </attribute>
</define>
<define name="CT_PictureEffectBrightnessContrast">
- <attribute name="bright">
- <ref name="ST_FixedPercentage"/>
- </attribute>
- <attribute name="contrast">
- <ref name="ST_FixedPercentage"/>
- </attribute>
+ <attribute name="bright">
+ <ref name="ST_FixedPercentage"/>
+ </attribute>
+ <attribute name="contrast">
+ <ref name="ST_FixedPercentage"/>
+ </attribute>
</define>
<define name="CT_PictureEffectColorTemperature">
- <attribute name="colorTemp">
- <ref name="ST_ColorTemperature"/>
- </attribute>
+ <attribute name="colorTemp">
+ <ref name="ST_ColorTemperature"/>
+ </attribute>
</define>
<define name="CT_PictureEffectSaturation">
- <attribute name="sat">
- <ref name="ST_SaturationAmount"/>
- </attribute>
+ <attribute name="sat">
+ <ref name="ST_SaturationAmount"/>
+ </attribute>
</define>
<define name="CT_PictureEffectSharpenSoften">
- <attribute name="amount">
- <ref name="ST_FixedPercentage"/>
- </attribute>
+ <attribute name="amount">
+ <ref name="ST_FixedPercentage"/>
+ </attribute>
</define>
<!-- Complex types for containers -->
@@ -5632,490 +5632,490 @@
<ref name="CT_PictureEffectSharpenSoften"/>
</element>
</choice>
- <attribute name="visible">
- <data type="boolean"/>
- </attribute>
+ <attribute name="visible">
+ <data type="boolean"/>
+ </attribute>
</define>
<define name="CT_PictureLayer">
- <element name="imgEffect">
- <ref name="CT_PictureEffect"/>
- </element>
+ <element name="imgEffect">
+ <ref name="CT_PictureEffect"/>
+ </element>
<attribute name="r:embed">
<text/>
</attribute>
</define>
<define name="CT_Photo">
- <element name="imgLayer">
- <ref name="CT_PictureLayer"/>
- </element>
+ <element name="imgLayer">
+ <ref name="CT_PictureLayer"/>
+ </element>
</define>
</grammar>
</namespace>
<namespace name="dml-shapeGeometry" file="dml-shapeGeometry.rng">
<grammar xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2006/xpath-functions" xmlns="http://relaxng.org/ns/structure/1.0" ns="http://schemas.openxmlformats.org/drawingml/2006/main">
<define name="ST_ShapeType">
- <choice>
- <!-- Line Shape -->
- <value>line</value>
- <!-- Line Inverse Shape -->
- <value>lineInv</value>
- <!-- Triangle Shape -->
- <value>triangle</value>
- <!-- Right Triangle Shape -->
- <value>rtTriangle</value>
- <!-- Rectangle Shape -->
- <value>rect</value>
- <!-- Diamond Shape -->
- <value>diamond</value>
- <!-- Parallelogram Shape -->
- <value>parallelogram</value>
- <!-- Trapezoid Shape -->
- <value>trapezoid</value>
- <!-- Non-Isosceles Trapezoid Shape -->
- <value>nonIsoscelesTrapezoid</value>
- <!-- Pentagon Shape -->
- <value>pentagon</value>
- <!-- Hexagon Shape -->
- <value>hexagon</value>
- <!-- Heptagon Shape -->
- <value>heptagon</value>
- <!-- Octagon Shape -->
- <value>octagon</value>
- <!-- Decagon Shape -->
- <value>decagon</value>
- <!-- Dodecagon Shape -->
- <value>dodecagon</value>
- <!-- Four Pointed Star Shape -->
- <value>star4</value>
- <!-- Five Pointed Star Shape -->
- <value>star5</value>
- <!-- Six Pointed Star Shape -->
- <value>star6</value>
- <!-- Seven Pointed Star Shape -->
- <value>star7</value>
- <!-- Eight Pointed Star Shape -->
- <value>star8</value>
- <!-- Ten Pointed Star Shape -->
- <value>star10</value>
- <!-- Twelve Pointed Star Shape -->
- <value>star12</value>
- <!-- Sixteen Pointed Star Shape -->
- <value>star16</value>
- <!-- Twenty Four Pointed Star Shape -->
- <value>star24</value>
- <!-- Thirty Two Pointed Star Shape -->
- <value>star32</value>
- <!-- Round Corner Rectangle Shape -->
- <value>roundRect</value>
- <!-- One Round Corner Rectangle Shape -->
- <value>round1Rect</value>
- <!-- Two Same-side Round Corner Rectangle Shape -->
- <value>round2SameRect</value>
- <!-- Two Diagonal Round Corner Rectangle Shape -->
- <value>round2DiagRect</value>
- <!-- One Snip One Round Corner Rectangle Shape -->
- <value>snipRoundRect</value>
- <!-- One Snip Corner Rectangle Shape -->
- <value>snip1Rect</value>
- <!-- Two Same-side Snip Corner Rectangle Shape -->
- <value>snip2SameRect</value>
- <!-- Two Diagonal Snip Corner Rectangle Shape -->
- <value>snip2DiagRect</value>
- <!-- Plaque Shape -->
- <value>plaque</value>
- <!-- Ellipse Shape -->
- <value>ellipse</value>
- <!-- Teardrop Shape -->
- <value>teardrop</value>
- <!-- Home Plate Shape -->
- <value>homePlate</value>
- <!-- Chevron Shape -->
- <value>chevron</value>
- <!-- Pie Wedge Shape -->
- <value>pieWedge</value>
- <!-- Pie Shape -->
- <value>pie</value>
- <!-- Block Arc Shape -->
- <value>blockArc</value>
- <!-- Donut Shape -->
- <value>donut</value>
- <!-- No Smoking Shape -->
- <value>noSmoking</value>
- <!-- Right Arrow Shape -->
- <value>rightArrow</value>
- <!-- Left Arrow Shape -->
- <value>leftArrow</value>
- <!-- Up Arrow Shape -->
- <value>upArrow</value>
- <!-- Down Arrow Shape -->
- <value>downArrow</value>
- <!-- Striped Right Arrow Shape -->
- <value>stripedRightArrow</value>
- <!-- Notched Right Arrow Shape -->
- <value>notchedRightArrow</value>
- <!-- Bent Up Arrow Shape -->
- <value>bentUpArrow</value>
- <!-- Left Right Arrow Shape -->
- <value>leftRightArrow</value>
- <!-- Up Down Arrow Shape -->
- <value>upDownArrow</value>
- <!-- Left Up Arrow Shape -->
- <value>leftUpArrow</value>
- <!-- Left Right Up Arrow Shape -->
- <value>leftRightUpArrow</value>
- <!-- Quad-Arrow Shape -->
- <value>quadArrow</value>
- <!-- Callout Left Arrow Shape -->
- <value>leftArrowCallout</value>
- <!-- Callout Right Arrow Shape -->
- <value>rightArrowCallout</value>
- <!-- Callout Up Arrow Shape -->
- <value>upArrowCallout</value>
- <!-- Callout Down Arrow Shape -->
- <value>downArrowCallout</value>
- <!-- Callout Left Right Arrow Shape -->
- <value>leftRightArrowCallout</value>
- <!-- Callout Up Down Arrow Shape -->
- <value>upDownArrowCallout</value>
- <!-- Callout Quad-Arrow Shape -->
- <value>quadArrowCallout</value>
- <!-- Bent Arrow Shape -->
- <value>bentArrow</value>
- <!-- U-Turn Arrow Shape -->
- <value>uturnArrow</value>
- <!-- Circular Arrow Shape -->
- <value>circularArrow</value>
- <!-- Left Circular Arrow Shape -->
- <value>leftCircularArrow</value>
- <!-- Left Right Circular Arrow Shape -->
- <value>leftRightCircularArrow</value>
- <!-- Curved Right Arrow Shape -->
- <value>curvedRightArrow</value>
- <!-- Curved Left Arrow Shape -->
- <value>curvedLeftArrow</value>
- <!-- Curved Up Arrow Shape -->
- <value>curvedUpArrow</value>
- <!-- Curved Down Arrow Shape -->
- <value>curvedDownArrow</value>
- <!-- Swoosh Arrow Shape -->
- <value>swooshArrow</value>
- <!-- Cube Shape -->
- <value>cube</value>
- <!-- Can Shape -->
- <value>can</value>
- <!-- Lightning Bolt Shape -->
- <value>lightningBolt</value>
- <!-- Heart Shape -->
- <value>heart</value>
- <!-- Sun Shape -->
- <value>sun</value>
- <!-- Moon Shape -->
- <value>moon</value>
- <!-- Smiley Face Shape -->
- <value>smileyFace</value>
- <!-- Irregular Seal 1 Shape -->
- <value>irregularSeal1</value>
- <!-- Irregular Seal 2 Shape -->
- <value>irregularSeal2</value>
- <!-- Folded Corner Shape -->
- <value>foldedCorner</value>
- <!-- Bevel Shape -->
- <value>bevel</value>
- <!-- Frame Shape -->
- <value>frame</value>
- <!-- Half Frame Shape -->
- <value>halfFrame</value>
- <!-- Corner Shape -->
- <value>corner</value>
- <!-- Diagonal Stripe Shape -->
- <value>diagStripe</value>
- <!-- Chord Shape -->
- <value>chord</value>
- <!-- Curved Arc Shape -->
- <value>arc</value>
- <!-- Left Bracket Shape -->
- <value>leftBracket</value>
- <!-- Right Bracket Shape -->
- <value>rightBracket</value>
- <!-- Left Brace Shape -->
- <value>leftBrace</value>
- <!-- Right Brace Shape -->
- <value>rightBrace</value>
- <!-- Bracket Pair Shape -->
- <value>bracketPair</value>
- <!-- Brace Pair Shape -->
- <value>bracePair</value>
- <!-- Straight Connector 1 Shape -->
- <value>straightConnector1</value>
- <!-- Bent Connector 2 Shape -->
- <value>bentConnector2</value>
- <!-- Bent Connector 3 Shape -->
- <value>bentConnector3</value>
- <!-- Bent Connector 4 Shape -->
- <value>bentConnector4</value>
- <!-- Bent Connector 5 Shape -->
- <value>bentConnector5</value>
- <!-- Curved Connector 2 Shape -->
- <value>curvedConnector2</value>
- <!-- Curved Connector 3 Shape -->
- <value>curvedConnector3</value>
- <!-- Curved Connector 4 Shape -->
- <value>curvedConnector4</value>
- <!-- Curved Connector 5 Shape -->
- <value>curvedConnector5</value>
- <!-- Callout 1 Shape -->
- <value>callout1</value>
- <!-- Callout 2 Shape -->
- <value>callout2</value>
- <!-- Callout 3 Shape -->
- <value>callout3</value>
- <!-- Callout 1 Shape -->
- <value>accentCallout1</value>
- <!-- Callout 2 Shape -->
- <value>accentCallout2</value>
- <!-- Callout 3 Shape -->
- <value>accentCallout3</value>
- <!-- Callout 1 with Border Shape -->
- <value>borderCallout1</value>
- <!-- Callout 2 with Border Shape -->
- <value>borderCallout2</value>
- <!-- Callout 3 with Border Shape -->
- <value>borderCallout3</value>
- <!-- Callout 1 with Border and Accent Shape -->
- <value>accentBorderCallout1</value>
- <!-- Callout 2 with Border and Accent Shape -->
- <value>accentBorderCallout2</value>
- <!-- Callout 3 with Border and Accent Shape -->
- <value>accentBorderCallout3</value>
- <!-- Callout Wedge Rectangle Shape -->
- <value>wedgeRectCallout</value>
- <!-- Callout Wedge Round Rectangle Shape -->
- <value>wedgeRoundRectCallout</value>
- <!-- Callout Wedge Ellipse Shape -->
- <value>wedgeEllipseCallout</value>
- <!-- Callout Cloud Shape -->
- <value>cloudCallout</value>
- <!-- Cloud Shape -->
- <value>cloud</value>
- <!-- Ribbon Shape -->
- <value>ribbon</value>
- <!-- Ribbon 2 Shape -->
- <value>ribbon2</value>
- <!-- Ellipse Ribbon Shape -->
- <value>ellipseRibbon</value>
- <!-- Ellipse Ribbon 2 Shape -->
- <value>ellipseRibbon2</value>
- <!-- Left Right Ribbon Shape -->
- <value>leftRightRibbon</value>
- <!-- Vertical Scroll Shape -->
- <value>verticalScroll</value>
- <!-- Horizontal Scroll Shape -->
- <value>horizontalScroll</value>
- <!-- Wave Shape -->
- <value>wave</value>
- <!-- Double Wave Shape -->
- <value>doubleWave</value>
- <!-- Plus Shape -->
- <value>plus</value>
- <!-- Process Flow Shape -->
- <value>flowChartProcess</value>
- <!-- Decision Flow Shape -->
- <value>flowChartDecision</value>
- <!-- Input Output Flow Shape -->
- <value>flowChartInputOutput</value>
- <!-- Predefined Process Flow Shape -->
- <value>flowChartPredefinedProcess</value>
- <!-- Internal Storage Flow Shape -->
- <value>flowChartInternalStorage</value>
- <!-- Document Flow Shape -->
- <value>flowChartDocument</value>
- <!-- Multi-Document Flow Shape -->
- <value>flowChartMultidocument</value>
- <!-- Terminator Flow Shape -->
- <value>flowChartTerminator</value>
- <!-- Preparation Flow Shape -->
- <value>flowChartPreparation</value>
- <!-- Manual Input Flow Shape -->
- <value>flowChartManualInput</value>
- <!-- Manual Operation Flow Shape -->
- <value>flowChartManualOperation</value>
- <!-- Connector Flow Shape -->
- <value>flowChartConnector</value>
- <!-- Punched Card Flow Shape -->
- <value>flowChartPunchedCard</value>
- <!-- Punched Tape Flow Shape -->
- <value>flowChartPunchedTape</value>
- <!-- Summing Junction Flow Shape -->
- <value>flowChartSummingJunction</value>
- <!-- Or Flow Shape -->
- <value>flowChartOr</value>
- <!-- Collate Flow Shape -->
- <value>flowChartCollate</value>
- <!-- Sort Flow Shape -->
- <value>flowChartSort</value>
- <!-- Extract Flow Shape -->
- <value>flowChartExtract</value>
- <!-- Merge Flow Shape -->
- <value>flowChartMerge</value>
- <!-- Offline Storage Flow Shape -->
- <value>flowChartOfflineStorage</value>
- <!-- Online Storage Flow Shape -->
- <value>flowChartOnlineStorage</value>
- <!-- Magnetic Tape Flow Shape -->
- <value>flowChartMagneticTape</value>
- <!-- Magnetic Disk Flow Shape -->
- <value>flowChartMagneticDisk</value>
- <!-- Magnetic Drum Flow Shape -->
- <value>flowChartMagneticDrum</value>
- <!-- Display Flow Shape -->
- <value>flowChartDisplay</value>
- <!-- Delay Flow Shape -->
- <value>flowChartDelay</value>
- <!-- Alternate Process Flow Shape -->
- <value>flowChartAlternateProcess</value>
- <!-- Off-Page Connector Flow Shape -->
- <value>flowChartOffpageConnector</value>
- <!-- Blank Button Shape -->
- <value>actionButtonBlank</value>
- <!-- Home Button Shape -->
- <value>actionButtonHome</value>
- <!-- Help Button Shape -->
- <value>actionButtonHelp</value>
- <!-- Information Button Shape -->
- <value>actionButtonInformation</value>
- <!-- Forward or Next Button Shape -->
- <value>actionButtonForwardNext</value>
- <!-- Back or Previous Button Shape -->
- <value>actionButtonBackPrevious</value>
- <!-- End Button Shape -->
- <value>actionButtonEnd</value>
- <!-- Beginning Button Shape -->
- <value>actionButtonBeginning</value>
- <!-- Return Button Shape -->
- <value>actionButtonReturn</value>
- <!-- Document Button Shape -->
- <value>actionButtonDocument</value>
- <!-- Sound Button Shape -->
- <value>actionButtonSound</value>
- <!-- Movie Button Shape -->
- <value>actionButtonMovie</value>
- <!-- Gear 6 Shape -->
- <value>gear6</value>
- <!-- Gear 9 Shape -->
- <value>gear9</value>
- <!-- Funnel Shape -->
- <value>funnel</value>
- <!-- Plus Math Shape -->
- <value>mathPlus</value>
- <!-- Minus Math Shape -->
- <value>mathMinus</value>
- <!-- Multiply Math Shape -->
- <value>mathMultiply</value>
- <!-- Divide Math Shape -->
- <value>mathDivide</value>
- <!-- Equal Math Shape -->
- <value>mathEqual</value>
- <!-- Not Equal Math Shape -->
- <value>mathNotEqual</value>
- <!-- Corner Tabs Shape -->
- <value>cornerTabs</value>
- <!-- Square Tabs Shape -->
- <value>squareTabs</value>
- <!-- Plaque Tabs Shape -->
- <value>plaqueTabs</value>
- <!-- Chart X Shape -->
- <value>chartX</value>
- <!-- Chart Star Shape -->
- <value>chartStar</value>
- <!-- Chart Plus Shape -->
- <value>chartPlus</value>
- </choice>
+ <choice>
+ <!-- Line Shape -->
+ <value>line</value>
+ <!-- Line Inverse Shape -->
+ <value>lineInv</value>
+ <!-- Triangle Shape -->
+ <value>triangle</value>
+ <!-- Right Triangle Shape -->
+ <value>rtTriangle</value>
+ <!-- Rectangle Shape -->
+ <value>rect</value>
+ <!-- Diamond Shape -->
+ <value>diamond</value>
+ <!-- Parallelogram Shape -->
+ <value>parallelogram</value>
+ <!-- Trapezoid Shape -->
+ <value>trapezoid</value>
+ <!-- Non-Isosceles Trapezoid Shape -->
+ <value>nonIsoscelesTrapezoid</value>
+ <!-- Pentagon Shape -->
+ <value>pentagon</value>
+ <!-- Hexagon Shape -->
+ <value>hexagon</value>
+ <!-- Heptagon Shape -->
+ <value>heptagon</value>
+ <!-- Octagon Shape -->
+ <value>octagon</value>
+ <!-- Decagon Shape -->
+ <value>decagon</value>
+ <!-- Dodecagon Shape -->
+ <value>dodecagon</value>
+ <!-- Four Pointed Star Shape -->
+ <value>star4</value>
+ <!-- Five Pointed Star Shape -->
+ <value>star5</value>
+ <!-- Six Pointed Star Shape -->
+ <value>star6</value>
+ <!-- Seven Pointed Star Shape -->
+ <value>star7</value>
+ <!-- Eight Pointed Star Shape -->
+ <value>star8</value>
+ <!-- Ten Pointed Star Shape -->
+ <value>star10</value>
+ <!-- Twelve Pointed Star Shape -->
+ <value>star12</value>
+ <!-- Sixteen Pointed Star Shape -->
+ <value>star16</value>
+ <!-- Twenty Four Pointed Star Shape -->
+ <value>star24</value>
+ <!-- Thirty Two Pointed Star Shape -->
+ <value>star32</value>
+ <!-- Round Corner Rectangle Shape -->
+ <value>roundRect</value>
+ <!-- One Round Corner Rectangle Shape -->
+ <value>round1Rect</value>
+ <!-- Two Same-side Round Corner Rectangle Shape -->
+ <value>round2SameRect</value>
+ <!-- Two Diagonal Round Corner Rectangle Shape -->
+ <value>round2DiagRect</value>
+ <!-- One Snip One Round Corner Rectangle Shape -->
+ <value>snipRoundRect</value>
+ <!-- One Snip Corner Rectangle Shape -->
+ <value>snip1Rect</value>
+ <!-- Two Same-side Snip Corner Rectangle Shape -->
+ <value>snip2SameRect</value>
+ <!-- Two Diagonal Snip Corner Rectangle Shape -->
+ <value>snip2DiagRect</value>
+ <!-- Plaque Shape -->
+ <value>plaque</value>
+ <!-- Ellipse Shape -->
+ <value>ellipse</value>
+ <!-- Teardrop Shape -->
+ <value>teardrop</value>
+ <!-- Home Plate Shape -->
+ <value>homePlate</value>
+ <!-- Chevron Shape -->
+ <value>chevron</value>
+ <!-- Pie Wedge Shape -->
+ <value>pieWedge</value>
+ <!-- Pie Shape -->
+ <value>pie</value>
+ <!-- Block Arc Shape -->
+ <value>blockArc</value>
+ <!-- Donut Shape -->
+ <value>donut</value>
+ <!-- No Smoking Shape -->
+ <value>noSmoking</value>
+ <!-- Right Arrow Shape -->
+ <value>rightArrow</value>
+ <!-- Left Arrow Shape -->
+ <value>leftArrow</value>
+ <!-- Up Arrow Shape -->
+ <value>upArrow</value>
+ <!-- Down Arrow Shape -->
+ <value>downArrow</value>
+ <!-- Striped Right Arrow Shape -->
+ <value>stripedRightArrow</value>
+ <!-- Notched Right Arrow Shape -->
+ <value>notchedRightArrow</value>
+ <!-- Bent Up Arrow Shape -->
+ <value>bentUpArrow</value>
+ <!-- Left Right Arrow Shape -->
+ <value>leftRightArrow</value>
+ <!-- Up Down Arrow Shape -->
+ <value>upDownArrow</value>
+ <!-- Left Up Arrow Shape -->
+ <value>leftUpArrow</value>
+ <!-- Left Right Up Arrow Shape -->
+ <value>leftRightUpArrow</value>
+ <!-- Quad-Arrow Shape -->
+ <value>quadArrow</value>
+ <!-- Callout Left Arrow Shape -->
+ <value>leftArrowCallout</value>
+ <!-- Callout Right Arrow Shape -->
+ <value>rightArrowCallout</value>
+ <!-- Callout Up Arrow Shape -->
+ <value>upArrowCallout</value>
+ <!-- Callout Down Arrow Shape -->
+ <value>downArrowCallout</value>
+ <!-- Callout Left Right Arrow Shape -->
+ <value>leftRightArrowCallout</value>
+ <!-- Callout Up Down Arrow Shape -->
+ <value>upDownArrowCallout</value>
+ <!-- Callout Quad-Arrow Shape -->
+ <value>quadArrowCallout</value>
+ <!-- Bent Arrow Shape -->
+ <value>bentArrow</value>
+ <!-- U-Turn Arrow Shape -->
+ <value>uturnArrow</value>
+ <!-- Circular Arrow Shape -->
+ <value>circularArrow</value>
+ <!-- Left Circular Arrow Shape -->
+ <value>leftCircularArrow</value>
+ <!-- Left Right Circular Arrow Shape -->
+ <value>leftRightCircularArrow</value>
+ <!-- Curved Right Arrow Shape -->
+ <value>curvedRightArrow</value>
+ <!-- Curved Left Arrow Shape -->
+ <value>curvedLeftArrow</value>
+ <!-- Curved Up Arrow Shape -->
+ <value>curvedUpArrow</value>
+ <!-- Curved Down Arrow Shape -->
+ <value>curvedDownArrow</value>
+ <!-- Swoosh Arrow Shape -->
+ <value>swooshArrow</value>
+ <!-- Cube Shape -->
+ <value>cube</value>
+ <!-- Can Shape -->
+ <value>can</value>
+ <!-- Lightning Bolt Shape -->
+ <value>lightningBolt</value>
+ <!-- Heart Shape -->
+ <value>heart</value>
+ <!-- Sun Shape -->
+ <value>sun</value>
+ <!-- Moon Shape -->
+ <value>moon</value>
+ <!-- Smiley Face Shape -->
+ <value>smileyFace</value>
+ <!-- Irregular Seal 1 Shape -->
+ <value>irregularSeal1</value>
+ <!-- Irregular Seal 2 Shape -->
+ <value>irregularSeal2</value>
+ <!-- Folded Corner Shape -->
+ <value>foldedCorner</value>
+ <!-- Bevel Shape -->
+ <value>bevel</value>
+ <!-- Frame Shape -->
+ <value>frame</value>
+ <!-- Half Frame Shape -->
+ <value>halfFrame</value>
+ <!-- Corner Shape -->
+ <value>corner</value>
+ <!-- Diagonal Stripe Shape -->
+ <value>diagStripe</value>
+ <!-- Chord Shape -->
+ <value>chord</value>
+ <!-- Curved Arc Shape -->
+ <value>arc</value>
+ <!-- Left Bracket Shape -->
+ <value>leftBracket</value>
+ <!-- Right Bracket Shape -->
+ <value>rightBracket</value>
+ <!-- Left Brace Shape -->
+ <value>leftBrace</value>
+ <!-- Right Brace Shape -->
+ <value>rightBrace</value>
+ <!-- Bracket Pair Shape -->
+ <value>bracketPair</value>
+ <!-- Brace Pair Shape -->
+ <value>bracePair</value>
+ <!-- Straight Connector 1 Shape -->
+ <value>straightConnector1</value>
+ <!-- Bent Connector 2 Shape -->
+ <value>bentConnector2</value>
+ <!-- Bent Connector 3 Shape -->
+ <value>bentConnector3</value>
+ <!-- Bent Connector 4 Shape -->
+ <value>bentConnector4</value>
+ <!-- Bent Connector 5 Shape -->
+ <value>bentConnector5</value>
+ <!-- Curved Connector 2 Shape -->
+ <value>curvedConnector2</value>
+ <!-- Curved Connector 3 Shape -->
+ <value>curvedConnector3</value>
+ <!-- Curved Connector 4 Shape -->
+ <value>curvedConnector4</value>
+ <!-- Curved Connector 5 Shape -->
+ <value>curvedConnector5</value>
+ <!-- Callout 1 Shape -->
+ <value>callout1</value>
+ <!-- Callout 2 Shape -->
+ <value>callout2</value>
+ <!-- Callout 3 Shape -->
+ <value>callout3</value>
+ <!-- Callout 1 Shape -->
+ <value>accentCallout1</value>
+ <!-- Callout 2 Shape -->
+ <value>accentCallout2</value>
+ <!-- Callout 3 Shape -->
+ <value>accentCallout3</value>
+ <!-- Callout 1 with Border Shape -->
+ <value>borderCallout1</value>
+ <!-- Callout 2 with Border Shape -->
+ <value>borderCallout2</value>
+ <!-- Callout 3 with Border Shape -->
+ <value>borderCallout3</value>
+ <!-- Callout 1 with Border and Accent Shape -->
+ <value>accentBorderCallout1</value>
+ <!-- Callout 2 with Border and Accent Shape -->
+ <value>accentBorderCallout2</value>
+ <!-- Callout 3 with Border and Accent Shape -->
+ <value>accentBorderCallout3</value>
+ <!-- Callout Wedge Rectangle Shape -->
+ <value>wedgeRectCallout</value>
+ <!-- Callout Wedge Round Rectangle Shape -->
+ <value>wedgeRoundRectCallout</value>
+ <!-- Callout Wedge Ellipse Shape -->
+ <value>wedgeEllipseCallout</value>
+ <!-- Callout Cloud Shape -->
+ <value>cloudCallout</value>
+ <!-- Cloud Shape -->
+ <value>cloud</value>
+ <!-- Ribbon Shape -->
+ <value>ribbon</value>
+ <!-- Ribbon 2 Shape -->
+ <value>ribbon2</value>
+ <!-- Ellipse Ribbon Shape -->
+ <value>ellipseRibbon</value>
+ <!-- Ellipse Ribbon 2 Shape -->
+ <value>ellipseRibbon2</value>
+ <!-- Left Right Ribbon Shape -->
+ <value>leftRightRibbon</value>
+ <!-- Vertical Scroll Shape -->
+ <value>verticalScroll</value>
+ <!-- Horizontal Scroll Shape -->
+ <value>horizontalScroll</value>
+ <!-- Wave Shape -->
+ <value>wave</value>
+ <!-- Double Wave Shape -->
+ <value>doubleWave</value>
+ <!-- Plus Shape -->
+ <value>plus</value>
+ <!-- Process Flow Shape -->
+ <value>flowChartProcess</value>
+ <!-- Decision Flow Shape -->
+ <value>flowChartDecision</value>
+ <!-- Input Output Flow Shape -->
+ <value>flowChartInputOutput</value>
+ <!-- Predefined Process Flow Shape -->
+ <value>flowChartPredefinedProcess</value>
+ <!-- Internal Storage Flow Shape -->
+ <value>flowChartInternalStorage</value>
+ <!-- Document Flow Shape -->
+ <value>flowChartDocument</value>
+ <!-- Multi-Document Flow Shape -->
+ <value>flowChartMultidocument</value>
+ <!-- Terminator Flow Shape -->
+ <value>flowChartTerminator</value>
+ <!-- Preparation Flow Shape -->
+ <value>flowChartPreparation</value>
+ <!-- Manual Input Flow Shape -->
+ <value>flowChartManualInput</value>
+ <!-- Manual Operation Flow Shape -->
+ <value>flowChartManualOperation</value>
+ <!-- Connector Flow Shape -->
+ <value>flowChartConnector</value>
+ <!-- Punched Card Flow Shape -->
+ <value>flowChartPunchedCard</value>
+ <!-- Punched Tape Flow Shape -->
+ <value>flowChartPunchedTape</value>
+ <!-- Summing Junction Flow Shape -->
+ <value>flowChartSummingJunction</value>
+ <!-- Or Flow Shape -->
+ <value>flowChartOr</value>
+ <!-- Collate Flow Shape -->
+ <value>flowChartCollate</value>
+ <!-- Sort Flow Shape -->
+ <value>flowChartSort</value>
+ <!-- Extract Flow Shape -->
+ <value>flowChartExtract</value>
+ <!-- Merge Flow Shape -->
+ <value>flowChartMerge</value>
+ <!-- Offline Storage Flow Shape -->
+ <value>flowChartOfflineStorage</value>
+ <!-- Online Storage Flow Shape -->
+ <value>flowChartOnlineStorage</value>
+ <!-- Magnetic Tape Flow Shape -->
+ <value>flowChartMagneticTape</value>
+ <!-- Magnetic Disk Flow Shape -->
+ <value>flowChartMagneticDisk</value>
+ <!-- Magnetic Drum Flow Shape -->
+ <value>flowChartMagneticDrum</value>
+ <!-- Display Flow Shape -->
+ <value>flowChartDisplay</value>
+ <!-- Delay Flow Shape -->
+ <value>flowChartDelay</value>
+ <!-- Alternate Process Flow Shape -->
+ <value>flowChartAlternateProcess</value>
+ <!-- Off-Page Connector Flow Shape -->
+ <value>flowChartOffpageConnector</value>
+ <!-- Blank Button Shape -->
+ <value>actionButtonBlank</value>
+ <!-- Home Button Shape -->
+ <value>actionButtonHome</value>
+ <!-- Help Button Shape -->
+ <value>actionButtonHelp</value>
+ <!-- Information Button Shape -->
+ <value>actionButtonInformation</value>
+ <!-- Forward or Next Button Shape -->
+ <value>actionButtonForwardNext</value>
+ <!-- Back or Previous Button Shape -->
+ <value>actionButtonBackPrevious</value>
+ <!-- End Button Shape -->
+ <value>actionButtonEnd</value>
+ <!-- Beginning Button Shape -->
+ <value>actionButtonBeginning</value>
+ <!-- Return Button Shape -->
+ <value>actionButtonReturn</value>
+ <!-- Document Button Shape -->
+ <value>actionButtonDocument</value>
+ <!-- Sound Button Shape -->
+ <value>actionButtonSound</value>
+ <!-- Movie Button Shape -->
+ <value>actionButtonMovie</value>
+ <!-- Gear 6 Shape -->
+ <value>gear6</value>
+ <!-- Gear 9 Shape -->
+ <value>gear9</value>
+ <!-- Funnel Shape -->
+ <value>funnel</value>
+ <!-- Plus Math Shape -->
+ <value>mathPlus</value>
+ <!-- Minus Math Shape -->
+ <value>mathMinus</value>
+ <!-- Multiply Math Shape -->
+ <value>mathMultiply</value>
+ <!-- Divide Math Shape -->
+ <value>mathDivide</value>
+ <!-- Equal Math Shape -->
+ <value>mathEqual</value>
+ <!-- Not Equal Math Shape -->
+ <value>mathNotEqual</value>
+ <!-- Corner Tabs Shape -->
+ <value>cornerTabs</value>
+ <!-- Square Tabs Shape -->
+ <value>squareTabs</value>
+ <!-- Plaque Tabs Shape -->
+ <value>plaqueTabs</value>
+ <!-- Chart X Shape -->
+ <value>chartX</value>
+ <!-- Chart Star Shape -->
+ <value>chartStar</value>
+ <!-- Chart Plus Shape -->
+ <value>chartPlus</value>
+ </choice>
</define>
<define name="ST_TextShapeType">
- <choice>
- <!-- No Text Shape -->
- <value>textNoShape</value>
- <!-- Plain Text Shape -->
- <value>textPlain</value>
- <!-- Stop Sign Text Shape -->
- <value>textStop</value>
- <!-- Triangle Text Shape -->
- <value>textTriangle</value>
- <!-- Inverted Triangle Text Shape -->
- <value>textTriangleInverted</value>
- <!-- Chevron Text Shape -->
- <value>textChevron</value>
- <!-- Inverted Chevron Text Shape -->
- <value>textChevronInverted</value>
- <!-- Inside Ring Text Shape -->
- <value>textRingInside</value>
- <!-- Outside Ring Text Shape -->
- <value>textRingOutside</value>
- <!-- Upward Arch Text Shape -->
- <value>textArchUp</value>
- <!-- Downward Arch Text Shape -->
- <value>textArchDown</value>
- <!-- Circle Text Shape -->
- <value>textCircle</value>
- <!-- Button Text Shape -->
- <value>textButton</value>
- <!-- Upward Pour Arch Text Shape -->
- <value>textArchUpPour</value>
- <!-- Downward Pour Arch Text Shape -->
- <value>textArchDownPour</value>
- <!-- Circle Pour Text Shape -->
- <value>textCirclePour</value>
- <!-- Button Pour Text Shape -->
- <value>textButtonPour</value>
- <!-- Upward Curve Text Shape -->
- <value>textCurveUp</value>
- <!-- Downward Curve Text Shape -->
- <value>textCurveDown</value>
- <!-- Upward Can Text Shape -->
- <value>textCanUp</value>
- <!-- Downward Can Text Shape -->
- <value>textCanDown</value>
- <!-- Wave 1 Text Shape -->
- <value>textWave1</value>
- <!-- Wave 2 Text Shape -->
- <value>textWave2</value>
- <!-- Double Wave 1 Text Shape -->
- <value>textDoubleWave1</value>
- <!-- Wave 4 Text Shape -->
- <value>textWave4</value>
- <!-- Inflate Text Shape -->
- <value>textInflate</value>
- <!-- Deflate Text Shape -->
- <value>textDeflate</value>
- <!-- Bottom Inflate Text Shape -->
- <value>textInflateBottom</value>
- <!-- Bottom Deflate Text Shape -->
- <value>textDeflateBottom</value>
- <!-- Top Inflate Text Shape -->
- <value>textInflateTop</value>
- <!-- Top Deflate Text Shape -->
- <value>textDeflateTop</value>
- <!-- Deflate-Inflate Text Shape -->
- <value>textDeflateInflate</value>
- <!-- Deflate-Inflate-Deflate Text Shape -->
- <value>textDeflateInflateDeflate</value>
- <!-- Right Fade Text Shape -->
- <value>textFadeRight</value>
- <!-- Left Fade Text Shape -->
- <value>textFadeLeft</value>
- <!-- Upward Fade Text Shape -->
- <value>textFadeUp</value>
- <!-- Downward Fade Text Shape -->
- <value>textFadeDown</value>
- <!-- Upward Slant Text Shape -->
- <value>textSlantUp</value>
- <!-- Downward Slant Text Shape -->
- <value>textSlantDown</value>
- <!-- Upward Cascade Text Shape -->
- <value>textCascadeUp</value>
- <!-- Downward Cascade Text Shape -->
- <value>textCascadeDown</value>
- </choice>
+ <choice>
+ <!-- No Text Shape -->
+ <value>textNoShape</value>
+ <!-- Plain Text Shape -->
+ <value>textPlain</value>
+ <!-- Stop Sign Text Shape -->
+ <value>textStop</value>
+ <!-- Triangle Text Shape -->
+ <value>textTriangle</value>
+ <!-- Inverted Triangle Text Shape -->
+ <value>textTriangleInverted</value>
+ <!-- Chevron Text Shape -->
+ <value>textChevron</value>
+ <!-- Inverted Chevron Text Shape -->
+ <value>textChevronInverted</value>
+ <!-- Inside Ring Text Shape -->
+ <value>textRingInside</value>
+ <!-- Outside Ring Text Shape -->
+ <value>textRingOutside</value>
+ <!-- Upward Arch Text Shape -->
+ <value>textArchUp</value>
+ <!-- Downward Arch Text Shape -->
+ <value>textArchDown</value>
+ <!-- Circle Text Shape -->
+ <value>textCircle</value>
+ <!-- Button Text Shape -->
+ <value>textButton</value>
+ <!-- Upward Pour Arch Text Shape -->
+ <value>textArchUpPour</value>
+ <!-- Downward Pour Arch Text Shape -->
+ <value>textArchDownPour</value>
+ <!-- Circle Pour Text Shape -->
+ <value>textCirclePour</value>
+ <!-- Button Pour Text Shape -->
+ <value>textButtonPour</value>
+ <!-- Upward Curve Text Shape -->
+ <value>textCurveUp</value>
+ <!-- Downward Curve Text Shape -->
+ <value>textCurveDown</value>
+ <!-- Upward Can Text Shape -->
+ <value>textCanUp</value>
+ <!-- Downward Can Text Shape -->
+ <value>textCanDown</value>
+ <!-- Wave 1 Text Shape -->
+ <value>textWave1</value>
+ <!-- Wave 2 Text Shape -->
+ <value>textWave2</value>
+ <!-- Double Wave 1 Text Shape -->
+ <value>textDoubleWave1</value>
+ <!-- Wave 4 Text Shape -->
+ <value>textWave4</value>
+ <!-- Inflate Text Shape -->
+ <value>textInflate</value>
+ <!-- Deflate Text Shape -->
+ <value>textDeflate</value>
+ <!-- Bottom Inflate Text Shape -->
+ <value>textInflateBottom</value>
+ <!-- Bottom Deflate Text Shape -->
+ <value>textDeflateBottom</value>
+ <!-- Top Inflate Text Shape -->
+ <value>textInflateTop</value>
+ <!-- Top Deflate Text Shape -->
+ <value>textDeflateTop</value>
+ <!-- Deflate-Inflate Text Shape -->
+ <value>textDeflateInflate</value>
+ <!-- Deflate-Inflate-Deflate Text Shape -->
+ <value>textDeflateInflateDeflate</value>
+ <!-- Right Fade Text Shape -->
+ <value>textFadeRight</value>
+ <!-- Left Fade Text Shape -->
+ <value>textFadeLeft</value>
+ <!-- Upward Fade Text Shape -->
+ <value>textFadeUp</value>
+ <!-- Downward Fade Text Shape -->
+ <value>textFadeDown</value>
+ <!-- Upward Slant Text Shape -->
+ <value>textSlantUp</value>
+ <!-- Downward Slant Text Shape -->
+ <value>textSlantDown</value>
+ <!-- Upward Cascade Text Shape -->
+ <value>textCascadeUp</value>
+ <!-- Downward Cascade Text Shape -->
+ <value>textCascadeDown</value>
+ </choice>
</define>
<define name="ST_GeomGuideName">
<data type="token"/>
@@ -6132,9 +6132,9 @@
</attribute>
</define>
<define name="CT_GeomGuideList">
- <element name="gd">
- <ref name="CT_GeomGuide"/>
- </element>
+ <element name="gd">
+ <ref name="CT_GeomGuide"/>
+ </element>
</define>
<define name="ST_AdjCoordinate">
<choice>
@@ -6176,47 +6176,47 @@
<element name="pos">
<ref name="CT_AdjPoint2D"/>
</element>
- <attribute name="gdRefX">
- <ref name="ST_GeomGuideName"/>
- </attribute>
- <attribute name="minX">
- <ref name="ST_AdjCoordinate"/>
- </attribute>
- <attribute name="maxX">
- <ref name="ST_AdjCoordinate"/>
- </attribute>
- <attribute name="gdRefY">
- <ref name="ST_GeomGuideName"/>
- </attribute>
- <attribute name="minY">
- <ref name="ST_AdjCoordinate"/>
- </attribute>
- <attribute name="maxY">
- <ref name="ST_AdjCoordinate"/>
- </attribute>
+ <attribute name="gdRefX">
+ <ref name="ST_GeomGuideName"/>
+ </attribute>
+ <attribute name="minX">
+ <ref name="ST_AdjCoordinate"/>
+ </attribute>
+ <attribute name="maxX">
+ <ref name="ST_AdjCoordinate"/>
+ </attribute>
+ <attribute name="gdRefY">
+ <ref name="ST_GeomGuideName"/>
+ </attribute>
+ <attribute name="minY">
+ <ref name="ST_AdjCoordinate"/>
+ </attribute>
+ <attribute name="maxY">
+ <ref name="ST_AdjCoordinate"/>
+ </attribute>
</define>
<define name="CT_PolarAdjustHandle">
<element name="pos">
<ref name="CT_AdjPoint2D"/>
</element>
- <attribute name="gdRefR">
- <ref name="ST_GeomGuideName"/>
- </attribute>
- <attribute name="minR">
- <ref name="ST_AdjCoordinate"/>
- </attribute>
- <attribute name="maxR">
- <ref name="ST_AdjCoordinate"/>
- </attribute>
- <attribute name="gdRefAng">
- <ref name="ST_GeomGuideName"/>
- </attribute>
- <attribute name="minAng">
- <ref name="ST_AdjCoordinate"/>
- </attribute>
- <attribute name="maxAng">
- <ref name="ST_AdjCoordinate"/>
- </attribute>
+ <attribute name="gdRefR">
+ <ref name="ST_GeomGuideName"/>
+ </attribute>
+ <attribute name="minR">
+ <ref name="ST_AdjCoordinate"/>
+ </attribute>
+ <attribute name="maxR">
+ <ref name="ST_AdjCoordinate"/>
+ </attribute>
+ <attribute name="gdRefAng">
+ <ref name="ST_GeomGuideName"/>
+ </attribute>
+ <attribute name="minAng">
+ <ref name="ST_AdjCoordinate"/>
+ </attribute>
+ <attribute name="maxAng">
+ <ref name="ST_AdjCoordinate"/>
+ </attribute>
</define>
<define name="CT_ConnectionSite">
<element name="pos">
@@ -6227,19 +6227,19 @@
</attribute>
</define>
<define name="CT_AdjustHandleList">
- <choice>
- <element name="ahXY">
- <ref name="CT_XYAdjustHandle"/>
- </element>
- <element name="ahPolar">
- <ref name="CT_PolarAdjustHandle"/>
- </element>
- </choice>
+ <choice>
+ <element name="ahXY">
+ <ref name="CT_XYAdjustHandle"/>
+ </element>
+ <element name="ahPolar">
+ <ref name="CT_PolarAdjustHandle"/>
+ </element>
+ </choice>
</define>
<define name="CT_ConnectionSiteList">
- <element name="cxn">
- <ref name="CT_ConnectionSite"/>
- </element>
+ <element name="cxn">
+ <ref name="CT_ConnectionSite"/>
+ </element>
</define>
<define name="CT_Connection">
<attribute name="id">
@@ -6274,107 +6274,107 @@
</attribute>
</define>
<define name="CT_Path2DQuadBezierTo">
- <element name="pt">
- <ref name="CT_AdjPoint2D"/>
- </element>
+ <element name="pt">
+ <ref name="CT_AdjPoint2D"/>
+ </element>
</define>
<define name="CT_Path2DCubicBezierTo">
- <element name="pt">
- <ref name="CT_AdjPoint2D"/>
- </element>
+ <element name="pt">
+ <ref name="CT_AdjPoint2D"/>
+ </element>
</define>
<define name="CT_Path2DClose">
</define>
<define name="ST_PathFillMode">
- <choice>
- <!-- No Path Fill -->
- <value>none</value>
- <!-- Normal Path Fill -->
- <value>norm</value>
- <!-- Lighten Path Fill -->
- <value>lighten</value>
- <!-- Lighten Path Fill Less -->
- <value>lightenLess</value>
- <!-- Darken Path Fill -->
- <value>darken</value>
- <!-- Darken Path Fill Less -->
- <value>darkenLess</value>
- </choice>
+ <choice>
+ <!-- No Path Fill -->
+ <value>none</value>
+ <!-- Normal Path Fill -->
+ <value>norm</value>
+ <!-- Lighten Path Fill -->
+ <value>lighten</value>
+ <!-- Lighten Path Fill Less -->
+ <value>lightenLess</value>
+ <!-- Darken Path Fill -->
+ <value>darken</value>
+ <!-- Darken Path Fill Less -->
+ <value>darkenLess</value>
+ </choice>
</define>
<define name="CT_Path2D">
- <choice>
- <element name="close">
- <ref name="CT_Path2DClose"/>
- </element>
- <element name="moveTo">
- <ref name="CT_Path2DMoveTo"/>
- </element>
- <element name="lnTo">
- <ref name="CT_Path2DLineTo"/>
- </element>
- <element name="arcTo">
- <ref name="CT_Path2DArcTo"/>
- </element>
- <element name="quadBezTo">
- <ref name="CT_Path2DQuadBezierTo"/>
- </element>
- <element name="cubicBezTo">
- <ref name="CT_Path2DCubicBezierTo"/>
- </element>
- </choice>
- <attribute name="w">
- <ref name="ST_PositiveCoordinate"/>
- </attribute>
- <attribute name="h">
- <ref name="ST_PositiveCoordinate"/>
- </attribute>
- <attribute name="fill">
- <ref name="ST_PathFillMode"/>
- </attribute>
- <attribute name="stroke">
- <data type="boolean"/>
- </attribute>
- <attribute name="extrusionOk">
- <data type="boolean"/>
- </attribute>
+ <choice>
+ <element name="close">
+ <ref name="CT_Path2DClose"/>
+ </element>
+ <element name="moveTo">
+ <ref name="CT_Path2DMoveTo"/>
+ </element>
+ <element name="lnTo">
+ <ref name="CT_Path2DLineTo"/>
+ </element>
+ <element name="arcTo">
+ <ref name="CT_Path2DArcTo"/>
+ </element>
+ <element name="quadBezTo">
+ <ref name="CT_Path2DQuadBezierTo"/>
+ </element>
+ <element name="cubicBezTo">
+ <ref name="CT_Path2DCubicBezierTo"/>
+ </element>
+ </choice>
+ <attribute name="w">
+ <ref name="ST_PositiveCoordinate"/>
+ </attribute>
+ <attribute name="h">
+ <ref name="ST_PositiveCoordinate"/>
+ </attribute>
+ <attribute name="fill">
+ <ref name="ST_PathFillMode"/>
+ </attribute>
+ <attribute name="stroke">
+ <data type="boolean"/>
+ </attribute>
+ <attribute name="extrusionOk">
+ <data type="boolean"/>
+ </attribute>
</define>
<define name="CT_Path2DList">
- <element name="path">
- <ref name="CT_Path2D"/>
- </element>
+ <element name="path">
+ <ref name="CT_Path2D"/>
+ </element>
</define>
<define name="CT_PresetGeometry2D">
- <element name="avLst">
- <ref name="CT_GeomGuideList"/>
- </element>
+ <element name="avLst">
+ <ref name="CT_GeomGuideList"/>
+ </element>
<attribute name="prst">
<ref name="ST_ShapeType"/>
</attribute>
</define>
<define name="CT_PresetTextShape">
- <element name="avLst">
- <ref name="CT_GeomGuideList"/>
- </element>
+ <element name="avLst">
+ <ref name="CT_GeomGuideList"/>
+ </element>
<attribute name="prst">
<ref name="ST_TextShapeType"/>
</attribute>
</define>
<define name="CT_CustomGeometry2D">
- <element name="avLst">
- <ref name="CT_GeomGuideList"/>
- </element>
- <element name="gdLst">
- <ref name="CT_GeomGuideList"/>
- </element>
- <element name="ahLst">
- <ref name="CT_AdjustHandleList"/>
- </element>
- <element name="cxnLst">
- <ref name="CT_ConnectionSiteList"/>
- </element>
- <element name="rect">
- <ref name="CT_GeomRect"/>
- </element>
+ <element name="avLst">
+ <ref name="CT_GeomGuideList"/>
+ </element>
+ <element name="gdLst">
+ <ref name="CT_GeomGuideList"/>
+ </element>
+ <element name="ahLst">
+ <ref name="CT_AdjustHandleList"/>
+ </element>
+ <element name="cxnLst">
+ <ref name="CT_ConnectionSiteList"/>
+ </element>
+ <element name="rect">
+ <ref name="CT_GeomRect"/>
+ </element>
<element name="pathLst">
<ref name="CT_Path2DList"/>
</element>
@@ -6691,87 +6691,87 @@
<data type="hexBinary"/>
</define>
<define name="CT_Inline">
- <element name="extent">
- <ref name="CT_PositiveSize2D"/>
- </element>
- <element name="effectExtent">
- <ref name="CT_EffectExtent"/>
- </element>
- <element name="docPr">
- <ref name="CT_NonVisualDrawingProps"/>
- </element>
- <element name="cNvGraphicFramePr">
- <ref name="CT_NonVisualGraphicFrameProperties"/>
- </element>
- <element name="a:graphic">
- <ref name="BUILT_IN_ANY_TYPE"/>
- </element>
- <element name="wp14:sizeRelH">
- <ref name="BUILT_IN_ANY_TYPE"/>
- </element>
- <element name="wp14:sizeRelV">
- <ref name="BUILT_IN_ANY_TYPE"/>
- </element>
- <attribute name="distT">
- <ref name="ST_WrapDistance"/>
- </attribute>
- <attribute name="distB">
- <ref name="ST_WrapDistance"/>
- </attribute>
- <attribute name="distL">
- <ref name="ST_WrapDistance"/>
- </attribute>
- <attribute name="distR">
- <ref name="ST_WrapDistance"/>
- </attribute>
- <attribute name="wp14:anchorId">
- <ref name="ST_EditId"/>
- </attribute>
+ <element name="extent">
+ <ref name="CT_PositiveSize2D"/>
+ </element>
+ <element name="effectExtent">
+ <ref name="CT_EffectExtent"/>
+ </element>
+ <element name="docPr">
+ <ref name="CT_NonVisualDrawingProps"/>
+ </element>
+ <element name="cNvGraphicFramePr">
+ <ref name="CT_NonVisualGraphicFrameProperties"/>
+ </element>
+ <element name="a:graphic">
+ <ref name="BUILT_IN_ANY_TYPE"/>
+ </element>
+ <element name="wp14:sizeRelH">
+ <ref name="BUILT_IN_ANY_TYPE"/>
+ </element>
+ <element name="wp14:sizeRelV">
+ <ref name="BUILT_IN_ANY_TYPE"/>
+ </element>
+ <attribute name="distT">
+ <ref name="ST_WrapDistance"/>
+ </attribute>
+ <attribute name="distB">
+ <ref name="ST_WrapDistance"/>
+ </attribute>
+ <attribute name="distL">
+ <ref name="ST_WrapDistance"/>
+ </attribute>
+ <attribute name="distR">
+ <ref name="ST_WrapDistance"/>
+ </attribute>
+ <attribute name="wp14:anchorId">
+ <ref name="ST_EditId"/>
+ </attribute>
</define>
<define name="ST_WrapText">
- <choice>
- <!-- Both Sides -->
- <value>bothSides</value>
- <!-- Left Side Only -->
- <value>left</value>
- <!-- Right Side Only -->
- <value>right</value>
- <!-- Largest Side Only -->
- <value>largest</value>
- </choice>
+ <choice>
+ <!-- Both Sides -->
+ <value>bothSides</value>
+ <!-- Left Side Only -->
+ <value>left</value>
+ <!-- Right Side Only -->
+ <value>right</value>
+ <!-- Largest Side Only -->
+ <value>largest</value>
+ </choice>
</define>
<define name="CT_WrapPath">
- <element name="start">
- <ref name="CT_Point2D"/>
- </element>
- <element name="lineTo">
- <ref name="CT_Point2D"/>
- </element>
- <attribute name="edited">
- <data type="boolean"/>
- </attribute>
+ <element name="start">
+ <ref name="CT_Point2D"/>
+ </element>
+ <element name="lineTo">
+ <ref name="CT_Point2D"/>
+ </element>
+ <attribute name="edited">
+ <data type="boolean"/>
+ </attribute>
</define>
<define name="CT_WrapNone">
</define>
<define name="CT_WrapSquare">
- <element name="effectExtent">
- <ref name="CT_EffectExtent"/>
- </element>
+ <element name="effectExtent">
+ <ref name="CT_EffectExtent"/>
+ </element>
<attribute name="wrapText">
<ref name="ST_WrapText"/>
</attribute>
- <attribute name="distT">
- <ref name="ST_WrapDistance"/>
- </attribute>
- <attribute name="distB">
- <ref name="ST_WrapDistance"/>
- </attribute>
- <attribute name="distL">
- <ref name="ST_WrapDistance"/>
- </attribute>
- <attribute name="distR">
- <ref name="ST_WrapDistance"/>
- </attribute>
+ <attribute name="distT">
+ <ref name="ST_WrapDistance"/>
+ </attribute>
+ <attribute name="distB">
+ <ref name="ST_WrapDistance"/>
+ </attribute>
+ <attribute name="distL">
+ <ref name="ST_WrapDistance"/>
+ </attribute>
+ <attribute name="distR">
+ <ref name="ST_WrapDistance"/>
+ </attribute>
</define>
<define name="CT_WrapTight">
<element name="wrapPolygon">
@@ -6780,12 +6780,12 @@
<attribute name="wrapText">
<ref name="ST_WrapText"/>
</attribute>
- <attribute name="distL">
- <ref name="ST_WrapDistance"/>
- </attribute>
- <attribute name="distR">
- <ref name="ST_WrapDistance"/>
- </attribute>
+ <attribute name="distL">
+ <ref name="ST_WrapDistance"/>
+ </attribute>
+ <attribute name="distR">
+ <ref name="ST_WrapDistance"/>
+ </attribute>
</define>
<define name="CT_WrapThrough">
<element name="wrapPolygon">
@@ -6794,23 +6794,23 @@
<attribute name="wrapText">
<ref name="ST_WrapText"/>
</attribute>
- <attribute name="distL">
- <ref name="ST_WrapDistance"/>
- </attribute>
- <attribute name="distR">
- <ref name="ST_WrapDistance"/>
- </attribute>
+ <attribute name="distL">
+ <ref name="ST_WrapDistance"/>
+ </attribute>
+ <attribute name="distR">
+ <ref name="ST_WrapDistance"/>
+ </attribute>
</define>
<define name="CT_WrapTopBottom">
- <element name="effectExtent">
- <ref name="CT_EffectExtent"/>
- </element>
- <attribute name="distT">
- <ref name="ST_WrapDistance"/>
- </attribute>
- <attribute name="distB">
- <ref name="ST_WrapDistance"/>
- </attribute>
+ <element name="effectExtent">
+ <ref name="CT_EffectExtent"/>
+ </element>
+ <attribute name="distT">
+ <ref name="ST_WrapDistance"/>
+ </attribute>
+ <attribute name="distB">
+ <ref name="ST_WrapDistance"/>
+ </attribute>
</define>
<define name="EG_WrapType">
<choice>
@@ -6835,38 +6835,38 @@
<data type="int"/>
</define>
<define name="ST_AlignH">
- <choice>
- <!-- Left Alignment -->
- <value>left</value>
- <!-- Right Alignment -->
- <value>right</value>
- <!-- Center Alignment -->
- <value>center</value>
- <!-- Inside -->
- <value>inside</value>
- <!-- Outside -->
- <value>outside</value>
- </choice>
+ <choice>
+ <!-- Left Alignment -->
+ <value>left</value>
+ <!-- Right Alignment -->
+ <value>right</value>
+ <!-- Center Alignment -->
+ <value>center</value>
+ <!-- Inside -->
+ <value>inside</value>
+ <!-- Outside -->
+ <value>outside</value>
+ </choice>
</define>
<define name="ST_RelFromH">
- <choice>
- <!-- Page Margin -->
- <value>margin</value>
- <!-- Page Edge -->
- <value>page</value>
- <!-- Column -->
- <value>column</value>
- <!-- Character -->
- <value>character</value>
- <!-- Left Margin -->
- <value>leftMargin</value>
- <!-- Right Margin -->
- <value>rightMargin</value>
- <!-- Inside Margin -->
- <value>insideMargin</value>
- <!-- Outside Margin -->
- <value>outsideMargin</value>
- </choice>
+ <choice>
+ <!-- Page Margin -->
+ <value>margin</value>
+ <!-- Page Edge -->
+ <value>page</value>
+ <!-- Column -->
+ <value>column</value>
+ <!-- Character -->
+ <value>character</value>
+ <!-- Left Margin -->
+ <value>leftMargin</value>
+ <!-- Right Margin -->
+ <value>rightMargin</value>
+ <!-- Inside Margin -->
+ <value>insideMargin</value>
+ <!-- Outside Margin -->
+ <value>outsideMargin</value>
+ </choice>
</define>
<define name="CT_PosH">
<choice>
@@ -6882,38 +6882,38 @@
</attribute>
</define>
<define name="ST_AlignV">
- <choice>
- <!-- Top -->
- <value>top</value>
- <!-- Bottom -->
- <value>bottom</value>
- <!-- Center Alignment -->
- <value>center</value>
- <!-- Inside -->
- <value>inside</value>
- <!-- Outside -->
- <value>outside</value>
- </choice>
+ <choice>
+ <!-- Top -->
+ <value>top</value>
+ <!-- Bottom -->
+ <value>bottom</value>
+ <!-- Center Alignment -->
+ <value>center</value>
+ <!-- Inside -->
+ <value>inside</value>
+ <!-- Outside -->
+ <value>outside</value>
+ </choice>
</define>
<define name="ST_RelFromV">
- <choice>
- <!-- Page Margin -->
- <value>margin</value>
- <!-- Page Edge -->
- <value>page</value>
- <!-- Paragraph -->
- <value>paragraph</value>
- <!-- Line -->
- <value>line</value>
- <!-- Top Margin -->
- <value>topMargin</value>
- <!-- Bottom Margin -->
- <value>bottomMargin</value>
- <!-- Inside Margin -->
- <value>insideMargin</value>
- <!-- Outside Margin -->
- <value>outsideMargin</value>
- </choice>
+ <choice>
+ <!-- Page Margin -->
+ <value>margin</value>
+ <!-- Page Edge -->
+ <value>page</value>
+ <!-- Paragraph -->
+ <value>paragraph</value>
+ <!-- Line -->
+ <value>line</value>
+ <!-- Top Margin -->
+ <value>topMargin</value>
+ <!-- Bottom Margin -->
+ <value>bottomMargin</value>
+ <!-- Inside Margin -->
+ <value>insideMargin</value>
+ <!-- Outside Margin -->
+ <value>outsideMargin</value>
+ </choice>
</define>
<define name="CT_PosV">
<choice>
@@ -6929,49 +6929,49 @@
</attribute>
</define>
<define name="CT_Anchor">
- <element name="simplePos">
- <ref name="CT_Point2D"/>
- </element>
- <element name="positionH">
- <ref name="CT_PosH"/>
- </element>
- <element name="positionV">
- <ref name="CT_PosV"/>
- </element>
- <element name="extent">
- <ref name="CT_PositiveSize2D"/>
- </element>
- <element name="effectExtent">
- <ref name="CT_EffectExtent"/>
- </element>
- <ref name="EG_WrapType"/>
- <element name="docPr">
- <ref name="CT_NonVisualDrawingProps"/>
- </element>
- <element name="cNvGraphicFramePr">
- <ref name="CT_NonVisualGraphicFrameProperties"/>
- </element>
- <element name="a:graphic">
- <ref name="BUILT_IN_ANY_TYPE"/>
- </element>
- <element name="wp14:sizeRelH">
- <ref name="BUILT_IN_ANY_TYPE"/>
- </element>
- <element name="wp14:sizeRelV">
- <ref name="BUILT_IN_ANY_TYPE"/>
- </element>
- <attribute name="distT">
- <ref name="ST_WrapDistance"/>
- </attribute>
- <attribute name="distB">
- <ref name="ST_WrapDistance"/>
- </attribute>
- <attribute name="distL">
- <ref name="ST_WrapDistance"/>
- </attribute>
- <attribute name="distR">
- <ref name="ST_WrapDistance"/>
- </attribute>
+ <element name="simplePos">
+ <ref name="CT_Point2D"/>
+ </element>
+ <element name="positionH">
+ <ref name="CT_PosH"/>
+ </element>
+ <element name="positionV">
+ <ref name="CT_PosV"/>
+ </element>
+ <element name="extent">
+ <ref name="CT_PositiveSize2D"/>
+ </element>
+ <element name="effectExtent">
+ <ref name="CT_EffectExtent"/>
+ </element>
+ <ref name="EG_WrapType"/>
+ <element name="docPr">
+ <ref name="CT_NonVisualDrawingProps"/>
+ </element>
+ <element name="cNvGraphicFramePr">
+ <ref name="CT_NonVisualGraphicFrameProperties"/>
+ </element>
+ <element name="a:graphic">
+ <ref name="BUILT_IN_ANY_TYPE"/>
+ </element>
+ <element name="wp14:sizeRelH">
+ <ref name="BUILT_IN_ANY_TYPE"/>
+ </element>
+ <element name="wp14:sizeRelV">
+ <ref name="BUILT_IN_ANY_TYPE"/>
+ </element>
+ <attribute name="distT">
+ <ref name="ST_WrapDistance"/>
+ </attribute>
+ <attribute name="distB">
+ <ref name="ST_WrapDistance"/>
+ </attribute>
+ <attribute name="distL">
+ <ref name="ST_WrapDistance"/>
+ </attribute>
+ <attribute name="distR">
+ <ref name="ST_WrapDistance"/>
+ </attribute>
<attribute name="simplePos">
<data type="boolean"/>
</attribute>
@@ -6987,15 +6987,15 @@
<attribute name="layoutInCell">
<data type="boolean"/>
</attribute>
- <attribute name="hidden">
- <data type="boolean"/>
- </attribute>
+ <attribute name="hidden">
+ <data type="boolean"/>
+ </attribute>
<attribute name="allowOverlap">
<data type="boolean"/>
</attribute>
- <attribute name="wp14:anchorId">
- <ref name="ST_EditId"/>
- </attribute>
+ <attribute name="wp14:anchorId">
+ <ref name="ST_EditId"/>
+ </attribute>
</define>
<define name="inline">
<element name="inline">
@@ -7160,9 +7160,9 @@
</attribute>
</define>
<define name="CT_SchemaLibrary">
- <element name="schema">
- <ref name="CT_Schema"/>
- </element>
+ <element name="schema">
+ <ref name="CT_Schema"/>
+ </element>
</define>
<define name="schemaLibrary">
<element name="schemaLibrary">
@@ -7219,12 +7219,12 @@
</attribute>
</define>
<define name="ST_OnOff">
- <choice>
- <!-- On -->
- <value>on</value>
- <!-- Off -->
- <value>off</value>
- </choice>
+ <choice>
+ <!-- On -->
+ <value>on</value>
+ <!-- Off -->
+ <value>off</value>
+ </choice>
</define>
<define name="CT_OnOff">
<attribute name="val">
@@ -7240,14 +7240,14 @@
</attribute>
</define>
<define name="ST_XAlign">
- <choice>
- <!-- Left Justification -->
- <value>left</value>
- <!-- Center -->
- <value>center</value>
- <!-- Right -->
- <value>right</value>
- </choice>
+ <choice>
+ <!-- Left Justification -->
+ <value>left</value>
+ <!-- Center -->
+ <value>center</value>
+ <!-- Right -->
+ <value>right</value>
+ </choice>
</define>
<define name="CT_XAlign">
<attribute name="val">
@@ -7255,14 +7255,14 @@
</attribute>
</define>
<define name="ST_YAlign">
- <choice>
- <!-- Top -->
- <value>top</value>
- <!-- Center (Function) -->
- <value>center</value>
- <!-- Bottom Alignment -->
- <value>bot</value>
- </choice>
+ <choice>
+ <!-- Top -->
+ <value>top</value>
+ <!-- Center (Function) -->
+ <value>center</value>
+ <!-- Bottom Alignment -->
+ <value>bot</value>
+ </choice>
</define>
<define name="CT_YAlign">
<attribute name="val">
@@ -7270,12 +7270,12 @@
</attribute>
</define>
<define name="ST_Shp">
- <choice>
- <!-- Centered (Delimiters) -->
- <value>centered</value>
- <!-- Match -->
- <value>match</value>
- </choice>
+ <choice>
+ <!-- Centered (Delimiters) -->
+ <value>centered</value>
+ <!-- Match -->
+ <value>match</value>
+ </choice>
</define>
<define name="CT_Shp">
<attribute name="val">
@@ -7283,16 +7283,16 @@
</attribute>
</define>
<define name="ST_FType">
- <choice>
- <!-- Bar Fraction -->
- <value>bar</value>
- <!-- Skewed -->
- <value>skw</value>
- <!-- Linear Fraction -->
- <value>lin</value>
- <!-- No-Bar Fraction (Stack) -->
- <value>noBar</value>
- </choice>
+ <choice>
+ <!-- Bar Fraction -->
+ <value>bar</value>
+ <!-- Skewed -->
+ <value>skw</value>
+ <!-- Linear Fraction -->
+ <value>lin</value>
+ <!-- No-Bar Fraction (Stack) -->
+ <value>noBar</value>
+ </choice>
</define>
<define name="CT_FType">
<attribute name="val">
@@ -7300,12 +7300,12 @@
</attribute>
</define>
<define name="ST_LimLoc">
- <choice>
- <!-- Under-Over location -->
- <value>undOvr</value>
- <!-- Subscript-Superscript location -->
- <value>subSup</value>
- </choice>
+ <choice>
+ <!-- Under-Over location -->
+ <value>undOvr</value>
+ <!-- Subscript-Superscript location -->
+ <value>subSup</value>
+ </choice>
</define>
<define name="CT_LimLoc">
<attribute name="val">
@@ -7313,12 +7313,12 @@
</attribute>
</define>
<define name="ST_TopBot">
- <choice>
- <!-- Top -->
- <value>top</value>
- <!-- Bottom Alignment -->
- <value>bot</value>
- </choice>
+ <choice>
+ <!-- Top -->
+ <value>top</value>
+ <!-- Bottom Alignment -->
+ <value>bot</value>
+ </choice>
</define>
<define name="CT_TopBot">
<attribute name="val">
@@ -7326,20 +7326,20 @@
</attribute>
</define>
<define name="ST_Script">
- <choice>
- <!-- Roman -->
- <value>roman</value>
- <!-- Script -->
- <value>script</value>
- <!-- Fraktur -->
- <value>fraktur</value>
- <!-- double-struck -->
- <value>double-struck</value>
- <!-- Sans-Serif -->
- <value>sans-serif</value>
- <!-- Monospace -->
- <value>monospace</value>
- </choice>
+ <choice>
+ <!-- Roman -->
+ <value>roman</value>
+ <!-- Script -->
+ <value>script</value>
+ <!-- Fraktur -->
+ <value>fraktur</value>
+ <!-- double-struck -->
+ <value>double-struck</value>
+ <!-- Sans-Serif -->
+ <value>sans-serif</value>
+ <!-- Monospace -->
+ <value>monospace</value>
+ </choice>
</define>
<define name="CT_Script">
<attribute name="val">
@@ -7347,16 +7347,16 @@
</attribute>
</define>
<define name="ST_Style">
- <choice>
- <!-- Plain -->
- <value>p</value>
- <!-- Bold -->
- <value>b</value>
- <!-- Italic -->
- <value>i</value>
- <!-- Bold-Italic -->
- <value>bi</value>
- </choice>
+ <choice>
+ <!-- Plain -->
+ <value>p</value>
+ <!-- Bold -->
+ <value>b</value>
+ <!-- Italic -->
+ <value>i</value>
+ <!-- Bold-Italic -->
+ <value>bi</value>
+ </choice>
</define>
<define name="CT_Style">
<attribute name="val">
@@ -7369,216 +7369,216 @@
</attribute>
</define>
<define name="EG_ScriptStyle">
- <element name="scr">
- <ref name="CT_Script"/>
- </element>
- <element name="sty">
- <ref name="CT_Style"/>
- </element>
+ <element name="scr">
+ <ref name="CT_Script"/>
+ </element>
+ <element name="sty">
+ <ref name="CT_Style"/>
+ </element>
</define>
<define name="CT_RPR">
- <element name="lit">
+ <element name="lit">
+ <ref name="CT_OnOff"/>
+ </element>
+ <choice>
+ <element name="nor">
<ref name="CT_OnOff"/>
</element>
- <choice>
- <element name="nor">
- <ref name="CT_OnOff"/>
- </element>
<ref name="EG_ScriptStyle"/>
</choice>
- <element name="brk">
- <ref name="CT_ManualBreak"/>
- </element>
- <element name="aln">
- <ref name="CT_OnOff"/>
- </element>
+ <element name="brk">
+ <ref name="CT_ManualBreak"/>
+ </element>
+ <element name="aln">
+ <ref name="CT_OnOff"/>
+ </element>
</define>
<define name="CT_Text">
<ref name="ST_String"/>
- <attribute name="xml:space">
- <text/>
- </attribute>
+ <attribute name="xml:space">
+ <text/>
+ </attribute>
</define>
<define name="CT_R">
- <element name="rPr">
- <ref name="CT_RPR"/>
+ <element name="rPr">
+ <ref name="CT_RPR"/>
+ </element>
+ <ref name="EG_RPr"/>
+ <choice>
+ <ref name="EG_RunInnerContent"/>
+ <element name="t">
+ <ref name="CT_Text"/>
</element>
- <ref name="EG_RPr"/>
- <choice>
- <ref name="EG_RunInnerContent"/>
- <element name="t">
- <ref name="CT_Text"/>
- </element>
- </choice>
+ </choice>
</define>
<define name="CT_CtrlPr">
- <ref name="EG_RPrMath"/>
+ <ref name="EG_RPrMath"/>
</define>
<define name="CT_AccPr">
- <element name="chr">
- <ref name="CT_Char"/>
- </element>
- <element name="ctrlPr">
- <ref name="CT_CtrlPr"/>
- </element>
+ <element name="chr">
+ <ref name="CT_Char"/>
+ </element>
+ <element name="ctrlPr">
+ <ref name="CT_CtrlPr"/>
+ </element>
</define>
<define name="CT_Acc">
- <element name="accPr">
- <ref name="CT_AccPr"/>
- </element>
+ <element name="accPr">
+ <ref name="CT_AccPr"/>
+ </element>
<element name="e">
<ref name="CT_OMathArg"/>
</element>
</define>
<define name="CT_BarPr">
- <element name="pos">
- <ref name="CT_TopBot"/>
- </element>
- <element name="ctrlPr">
- <ref name="CT_CtrlPr"/>
- </element>
+ <element name="pos">
+ <ref name="CT_TopBot"/>
+ </element>
+ <element name="ctrlPr">
+ <ref name="CT_CtrlPr"/>
+ </element>
</define>
<define name="CT_Bar">
- <element name="barPr">
- <ref name="CT_BarPr"/>
- </element>
+ <element name="barPr">
+ <ref name="CT_BarPr"/>
+ </element>
<element name="e">
<ref name="CT_OMathArg"/>
</element>
</define>
<define name="CT_BoxPr">
- <element name="opEmu">
- <ref name="CT_OnOff"/>
- </element>
- <element name="noBreak">
- <ref name="CT_OnOff"/>
- </element>
- <element name="diff">
- <ref name="CT_OnOff"/>
- </element>
- <element name="brk">
- <ref name="CT_ManualBreak"/>
- </element>
- <element name="aln">
- <ref name="CT_OnOff"/>
- </element>
- <element name="ctrlPr">
- <ref name="CT_CtrlPr"/>
- </element>
+ <element name="opEmu">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="noBreak">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="diff">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="brk">
+ <ref name="CT_ManualBreak"/>
+ </element>
+ <element name="aln">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="ctrlPr">
+ <ref name="CT_CtrlPr"/>
+ </element>
</define>
<define name="CT_Box">
- <element name="boxPr">
- <ref name="CT_BoxPr"/>
- </element>
+ <element name="boxPr">
+ <ref name="CT_BoxPr"/>
+ </element>
<element name="e">
<ref name="CT_OMathArg"/>
</element>
</define>
<define name="CT_BorderBoxPr">
- <element name="hideTop">
- <ref name="CT_OnOff"/>
- </element>
- <element name="hideBot">
- <ref name="CT_OnOff"/>
- </element>
- <element name="hideLeft">
- <ref name="CT_OnOff"/>
- </element>
- <element name="hideRight">
- <ref name="CT_OnOff"/>
- </element>
- <element name="strikeH">
- <ref name="CT_OnOff"/>
- </element>
- <element name="strikeV">
- <ref name="CT_OnOff"/>
- </element>
- <element name="strikeBLTR">
- <ref name="CT_OnOff"/>
- </element>
- <element name="strikeTLBR">
- <ref name="CT_OnOff"/>
- </element>
- <element name="ctrlPr">
- <ref name="CT_CtrlPr"/>
- </element>
+ <element name="hideTop">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="hideBot">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="hideLeft">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="hideRight">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="strikeH">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="strikeV">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="strikeBLTR">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="strikeTLBR">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="ctrlPr">
+ <ref name="CT_CtrlPr"/>
+ </element>
</define>
<define name="CT_BorderBox">
- <element name="borderBoxPr">
- <ref name="CT_BorderBoxPr"/>
- </element>
+ <element name="borderBoxPr">
+ <ref name="CT_BorderBoxPr"/>
+ </element>
<element name="e">
<ref name="CT_OMathArg"/>
</element>
</define>
<define name="CT_DPr">
- <element name="begChr">
- <ref name="CT_Char"/>
- </element>
- <element name="sepChr">
- <ref name="CT_Char"/>
- </element>
- <element name="endChr">
- <ref name="CT_Char"/>
- </element>
- <element name="grow">
- <ref name="CT_OnOff"/>
- </element>
- <element name="shp">
- <ref name="CT_Shp"/>
- </element>
- <element name="ctrlPr">
- <ref name="CT_CtrlPr"/>
- </element>
+ <element name="begChr">
+ <ref name="CT_Char"/>
+ </element>
+ <element name="sepChr">
+ <ref name="CT_Char"/>
+ </element>
+ <element name="endChr">
+ <ref name="CT_Char"/>
+ </element>
+ <element name="grow">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="shp">
+ <ref name="CT_Shp"/>
+ </element>
+ <element name="ctrlPr">
+ <ref name="CT_CtrlPr"/>
+ </element>
</define>
<define name="CT_D">
- <element name="dPr">
- <ref name="CT_DPr"/>
- </element>
- <element name="e">
- <ref name="CT_OMathArg"/>
- </element>
+ <element name="dPr">
+ <ref name="CT_DPr"/>
+ </element>
+ <element name="e">
+ <ref name="CT_OMathArg"/>
+ </element>
</define>
<define name="CT_EqArrPr">
- <element name="baseJc">
- <ref name="CT_YAlign"/>
- </element>
- <element name="maxDist">
- <ref name="CT_OnOff"/>
- </element>
- <element name="objDist">
- <ref name="CT_OnOff"/>
- </element>
- <element name="rSpRule">
- <ref name="CT_SpacingRule"/>
- </element>
- <element name="rSp">
- <ref name="CT_UnSignedInteger"/>
- </element>
- <element name="ctrlPr">
- <ref name="CT_CtrlPr"/>
- </element>
+ <element name="baseJc">
+ <ref name="CT_YAlign"/>
+ </element>
+ <element name="maxDist">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="objDist">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="rSpRule">
+ <ref name="CT_SpacingRule"/>
+ </element>
+ <element name="rSp">
+ <ref name="CT_UnSignedInteger"/>
+ </element>
+ <element name="ctrlPr">
+ <ref name="CT_CtrlPr"/>
+ </element>
</define>
<define name="CT_EqArr">
- <element name="eqArrPr">
- <ref name="CT_EqArrPr"/>
- </element>
- <element name="e">
- <ref name="CT_OMathArg"/>
- </element>
+ <element name="eqArrPr">
+ <ref name="CT_EqArrPr"/>
+ </element>
+ <element name="e">
+ <ref name="CT_OMathArg"/>
+ </element>
</define>
<define name="CT_FPr">
- <element name="type">
- <ref name="CT_FType"/>
- </element>
- <element name="ctrlPr">
- <ref name="CT_CtrlPr"/>
- </element>
+ <element name="type">
+ <ref name="CT_FType"/>
+ </element>
+ <element name="ctrlPr">
+ <ref name="CT_CtrlPr"/>
+ </element>
</define>
<define name="CT_F">
- <element name="fPr">
- <ref name="CT_FPr"/>
- </element>
+ <element name="fPr">
+ <ref name="CT_FPr"/>
+ </element>
<element name="num">
<ref name="CT_OMathArg"/>
</element>
@@ -7587,14 +7587,14 @@
</element>
</define>
<define name="CT_FuncPr">
- <element name="ctrlPr">
- <ref name="CT_CtrlPr"/>
- </element>
+ <element name="ctrlPr">
+ <ref name="CT_CtrlPr"/>
+ </element>
</define>
<define name="CT_Func">
- <element name="funcPr">
- <ref name="CT_FuncPr"/>
- </element>
+ <element name="funcPr">
+ <ref name="CT_FuncPr"/>
+ </element>
<element name="fName">
<ref name="CT_OMathArg"/>
</element>
@@ -7603,36 +7603,36 @@
</element>
</define>
<define name="CT_GroupChrPr">
- <element name="chr">
- <ref name="CT_Char"/>
- </element>
- <element name="pos">
- <ref name="CT_TopBot"/>
- </element>
- <element name="vertJc">
- <ref name="CT_TopBot"/>
- </element>
- <element name="ctrlPr">
- <ref name="CT_CtrlPr"/>
- </element>
+ <element name="chr">
+ <ref name="CT_Char"/>
+ </element>
+ <element name="pos">
+ <ref name="CT_TopBot"/>
+ </element>
+ <element name="vertJc">
+ <ref name="CT_TopBot"/>
+ </element>
+ <element name="ctrlPr">
+ <ref name="CT_CtrlPr"/>
+ </element>
</define>
<define name="CT_GroupChr">
- <element name="groupChrPr">
- <ref name="CT_GroupChrPr"/>
- </element>
+ <element name="groupChrPr">
+ <ref name="CT_GroupChrPr"/>
+ </element>
<element name="e">
<ref name="CT_OMathArg"/>
</element>
</define>
<define name="CT_LimLowPr">
- <element name="ctrlPr">
- <ref name="CT_CtrlPr"/>
- </element>
+ <element name="ctrlPr">
+ <ref name="CT_CtrlPr"/>
+ </element>
</define>
<define name="CT_LimLow">
- <element name="limLowPr">
- <ref name="CT_LimLowPr"/>
- </element>
+ <element name="limLowPr">
+ <ref name="CT_LimLowPr"/>
+ </element>
<element name="e">
<ref name="CT_OMathArg"/>
</element>
@@ -7641,14 +7641,14 @@
</element>
</define>
<define name="CT_LimUppPr">
- <element name="ctrlPr">
- <ref name="CT_CtrlPr"/>
- </element>
+ <element name="ctrlPr">
+ <ref name="CT_CtrlPr"/>
+ </element>
</define>
<define name="CT_LimUpp">
- <element name="limUppPr">
- <ref name="CT_LimUppPr"/>
- </element>
+ <element name="limUppPr">
+ <ref name="CT_LimUppPr"/>
+ </element>
<element name="e">
<ref name="CT_OMathArg"/>
</element>
@@ -7657,89 +7657,89 @@
</element>
</define>
<define name="CT_MCPr">
- <element name="count">
- <ref name="CT_Integer255"/>
- </element>
- <element name="mcJc">
- <ref name="CT_XAlign"/>
- </element>
+ <element name="count">
+ <ref name="CT_Integer255"/>
+ </element>
+ <element name="mcJc">
+ <ref name="CT_XAlign"/>
+ </element>
</define>
<define name="CT_MC">
- <element name="mcPr">
- <ref name="CT_MCPr"/>
- </element>
+ <element name="mcPr">
+ <ref name="CT_MCPr"/>
+ </element>
</define>
<define name="CT_MCS">
- <element name="mc">
- <ref name="CT_MC"/>
- </element>
+ <element name="mc">
+ <ref name="CT_MC"/>
+ </element>
</define>
<define name="CT_MPr">
- <element name="baseJc">
- <ref name="CT_YAlign"/>
- </element>
- <element name="plcHide">
- <ref name="CT_OnOff"/>
- </element>
- <element name="rSpRule">
- <ref name="CT_SpacingRule"/>
- </element>
- <element name="cGpRule">
- <ref name="CT_SpacingRule"/>
- </element>
- <element name="rSp">
- <ref name="CT_UnSignedInteger"/>
- </element>
- <element name="cSp">
- <ref name="CT_UnSignedInteger"/>
- </element>
- <element name="cGp">
- <ref name="CT_UnSignedInteger"/>
- </element>
- <element name="mcs">
- <ref name="CT_MCS"/>
- </element>
- <element name="ctrlPr">
- <ref name="CT_CtrlPr"/>
- </element>
+ <element name="baseJc">
+ <ref name="CT_YAlign"/>
+ </element>
+ <element name="plcHide">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="rSpRule">
+ <ref name="CT_SpacingRule"/>
+ </element>
+ <element name="cGpRule">
+ <ref name="CT_SpacingRule"/>
+ </element>
+ <element name="rSp">
+ <ref name="CT_UnSignedInteger"/>
+ </element>
+ <element name="cSp">
+ <ref name="CT_UnSignedInteger"/>
+ </element>
+ <element name="cGp">
+ <ref name="CT_UnSignedInteger"/>
+ </element>
+ <element name="mcs">
+ <ref name="CT_MCS"/>
+ </element>
+ <element name="ctrlPr">
+ <ref name="CT_CtrlPr"/>
+ </element>
</define>
<define name="CT_MR">
- <element name="e">
- <ref name="CT_OMathArg"/>
- </element>
+ <element name="e">
+ <ref name="CT_OMathArg"/>
+ </element>
</define>
<define name="CT_M">
- <element name="mPr">
- <ref name="CT_MPr"/>
- </element>
- <element name="mr">
- <ref name="CT_MR"/>
- </element>
+ <element name="mPr">
+ <ref name="CT_MPr"/>
+ </element>
+ <element name="mr">
+ <ref name="CT_MR"/>
+ </element>
</define>
<define name="CT_NaryPr">
- <element name="chr">
- <ref name="CT_Char"/>
- </element>
- <element name="limLoc">
- <ref name="CT_LimLoc"/>
- </element>
- <element name="grow">
- <ref name="CT_OnOff"/>
- </element>
- <element name="subHide">
- <ref name="CT_OnOff"/>
- </element>
- <element name="supHide">
- <ref name="CT_OnOff"/>
- </element>
- <element name="ctrlPr">
- <ref name="CT_CtrlPr"/>
- </element>
+ <element name="chr">
+ <ref name="CT_Char"/>
+ </element>
+ <element name="limLoc">
+ <ref name="CT_LimLoc"/>
+ </element>
+ <element name="grow">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="subHide">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="supHide">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="ctrlPr">
+ <ref name="CT_CtrlPr"/>
+ </element>
</define>
<define name="CT_Nary">
- <element name="naryPr">
- <ref name="CT_NaryPr"/>
- </element>
+ <element name="naryPr">
+ <ref name="CT_NaryPr"/>
+ </element>
<element name="sub">
<ref name="CT_OMathArg"/>
</element>
@@ -7751,45 +7751,45 @@
</element>
</define>
<define name="CT_PhantPr">
- <element name="show">
- <ref name="CT_OnOff"/>
- </element>
- <element name="zeroWid">
- <ref name="CT_OnOff"/>
- </element>
- <element name="zeroAsc">
- <ref name="CT_OnOff"/>
- </element>
- <element name="zeroDesc">
- <ref name="CT_OnOff"/>
- </element>
- <element name="transp">
- <ref name="CT_OnOff"/>
- </element>
- <element name="ctrlPr">
- <ref name="CT_CtrlPr"/>
- </element>
+ <element name="show">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="zeroWid">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="zeroAsc">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="zeroDesc">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="transp">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="ctrlPr">
+ <ref name="CT_CtrlPr"/>
+ </element>
</define>
<define name="CT_Phant">
- <element name="phantPr">
- <ref name="CT_PhantPr"/>
- </element>
+ <element name="phantPr">
+ <ref name="CT_PhantPr"/>
+ </element>
<element name="e">
<ref name="CT_OMathArg"/>
</element>
</define>
<define name="CT_RadPr">
- <element name="degHide">
- <ref name="CT_OnOff"/>
- </element>
- <element name="ctrlPr">
- <ref name="CT_CtrlPr"/>
- </element>
+ <element name="degHide">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="ctrlPr">
+ <ref name="CT_CtrlPr"/>
+ </element>
</define>
<define name="CT_Rad">
- <element name="radPr">
- <ref name="CT_RadPr"/>
- </element>
+ <element name="radPr">
+ <ref name="CT_RadPr"/>
+ </element>
<element name="deg">
<ref name="CT_OMathArg"/>
</element>
@@ -7798,14 +7798,14 @@
</element>
</define>
<define name="CT_SPrePr">
- <element name="ctrlPr">
- <ref name="CT_CtrlPr"/>
- </element>
+ <element name="ctrlPr">
+ <ref name="CT_CtrlPr"/>
+ </element>
</define>
<define name="CT_SPre">
- <element name="sPrePr">
- <ref name="CT_SPrePr"/>
- </element>
+ <element name="sPrePr">
+ <ref name="CT_SPrePr"/>
+ </element>
<element name="sub">
<ref name="CT_OMathArg"/>
</element>
@@ -7817,14 +7817,14 @@
</element>
</define>
<define name="CT_SSubPr">
- <element name="ctrlPr">
- <ref name="CT_CtrlPr"/>
- </element>
+ <element name="ctrlPr">
+ <ref name="CT_CtrlPr"/>
+ </element>
</define>
<define name="CT_SSub">
- <element name="sSubPr">
- <ref name="CT_SSubPr"/>
- </element>
+ <element name="sSubPr">
+ <ref name="CT_SSubPr"/>
+ </element>
<element name="e">
<ref name="CT_OMathArg"/>
</element>
@@ -7833,17 +7833,17 @@
</element>
</define>
<define name="CT_SSubSupPr">
- <element name="alnScr">
- <ref name="CT_OnOff"/>
- </element>
- <element name="ctrlPr">
- <ref name="CT_CtrlPr"/>
- </element>
+ <element name="alnScr">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="ctrlPr">
+ <ref name="CT_CtrlPr"/>
+ </element>
</define>
<define name="CT_SSubSup">
- <element name="sSubSupPr">
- <ref name="CT_SSubSupPr"/>
- </element>
+ <element name="sSubSupPr">
+ <ref name="CT_SSubSupPr"/>
+ </element>
<element name="e">
<ref name="CT_OMathArg"/>
</element>
@@ -7855,14 +7855,14 @@
</element>
</define>
<define name="CT_SSupPr">
- <element name="ctrlPr">
- <ref name="CT_CtrlPr"/>
- </element>
+ <element name="ctrlPr">
+ <ref name="CT_CtrlPr"/>
+ </element>
</define>
<define name="CT_SSup">
- <element name="sSupPr">
- <ref name="CT_SSupPr"/>
- </element>
+ <element name="sSupPr">
+ <ref name="CT_SSupPr"/>
+ </element>
<element name="e">
<ref name="CT_OMathArg"/>
</element>
@@ -7941,34 +7941,34 @@
</choice>
</define>
<define name="CT_OMathArgPr">
- <element name="argSz">
- <ref name="CT_Integer2"/>
- </element>
+ <element name="argSz">
+ <ref name="CT_Integer2"/>
+ </element>
</define>
<define name="CT_OMathArg">
- <element name="argPr">
- <ref name="CT_OMathArgPr"/>
- </element>
- <ref name="EG_OMathElements"/>
- <element name="ctrlPr">
- <ref name="CT_CtrlPr"/>
- </element>
+ <element name="argPr">
+ <ref name="CT_OMathArgPr"/>
+ </element>
+ <ref name="EG_OMathElements"/>
+ <element name="ctrlPr">
+ <ref name="CT_CtrlPr"/>
+ </element>
</define>
<define name="ST_Jc">
- <choice>
- <!-- Align To Leading Edge -->
- <value>start</value>
- <!-- Align To Trailing Edge -->
- <value>end</value>
- <!-- Left Justification (ecma) -->
- <value>left</value>
- <!-- Right (ecma) -->
- <value>right</value>
- <!-- Center (Equation) -->
- <value>center</value>
- <!-- Centered as Group (Equations) -->
- <value>centerGroup</value>
- </choice>
+ <choice>
+ <!-- Align To Leading Edge -->
+ <value>start</value>
+ <!-- Align To Trailing Edge -->
+ <value>end</value>
+ <!-- Left Justification (ecma) -->
+ <value>left</value>
+ <!-- Right (ecma) -->
+ <value>right</value>
+ <!-- Center (Equation) -->
+ <value>center</value>
+ <!-- Centered as Group (Equations) -->
+ <value>centerGroup</value>
+ </choice>
</define>
<define name="CT_OMathJc">
<attribute name="val">
@@ -7976,9 +7976,9 @@
</attribute>
</define>
<define name="CT_OMathParaPr">
- <element name="jc">
- <ref name="CT_OMathJc"/>
- </element>
+ <element name="jc">
+ <ref name="CT_OMathJc"/>
+ </element>
</define>
<define name="ST_TwipsMeasure">
<data type="unsignedInt"/>
@@ -7989,14 +7989,14 @@
</attribute>
</define>
<define name="ST_BreakBin">
- <choice>
- <!-- Before -->
- <value>before</value>
- <!-- After -->
- <value>after</value>
- <!-- Repeat -->
- <value>repeat</value>
- </choice>
+ <choice>
+ <!-- Before -->
+ <value>before</value>
+ <!-- After -->
+ <value>after</value>
+ <!-- Repeat -->
+ <value>repeat</value>
+ </choice>
</define>
<define name="CT_BreakBin">
<attribute name="val">
@@ -8004,14 +8004,14 @@
</attribute>
</define>
<define name="ST_BreakBinSub">
- <choice>
- <!-- Minus Minus -->
- <value>--</value>
- <!-- Minus Plus -->
- <value>-+</value>
- <!-- Plus Minus -->
- <value>+-</value>
- </choice>
+ <choice>
+ <!-- Minus Minus -->
+ <value>--</value>
+ <!-- Minus Plus -->
+ <value>-+</value>
+ <!-- Plus Minus -->
+ <value>+-</value>
+ </choice>
</define>
<define name="CT_BreakBinSub">
<attribute name="val">
@@ -8019,56 +8019,56 @@
</attribute>
</define>
<define name="CT_MathPr">
- <element name="mathFont">
- <ref name="CT_String"/>
- </element>
- <element name="brkBin">
- <ref name="CT_BreakBin"/>
- </element>
- <element name="brkBinSub">
- <ref name="CT_BreakBinSub"/>
- </element>
- <element name="smallFrac">
- <ref name="CT_OnOff"/>
- </element>
- <element name="dispDef">
- <ref name="CT_OnOff"/>
- </element>
- <element name="lMargin">
- <ref name="CT_TwipsMeasure"/>
- </element>
- <element name="rMargin">
- <ref name="CT_TwipsMeasure"/>
- </element>
- <element name="defJc">
- <ref name="CT_OMathJc"/>
- </element>
- <element name="preSp">
- <ref name="CT_TwipsMeasure"/>
- </element>
- <element name="postSp">
- <ref name="CT_TwipsMeasure"/>
- </element>
- <element name="interSp">
- <ref name="CT_TwipsMeasure"/>
- </element>
- <element name="intraSp">
+ <element name="mathFont">
+ <ref name="CT_String"/>
+ </element>
+ <element name="brkBin">
+ <ref name="CT_BreakBin"/>
+ </element>
+ <element name="brkBinSub">
+ <ref name="CT_BreakBinSub"/>
+ </element>
+ <element name="smallFrac">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="dispDef">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="lMargin">
+ <ref name="CT_TwipsMeasure"/>
+ </element>
+ <element name="rMargin">
+ <ref name="CT_TwipsMeasure"/>
+ </element>
+ <element name="defJc">
+ <ref name="CT_OMathJc"/>
+ </element>
+ <element name="preSp">
+ <ref name="CT_TwipsMeasure"/>
+ </element>
+ <element name="postSp">
+ <ref name="CT_TwipsMeasure"/>
+ </element>
+ <element name="interSp">
+ <ref name="CT_TwipsMeasure"/>
+ </element>
+ <element name="intraSp">
+ <ref name="CT_TwipsMeasure"/>
+ </element>
+ <choice>
+ <element name="wrapIndent">
<ref name="CT_TwipsMeasure"/>
</element>
- <choice>
- <element name="wrapIndent">
- <ref name="CT_TwipsMeasure"/>
- </element>
- <element name="wrapRight">
- <ref name="CT_OnOff"/>
- </element>
- </choice>
- <element name="intLim">
- <ref name="CT_LimLoc"/>
- </element>
- <element name="naryLim">
- <ref name="CT_LimLoc"/>
+ <element name="wrapRight">
+ <ref name="CT_OnOff"/>
</element>
+ </choice>
+ <element name="intLim">
+ <ref name="CT_LimLoc"/>
+ </element>
+ <element name="naryLim">
+ <ref name="CT_LimLoc"/>
+ </element>
</define>
<define name="mathPr">
<element name="mathPr">
@@ -8076,15 +8076,15 @@
</element>
</define>
<define name="CT_OMathPara">
- <element name="oMathParaPr">
- <ref name="CT_OMathParaPr"/>
- </element>
- <element name="oMath">
- <ref name="CT_OMath"/>
- </element>
+ <element name="oMathParaPr">
+ <ref name="CT_OMathParaPr"/>
+ </element>
+ <element name="oMath">
+ <ref name="CT_OMath"/>
+ </element>
</define>
<define name="CT_OMath">
- <ref name="EG_OMathElements"/>
+ <ref name="EG_OMathElements"/>
</define>
<define name="oMathPara">
<element name="oMathPara">
@@ -8342,10 +8342,10 @@
<attribute name="r:id">
<text/>
</attribute>
- </define>
+ </define>
<define name="chart">
<element xmlns:c="http://schemas.openxmlformats.org/drawingml/2006/chart" name="c:chart">
- <ref name="CT_Chart"/>
+ <ref name="CT_Chart"/>
</element>
</define>
<define name="CT_WordprocessingShape">
@@ -8407,7 +8407,7 @@
<attribute name="r:id" tokenid="ooxml:CT_RelId_chart"/>
</resource>
<resource name="chart" resource="Shape">
- <element xmlns:c="http://schemas.openxmlformats.org/drawingml/2006/chart" name="c:chart" tokenid="ooxml:c_chart"/>
+ <element xmlns:c="http://schemas.openxmlformats.org/drawingml/2006/chart" name="c:chart" tokenid="ooxml:c_chart"/>
</resource>
<resource xmlns:wps="http://schemas.microsoft.com/office/word/2010/wordprocessingShape" name="CT_WordprocessingShape" resource="Shape">
<element name="wps:cNvSpPr" tokenid="ooxml:CT_WordprocessingShape_cNvSpPr"/>
@@ -8454,42 +8454,42 @@
<include href="vml-wordprocessingDrawing.rng"/>
<!-- start = shape | shapetype | group | background | fill | formulas | handles | imagedata | path | textbox | shadow | stroke | textpath | arc | curve | image | line | oval | polyline | rect | roundrect -->
<define name="AG_Id">
- <attribute name="id">
- <data type="string"/>
- </attribute>
+ <attribute name="id">
+ <data type="string"/>
+ </attribute>
</define>
<define name="AG_Style">
- <attribute name="style">
- <data type="string"/>
- </attribute>
+ <attribute name="style">
+ <data type="string"/>
+ </attribute>
</define>
<define name="AG_Type">
- <attribute name="type">
- <data type="string"/>
- </attribute>
+ <attribute name="type">
+ <data type="string"/>
+ </attribute>
</define>
<define name="AG_Adj">
- <attribute name="adj">
- <data type="string"/>
- </attribute>
+ <attribute name="adj">
+ <data type="string"/>
+ </attribute>
</define>
<define name="AG_Path">
- <attribute name="path">
- <data type="string"/>
- </attribute>
+ <attribute name="path">
+ <data type="string"/>
+ </attribute>
</define>
<define name="AG_Fill">
- <attribute name="filled">
- <text/>
- </attribute>
- <attribute name="fillcolor">
- <text/>
- </attribute>
+ <attribute name="filled">
+ <text/>
+ </attribute>
+ <attribute name="fillcolor">
+ <text/>
+ </attribute>
</define>
<define name="AG_Chromakey">
- <attribute name="chromakey">
- <text/>
- </attribute>
+ <attribute name="chromakey">
+ <text/>
+ </attribute>
</define>
<define name="AG_Ext">
<attribute name="ext">
@@ -8499,52 +8499,52 @@
<define name="AG_CoreAttributes">
<ref name="AG_Id"/>
<ref name="AG_Style"/>
- <attribute name="href">
- <data type="string"/>
- </attribute>
- <attribute name="target">
- <data type="string"/>
- </attribute>
- <attribute name="class">
- <data type="string"/>
- </attribute>
- <attribute name="title">
- <data type="string"/>
- </attribute>
- <attribute name="alt">
- <data type="string"/>
- </attribute>
- <attribute name="coordsize">
- <data type="string"/>
- </attribute>
- <attribute name="coordorigin">
- <data type="string"/>
- </attribute>
- <attribute name="wrapcoords">
- <data type="string"/>
- </attribute>
- <attribute name="print">
- <text/>
- </attribute>
+ <attribute name="href">
+ <data type="string"/>
+ </attribute>
+ <attribute name="target">
+ <data type="string"/>
+ </attribute>
+ <attribute name="class">
+ <data type="string"/>
+ </attribute>
+ <attribute name="title">
+ <data type="string"/>
+ </attribute>
+ <attribute name="alt">
+ <data type="string"/>
+ </attribute>
+ <attribute name="coordsize">
+ <data type="string"/>
+ </attribute>
+ <attribute name="coordorigin">
+ <data type="string"/>
+ </attribute>
+ <attribute name="wrapcoords">
+ <data type="string"/>
+ </attribute>
+ <attribute name="print">
+ <text/>
+ </attribute>
</define>
<define name="AG_ShapeAttributes">
<ref name="AG_Chromakey"/>
<ref name="AG_Fill"/>
- <attribute name="opacity">
- <data type="string"/>
- </attribute>
- <attribute name="stroked">
- <text/>
- </attribute>
- <attribute name="strokecolor">
- <text/>
- </attribute>
- <attribute name="strokeweight">
- <data type="string"/>
- </attribute>
- <attribute name="insetpen">
- <text/>
- </attribute>
+ <attribute name="opacity">
+ <data type="string"/>
+ </attribute>
+ <attribute name="stroked">
+ <text/>
+ </attribute>
+ <attribute name="strokecolor">
+ <text/>
+ </attribute>
+ <attribute name="strokeweight">
+ <data type="string"/>
+ </attribute>
+ <attribute name="insetpen">
+ <text/>
+ </attribute>
</define>
<define name="AG_OfficeCoreAttributes">
<attribute name="o:spid"/>
@@ -8593,109 +8593,109 @@
<ref name="AG_OfficeShapeAttributes"/>
</define>
<define name="AG_ImageAttributes">
- <attribute name="src">
- <data type="string"/>
- </attribute>
- <attribute name="cropleft">
- <data type="string"/>
- </attribute>
- <attribute name="croptop">
- <data type="string"/>
- </attribute>
- <attribute name="cropright">
- <data type="string"/>
- </attribute>
- <attribute name="cropbottom">
- <data type="string"/>
- </attribute>
- <attribute name="gain">
- <data type="string"/>
- </attribute>
- <attribute name="blacklevel">
- <data type="string"/>
- </attribute>
- <attribute name="gamma">
- <data type="string"/>
- </attribute>
- <attribute name="grayscale">
- <text/>
- </attribute>
- <attribute name="bilevel">
- <text/>
- </attribute>
+ <attribute name="src">
+ <data type="string"/>
+ </attribute>
+ <attribute name="cropleft">
+ <data type="string"/>
+ </attribute>
+ <attribute name="croptop">
+ <data type="string"/>
+ </attribute>
+ <attribute name="cropright">
+ <data type="string"/>
+ </attribute>
+ <attribute name="cropbottom">
+ <data type="string"/>
+ </attribute>
+ <attribute name="gain">
+ <data type="string"/>
+ </attribute>
+ <attribute name="blacklevel">
+ <data type="string"/>
+ </attribute>
+ <attribute name="gamma">
+ <data type="string"/>
+ </attribute>
+ <attribute name="grayscale">
+ <text/>
+ </attribute>
+ <attribute name="bilevel">
+ <text/>
+ </attribute>
</define>
<define name="AG_StrokeAttributes">
- <attribute name="on">
- <text/>
- </attribute>
- <attribute name="weight">
- <data type="string"/>
- </attribute>
- <attribute name="color">
- <text/>
- </attribute>
- <attribute name="opacity">
- <data type="string"/>
- </attribute>
- <attribute name="linestyle">
- <text/>
- </attribute>
- <attribute name="miterlimit">
- <data type="decimal"/>
- </attribute>
- <attribute name="joinstyle">
- <text/>
- </attribute>
- <attribute name="endcap">
- <text/>
- </attribute>
- <attribute name="dashstyle">
- <data type="string"/>
- </attribute>
- <attribute name="filltype">
- <text/>
- </attribute>
- <attribute name="src">
- <data type="string"/>
- </attribute>
- <attribute name="imageaspect">
- <text/>
- </attribute>
- <attribute name="imagesize">
- <data type="string"/>
- </attribute>
- <attribute name="imagealignshape">
- <text/>
- </attribute>
- <attribute name="color2">
- <text/>
- </attribute>
- <attribute name="startarrow">
- <text/>
- </attribute>
- <attribute name="startarrowwidth">
- <text/>
- </attribute>
- <attribute name="startarrowlength">
- <text/>
- </attribute>
- <attribute name="endarrow">
- <text/>
- </attribute>
- <attribute name="endarrowwidth">
- <text/>
- </attribute>
- <attribute name="endarrowlength">
- <text/>
- </attribute>
+ <attribute name="on">
+ <text/>
+ </attribute>
+ <attribute name="weight">
+ <data type="string"/>
+ </attribute>
+ <attribute name="color">
+ <text/>
+ </attribute>
+ <attribute name="opacity">
+ <data type="string"/>
+ </attribute>
+ <attribute name="linestyle">
+ <text/>
+ </attribute>
+ <attribute name="miterlimit">
+ <data type="decimal"/>
+ </attribute>
+ <attribute name="joinstyle">
+ <text/>
+ </attribute>
+ <attribute name="endcap">
+ <text/>
+ </attribute>
+ <attribute name="dashstyle">
+ <data type="string"/>
+ </attribute>
+ <attribute name="filltype">
+ <text/>
+ </attribute>
+ <attribute name="src">
+ <data type="string"/>
+ </attribute>
+ <attribute name="imageaspect">
+ <text/>
+ </attribute>
+ <attribute name="imagesize">
+ <data type="string"/>
+ </attribute>
+ <attribute name="imagealignshape">
+ <text/>
+ </attribute>
+ <attribute name="color2">
+ <text/>
+ </attribute>
+ <attribute name="startarrow">
+ <text/>
+ </attribute>
+ <attribute name="startarrowwidth">
+ <text/>
+ </attribute>
+ <attribute name="startarrowlength">
+ <text/>
+ </attribute>
+ <attribute name="endarrow">
+ <text/>
+ </attribute>
+ <attribute name="endarrowwidth">
+ <text/>
+ </attribute>
+ <attribute name="endarrowlength">
+ <text/>
+ </attribute>
<attribute name="o:href"/>
<attribute name="o:althref"/>
<attribute name="o:title"/>
<attribute name="o:forcedash"/>
- <attribute name="r:id"/>
- <attribute name="insetpen">
- <text/>
- </attribute>
+ <attribute name="r:id"/>
+ <attribute name="insetpen">
+ <text/>
+ </attribute>
<attribute name="o:relid"/>
</define>
<define name="EG_ShapeElements">
@@ -8745,12 +8745,12 @@
<element name="wvml:borderright">
<ref name="BUILT_IN_ANY_TYPE"/>
</element>
- <element name="x:ClientData">
- <ref name="BUILT_IN_ANY_TYPE"/>
- </element>
- <element name="p:textdata">
- <ref name="BUILT_IN_ANY_TYPE"/>
- </element>
+ <element name="x:ClientData">
+ <ref name="BUILT_IN_ANY_TYPE"/>
+ </element>
+ <element name="p:textdata">
+ <ref name="BUILT_IN_ANY_TYPE"/>
+ </element>
</choice>
</define>
<define name="shape">
@@ -8774,30 +8774,30 @@
</element>
</define>
<define name="CT_Shape">
- <choice>
- <ref name="EG_ShapeElements"/>
- <element name="o:ink">
- <ref name="BUILT_IN_ANY_TYPE"/>
- </element>
- <element name="p:iscomment">
- <ref name="BUILT_IN_ANY_TYPE"/>
- </element>
- </choice>
+ <choice>
+ <ref name="EG_ShapeElements"/>
+ <element name="o:ink">
+ <ref name="BUILT_IN_ANY_TYPE"/>
+ </element>
+ <element name="p:iscomment">
+ <ref name="BUILT_IN_ANY_TYPE"/>
+ </element>
+ </choice>
<ref name="AG_AllCoreAttributes"/>
<ref name="AG_AllShapeAttributes"/>
<ref name="AG_Type"/>
<ref name="AG_Adj"/>
<ref name="AG_Path"/>
<attribute name="o:gfxdata"/>
- <attribute name="equationxml">
- <data type="string"/>
- </attribute>
+ <attribute name="equationxml">
+ <data type="string"/>
+ </attribute>
</define>
<define name="CT_Shapetype">
- <ref name="EG_ShapeElements"/>
- <element name="o:complex">
- <ref name="BUILT_IN_ANY_TYPE"/>
- </element>
+ <ref name="EG_ShapeElements"/>
+ <element name="o:complex">
+ <ref name="BUILT_IN_ANY_TYPE"/>
+ </element>
<ref name="AG_AllCoreAttributes"/>
<ref name="AG_AllShapeAttributes"/>
<ref name="AG_Adj"/>
@@ -8805,33 +8805,33 @@
<attribute name="o:master"/>
</define>
<define name="CT_Group">
- <choice>
- <ref name="EG_ShapeElements"/>
- <ref name="group"/>
- <ref name="shape"/>
- <ref name="shapetype"/>
- <ref name="arc"/>
- <ref name="curve"/>
- <ref name="image"/>
- <ref name="line"/>
- <ref name="oval"/>
- <ref name="polyline"/>
- <ref name="rect"/>
- <ref name="roundrect"/>
- <element name="o:diagram">
- <ref name="BUILT_IN_ANY_TYPE"/>
- </element>
- </choice>
+ <choice>
+ <ref name="EG_ShapeElements"/>
+ <ref name="group"/>
+ <ref name="shape"/>
+ <ref name="shapetype"/>
+ <ref name="arc"/>
+ <ref name="curve"/>
+ <ref name="image"/>
+ <ref name="line"/>
+ <ref name="oval"/>
+ <ref name="polyline"/>
+ <ref name="rect"/>
+ <ref name="roundrect"/>
+ <element name="o:diagram">
+ <ref name="BUILT_IN_ANY_TYPE"/>
+ </element>
+ </choice>
<ref name="AG_AllCoreAttributes"/>
<ref name="AG_Fill"/>
- <attribute name="editas">
- <text/>
- </attribute>
+ <attribute name="editas">
+ <text/>
+ </attribute>
<attribute name="o:tableproperties"/>
<attribute name="o:tablelimits"/>
</define>
<define name="CT_Background">
- <ref name="fill"/>
+ <ref name="fill"/>
<ref name="AG_Id"/>
<ref name="AG_Fill"/>
<attribute name="o:bwmode"/>
@@ -8885,79 +8885,79 @@
</element>
</define>
<define name="CT_Fill">
- <element name="o:fill">
- <ref name="BUILT_IN_ANY_TYPE"/>
- </element>
+ <element name="o:fill">
+ <ref name="BUILT_IN_ANY_TYPE"/>
+ </element>
<ref name="AG_Id"/>
- <attribute name="type">
- <text/>
- </attribute>
- <attribute name="on">
- <text/>
- </attribute>
- <attribute name="color">
- <text/>
- </attribute>
- <attribute name="opacity">
- <data type="string"/>
- </attribute>
- <attribute name="color2">
- <text/>
- </attribute>
- <attribute name="src">
- <data type="string"/>
- </attribute>
+ <attribute name="type">
+ <text/>
+ </attribute>
+ <attribute name="on">
+ <text/>
+ </attribute>
+ <attribute name="color">
+ <text/>
+ </attribute>
+ <attribute name="opacity">
+ <data type="string"/>
+ </attribute>
+ <attribute name="color2">
+ <text/>
+ </attribute>
+ <attribute name="src">
+ <data type="string"/>
+ </attribute>
<attribute name="o:href"/>
<attribute name="o:althref"/>
- <attribute name="size">
- <data type="string"/>
- </attribute>
- <attribute name="origin">
- <data type="string"/>
- </attribute>
- <attribute name="position">
- <data type="string"/>
- </attribute>
- <attribute name="aspect">
- <text/>
- </attribute>
- <attribute name="colors">
- <data type="string"/>
- </attribute>
- <attribute name="angle">
- <data type="decimal"/>
- </attribute>
- <attribute name="alignshape">
- <text/>
- </attribute>
- <attribute name="focus">
- <data type="string"/>
- </attribute>
- <attribute name="focussize">
- <data type="string"/>
- </attribute>
- <attribute name="focusposition">
- <data type="string"/>
- </attribute>
- <attribute name="method">
- <text/>
- </attribute>
+ <attribute name="size">
+ <data type="string"/>
+ </attribute>
+ <attribute name="origin">
+ <data type="string"/>
+ </attribute>
+ <attribute name="position">
+ <data type="string"/>
+ </attribute>
+ <attribute name="aspect">
+ <text/>
+ </attribute>
+ <attribute name="colors">
+ <data type="string"/>
+ </attribute>
+ <attribute name="angle">
+ <data type="decimal"/>
+ </attribute>
+ <attribute name="alignshape">
+ <text/>
+ </attribute>
+ <attribute name="focus">
+ <data type="string"/>
+ </attribute>
+ <attribute name="focussize">
+ <data type="string"/>
+ </attribute>
+ <attribute name="focusposition">
+ <data type="string"/>
+ </attribute>
+ <attribute name="method">
+ <text/>
+ </attribute>
<attribute name="o:detectmouseclick"/>
<attribute name="o:title"/>
<attribute name="o:opacity2"/>
- <attribute name="recolor">
- <text/>
- </attribute>
- <attribute name="rotate">
- <text/>
- </attribute>
- <attribute name="r:id"/>
- <attribute name="o:relid"/>
+ <attribute name="recolor">
+ <text/>
+ </attribute>
+ <attribute name="rotate">
+ <text/>
+ </attribute>
+ <attribute name="r:id"/>
+ <attribute name="o:relid"/>
</define>
<define name="CT_Formulas">
- <element name="f">
- <ref name="CT_F"/>
- </element>
+ <element name="f">
+ <ref name="CT_F"/>
+ </element>
</define>
<define name="CT_F">
<attribute name="eqn">
@@ -8965,9 +8965,9 @@
</attribute>
</define>
<define name="CT_Handles">
- <element name="h">
- <ref name="CT_H"/>
- </element>
+ <element name="h">
+ <ref name="CT_H"/>
+ </element>
</define>
<define name="CT_H">
<attribute name="position">
@@ -9002,9 +9002,9 @@
<ref name="AG_Id"/>
<ref name="AG_ImageAttributes"/>
<ref name="AG_Chromakey"/>
- <attribute name="embosscolor">
- <text/>
- </attribute>
+ <attribute name="embosscolor">
+ <text/>
+ </attribute>
<attribute name="recolortarget">
<text/>
</attribute>
@@ -9021,36 +9021,36 @@
</define>
<define name="CT_Path">
<ref name="AG_Id"/>
- <attribute name="v">
- <data type="string"/>
- </attribute>
- <attribute name="limo">
- <data type="string"/>
- </attribute>
- <attribute name="textboxrect">
- <data type="string"/>
- </attribute>
- <attribute name="fillok">
- <text/>
- </attribute>
- <attribute name="strokeok">
- <text/>
- </attribute>
- <attribute name="shadowok">
- <text/>
- </attribute>
- <attribute name="arrowok">
- <text/>
- </attribute>
- <attribute name="gradientshapeok">
- <text/>
- </attribute>
- <attribute name="textpathok">
- <text/>
- </attribute>
- <attribute name="insetpenok">
- <text/>
- </attribute>
+ <attribute name="v">
+ <data type="string"/>
+ </attribute>
+ <attribute name="limo">
+ <data type="string"/>
+ </attribute>
+ <attribute name="textboxrect">
+ <data type="string"/>
+ </attribute>
+ <attribute name="fillok">
+ <text/>
+ </attribute>
+ <attribute name="strokeok">
+ <text/>
+ </attribute>
+ <attribute name="shadowok">
+ <text/>
+ </attribute>
+ <attribute name="arrowok">
+ <text/>
+ </attribute>
+ <attribute name="gradientshapeok">
+ <text/>
+ </attribute>
+ <attribute name="textpathok">
+ <text/>
+ </attribute>
+ <attribute name="insetpenok">
+ <text/>
+ </attribute>
<attribute name="o:connecttype"/>
<attribute name="o:connectlocs"/>
<attribute name="o:connectangles"/>
@@ -9058,94 +9058,94 @@
</define>
<define name="CT_Shadow">
<ref name="AG_Id"/>
- <attribute name="on">
- <text/>
- </attribute>
- <attribute name="type">
- <text/>
- </attribute>
- <attribute name="obscured">
- <text/>
- </attribute>
- <attribute name="color">
- <text/>
- </attribute>
- <attribute name="opacity">
- <data type="string"/>
- </attribute>
- <attribute name="offset">
- <data type="string"/>
- </attribute>
- <attribute name="color2">
- <text/>
- </attribute>
- <attribute name="offset2">
- <data type="string"/>
- </attribute>
- <attribute name="origin">
- <data type="string"/>
- </attribute>
- <attribute name="matrix">
- <data type="string"/>
- </attribute>
+ <attribute name="on">
+ <text/>
+ </attribute>
+ <attribute name="type">
+ <text/>
+ </attribute>
+ <attribute name="obscured">
+ <text/>
+ </attribute>
+ <attribute name="color">
+ <text/>
+ </attribute>
+ <attribute name="opacity">
+ <data type="string"/>
+ </attribute>
+ <attribute name="offset">
+ <data type="string"/>
+ </attribute>
+ <attribute name="color2">
+ <text/>
+ </attribute>
+ <attribute name="offset2">
+ <data type="string"/>
+ </attribute>
+ <attribute name="origin">
+ <data type="string"/>
+ </attribute>
+ <attribute name="matrix">
+ <data type="string"/>
+ </attribute>
</define>
<define name="CT_Stroke">
- <element name="o:left">
- <ref name="BUILT_IN_ANY_TYPE"/>
- </element>
- <element name="o:top">
- <ref name="BUILT_IN_ANY_TYPE"/>
- </element>
- <element name="o:right">
- <ref name="BUILT_IN_ANY_TYPE"/>
- </element>
- <element name="o:bottom">
- <ref name="BUILT_IN_ANY_TYPE"/>
- </element>
- <element name="o:column">
- <ref name="BUILT_IN_ANY_TYPE"/>
- </element>
+ <element name="o:left">
+ <ref name="BUILT_IN_ANY_TYPE"/>
+ </element>
+ <element name="o:top">
+ <ref name="BUILT_IN_ANY_TYPE"/>
+ </element>
+ <element name="o:right">
+ <ref name="BUILT_IN_ANY_TYPE"/>
+ </element>
+ <element name="o:bottom">
+ <ref name="BUILT_IN_ANY_TYPE"/>
+ </element>
+ <element name="o:column">
+ <ref name="BUILT_IN_ANY_TYPE"/>
+ </element>
<ref name="AG_Id"/>
<ref name="AG_StrokeAttributes"/>
</define>
<define name="CT_Textbox">
<choice>
- <element name="w:txbxContent">
- <ref name="BUILT_IN_ANY_TYPE"/>
- </element>
+ <element name="w:txbxContent">
+ <ref name="BUILT_IN_ANY_TYPE"/>
+ </element>
<element>
<ref name="BUILT_IN_ANY_TYPE"/>
</element>
</choice>
<ref name="AG_Id"/>
<ref name="AG_Style"/>
- <attribute name="inset">
- <data type="string"/>
- </attribute>
+ <attribute name="inset">
+ <data type="string"/>
+ </attribute>
<attribute name="o:singleclick"/>
<attribute name="o:insetmode"/>
</define>
<define name="CT_TextPath">
<ref name="AG_Id"/>
<ref name="AG_Style"/>
- <attribute name="on">
- <text/>
- </attribute>
- <attribute name="fitshape">
- <text/>
- </attribute>
- <attribute name="fitpath">
- <text/>
- </attribute>
- <attribute name="trim">
- <text/>
- </attribute>
- <attribute name="xscale">
- <text/>
- </attribute>
- <attribute name="string">
- <data type="string"/>
- </attribute>
+ <attribute name="on">
+ <text/>
+ </attribute>
+ <attribute name="fitshape">
+ <text/>
+ </attribute>
+ <attribute name="fitpath">
+ <text/>
+ </attribute>
+ <attribute name="trim">
+ <text/>
+ </attribute>
+ <attribute name="xscale">
+ <text/>
+ </attribute>
+ <attribute name="string">
+ <data type="string"/>
+ </attribute>
</define>
<define name="arc">
<element name="arc">
@@ -9188,198 +9188,198 @@
</element>
</define>
<define name="CT_Arc">
- <ref name="EG_ShapeElements"/>
+ <ref name="EG_ShapeElements"/>
<ref name="AG_AllCoreAttributes"/>
<ref name="AG_AllShapeAttributes"/>
- <attribute name="startAngle">
- <data type="decimal"/>
- </attribute>
- <attribute name="endAngle">
- <data type="decimal"/>
- </attribute>
+ <attribute name="startAngle">
+ <data type="decimal"/>
+ </attribute>
+ <attribute name="endAngle">
+ <data type="decimal"/>
+ </attribute>
</define>
<define name="CT_Curve">
- <ref name="EG_ShapeElements"/>
+ <ref name="EG_ShapeElements"/>
<ref name="AG_AllCoreAttributes"/>
<ref name="AG_AllShapeAttributes"/>
- <attribute name="from">
- <data type="string"/>
- </attribute>
- <attribute name="control1">
- <data type="string"/>
- </attribute>
- <attribute name="control2">
- <data type="string"/>
- </attribute>
- <attribute name="to">
- <data type="string"/>
- </attribute>
+ <attribute name="from">
+ <data type="string"/>
+ </attribute>
+ <attribute name="control1">
+ <data type="string"/>
+ </attribute>
+ <attribute name="control2">
+ <data type="string"/>
+ </attribute>
+ <attribute name="to">
+ <data type="string"/>
+ </attribute>
</define>
<define name="CT_Image">
- <ref name="EG_ShapeElements"/>
+ <ref name="EG_ShapeElements"/>
<ref name="AG_AllCoreAttributes"/>
<ref name="AG_AllShapeAttributes"/>
<ref name="AG_ImageAttributes"/>
</define>
<define name="CT_Line">
- <ref name="EG_ShapeElements"/>
+ <ref name="EG_ShapeElements"/>
<ref name="AG_AllCoreAttributes"/>
<ref name="AG_AllShapeAttributes"/>
- <attribute name="from">
- <data type="string"/>
- </attribute>
- <attribute name="to">
- <data type="string"/>
- </attribute>
+ <attribute name="from">
+ <data type="string"/>
+ </attribute>
+ <attribute name="to">
+ <data type="string"/>
+ </attribute>
</define>
<define name="CT_Oval">
- <ref name="EG_ShapeElements"/>
+ <ref name="EG_ShapeElements"/>
<ref name="AG_AllCoreAttributes"/>
<ref name="AG_AllShapeAttributes"/>
</define>
<define name="CT_PolyLine">
- <choice>
- <ref name="EG_ShapeElements"/>
- <element name="o:ink">
- <ref name="BUILT_IN_ANY_TYPE"/>
- </element>
- </choice>
+ <choice>
+ <ref name="EG_ShapeElements"/>
+ <element name="o:ink">
+ <ref name="BUILT_IN_ANY_TYPE"/>
+ </element>
+ </choice>
<ref name="AG_AllCoreAttributes"/>
<ref name="AG_AllShapeAttributes"/>
- <attribute name="points">
- <data type="string"/>
- </attribute>
+ <attribute name="points">
+ <data type="string"/>
+ </attribute>
</define>
<define name="CT_Rect">
- <ref name="EG_ShapeElements"/>
+ <ref name="EG_ShapeElements"/>
<ref name="AG_AllCoreAttributes"/>
<ref name="AG_AllShapeAttributes"/>
</define>
<define name="CT_RoundRect">
- <ref name="EG_ShapeElements"/>
+ <ref name="EG_ShapeElements"/>
<ref name="AG_AllCoreAttributes"/>
<ref name="AG_AllShapeAttributes"/>
- <attribute name="arcsize">
- <data type="string"/>
- </attribute>
+ <attribute name="arcsize">
+ <data type="string"/>
+ </attribute>
</define>
<define name="ST_FillType">
- <choice>
- <!-- Solid Fill -->
- <value>solid</value>
- <!-- Linear Gradient -->
- <value>gradient</value>
- <!-- Radial Gradient -->
- <value>gradientRadial</value>
- <!-- Tiled Image -->
- <value>tile</value>
- <!-- Image Pattern -->
- <value>pattern</value>
- <!-- Stretch Image to Fit -->
- <value>frame</value>
- </choice>
+ <choice>
+ <!-- Solid Fill -->
+ <value>solid</value>
+ <!-- Linear Gradient -->
+ <value>gradient</value>
+ <!-- Radial Gradient -->
+ <value>gradientRadial</value>
+ <!-- Tiled Image -->
+ <value>tile</value>
+ <!-- Image Pattern -->
+ <value>pattern</value>
+ <!-- Stretch Image to Fit -->
+ <value>frame</value>
+ </choice>
</define>
<define name="ST_StrokeLineStyle">
- <choice>
- <!-- Single Line -->
- <value>single</value>
- <!-- Two Thin Lines -->
- <value>thinThin</value>
- <!-- Thin Line Outside Thick Line -->
- <value>thinThick</value>
- <!-- Thick Line Outside Thin Line -->
- <value>thickThin</value>
- <!-- Thck Line Between Thin Lines -->
- <value>thickBetweenThin</value>
- </choice>
+ <choice>
+ <!-- Single Line -->
+ <value>single</value>
+ <!-- Two Thin Lines -->
+ <value>thinThin</value>
+ <!-- Thin Line Outside Thick Line -->
+ <value>thinThick</value>
+ <!-- Thick Line Outside Thin Line -->
+ <value>thickThin</value>
+ <!-- Thck Line Between Thin Lines -->
+ <value>thickBetweenThin</value>
+ </choice>
</define>
<define name="ST_StrokeJoinStyle">
- <choice>
- <!-- Round Joint -->
- <value>round</value>
- <!-- Bevel Joint -->
- <value>bevel</value>
- <!-- Miter Joint -->
- <value>miter</value>
- </choice>
+ <choice>
+ <!-- Round Joint -->
+ <value>round</value>
+ <!-- Bevel Joint -->
+ <value>bevel</value>
+ <!-- Miter Joint -->
+ <value>miter</value>
+ </choice>
</define>
<define name="ST_StrokeEndCap">
- <choice>
- <!-- Flat End -->
- <value>flat</value>
- <!-- Square End -->
- <value>square</value>
- <!-- Round End -->
- <value>round</value>
- </choice>
+ <choice>
+ <!-- Flat End -->
+ <value>flat</value>
+ <!-- Square End -->
+ <value>square</value>
+ <!-- Round End -->
+ <value>round</value>
+ </choice>
</define>
<define name="ST_StrokeArrowLength">
- <choice>
- <!-- Short Arrowhead -->
- <value>short</value>
- <!-- Medium Arrowhead -->
- <value>medium</value>
- <!-- Long Arrowhead -->
- <value>long</value>
- </choice>
+ <choice>
+ <!-- Short Arrowhead -->
+ <value>short</value>
+ <!-- Medium Arrowhead -->
+ <value>medium</value>
+ <!-- Long Arrowhead -->
+ <value>long</value>
+ </choice>
</define>
<define name="ST_StrokeArrowWidth">
- <choice>
- <!-- Narrow Arrowhead -->
- <value>narrow</value>
- <!-- Medium Arrowhead -->
- <value>medium</value>
- <!-- Wide Arrowhead -->
- <value>wide</value>
- </choice>
+ <choice>
+ <!-- Narrow Arrowhead -->
+ <value>narrow</value>
+ <!-- Medium Arrowhead -->
+ <value>medium</value>
+ <!-- Wide Arrowhead -->
+ <value>wide</value>
+ </choice>
</define>
<define name="ST_StrokeArrowType">
- <choice>
- <!-- No Arrowhead -->
- <value>none</value>
- <!-- Block Arrowhead -->
- <value>block</value>
- <!-- Classic Arrowhead -->
- <value>classic</value>
- <!-- Oval Arrowhead -->
- <value>oval</value>
- <!-- Diamond Arrowhead -->
- <value>diamond</value>
- <!-- Open Arrowhead -->
- <value>open</value>
- </choice>
+ <choice>
+ <!-- No Arrowhead -->
+ <value>none</value>
+ <!-- Block Arrowhead -->
+ <value>block</value>
+ <!-- Classic Arrowhead -->
+ <value>classic</value>
+ <!-- Oval Arrowhead -->
+ <value>oval</value>
+ <!-- Diamond Arrowhead -->
+ <value>diamond</value>
+ <!-- Open Arrowhead -->
+ <value>open</value>
+ </choice>
</define>
<define name="ST_ImageAspect">
- <choice>
- <!-- Ignore Aspect Ratio -->
- <value>ignore</value>
- <!-- At Most -->
- <value>atMost</value>
- <!-- At Least -->
- <value>atLeast</value>
- </choice>
+ <choice>
+ <!-- Ignore Aspect Ratio -->
+ <value>ignore</value>
+ <!-- At Most -->
+ <value>atMost</value>
+ <!-- At Least -->
+ <value>atLeast</value>
+ </choice>
</define>
<define name="ST_TrueFalseBlank">
- <choice>
- <!-- Logical True -->
- <value>t</value>
- <!-- Logical False -->
- <value>f</value>
- <!-- Logical True -->
- <value>true</value>
- <!-- Logical False -->
- <value>false</value>
- <!-- Blank - Logical False -->
- <value/>
- </choice>
+ <choice>
+ <!-- Logical True -->
+ <value>t</value>
+ <!-- Logical False -->
+ <value>f</value>
+ <!-- Logical True -->
+ <value>true</value>
+ <!-- Logical False -->
+ <value>false</value>
+ <!-- Blank - Logical False -->
+ <value/>
+ </choice>
</define>
<define name="BUILT_IN_ANY_TYPE">
- <choice>
- <element>
- <ref name="BUILT_IN_ANY_TYPE"/>
- </element>
- <text/>
- </choice>
+ <choice>
+ <element>
+ <ref name="BUILT_IN_ANY_TYPE"/>
+ </element>
+ <text/>
+ </choice>
</define>
</grammar>
<resource name="ST_FillType" resource="List">
@@ -9701,44 +9701,44 @@
</element>
</define>
<define name="CT_ShapeDefaults">
- <element name="v:fill">
- <ref name="BUILT_IN_ANY_TYPE"/>
- </element>
- <element name="v:stroke">
- <ref name="BUILT_IN_ANY_TYPE"/>
- </element>
- <element name="v:textbox">
- <ref name="BUILT_IN_ANY_TYPE"/>
- </element>
- <element name="v:shadow">
- <ref name="BUILT_IN_ANY_TYPE"/>
- </element>
- <ref name="skew"/>
- <ref name="extrusion"/>
- <ref name="callout"/>
- <ref name="lock"/>
- <element name="colormru">
- <ref name="CT_ColorMru"/>
- </element>
- <element name="colormenu">
- <ref name="CT_ColorMenu"/>
- </element>
+ <element name="v:fill">
+ <ref name="BUILT_IN_ANY_TYPE"/>
+ </element>
+ <element name="v:stroke">
+ <ref name="BUILT_IN_ANY_TYPE"/>
+ </element>
+ <element name="v:textbox">
+ <ref name="BUILT_IN_ANY_TYPE"/>
+ </element>
+ <element name="v:shadow">
+ <ref name="BUILT_IN_ANY_TYPE"/>
+ </element>
+ <ref name="skew"/>
+ <ref name="extrusion"/>
+ <ref name="callout"/>
+ <ref name="lock"/>
+ <element name="colormru">
+ <ref name="CT_ColorMru"/>
+ </element>
+ <element name="colormenu">
+ <ref name="CT_ColorMenu"/>
+ </element>
<ref name="BUILT_IN_ANY_TYPE"/>
- <attribute name="spidmax">
- <data type="integer"/>
- </attribute>
- <attribute name="style">
- <data type="string"/>
- </attribute>
- <attribute name="fill">
- <text/>
- </attribute>
- <attribute name="fillcolor">
- <text/>
- </attribute>
- <attribute name="stroke">
- <text/>
- </attribute>
+ <attribute name="spidmax">
+ <data type="integer"/>
+ </attribute>
+ <attribute name="style">
+ <data type="string"/>
+ </attribute>
+ <attribute name="fill">
+ <text/>
+ </attribute>
+ <attribute name="fillcolor">
+ <text/>
+ </attribute>
+ <attribute name="stroke">
+ <text/>
+ </attribute>
<attribute name="strokecolor">
<text/>
</attribute>
@@ -9794,124 +9794,124 @@
</attribute>
</define>
<define name="CT_ShapeLayout">
- <element name="idmap">
- <ref name="CT_IdMap"/>
- </element>
- <element name="regrouptable">
- <ref name="CT_RegroupTable"/>
- </element>
- <element name="rules">
- <ref name="CT_Rules"/>
- </element>
+ <element name="idmap">
+ <ref name="CT_IdMap"/>
+ </element>
+ <element name="regrouptable">
+ <ref name="CT_RegroupTable"/>
+ </element>
+ <element name="rules">
+ <ref name="CT_Rules"/>
+ </element>
<ref name="BUILT_IN_ANY_TYPE"/>
</define>
<define name="CT_IdMap">
<ref name="BUILT_IN_ANY_TYPE"/>
- <attribute name="data">
- <data type="string"/>
- </attribute>
+ <attribute name="data">
+ <data type="string"/>
+ </attribute>
</define>
<define name="CT_RegroupTable">
- <element name="entry">
- <ref name="CT_Entry"/>
- </element>
+ <element name="entry">
+ <ref name="CT_Entry"/>
+ </element>
<ref name="BUILT_IN_ANY_TYPE"/>
</define>
<define name="CT_Entry">
- <attribute name="new">
- <data type="int"/>
- </attribute>
- <attribute name="old">
- <data type="int"/>
- </attribute>
+ <attribute name="new">
+ <data type="int"/>
+ </attribute>
+ <attribute name="old">
+ <data type="int"/>
+ </attribute>
</define>
<define name="CT_Rules">
- <element name="r">
- <ref name="CT_R"/>
- </element>
+ <element name="r">
+ <ref name="CT_R"/>
+ </element>
<ref name="BUILT_IN_ANY_TYPE"/>
</define>
<define name="CT_R">
- <element name="proxy">
- <ref name="CT_Proxy"/>
- </element>
+ <element name="proxy">
+ <ref name="CT_Proxy"/>
+ </element>
<attribute name="id">
<data type="string"/>
</attribute>
- <attribute name="type">
- <text/>
- </attribute>
- <attribute name="how">
- <text/>
- </attribute>
- <attribute name="idref">
- <data type="string"/>
- </attribute>
+ <attribute name="type">
+ <text/>
+ </attribute>
+ <attribute name="how">
+ <text/>
+ </attribute>
+ <attribute name="idref">
+ <data type="string"/>
+ </attribute>
</define>
<define name="CT_Proxy">
- <attribute name="start">
- <text/>
- </attribute>
- <attribute name="end">
- <text/>
- </attribute>
- <attribute name="idref">
- <data type="string"/>
- </attribute>
- <attribute name="connectloc">
- <data type="int"/>
- </attribute>
+ <attribute name="start">
+ <text/>
+ </attribute>
+ <attribute name="end">
+ <text/>
+ </attribute>
+ <attribute name="idref">
+ <data type="string"/>
+ </attribute>
+ <attribute name="connectloc">
+ <data type="int"/>
+ </attribute>
</define>
<define name="CT_Diagram">
- <element name="relationtable">
- <ref name="CT_RelationTable"/>
- </element>
+ <element name="relationtable">
+ <ref name="CT_RelationTable"/>
+ </element>
<ref name="BUILT_IN_ANY_TYPE"/>
- <attribute name="dgmstyle">
- <data type="integer"/>
- </attribute>
- <attribute name="autoformat">
- <text/>
- </attribute>
- <attribute name="reverse">
- <text/>
- </attribute>
- <attribute name="autolayout">
- <text/>
- </attribute>
- <attribute name="dgmscalex">
- <data type="integer"/>
- </attribute>
- <attribute name="dgmscaley">
- <data type="integer"/>
- </attribute>
- <attribute name="dgmfontsize">
- <data type="integer"/>
- </attribute>
- <attribute name="constrainbounds">
- <data type="string"/>
- </attribute>
- <attribute name="dgmbasetextscale">
- <data type="integer"/>
- </attribute>
+ <attribute name="dgmstyle">
+ <data type="integer"/>
+ </attribute>
+ <attribute name="autoformat">
+ <text/>
+ </attribute>
+ <attribute name="reverse">
+ <text/>
+ </attribute>
+ <attribute name="autolayout">
+ <text/>
+ </attribute>
+ <attribute name="dgmscalex">
+ <data type="integer"/>
+ </attribute>
+ <attribute name="dgmscaley">
+ <data type="integer"/>
+ </attribute>
+ <attribute name="dgmfontsize">
+ <data type="integer"/>
+ </attribute>
+ <attribute name="constrainbounds">
+ <data type="string"/>
+ </attribute>
+ <attribute name="dgmbasetextscale">
+ <data type="integer"/>
+ </attribute>
</define>
<define name="CT_RelationTable">
- <element name="rel">
- <ref name="CT_Relation"/>
- </element>
+ <element name="rel">
+ <ref name="CT_Relation"/>
+ </element>
<ref name="BUILT_IN_ANY_TYPE"/>
</define>
<define name="CT_Relation">
<ref name="BUILT_IN_ANY_TYPE"/>
- <attribute name="idsrc">
- <data type="string"/>
- </attribute>
- <attribute name="iddest">
- <data type="string"/>
- </attribute>
- <attribute name="idcntr">
- <data type="string"/>
- </attribute>
+ <attribute name="idsrc">
+ <data type="string"/>
+ </attribute>
+ <attribute name="iddest">
+ <data type="string"/>
+ </attribute>
+ <attribute name="idcntr">
+ <data type="string"/>
+ </attribute>
</define>
<define name="CT_ColorMru">
<ref name="BUILT_IN_ANY_TYPE"/>
@@ -10001,302 +10001,302 @@
</define>
<define name="CT_Skew">
<ref name="BUILT_IN_ANY_TYPE"/>
- <attribute name="id">
- <data type="string"/>
- </attribute>
- <attribute name="on">
- <text/>
- </attribute>
- <attribute name="offset">
- <data type="string"/>
- </attribute>
- <attribute name="origin">
- <data type="string"/>
- </attribute>
- <attribute name="matrix">
- <data type="string"/>
- </attribute>
+ <attribute name="id">
+ <data type="string"/>
+ </attribute>
+ <attribute name="on">
+ <text/>
+ </attribute>
+ <attribute name="offset">
+ <data type="string"/>
+ </attribute>
+ <attribute name="origin">
+ <data type="string"/>
+ </attribute>
+ <attribute name="matrix">
+ <data type="string"/>
+ </attribute>
</define>
<define name="CT_Extrusion">
<ref name="BUILT_IN_ANY_TYPE"/>
- <attribute name="on">
- <text/>
- </attribute>
- <attribute name="type">
- <text/>
- </attribute>
- <attribute name="render">
- <text/>
- </attribute>
- <attribute name="viewpointorigin">
- <data type="string"/>
- </attribute>
- <attribute name="viewpoint">
- <data type="string"/>
- </attribute>
- <attribute name="plane">
- <text/>
- </attribute>
- <attribute name="skewangle">
- <data type="float"/>
- </attribute>
- <attribute name="skewamt">
- <data type="string"/>
- </attribute>
- <attribute name="foredepth">
- <data type="string"/>
- </attribute>
- <attribute name="backdepth">
- <data type="string"/>
- </attribute>
- <attribute name="orientation">
- <data type="string"/>
- </attribute>
- <attribute name="orientationangle">
- <data type="float"/>
- </attribute>
- <attribute name="lockrotationcenter">
- <text/>
- </attribute>
- <attribute name="autorotationcenter">
- <text/>
- </attribute>
- <attribute name="rotationcenter">
- <data type="string"/>
- </attribute>
- <attribute name="rotationangle">
- <data type="string"/>
- </attribute>
- <attribute name="colormode">
- <text/>
- </attribute>
- <attribute name="color">
- <text/>
- </attribute>
- <attribute name="shininess">
- <data type="float"/>
- </attribute>
- <attribute name="specularity">
- <data type="string"/>
- </attribute>
- <attribute name="diffusity">
- <data type="string"/>
- </attribute>
- <attribute name="metal">
- <text/>
- </attribute>
- <attribute name="edge">
- <data type="string"/>
- </attribute>
- <attribute name="facet">
- <data type="string"/>
- </attribute>
- <attribute name="lightface">
- <text/>
- </attribute>
- <attribute name="brightness">
- <data type="string"/>
- </attribute>
- <attribute name="lightposition">
- <data type="string"/>
- </attribute>
- <attribute name="lightlevel">
- <data type="string"/>
- </attribute>
- <attribute name="lightharsh">
- <text/>
- </attribute>
- <attribute name="lightposition2">
- <data type="string"/>
- </attribute>
- <attribute name="lightlevel2">
- <data type="string"/>
- </attribute>
- <attribute name="lightharsh2">
- <text/>
- </attribute>
+ <attribute name="on">
+ <text/>
+ </attribute>
+ <attribute name="type">
+ <text/>
+ </attribute>
+ <attribute name="render">
+ <text/>
+ </attribute>
+ <attribute name="viewpointorigin">
+ <data type="string"/>
+ </attribute>
+ <attribute name="viewpoint">
+ <data type="string"/>
+ </attribute>
+ <attribute name="plane">
+ <text/>
+ </attribute>
+ <attribute name="skewangle">
+ <data type="float"/>
+ </attribute>
+ <attribute name="skewamt">
+ <data type="string"/>
+ </attribute>
+ <attribute name="foredepth">
+ <data type="string"/>
+ </attribute>
+ <attribute name="backdepth">
+ <data type="string"/>
+ </attribute>
+ <attribute name="orientation">
+ <data type="string"/>
+ </attribute>
+ <attribute name="orientationangle">
+ <data type="float"/>
+ </attribute>
+ <attribute name="lockrotationcenter">
+ <text/>
+ </attribute>
+ <attribute name="autorotationcenter">
+ <text/>
+ </attribute>
+ <attribute name="rotationcenter">
+ <data type="string"/>
+ </attribute>
+ <attribute name="rotationangle">
+ <data type="string"/>
+ </attribute>
+ <attribute name="colormode">
+ <text/>
+ </attribute>
+ <attribute name="color">
+ <text/>
+ </attribute>
+ <attribute name="shininess">
+ <data type="float"/>
+ </attribute>
+ <attribute name="specularity">
+ <data type="string"/>
+ </attribute>
+ <attribute name="diffusity">
+ <data type="string"/>
+ </attribute>
+ <attribute name="metal">
+ <text/>
+ </attribute>
+ <attribute name="edge">
+ <data type="string"/>
+ </attribute>
+ <attribute name="facet">
+ <data type="string"/>
+ </attribute>
+ <attribute name="lightface">
+ <text/>
+ </attribute>
+ <attribute name="brightness">
+ <data type="string"/>
+ </attribute>
+ <attribute name="lightposition">
+ <data type="string"/>
+ </attribute>
+ <attribute name="lightlevel">
+ <data type="string"/>
+ </attribute>
+ <attribute name="lightharsh">
+ <text/>
+ </attribute>
+ <attribute name="lightposition2">
+ <data type="string"/>
+ </attribute>
+ <attribute name="lightlevel2">
+ <data type="string"/>
+ </attribute>
+ <attribute name="lightharsh2">
+ <text/>
+ </attribute>
</define>
<define name="CT_Callout">
<ref name="BUILT_IN_ANY_TYPE"/>
- <attribute name="on">
- <text/>
- </attribute>
- <attribute name="type">
- <data type="string"/>
- </attribute>
- <attribute name="gap">
- <data type="string"/>
- </attribute>
- <attribute name="angle">
- <text/>
- </attribute>
- <attribute name="dropauto">
- <text/>
- </attribute>
- <attribute name="drop">
- <text/>
- </attribute>
- <attribute name="distance">
- <data type="string"/>
- </attribute>
- <attribute name="lengthspecified">
- <text/>
- </attribute>
- <attribute name="length">
- <data type="string"/>
- </attribute>
- <attribute name="accentbar">
- <text/>
- </attribute>
- <attribute name="textborder">
- <text/>
- </attribute>
- <attribute name="minusx">
- <text/>
- </attribute>
- <attribute name="minusy">
- <text/>
- </attribute>
+ <attribute name="on">
+ <text/>
+ </attribute>
+ <attribute name="type">
+ <data type="string"/>
+ </attribute>
+ <attribute name="gap">
+ <data type="string"/>
+ </attribute>
+ <attribute name="angle">
+ <text/>
+ </attribute>
+ <attribute name="dropauto">
+ <text/>
+ </attribute>
+ <attribute name="drop">
+ <text/>
+ </attribute>
+ <attribute name="distance">
+ <data type="string"/>
+ </attribute>
+ <attribute name="lengthspecified">
+ <text/>
+ </attribute>
+ <attribute name="length">
+ <data type="string"/>
+ </attribute>
+ <attribute name="accentbar">
+ <text/>
+ </attribute>
+ <attribute name="textborder">
+ <text/>
+ </attribute>
+ <attribute name="minusx">
+ <text/>
+ </attribute>
+ <attribute name="minusy">
+ <text/>
+ </attribute>
</define>
<define name="CT_Lock">
<ref name="BUILT_IN_ANY_TYPE"/>
- <attribute name="position">
- <text/>
- </attribute>
- <attribute name="selection">
- <text/>
- </attribute>
- <attribute name="grouping">
- <text/>
- </attribute>
- <attribute name="ungrouping">
- <text/>
- </attribute>
- <attribute name="rotation">
- <text/>
- </attribute>
- <attribute name="cropping">
- <text/>
- </attribute>
- <attribute name="verticies">
- <text/>
- </attribute>
- <attribute name="adjusthandles">
- <text/>
- </attribute>
- <attribute name="text">
- <text/>
- </attribute>
- <attribute name="aspectratio">
- <text/>
- </attribute>
- <attribute name="shapetype">
- <text/>
- </attribute>
+ <attribute name="position">
+ <text/>
+ </attribute>
+ <attribute name="selection">
+ <text/>
+ </attribute>
+ <attribute name="grouping">
+ <text/>
+ </attribute>
+ <attribute name="ungrouping">
+ <text/>
+ </attribute>
+ <attribute name="rotation">
+ <text/>
+ </attribute>
+ <attribute name="cropping">
+ <text/>
+ </attribute>
+ <attribute name="verticies">
+ <text/>
+ </attribute>
+ <attribute name="adjusthandles">
+ <text/>
+ </attribute>
+ <attribute name="text">
+ <text/>
+ </attribute>
+ <attribute name="aspectratio">
+ <text/>
+ </attribute>
+ <attribute name="shapetype">
+ <text/>
+ </attribute>
</define>
<define name="CT_OLEObject">
- <element name="LinkType">
- <ref name="ST_OLELinkType"/>
- </element>
- <element name="LockedField">
- <ref name="ST_TrueFalseBlank"/>
- </element>
- <element name="FieldCodes">
- <data type="string"/>
- </element>
- <attribute name="Type">
- <text/>
- </attribute>
- <attribute name="ProgID">
- <data type="string"/>
- </attribute>
- <attribute name="ShapeID">
- <data type="string"/>
- </attribute>
- <attribute name="DrawAspect">
- <text/>
- </attribute>
- <attribute name="ObjectID">
- <data type="string"/>
- </attribute>
- <attribute name="r:id">
- <data type="string"/>
- </attribute>
- <attribute name="UpdateMode">
- <text/>
- </attribute>
+ <element name="LinkType">
+ <ref name="ST_OLELinkType"/>
+ </element>
+ <element name="LockedField">
+ <ref name="ST_TrueFalseBlank"/>
+ </element>
+ <element name="FieldCodes">
+ <data type="string"/>
+ </element>
+ <attribute name="Type">
+ <text/>
+ </attribute>
+ <attribute name="ProgID">
+ <data type="string"/>
+ </attribute>
+ <attribute name="ShapeID">
+ <data type="string"/>
+ </attribute>
+ <attribute name="DrawAspect">
+ <text/>
+ </attribute>
+ <attribute name="ObjectID">
+ <data type="string"/>
+ </attribute>
+ <attribute name="r:id">
+ <data type="string"/>
+ </attribute>
+ <attribute name="UpdateMode">
+ <text/>
+ </attribute>
</define>
<define name="CT_Complex">
<ref name="BUILT_IN_ANY_TYPE"/>
</define>
<define name="CT_StrokeChild">
<ref name="BUILT_IN_ANY_TYPE"/>
- <attribute name="on">
- <text/>
- </attribute>
- <attribute name="weight">
- <data type="string"/>
- </attribute>
- <attribute name="color">
- <text/>
- </attribute>
- <attribute name="color2">
- <text/>
- </attribute>
- <attribute name="opacity">
- <data type="string"/>
- </attribute>
- <attribute name="linestyle">
- <ref name="ST_StrokeLineStyle"/>
- </attribute>
- <attribute name="miterlimit">
- <data type="decimal"/>
- </attribute>
- <attribute name="joinstyle">
- <ref name="ST_StrokeJoinStyle"/>
- </attribute>
- <attribute name="endcap">
- <ref name="ST_StrokeEndCap"/>
- </attribute>
- <attribute name="dashstyle">
- <data type="string"/>
- </attribute>
- <attribute name="insetpen">
- <text/>
- </attribute>
- <attribute name="filltype">
- <ref name="ST_FillType"/>
- </attribute>
- <attribute name="src">
- <data type="string"/>
- </attribute>
- <attribute name="imageaspect">
- <ref name="ST_ImageAspect"/>
- </attribute>
- <attribute name="imagesize">
- <data type="string"/>
- </attribute>
- <attribute name="imagealignshape">
- <text/>
- </attribute>
- <attribute name="startarrow">
- <ref name="ST_StrokeArrowType"/>
- </attribute>
- <attribute name="startarrowwidth">
- <ref name="ST_StrokeArrowWidth"/>
- </attribute>
- <attribute name="startarrowlength">
- <ref name="ST_StrokeArrowLength"/>
- </attribute>
- <attribute name="endarrow">
- <ref name="ST_StrokeArrowType"/>
- </attribute>
- <attribute name="endarrowwidth">
- <ref name="ST_StrokeArrowWidth"/>
- </attribute>
- <attribute name="endarrowlength">
- <ref name="ST_StrokeArrowLength"/>
- </attribute>
+ <attribute name="on">
+ <text/>
+ </attribute>
+ <attribute name="weight">
+ <data type="string"/>
+ </attribute>
+ <attribute name="color">
+ <text/>
+ </attribute>
+ <attribute name="color2">
+ <text/>
+ </attribute>
+ <attribute name="opacity">
+ <data type="string"/>
+ </attribute>
+ <attribute name="linestyle">
+ <ref name="ST_StrokeLineStyle"/>
+ </attribute>
+ <attribute name="miterlimit">
+ <data type="decimal"/>
+ </attribute>
+ <attribute name="joinstyle">
+ <ref name="ST_StrokeJoinStyle"/>
+ </attribute>
+ <attribute name="endcap">
+ <ref name="ST_StrokeEndCap"/>
+ </attribute>
+ <attribute name="dashstyle">
+ <data type="string"/>
+ </attribute>
+ <attribute name="insetpen">
+ <text/>
+ </attribute>
+ <attribute name="filltype">
+ <ref name="ST_FillType"/>
+ </attribute>
+ <attribute name="src">
+ <data type="string"/>
+ </attribute>
+ <attribute name="imageaspect">
+ <ref name="ST_ImageAspect"/>
+ </attribute>
+ <attribute name="imagesize">
+ <data type="string"/>
+ </attribute>
+ <attribute name="imagealignshape">
+ <text/>
+ </attribute>
+ <attribute name="startarrow">
+ <ref name="ST_StrokeArrowType"/>
+ </attribute>
+ <attribute name="startarrowwidth">
+ <ref name="ST_StrokeArrowWidth"/>
+ </attribute>
+ <attribute name="startarrowlength">
+ <ref name="ST_StrokeArrowLength"/>
+ </attribute>
+ <attribute name="endarrow">
+ <ref name="ST_StrokeArrowType"/>
+ </attribute>
+ <attribute name="endarrowwidth">
+ <ref name="ST_StrokeArrowWidth"/>
+ </attribute>
+ <attribute name="endarrowlength">
+ <ref name="ST_StrokeArrowLength"/>
+ </attribute>
<ref name="href"/>
<ref name="althref"/>
<ref name="title"/>
@@ -10314,74 +10314,74 @@
</attribute>
</define>
<define name="ST_Angle">
- <choice>
- <!-- Any Angle -->
- <value>any</value>
- <!-- 30 degrees -->
- <value>30</value>
- <!-- 45 degrees -->
- <value>45</value>
- <!-- 60 degrees -->
- <value>60</value>
- <!-- 90 degrees -->
- <value>90</value>
- <!-- Automatic Angle -->
- <value>auto</value>
- </choice>
+ <choice>
+ <!-- Any Angle -->
+ <value>any</value>
+ <!-- 30 degrees -->
+ <value>30</value>
+ <!-- 45 degrees -->
+ <value>45</value>
+ <!-- 60 degrees -->
+ <value>60</value>
+ <!-- 90 degrees -->
+ <value>90</value>
+ <!-- Automatic Angle -->
+ <value>auto</value>
+ </choice>
</define>
<define name="ST_OLELinkType">
- <choice>
- <!-- Other Image -->
- <value>Picture</value>
- <!-- Bitmap Image -->
- <value>Bitmap</value>
- <!-- Enhanced Metafile Image -->
- <value>EnhancedMetaFile</value>
- </choice>
+ <choice>
+ <!-- Other Image -->
+ <value>Picture</value>
+ <!-- Bitmap Image -->
+ <value>Bitmap</value>
+ <!-- Enhanced Metafile Image -->
+ <value>EnhancedMetaFile</value>
+ </choice>
</define>
<define name="ST_TrueFalseBlank">
- <choice>
- <!-- Blank - Logical False -->
- <value/>
- <!-- Logical True -->
- <value>t</value>
- <!-- Logical False -->
- <value>f</value>
- <!-- Logical True -->
- <value>true</value>
- <!-- Logical False -->
- <value>false</value>
- </choice>
+ <choice>
+ <!-- Blank - Logical False -->
+ <value/>
+ <!-- Logical True -->
+ <value>t</value>
+ <!-- Logical False -->
+ <value>f</value>
+ <!-- Logical True -->
+ <value>true</value>
+ <!-- Logical False -->
+ <value>false</value>
+ </choice>
</define>
<define name="ST_FillType">
- <choice>
- <!-- Centered Radial Gradient -->
- <value>gradientCenter</value>
- <!-- Solid Fill -->
- <value>solid</value>
- <!-- Image Pattern -->
- <value>pattern</value>
- <!-- Tiled Image -->
- <value>tile</value>
- <!-- Stretch Image to Fit -->
- <value>frame</value>
- <!-- Unscaled Gradient -->
- <value>gradientUnscaled</value>
- <!-- Radial Gradient -->
- <value>gradientRadial</value>
- <!-- Linear Gradient -->
- <value>gradient</value>
- <!-- Use Background Fill -->
- <value>background</value>
- </choice>
+ <choice>
+ <!-- Centered Radial Gradient -->
+ <value>gradientCenter</value>
+ <!-- Solid Fill -->
+ <value>solid</value>
+ <!-- Image Pattern -->
+ <value>pattern</value>
+ <!-- Tiled Image -->
+ <value>tile</value>
+ <!-- Stretch Image to Fit -->
+ <value>frame</value>
+ <!-- Unscaled Gradient -->
+ <value>gradientUnscaled</value>
+ <!-- Radial Gradient -->
+ <value>gradientRadial</value>
+ <!-- Linear Gradient -->
+ <value>gradient</value>
+ <!-- Use Background Fill -->
+ <value>background</value>
+ </choice>
</define>
<define name="BUILT_IN_ANY_TYPE">
- <choice>
- <element>
- <ref name="BUILT_IN_ANY_TYPE"/>
- </element>
- <text/>
- </choice>
+ <choice>
+ <element>
+ <ref name="BUILT_IN_ANY_TYPE"/>
+ </element>
+ <text/>
+ </choice>
</define>
</grammar>
<resource name="OLEObject" resource="Properties">
@@ -10463,15 +10463,15 @@
</element>
</define>
<define name="CT_Border">
- <attribute name="type">
- <text/>
- </attribute>
- <attribute name="width">
- <data type="positiveInteger"/>
- </attribute>
- <attribute name="shadow">
- <text/>
- </attribute>
+ <attribute name="type">
+ <text/>
+ </attribute>
+ <attribute name="width">
+ <data type="positiveInteger"/>
+ </attribute>
+ <attribute name="shadow">
+ <text/>
+ </attribute>
</define>
<define name="wrap">
<element name="wrap">
@@ -10479,18 +10479,18 @@
</element>
</define>
<define name="CT_Wrap">
- <attribute name="type">
- <ref name="ST_WrapType"/>
- </attribute>
- <attribute name="side">
- <ref name="ST_WrapSide"/>
- </attribute>
- <attribute name="anchorx">
- <ref name="ST_HorizontalAnchor"/>
- </attribute>
- <attribute name="anchory">
- <ref name="ST_VerticalAnchor"/>
- </attribute>
+ <attribute name="type">
+ <ref name="ST_WrapType"/>
+ </attribute>
+ <attribute name="side">
+ <ref name="ST_WrapSide"/>
+ </attribute>
+ <attribute name="anchorx">
+ <ref name="ST_HorizontalAnchor"/>
+ </attribute>
+ <attribute name="anchory">
+ <ref name="ST_VerticalAnchor"/>
+ </attribute>
</define>
<define name="anchorlock">
<element name="anchorlock">
@@ -10500,54 +10500,54 @@
<define name="CT_AnchorLock">
</define>
<define name="ST_WrapType">
- <choice>
- <!-- Top and bottom wrapping -->
- <value>topAndBottom</value>
- <!-- Square wrapping -->
- <value>square</value>
- <!-- No wrapping -->
- <value>none</value>
- <!-- Tight wrapping -->
- <value>tight</value>
- <!-- Through wrapping -->
- <value>through</value>
- </choice>
+ <choice>
+ <!-- Top and bottom wrapping -->
+ <value>topAndBottom</value>
+ <!-- Square wrapping -->
+ <value>square</value>
+ <!-- No wrapping -->
+ <value>none</value>
+ <!-- Tight wrapping -->
+ <value>tight</value>
+ <!-- Through wrapping -->
+ <value>through</value>
+ </choice>
</define>
<define name="ST_WrapSide">
- <choice>
- <!-- Both sides -->
- <value>both</value>
- <!-- Left side -->
- <value>left</value>
- <!-- Right side -->
- <value>right</value>
- <!-- Largest side -->
- <value>largest</value>
- </choice>
+ <choice>
+ <!-- Both sides -->
+ <value>both</value>
+ <!-- Left side -->
+ <value>left</value>
+ <!-- Right side -->
+ <value>right</value>
+ <!-- Largest side -->
+ <value>largest</value>
+ </choice>
</define>
<define name="ST_HorizontalAnchor">
- <choice>
- <!-- Margin -->
- <value>margin</value>
- <!-- Page -->
- <value>page</value>
- <!-- Text -->
- <value>text</value>
- <!-- Character -->
- <value>char</value>
- </choice>
+ <choice>
+ <!-- Margin -->
+ <value>margin</value>
+ <!-- Page -->
+ <value>page</value>
+ <!-- Text -->
+ <value>text</value>
+ <!-- Character -->
+ <value>char</value>
+ </choice>
</define>
<define name="ST_VerticalAnchor">
- <choice>
- <!-- Margin -->
- <value>margin</value>
- <!-- Page -->
- <value>page</value>
- <!-- Text -->
- <value>text</value>
- <!-- Line -->
- <value>line</value>
- </choice>
+ <choice>
+ <!-- Margin -->
+ <value>margin</value>
+ <!-- Page -->
+ <value>page</value>
+ <!-- Text -->
+ <value>text</value>
+ <!-- Line -->
+ <value>line</value>
+ </choice>
</define>
</grammar>
<resource name="wrap" resource="Properties">
@@ -10608,20 +10608,20 @@
<define name="CT_Empty">
</define>
<define name="ST_OnOff">
- <choice>
- <!-- True -->
- <value>true</value>
- <!-- False -->
- <value>false</value>
- <!-- True -->
- <value>on</value>
- <!-- False -->
- <value>off</value>
- <!-- False -->
- <value>0</value>
- <!-- True -->
- <value>1</value>
- </choice>
+ <choice>
+ <!-- True -->
+ <value>true</value>
+ <!-- False -->
+ <value>false</value>
+ <!-- True -->
+ <value>on</value>
+ <!-- False -->
+ <value>off</value>
+ <!-- False -->
+ <value>0</value>
+ <!-- True -->
+ <value>1</value>
+ </choice>
</define>
<define name="CT_OnOff">
<attribute name="val">
@@ -10734,42 +10734,42 @@
</attribute>
</define>
<define name="ST_HighlightColor">
- <choice>
- <!-- Black Highlighting Color -->
- <value>black</value>
- <!-- Blue Highlighting Color -->
- <value>blue</value>
- <!-- Cyan Highlighting Color -->
- <value>cyan</value>
- <!-- Green Highlighting Color -->
- <value>green</value>
- <!-- Magenta Highlighting Color -->
- <value>magenta</value>
- <!-- Red Highlighting Color -->
- <value>red</value>
- <!-- Yellow Highlighting Color -->
- <value>yellow</value>
- <!-- White Highlighting Color -->
- <value>white</value>
- <!-- Dark Blue Highlighting Color -->
- <value>darkBlue</value>
- <!-- Dark Cyan Highlighting Color -->
- <value>darkCyan</value>
- <!-- Dark Green Highlighting Color -->
- <value>darkGreen</value>
- <!-- Dark Magenta Highlighting Color -->
- <value>darkMagenta</value>
- <!-- Dark Red Highlighting Color -->
- <value>darkRed</value>
- <!-- Dark Yellow Highlighting Color -->
- <value>darkYellow</value>
- <!-- Dark Gray Highlighting Color -->
- <value>darkGray</value>
- <!-- Light Gray Highlighting Color -->
- <value>lightGray</value>
- <!-- No Text Highlighting -->
- <value>none</value>
- </choice>
+ <choice>
+ <!-- Black Highlighting Color -->
+ <value>black</value>
+ <!-- Blue Highlighting Color -->
+ <value>blue</value>
+ <!-- Cyan Highlighting Color -->
+ <value>cyan</value>
+ <!-- Green Highlighting Color -->
+ <value>green</value>
+ <!-- Magenta Highlighting Color -->
+ <value>magenta</value>
+ <!-- Red Highlighting Color -->
+ <value>red</value>
+ <!-- Yellow Highlighting Color -->
+ <value>yellow</value>
+ <!-- White Highlighting Color -->
+ <value>white</value>
+ <!-- Dark Blue Highlighting Color -->
+ <value>darkBlue</value>
+ <!-- Dark Cyan Highlighting Color -->
+ <value>darkCyan</value>
+ <!-- Dark Green Highlighting Color -->
+ <value>darkGreen</value>
+ <!-- Dark Magenta Highlighting Color -->
+ <value>darkMagenta</value>
+ <!-- Dark Red Highlighting Color -->
+ <value>darkRed</value>
+ <!-- Dark Yellow Highlighting Color -->
+ <value>darkYellow</value>
+ <!-- Dark Gray Highlighting Color -->
+ <value>darkGray</value>
+ <!-- Light Gray Highlighting Color -->
+ <value>lightGray</value>
+ <!-- No Text Highlighting -->
+ <value>none</value>
+ </choice>
</define>
<define name="CT_Highlight">
<attribute name="val">
@@ -10796,15 +10796,15 @@
<attribute name="val">
<ref name="ST_HexColor"/>
</attribute>
- <attribute name="themeColor">
- <ref name="ST_ThemeColor"/>
- </attribute>
- <attribute name="themeTint">
- <ref name="ST_UcharHexNumber"/>
- </attribute>
- <attribute name="themeShade">
- <ref name="ST_UcharHexNumber"/>
- </attribute>
+ <attribute name="themeColor">
+ <ref name="ST_ThemeColor"/>
+ </attribute>
+ <attribute name="themeTint">
+ <ref name="ST_UcharHexNumber"/>
+ </attribute>
+ <attribute name="themeShade">
+ <ref name="ST_UcharHexNumber"/>
+ </attribute>
</define>
<define name="ST_LangCode">
<data type="hexBinary"/>
@@ -10827,79 +10827,79 @@
</attribute>
</define>
<define name="ST_Underline">
- <choice>
- <!-- Single Underline -->
- <value>single</value>
- <!-- Underline Non-Space Characters Only -->
- <value>words</value>
- <!-- Double Underline -->
- <value>double</value>
- <!-- Thick Underline -->
- <value>thick</value>
- <!-- Dotted Underline -->
- <value>dotted</value>
- <!-- Thick Dotted Underline -->
- <value>dottedHeavy</value>
- <!-- Dashed Underline -->
- <value>dash</value>
- <!-- Thick Dashed Underline -->
- <value>dashedHeavy</value>
- <!-- Long Dashed Underline -->
- <value>dashLong</value>
- <!-- Thick Long Dashed Underline -->
- <value>dashLongHeavy</value>
- <!-- Dash-Dot Underline -->
- <value>dotDash</value>
- <!-- Thick Dash-Dot Underline -->
- <value>dashDotHeavy</value>
- <!-- Dash-Dot-Dot Underline -->
- <value>dotDotDash</value>
- <!-- Thick Dash-Dot-Dot Underline -->
- <value>dashDotDotHeavy</value>
- <!-- Wave Underline -->
- <value>wave</value>
- <!-- Heavy Wave Underline -->
- <value>wavyHeavy</value>
- <!-- Double Wave Underline -->
- <value>wavyDouble</value>
- <!-- No Underline -->
- <value>none</value>
- </choice>
+ <choice>
+ <!-- Single Underline -->
+ <value>single</value>
+ <!-- Underline Non-Space Characters Only -->
+ <value>words</value>
+ <!-- Double Underline -->
+ <value>double</value>
+ <!-- Thick Underline -->
+ <value>thick</value>
+ <!-- Dotted Underline -->
+ <value>dotted</value>
+ <!-- Thick Dotted Underline -->
+ <value>dottedHeavy</value>
+ <!-- Dashed Underline -->
+ <value>dash</value>
+ <!-- Thick Dashed Underline -->
+ <value>dashedHeavy</value>
+ <!-- Long Dashed Underline -->
+ <value>dashLong</value>
+ <!-- Thick Long Dashed Underline -->
+ <value>dashLongHeavy</value>
+ <!-- Dash-Dot Underline -->
+ <value>dotDash</value>
+ <!-- Thick Dash-Dot Underline -->
+ <value>dashDotHeavy</value>
+ <!-- Dash-Dot-Dot Underline -->
+ <value>dotDotDash</value>
+ <!-- Thick Dash-Dot-Dot Underline -->
+ <value>dashDotDotHeavy</value>
+ <!-- Wave Underline -->
+ <value>wave</value>
+ <!-- Heavy Wave Underline -->
+ <value>wavyHeavy</value>
+ <!-- Double Wave Underline -->
+ <value>wavyDouble</value>
+ <!-- No Underline -->
+ <value>none</value>
+ </choice>
</define>
<define name="CT_Underline">
- <attribute name="val">
- <ref name="ST_Underline"/>
- </attribute>
- <attribute name="color">
- <ref name="ST_HexColor"/>
- </attribute>
- <attribute name="themeColor">
- <text/>
- </attribute>
- <attribute name="themeTint">
- <text/>
- </attribute>
- <attribute name="themeShade">
- <text/>
- </attribute>
+ <attribute name="val">
+ <ref name="ST_Underline"/>
+ </attribute>
+ <attribute name="color">
+ <ref name="ST_HexColor"/>
+ </attribute>
+ <attribute name="themeColor">
+ <text/>
+ </attribute>
+ <attribute name="themeTint">
+ <text/>
+ </attribute>
+ <attribute name="themeShade">
+ <text/>
+ </attribute>
</define>
<define name="ST_TextEffect">
- <choice>
- <!-- Blinking Background Animation -->
- <value>blinkBackground</value>
- <!-- Colored Lights Animation -->
- <value>lights</value>
- <!-- Black Dashed Line Animation -->
- <value>antsBlack</value>
- <!-- Marching Red Ants -->
- <value>antsRed</value>
- <!-- Shimmer Animation -->
- <value>shimmer</value>
- <!-- Sparkling Lights Animation -->
- <value>sparkle</value>
- <!-- No Animation -->
- <value>none</value>
- </choice>
+ <choice>
+ <!-- Blinking Background Animation -->
+ <value>blinkBackground</value>
+ <!-- Colored Lights Animation -->
+ <value>lights</value>
+ <!-- Black Dashed Line Animation -->
+ <value>antsBlack</value>
+ <!-- Marching Red Ants -->
+ <value>antsRed</value>
+ <!-- Shimmer Animation -->
+ <value>shimmer</value>
+ <!-- Sparkling Lights Animation -->
+ <value>sparkle</value>
+ <!-- No Animation -->
+ <value>none</value>
+ </choice>
</define>
<define name="CT_TextEffect">
<attribute name="val">
@@ -10907,528 +10907,528 @@
</attribute>
</define>
<define name="ST_Border">
- <choice>
- <!-- No Border -->
- <value>nil</value>
- <!-- No Border -->
- <value>none</value>
- <!-- Single Line Border -->
- <value>single</value>
- <!-- Single Line Border -->
- <value>thick</value>
- <!-- Double Line Border -->
- <value>double</value>
- <!-- Dotted Line Border -->
- <value>dotted</value>
- <!-- Dashed Line Border -->
- <value>dashed</value>
- <!-- Dot Dash Line Border -->
- <value>dotDash</value>
- <!-- Dot Dot Dash Line Border -->
- <value>dotDotDash</value>
- <!-- Triple Line Border -->
- <value>triple</value>
- <!-- Thin, Thick Line Border -->
- <value>thinThickSmallGap</value>
- <!-- Thick, Thin Line Border -->
- <value>thickThinSmallGap</value>
- <!-- Thin, Thick, Thin Line Border -->
- <value>thinThickThinSmallGap</value>
- <!-- Thin, Thick Line Border -->
- <value>thinThickMediumGap</value>
- <!-- Thick, Thin Line Border -->
- <value>thickThinMediumGap</value>
- <!-- Thin, Thick, Thin Line Border -->
- <value>thinThickThinMediumGap</value>
- <!-- Thin, Thick Line Border -->
- <value>thinThickLargeGap</value>
- <!-- Thick, Thin Line Border -->
- <value>thickThinLargeGap</value>
- <!-- Thin, Thick, Thin Line Border -->
- <value>thinThickThinLargeGap</value>
- <!-- Wavy Line Border -->
- <value>wave</value>
- <!-- Double Wave Line Border -->
- <value>doubleWave</value>
- <!-- Dashed Line Border -->
- <value>dashSmallGap</value>
- <!-- Dash Dot Strokes Line Border -->
- <value>dashDotStroked</value>
- <!-- 3D Embossed Line Border -->
- <value>threeDEmboss</value>
- <!-- 3D Engraved Line Border -->
- <value>threeDEngrave</value>
- <!-- Outset Line Border -->
- <value>outset</value>
- <!-- Inset Line Border -->
- <value>inset</value>
- <!-- Apples Art Border -->
- <value>apples</value>
- <!-- Arched Scallops Art Border -->
- <value>archedScallops</value>
- <!-- Baby Pacifier Art Border -->
- <value>babyPacifier</value>
- <!-- Baby Rattle Art Border -->
- <value>babyRattle</value>
- <!-- Three Color Balloons Art Border -->
- <value>balloons3Colors</value>
- <!-- Hot Air Balloons Art Border -->
- <value>balloonsHotAir</value>
- <!-- Black Dash Art Border -->
- <value>basicBlackDashes</value>
- <!-- Black Dot Art Border -->
- <value>basicBlackDots</value>
- <!-- Black Square Art Border -->
- <value>basicBlackSquares</value>
- <!-- Thin Line Art Border -->
- <value>basicThinLines</value>
- <!-- White Dash Art Border -->
- <value>basicWhiteDashes</value>
- <!-- White Dot Art Border -->
- <value>basicWhiteDots</value>
- <!-- White Square Art Border -->
- <value>basicWhiteSquares</value>
- <!-- Wide Inline Art Border -->
- <value>basicWideInline</value>
- <!-- Wide Midline Art Border -->
- <value>basicWideMidline</value>
- <!-- Wide Outline Art Border -->
- <value>basicWideOutline</value>
- <!-- Bats Art Border -->
- <value>bats</value>
- <!-- Birds Art Border -->
- <value>birds</value>
- <!-- Birds Flying Art Border -->
- <value>birdsFlight</value>
- <!-- Cabin Art Border -->
- <value>cabins</value>
- <!-- Cake Art Border -->
- <value>cakeSlice</value>
- <!-- Candy Corn Art Border -->
- <value>candyCorn</value>
- <!-- Knot Work Art Border -->
- <value>celticKnotwork</value>
- <!-- Certificate Banner Art Border -->
- <value>certificateBanner</value>
- <!-- Chain Link Art Border -->
- <value>chainLink</value>
- <!-- Champagne Bottle Art Border -->
- <value>champagneBottle</value>
- <!-- Black and White Bar Art Border -->
- <value>checkedBarBlack</value>
- <!-- Color Checked Bar Art Border -->
- <value>checkedBarColor</value>
- <!-- Checkerboard Art Border -->
- <value>checkered</value>
- <!-- Christmas Tree Art Border -->
- <value>christmasTree</value>
- <!-- Circles And Lines Art Border -->
- <value>circlesLines</value>
- <!-- Circles and Rectangles Art Border -->
- <value>circlesRectangles</value>
- <!-- Wave Art Border -->
- <value>classicalWave</value>
- <!-- Clocks Art Border -->
- <value>clocks</value>
- <!-- Compass Art Border -->
- <value>compass</value>
- <!-- Confetti Art Border -->
- <value>confetti</value>
- <!-- Confetti Art Border -->
- <value>confettiGrays</value>
- <!-- Confetti Art Border -->
- <value>confettiOutline</value>
- <!-- Confetti Streamers Art Border -->
- <value>confettiStreamers</value>
- <!-- Confetti Art Border -->
- <value>confettiWhite</value>
- <!-- Corner Triangle Art Border -->
- <value>cornerTriangles</value>
- <!-- Dashed Line Art Border -->
- <value>couponCutoutDashes</value>
- <!-- Dotted Line Art Border -->
- <value>couponCutoutDots</value>
- <!-- Maze Art Border -->
- <value>crazyMaze</value>
- <!-- Butterfly Art Border -->
- <value>creaturesButterfly</value>
- <!-- Fish Art Border -->
- <value>creaturesFish</value>
- <!-- Insects Art Border -->
- <value>creaturesInsects</value>
- <!-- Ladybug Art Border -->
- <value>creaturesLadyBug</value>
- <!-- Cross-stitch Art Border -->
- <value>crossStitch</value>
- <!-- Cupid Art Border -->
- <value>cup</value>
- <!-- Archway Art Border -->
- <value>decoArch</value>
- <!-- Color Archway Art Border -->
- <value>decoArchColor</value>
- <!-- Blocks Art Border -->
- <value>decoBlocks</value>
- <!-- Gray Diamond Art Border -->
- <value>diamondsGray</value>
- <!-- Double D Art Border -->
- <value>doubleD</value>
- <!-- Diamond Art Border -->
- <value>doubleDiamonds</value>
- <!-- Earth Art Border -->
- <value>earth1</value>
- <!-- Earth Art Border -->
- <value>earth2</value>
- <!-- Shadowed Square Art Border -->
- <value>eclipsingSquares1</value>
- <!-- Shadowed Square Art Border -->
- <value>eclipsingSquares2</value>
- <!-- Painted Egg Art Border -->
- <value>eggsBlack</value>
- <!-- Fans Art Border -->
- <value>fans</value>
- <!-- Film Reel Art Border -->
- <value>film</value>
- <!-- Firecracker Art Border -->
- <value>firecrackers</value>
- <!-- Flowers Art Border -->
- <value>flowersBlockPrint</value>
- <!-- Daisy Art Border -->
- <value>flowersDaisies</value>
- <!-- Flowers Art Border -->
- <value>flowersModern1</value>
- <!-- Flowers Art Border -->
- <value>flowersModern2</value>
- <!-- Pansy Art Border -->
- <value>flowersPansy</value>
- <!-- Red Rose Art Border -->
- <value>flowersRedRose</value>
- <!-- Roses Art Border -->
- <value>flowersRoses</value>
- <!-- Flowers in a Teacup Art Border -->
- <value>flowersTeacup</value>
- <!-- Small Flower Art Border -->
- <value>flowersTiny</value>
- <!-- Gems Art Border -->
- <value>gems</value>
- <!-- Gingerbread Man Art Border -->
- <value>gingerbreadMan</value>
- <!-- Triangle Gradient Art Border -->
- <value>gradient</value>
- <!-- Handmade Art Border -->
- <value>handmade1</value>
- <!-- Handmade Art Border -->
- <value>handmade2</value>
- <!-- Heart-Shaped Balloon Art Border -->
- <value>heartBalloon</value>
- <!-- Gray Heart Art Border -->
- <value>heartGray</value>
- <!-- Hearts Art Border -->
- <value>hearts</value>
- <!-- Pattern Art Border -->
- <value>heebieJeebies</value>
- <!-- Holly Art Border -->
- <value>holly</value>
- <!-- House Art Border -->
- <value>houseFunky</value>
- <!-- Circular Art Border -->
- <value>hypnotic</value>
- <!-- Ice Cream Cone Art Border -->
- <value>iceCreamCones</value>
- <!-- Light Bulb Art Border -->
- <value>lightBulb</value>
- <!-- Lightning Art Border -->
- <value>lightning1</value>
- <!-- Lightning Art Border -->
- <value>lightning2</value>
- <!-- Map Pins Art Border -->
- <value>mapPins</value>
- <!-- Maple Leaf Art Border -->
- <value>mapleLeaf</value>
- <!-- Muffin Art Border -->
- <value>mapleMuffins</value>
- <!-- Marquee Art Border -->
- <value>marquee</value>
- <!-- Marquee Art Border -->
- <value>marqueeToothed</value>
- <!-- Moon Art Border -->
- <value>moons</value>
- <!-- Mosaic Art Border -->
- <value>mosaic</value>
- <!-- Musical Note Art Border -->
- <value>musicNotes</value>
- <!-- Patterned Art Border -->
- <value>northwest</value>
- <!-- Oval Art Border -->
- <value>ovals</value>
- <!-- Package Art Border -->
- <value>packages</value>
- <!-- Black Palm Tree Art Border -->
- <value>palmsBlack</value>
- <!-- Color Palm Tree Art Border -->
- <value>palmsColor</value>
- <!-- Paper Clip Art Border -->
- <value>paperClips</value>
- <!-- Papyrus Art Border -->
- <value>papyrus</value>
- <!-- Party Favor Art Border -->
- <value>partyFavor</value>
- <!-- Party Glass Art Border -->
- <value>partyGlass</value>
- <!-- Pencils Art Border -->
- <value>pencils</value>
- <!-- Character Art Border -->
- <value>people</value>
- <!-- Waving Character Border -->
- <value>peopleWaving</value>
- <!-- Character With Hat Art Border -->
- <value>peopleHats</value>
- <!-- Poinsettia Art Border -->
- <value>poinsettias</value>
- <!-- Postage Stamp Art Border -->
- <value>postageStamp</value>
- <!-- Pumpkin Art Border -->
- <value>pumpkin1</value>
- <!-- Push Pin Art Border -->
- <value>pushPinNote2</value>
- <!-- Push Pin Art Border -->
- <value>pushPinNote1</value>
- <!-- Pyramid Art Border -->
- <value>pyramids</value>
- <!-- Pyramid Art Border -->
- <value>pyramidsAbove</value>
- <!-- Quadrants Art Border -->
- <value>quadrants</value>
- <!-- Rings Art Border -->
- <value>rings</value>
- <!-- Safari Art Border -->
- <value>safari</value>
- <!-- Saw tooth Art Border -->
- <value>sawtooth</value>
- <!-- Gray Saw tooth Art Border -->
- <value>sawtoothGray</value>
- <!-- Scared Cat Art Border -->
- <value>scaredCat</value>
- <!-- Umbrella Art Border -->
- <value>seattle</value>
- <!-- Shadowed Squares Art Border -->
- <value>shadowedSquares</value>
- <!-- Shark Tooth Art Border -->
- <value>sharksTeeth</value>
- <!-- Bird Tracks Art Border -->
- <value>shorebirdTracks</value>
- <!-- Rocket Art Border -->
- <value>skyrocket</value>
- <!-- Snowflake Art Border -->
- <value>snowflakeFancy</value>
- <!-- Snowflake Art Border -->
- <value>snowflakes</value>
- <!-- Sombrero Art Border -->
- <value>sombrero</value>
- <!-- Southwest-themed Art Border -->
- <value>southwest</value>
- <!-- Stars Art Border -->
- <value>stars</value>
- <!-- Stars On Top Art Border -->
- <value>starsTop</value>
- <!-- 3-D Stars Art Border -->
- <value>stars3d</value>
- <!-- Stars Art Border -->
- <value>starsBlack</value>
- <!-- Stars With Shadows Art Border -->
- <value>starsShadowed</value>
- <!-- Sun Art Border -->
- <value>sun</value>
- <!-- Whirligig Art Border -->
- <value>swirligig</value>
- <!-- Torn Paper Art Border -->
- <value>tornPaper</value>
- <!-- Black Torn Paper Art Border -->
- <value>tornPaperBlack</value>
- <!-- Tree Art Border -->
- <value>trees</value>
- <!-- Triangle Art Border -->
- <value>triangleParty</value>
- <!-- Triangles Art Border -->
- <value>triangles</value>
- <!-- Tribal Art Border One -->
- <value>tribal1</value>
- <!-- Tribal Art Border Two -->
- <value>tribal2</value>
- <!-- Tribal Art Border Three -->
- <value>tribal3</value>
- <!-- Tribal Art Border Four -->
- <value>tribal4</value>
- <!-- Tribal Art Border Five -->
- <value>tribal5</value>
- <!-- Tribal Art Border Six -->
- <value>tribal6</value>
- <!-- Twisted Lines Art Border -->
- <value>twistedLines1</value>
- <!-- Twisted Lines Art Border -->
- <value>twistedLines2</value>
- <!-- Vine Art Border -->
- <value>vine</value>
- <!-- Wavy Line Art Border -->
- <value>waveline</value>
- <!-- Weaving Angles Art Border -->
- <value>weavingAngles</value>
- <!-- Weaving Braid Art Border -->
- <value>weavingBraid</value>
- <!-- Weaving Ribbon Art Border -->
- <value>weavingRibbon</value>
- <!-- Weaving Strips Art Border -->
- <value>weavingStrips</value>
- <!-- White Flowers Art Border -->
- <value>whiteFlowers</value>
- <!-- Woodwork Art Border -->
- <value>woodwork</value>
- <!-- Crisscross Art Border -->
- <value>xIllusions</value>
- <!-- Triangle Art Border -->
- <value>zanyTriangles</value>
- <!-- Zigzag Art Border -->
- <value>zigZag</value>
- <!-- Zigzag stitch -->
- <value>zigZagStitch</value>
- </choice>
+ <choice>
+ <!-- No Border -->
+ <value>nil</value>
+ <!-- No Border -->
+ <value>none</value>
+ <!-- Single Line Border -->
+ <value>single</value>
+ <!-- Single Line Border -->
+ <value>thick</value>
+ <!-- Double Line Border -->
+ <value>double</value>
+ <!-- Dotted Line Border -->
+ <value>dotted</value>
+ <!-- Dashed Line Border -->
+ <value>dashed</value>
+ <!-- Dot Dash Line Border -->
+ <value>dotDash</value>
+ <!-- Dot Dot Dash Line Border -->
+ <value>dotDotDash</value>
+ <!-- Triple Line Border -->
+ <value>triple</value>
+ <!-- Thin, Thick Line Border -->
+ <value>thinThickSmallGap</value>
+ <!-- Thick, Thin Line Border -->
+ <value>thickThinSmallGap</value>
+ <!-- Thin, Thick, Thin Line Border -->
+ <value>thinThickThinSmallGap</value>
+ <!-- Thin, Thick Line Border -->
+ <value>thinThickMediumGap</value>
+ <!-- Thick, Thin Line Border -->
+ <value>thickThinMediumGap</value>
+ <!-- Thin, Thick, Thin Line Border -->
+ <value>thinThickThinMediumGap</value>
+ <!-- Thin, Thick Line Border -->
+ <value>thinThickLargeGap</value>
+ <!-- Thick, Thin Line Border -->
+ <value>thickThinLargeGap</value>
+ <!-- Thin, Thick, Thin Line Border -->
+ <value>thinThickThinLargeGap</value>
+ <!-- Wavy Line Border -->
+ <value>wave</value>
+ <!-- Double Wave Line Border -->
+ <value>doubleWave</value>
+ <!-- Dashed Line Border -->
+ <value>dashSmallGap</value>
+ <!-- Dash Dot Strokes Line Border -->
+ <value>dashDotStroked</value>
+ <!-- 3D Embossed Line Border -->
+ <value>threeDEmboss</value>
+ <!-- 3D Engraved Line Border -->
+ <value>threeDEngrave</value>
+ <!-- Outset Line Border -->
+ <value>outset</value>
+ <!-- Inset Line Border -->
+ <value>inset</value>
+ <!-- Apples Art Border -->
+ <value>apples</value>
+ <!-- Arched Scallops Art Border -->
+ <value>archedScallops</value>
+ <!-- Baby Pacifier Art Border -->
+ <value>babyPacifier</value>
+ <!-- Baby Rattle Art Border -->
+ <value>babyRattle</value>
+ <!-- Three Color Balloons Art Border -->
+ <value>balloons3Colors</value>
+ <!-- Hot Air Balloons Art Border -->
+ <value>balloonsHotAir</value>
+ <!-- Black Dash Art Border -->
+ <value>basicBlackDashes</value>
+ <!-- Black Dot Art Border -->
+ <value>basicBlackDots</value>
+ <!-- Black Square Art Border -->
+ <value>basicBlackSquares</value>
+ <!-- Thin Line Art Border -->
+ <value>basicThinLines</value>
+ <!-- White Dash Art Border -->
+ <value>basicWhiteDashes</value>
+ <!-- White Dot Art Border -->
+ <value>basicWhiteDots</value>
+ <!-- White Square Art Border -->
+ <value>basicWhiteSquares</value>
+ <!-- Wide Inline Art Border -->
+ <value>basicWideInline</value>
+ <!-- Wide Midline Art Border -->
+ <value>basicWideMidline</value>
+ <!-- Wide Outline Art Border -->
+ <value>basicWideOutline</value>
+ <!-- Bats Art Border -->
+ <value>bats</value>
+ <!-- Birds Art Border -->
+ <value>birds</value>
+ <!-- Birds Flying Art Border -->
+ <value>birdsFlight</value>
+ <!-- Cabin Art Border -->
+ <value>cabins</value>
+ <!-- Cake Art Border -->
+ <value>cakeSlice</value>
+ <!-- Candy Corn Art Border -->
+ <value>candyCorn</value>
+ <!-- Knot Work Art Border -->
+ <value>celticKnotwork</value>
+ <!-- Certificate Banner Art Border -->
+ <value>certificateBanner</value>
+ <!-- Chain Link Art Border -->
+ <value>chainLink</value>
+ <!-- Champagne Bottle Art Border -->
+ <value>champagneBottle</value>
+ <!-- Black and White Bar Art Border -->
+ <value>checkedBarBlack</value>
+ <!-- Color Checked Bar Art Border -->
+ <value>checkedBarColor</value>
+ <!-- Checkerboard Art Border -->
+ <value>checkered</value>
+ <!-- Christmas Tree Art Border -->
+ <value>christmasTree</value>
+ <!-- Circles And Lines Art Border -->
+ <value>circlesLines</value>
+ <!-- Circles and Rectangles Art Border -->
+ <value>circlesRectangles</value>
+ <!-- Wave Art Border -->
+ <value>classicalWave</value>
+ <!-- Clocks Art Border -->
+ <value>clocks</value>
+ <!-- Compass Art Border -->
+ <value>compass</value>
+ <!-- Confetti Art Border -->
+ <value>confetti</value>
+ <!-- Confetti Art Border -->
+ <value>confettiGrays</value>
+ <!-- Confetti Art Border -->
+ <value>confettiOutline</value>
+ <!-- Confetti Streamers Art Border -->
+ <value>confettiStreamers</value>
+ <!-- Confetti Art Border -->
+ <value>confettiWhite</value>
+ <!-- Corner Triangle Art Border -->
+ <value>cornerTriangles</value>
+ <!-- Dashed Line Art Border -->
+ <value>couponCutoutDashes</value>
+ <!-- Dotted Line Art Border -->
+ <value>couponCutoutDots</value>
+ <!-- Maze Art Border -->
+ <value>crazyMaze</value>
+ <!-- Butterfly Art Border -->
+ <value>creaturesButterfly</value>
+ <!-- Fish Art Border -->
+ <value>creaturesFish</value>
+ <!-- Insects Art Border -->
+ <value>creaturesInsects</value>
+ <!-- Ladybug Art Border -->
+ <value>creaturesLadyBug</value>
+ <!-- Cross-stitch Art Border -->
+ <value>crossStitch</value>
+ <!-- Cupid Art Border -->
+ <value>cup</value>
+ <!-- Archway Art Border -->
+ <value>decoArch</value>
+ <!-- Color Archway Art Border -->
+ <value>decoArchColor</value>
+ <!-- Blocks Art Border -->
+ <value>decoBlocks</value>
+ <!-- Gray Diamond Art Border -->
+ <value>diamondsGray</value>
+ <!-- Double D Art Border -->
+ <value>doubleD</value>
+ <!-- Diamond Art Border -->
+ <value>doubleDiamonds</value>
+ <!-- Earth Art Border -->
+ <value>earth1</value>
+ <!-- Earth Art Border -->
+ <value>earth2</value>
+ <!-- Shadowed Square Art Border -->
+ <value>eclipsingSquares1</value>
+ <!-- Shadowed Square Art Border -->
+ <value>eclipsingSquares2</value>
+ <!-- Painted Egg Art Border -->
+ <value>eggsBlack</value>
+ <!-- Fans Art Border -->
+ <value>fans</value>
+ <!-- Film Reel Art Border -->
+ <value>film</value>
+ <!-- Firecracker Art Border -->
+ <value>firecrackers</value>
+ <!-- Flowers Art Border -->
+ <value>flowersBlockPrint</value>
+ <!-- Daisy Art Border -->
+ <value>flowersDaisies</value>
+ <!-- Flowers Art Border -->
+ <value>flowersModern1</value>
+ <!-- Flowers Art Border -->
+ <value>flowersModern2</value>
+ <!-- Pansy Art Border -->
+ <value>flowersPansy</value>
+ <!-- Red Rose Art Border -->
+ <value>flowersRedRose</value>
+ <!-- Roses Art Border -->
+ <value>flowersRoses</value>
+ <!-- Flowers in a Teacup Art Border -->
+ <value>flowersTeacup</value>
+ <!-- Small Flower Art Border -->
+ <value>flowersTiny</value>
+ <!-- Gems Art Border -->
+ <value>gems</value>
+ <!-- Gingerbread Man Art Border -->
+ <value>gingerbreadMan</value>
+ <!-- Triangle Gradient Art Border -->
+ <value>gradient</value>
+ <!-- Handmade Art Border -->
+ <value>handmade1</value>
+ <!-- Handmade Art Border -->
+ <value>handmade2</value>
+ <!-- Heart-Shaped Balloon Art Border -->
+ <value>heartBalloon</value>
+ <!-- Gray Heart Art Border -->
+ <value>heartGray</value>
+ <!-- Hearts Art Border -->
+ <value>hearts</value>
+ <!-- Pattern Art Border -->
+ <value>heebieJeebies</value>
+ <!-- Holly Art Border -->
+ <value>holly</value>
+ <!-- House Art Border -->
+ <value>houseFunky</value>
+ <!-- Circular Art Border -->
+ <value>hypnotic</value>
+ <!-- Ice Cream Cone Art Border -->
+ <value>iceCreamCones</value>
+ <!-- Light Bulb Art Border -->
+ <value>lightBulb</value>
+ <!-- Lightning Art Border -->
+ <value>lightning1</value>
+ <!-- Lightning Art Border -->
+ <value>lightning2</value>
+ <!-- Map Pins Art Border -->
+ <value>mapPins</value>
+ <!-- Maple Leaf Art Border -->
+ <value>mapleLeaf</value>
+ <!-- Muffin Art Border -->
+ <value>mapleMuffins</value>
+ <!-- Marquee Art Border -->
+ <value>marquee</value>
+ <!-- Marquee Art Border -->
+ <value>marqueeToothed</value>
+ <!-- Moon Art Border -->
+ <value>moons</value>
+ <!-- Mosaic Art Border -->
+ <value>mosaic</value>
+ <!-- Musical Note Art Border -->
+ <value>musicNotes</value>
+ <!-- Patterned Art Border -->
+ <value>northwest</value>
+ <!-- Oval Art Border -->
+ <value>ovals</value>
+ <!-- Package Art Border -->
+ <value>packages</value>
+ <!-- Black Palm Tree Art Border -->
+ <value>palmsBlack</value>
+ <!-- Color Palm Tree Art Border -->
+ <value>palmsColor</value>
+ <!-- Paper Clip Art Border -->
+ <value>paperClips</value>
+ <!-- Papyrus Art Border -->
+ <value>papyrus</value>
+ <!-- Party Favor Art Border -->
+ <value>partyFavor</value>
+ <!-- Party Glass Art Border -->
+ <value>partyGlass</value>
+ <!-- Pencils Art Border -->
+ <value>pencils</value>
+ <!-- Character Art Border -->
+ <value>people</value>
+ <!-- Waving Character Border -->
+ <value>peopleWaving</value>
+ <!-- Character With Hat Art Border -->
+ <value>peopleHats</value>
+ <!-- Poinsettia Art Border -->
+ <value>poinsettias</value>
+ <!-- Postage Stamp Art Border -->
+ <value>postageStamp</value>
+ <!-- Pumpkin Art Border -->
+ <value>pumpkin1</value>
+ <!-- Push Pin Art Border -->
+ <value>pushPinNote2</value>
+ <!-- Push Pin Art Border -->
+ <value>pushPinNote1</value>
+ <!-- Pyramid Art Border -->
+ <value>pyramids</value>
+ <!-- Pyramid Art Border -->
+ <value>pyramidsAbove</value>
+ <!-- Quadrants Art Border -->
+ <value>quadrants</value>
+ <!-- Rings Art Border -->
+ <value>rings</value>
+ <!-- Safari Art Border -->
+ <value>safari</value>
+ <!-- Saw tooth Art Border -->
+ <value>sawtooth</value>
+ <!-- Gray Saw tooth Art Border -->
+ <value>sawtoothGray</value>
+ <!-- Scared Cat Art Border -->
+ <value>scaredCat</value>
+ <!-- Umbrella Art Border -->
+ <value>seattle</value>
+ <!-- Shadowed Squares Art Border -->
+ <value>shadowedSquares</value>
+ <!-- Shark Tooth Art Border -->
+ <value>sharksTeeth</value>
+ <!-- Bird Tracks Art Border -->
+ <value>shorebirdTracks</value>
+ <!-- Rocket Art Border -->
+ <value>skyrocket</value>
+ <!-- Snowflake Art Border -->
+ <value>snowflakeFancy</value>
+ <!-- Snowflake Art Border -->
+ <value>snowflakes</value>
+ <!-- Sombrero Art Border -->
+ <value>sombrero</value>
+ <!-- Southwest-themed Art Border -->
+ <value>southwest</value>
+ <!-- Stars Art Border -->
+ <value>stars</value>
+ <!-- Stars On Top Art Border -->
+ <value>starsTop</value>
+ <!-- 3-D Stars Art Border -->
+ <value>stars3d</value>
+ <!-- Stars Art Border -->
+ <value>starsBlack</value>
+ <!-- Stars With Shadows Art Border -->
+ <value>starsShadowed</value>
+ <!-- Sun Art Border -->
+ <value>sun</value>
+ <!-- Whirligig Art Border -->
+ <value>swirligig</value>
+ <!-- Torn Paper Art Border -->
+ <value>tornPaper</value>
+ <!-- Black Torn Paper Art Border -->
+ <value>tornPaperBlack</value>
+ <!-- Tree Art Border -->
+ <value>trees</value>
+ <!-- Triangle Art Border -->
+ <value>triangleParty</value>
+ <!-- Triangles Art Border -->
+ <value>triangles</value>
+ <!-- Tribal Art Border One -->
+ <value>tribal1</value>
+ <!-- Tribal Art Border Two -->
+ <value>tribal2</value>
+ <!-- Tribal Art Border Three -->
+ <value>tribal3</value>
+ <!-- Tribal Art Border Four -->
+ <value>tribal4</value>
+ <!-- Tribal Art Border Five -->
+ <value>tribal5</value>
+ <!-- Tribal Art Border Six -->
+ <value>tribal6</value>
+ <!-- Twisted Lines Art Border -->
+ <value>twistedLines1</value>
+ <!-- Twisted Lines Art Border -->
+ <value>twistedLines2</value>
+ <!-- Vine Art Border -->
+ <value>vine</value>
+ <!-- Wavy Line Art Border -->
+ <value>waveline</value>
+ <!-- Weaving Angles Art Border -->
+ <value>weavingAngles</value>
+ <!-- Weaving Braid Art Border -->
+ <value>weavingBraid</value>
+ <!-- Weaving Ribbon Art Border -->
+ <value>weavingRibbon</value>
+ <!-- Weaving Strips Art Border -->
+ <value>weavingStrips</value>
+ <!-- White Flowers Art Border -->
+ <value>whiteFlowers</value>
+ <!-- Woodwork Art Border -->
+ <value>woodwork</value>
+ <!-- Crisscross Art Border -->
+ <value>xIllusions</value>
+ <!-- Triangle Art Border -->
+ <value>zanyTriangles</value>
+ <!-- Zigzag Art Border -->
+ <value>zigZag</value>
+ <!-- Zigzag stitch -->
+ <value>zigZagStitch</value>
+ </choice>
</define>
<define name="CT_Border">
<attribute name="val">
<ref name="ST_Border"/>
</attribute>
- <attribute name="color">
- <ref name="ST_HexColor"/>
- </attribute>
- <attribute name="themeColor">
- <ref name="ST_ThemeColor"/>
- </attribute>
- <attribute name="themeTint">
- <ref name="ST_UcharHexNumber"/>
- </attribute>
- <attribute name="themeShade">
- <ref name="ST_UcharHexNumber"/>
- </attribute>
- <attribute name="sz">
- <ref name="ST_EighthPointMeasure"/>
- </attribute>
- <attribute name="space">
- <ref name="ST_PointMeasure"/>
- </attribute>
- <attribute name="shadow">
- <ref name="ST_OnOff"/>
- </attribute>
- <attribute name="frame">
- <ref name="ST_OnOff"/>
- </attribute>
+ <attribute name="color">
+ <ref name="ST_HexColor"/>
+ </attribute>
+ <attribute name="themeColor">
+ <ref name="ST_ThemeColor"/>
+ </attribute>
+ <attribute name="themeTint">
+ <ref name="ST_UcharHexNumber"/>
+ </attribute>
+ <attribute name="themeShade">
+ <ref name="ST_UcharHexNumber"/>
+ </attribute>
+ <attribute name="sz">
+ <ref name="ST_EighthPointMeasure"/>
+ </attribute>
+ <attribute name="space">
+ <ref name="ST_PointMeasure"/>
+ </attribute>
+ <attribute name="shadow">
+ <ref name="ST_OnOff"/>
+ </attribute>
+ <attribute name="frame">
+ <ref name="ST_OnOff"/>
+ </attribute>
</define>
<define name="ST_Shd">
- <choice>
- <!-- No Pattern -->
- <value>nil</value>
- <!-- No Pattern -->
- <value>clear</value>
- <!-- 100% Fill Pattern -->
- <value>solid</value>
- <!-- Horizontal Stripe Pattern -->
- <value>horzStripe</value>
- <!-- Vertical Stripe Pattern -->
- <value>vertStripe</value>
- <!-- Reverse Diagonal Stripe Pattern -->
- <value>reverseDiagStripe</value>
- <!-- Diagonal Stripe Pattern -->
- <value>diagStripe</value>
- <!-- Horizontal Cross Pattern -->
- <value>horzCross</value>
- <!-- Diagonal Cross Pattern -->
- <value>diagCross</value>
- <!-- Thin Horizontal Stripe Pattern -->
- <value>thinHorzStripe</value>
- <!-- Thin Vertical Stripe Pattern -->
- <value>thinVertStripe</value>
- <!-- Thin Reverse Diagonal Stripe Pattern -->
- <value>thinReverseDiagStripe</value>
- <!-- Thin Diagonal Stripe Pattern -->
- <value>thinDiagStripe</value>
- <!-- Thin Horizontal Cross Pattern -->
- <value>thinHorzCross</value>
- <!-- Thin Diagonal Cross Pattern -->
- <value>thinDiagCross</value>
- <!-- 5% Fill Pattern -->
- <value>pct5</value>
- <!-- 10% Fill Pattern -->
- <value>pct10</value>
- <!-- 12.5% Fill Pattern -->
- <value>pct12</value>
- <!-- 15% Fill Pattern -->
- <value>pct15</value>
- <!-- 20% Fill Pattern -->
- <value>pct20</value>
- <!-- 25% Fill Pattern -->
- <value>pct25</value>
- <!-- 30% Fill Pattern -->
- <value>pct30</value>
- <!-- 35% Fill Pattern -->
- <value>pct35</value>
- <!-- 37.5% Fill Pattern -->
- <value>pct37</value>
- <!-- 40% Fill Pattern -->
- <value>pct40</value>
- <!-- 45% Fill Pattern -->
- <value>pct45</value>
- <!-- 50% Fill Pattern -->
- <value>pct50</value>
- <!-- 55% Fill Pattern -->
- <value>pct55</value>
- <!-- 60% Fill Pattern -->
- <value>pct60</value>
- <!-- 62.5% Fill Pattern -->
- <value>pct62</value>
- <!-- 65% Fill Pattern -->
- <value>pct65</value>
- <!-- 70% Fill Pattern -->
- <value>pct70</value>
- <!-- 75% Fill Pattern -->
- <value>pct75</value>
- <!-- 80% Fill Pattern -->
- <value>pct80</value>
- <!-- 85% Fill Pattern -->
- <value>pct85</value>
- <!-- 87.5% Fill Pattern -->
- <value>pct87</value>
- <!-- 90% Fill Pattern -->
- <value>pct90</value>
- <!-- 95% Fill Pattern -->
- <value>pct95</value>
- </choice>
+ <choice>
+ <!-- No Pattern -->
+ <value>nil</value>
+ <!-- No Pattern -->
+ <value>clear</value>
+ <!-- 100% Fill Pattern -->
+ <value>solid</value>
+ <!-- Horizontal Stripe Pattern -->
+ <value>horzStripe</value>
+ <!-- Vertical Stripe Pattern -->
+ <value>vertStripe</value>
+ <!-- Reverse Diagonal Stripe Pattern -->
+ <value>reverseDiagStripe</value>
+ <!-- Diagonal Stripe Pattern -->
+ <value>diagStripe</value>
+ <!-- Horizontal Cross Pattern -->
+ <value>horzCross</value>
+ <!-- Diagonal Cross Pattern -->
+ <value>diagCross</value>
+ <!-- Thin Horizontal Stripe Pattern -->
+ <value>thinHorzStripe</value>
+ <!-- Thin Vertical Stripe Pattern -->
+ <value>thinVertStripe</value>
+ <!-- Thin Reverse Diagonal Stripe Pattern -->
+ <value>thinReverseDiagStripe</value>
+ <!-- Thin Diagonal Stripe Pattern -->
+ <value>thinDiagStripe</value>
+ <!-- Thin Horizontal Cross Pattern -->
+ <value>thinHorzCross</value>
+ <!-- Thin Diagonal Cross Pattern -->
+ <value>thinDiagCross</value>
+ <!-- 5% Fill Pattern -->
+ <value>pct5</value>
+ <!-- 10% Fill Pattern -->
+ <value>pct10</value>
+ <!-- 12.5% Fill Pattern -->
+ <value>pct12</value>
+ <!-- 15% Fill Pattern -->
+ <value>pct15</value>
+ <!-- 20% Fill Pattern -->
+ <value>pct20</value>
+ <!-- 25% Fill Pattern -->
+ <value>pct25</value>
+ <!-- 30% Fill Pattern -->
+ <value>pct30</value>
+ <!-- 35% Fill Pattern -->
+ <value>pct35</value>
+ <!-- 37.5% Fill Pattern -->
+ <value>pct37</value>
+ <!-- 40% Fill Pattern -->
+ <value>pct40</value>
+ <!-- 45% Fill Pattern -->
+ <value>pct45</value>
+ <!-- 50% Fill Pattern -->
+ <value>pct50</value>
+ <!-- 55% Fill Pattern -->
+ <value>pct55</value>
+ <!-- 60% Fill Pattern -->
+ <value>pct60</value>
+ <!-- 62.5% Fill Pattern -->
+ <value>pct62</value>
+ <!-- 65% Fill Pattern -->
+ <value>pct65</value>
+ <!-- 70% Fill Pattern -->
+ <value>pct70</value>
+ <!-- 75% Fill Pattern -->
+ <value>pct75</value>
+ <!-- 80% Fill Pattern -->
+ <value>pct80</value>
+ <!-- 85% Fill Pattern -->
+ <value>pct85</value>
+ <!-- 87.5% Fill Pattern -->
+ <value>pct87</value>
+ <!-- 90% Fill Pattern -->
+ <value>pct90</value>
+ <!-- 95% Fill Pattern -->
+ <value>pct95</value>
+ </choice>
</define>
<define name="CT_Shd">
<attribute name="val">
<ref name="ST_Shd"/>
</attribute>
- <attribute name="color">
- <ref name="ST_HexColor"/>
- </attribute>
- <attribute name="themeColor">
- <ref name="ST_ThemeColor"/>
- </attribute>
- <attribute name="themeTint">
- <ref name="ST_UcharHexNumber"/>
- </attribute>
- <attribute name="themeShade">
- <ref name="ST_UcharHexNumber"/>
- </attribute>
- <attribute name="fill">
- <ref name="ST_HexColor"/>
- </attribute>
- <attribute name="themeFill">
- <ref name="ST_ThemeColor"/>
- </attribute>
- <attribute name="themeFillTint">
- <ref name="ST_UcharHexNumber"/>
- </attribute>
- <attribute name="themeFillShade">
- <ref name="ST_UcharHexNumber"/>
- </attribute>
+ <attribute name="color">
+ <ref name="ST_HexColor"/>
+ </attribute>
+ <attribute name="themeColor">
+ <ref name="ST_ThemeColor"/>
+ </attribute>
+ <attribute name="themeTint">
+ <ref name="ST_UcharHexNumber"/>
+ </attribute>
+ <attribute name="themeShade">
+ <ref name="ST_UcharHexNumber"/>
+ </attribute>
+ <attribute name="fill">
+ <ref name="ST_HexColor"/>
+ </attribute>
+ <attribute name="themeFill">
+ <ref name="ST_ThemeColor"/>
+ </attribute>
+ <attribute name="themeFillTint">
+ <ref name="ST_UcharHexNumber"/>
+ </attribute>
+ <attribute name="themeFillShade">
+ <ref name="ST_UcharHexNumber"/>
+ </attribute>
</define>
<define name="CT_VerticalAlignRun">
<attribute name="val">
@@ -11439,23 +11439,23 @@
<attribute name="val">
<text/>
</attribute>
- <attribute name="id">
- <text/>
- </attribute>
+ <attribute name="id">
+ <text/>
+ </attribute>
</define>
<define name="ST_Em">
- <choice>
- <!-- No Emphasis Mark -->
- <value>none</value>
- <!-- Dot Emphasis Mark Above Characters -->
- <value>dot</value>
- <!-- Comma Emphasis Mark Above Characters -->
- <value>comma</value>
- <!-- Circle Emphasis Mark Above Characters -->
- <value>circle</value>
- <!-- Dot Emphasis Mark Below Characters -->
- <value>underDot</value>
- </choice>
+ <choice>
+ <!-- No Emphasis Mark -->
+ <value>none</value>
+ <!-- Dot Emphasis Mark Above Characters -->
+ <value>dot</value>
+ <!-- Comma Emphasis Mark Above Characters -->
+ <value>comma</value>
+ <!-- Circle Emphasis Mark Above Characters -->
+ <value>circle</value>
+ <!-- Dot Emphasis Mark Below Characters -->
+ <value>underDot</value>
+ </choice>
</define>
<define name="CT_Em">
<attribute name="val">
@@ -11463,330 +11463,330 @@
</attribute>
</define>
<define name="CT_Language">
- <attribute name="val">
- <ref name="ST_Lang"/>
- </attribute>
- <attribute name="eastAsia">
- <ref name="ST_Lang"/>
- </attribute>
- <attribute name="bidi">
- <ref name="ST_Lang"/>
- </attribute>
+ <attribute name="val">
+ <ref name="ST_Lang"/>
+ </attribute>
+ <attribute name="eastAsia">
+ <ref name="ST_Lang"/>
+ </attribute>
+ <attribute name="bidi">
+ <ref name="ST_Lang"/>
+ </attribute>
</define>
<define name="ST_CombineBrackets">
- <choice>
- <!-- No Enclosing Brackets -->
- <value>none</value>
- <!-- Round Brackets -->
- <value>round</value>
- <!-- Square Brackets -->
- <value>square</value>
- <!-- Angle Brackets -->
- <value>angle</value>
- <!-- Curly Brackets -->
- <value>curly</value>
- </choice>
+ <choice>
+ <!-- No Enclosing Brackets -->
+ <value>none</value>
+ <!-- Round Brackets -->
+ <value>round</value>
+ <!-- Square Brackets -->
+ <value>square</value>
+ <!-- Angle Brackets -->
+ <value>angle</value>
+ <!-- Curly Brackets -->
+ <value>curly</value>
+ </choice>
</define>
<define name="CT_EastAsianLayout">
- <attribute name="id">
- <ref name="ST_DecimalNumber"/>
- </attribute>
- <attribute name="combine">
- <ref name="ST_OnOff"/>
- </attribute>
- <attribute name="combineBrackets">
- <ref name="ST_CombineBrackets"/>
- </attribute>
- <attribute name="vert">
- <ref name="ST_OnOff"/>
- </attribute>
- <attribute name="vertCompress">
- <ref name="ST_OnOff"/>
- </attribute>
+ <attribute name="id">
+ <ref name="ST_DecimalNumber"/>
+ </attribute>
+ <attribute name="combine">
+ <ref name="ST_OnOff"/>
+ </attribute>
+ <attribute name="combineBrackets">
+ <ref name="ST_CombineBrackets"/>
+ </attribute>
+ <attribute name="vert">
+ <ref name="ST_OnOff"/>
+ </attribute>
+ <attribute name="vertCompress">
+ <ref name="ST_OnOff"/>
+ </attribute>
</define>
<define name="ST_XAlign">
- <choice>
- <!-- Left Aligned Horizontally -->
- <value>left</value>
- <!-- Centered Horizontally -->
- <value>center</value>
- <!-- Right Aligned Horizontally -->
- <value>right</value>
- <!-- Inside -->
- <value>inside</value>
- <!-- Outside -->
- <value>outside</value>
- </choice>
+ <choice>
+ <!-- Left Aligned Horizontally -->
+ <value>left</value>
+ <!-- Centered Horizontally -->
+ <value>center</value>
+ <!-- Right Aligned Horizontally -->
+ <value>right</value>
+ <!-- Inside -->
+ <value>inside</value>
+ <!-- Outside -->
+ <value>outside</value>
+ </choice>
</define>
<define name="ST_YAlign">
- <choice>
- <!-- In line With Text -->
- <value>inline</value>
- <!-- Top -->
- <value>top</value>
- <!-- Centered Vertically -->
- <value>center</value>
- <!-- Bottom -->
- <value>bottom</value>
- <!-- Inside Anchor Extents -->
- <value>inside</value>
- <!-- Outside Anchor Extents -->
- <value>outside</value>
- </choice>
+ <choice>
+ <!-- In line With Text -->
+ <value>inline</value>
+ <!-- Top -->
+ <value>top</value>
+ <!-- Centered Vertically -->
+ <value>center</value>
+ <!-- Bottom -->
+ <value>bottom</value>
+ <!-- Inside Anchor Extents -->
+ <value>inside</value>
+ <!-- Outside Anchor Extents -->
+ <value>outside</value>
+ </choice>
</define>
<define name="ST_HeightRule">
- <choice>
- <!-- Determine Height Based On Contents -->
- <value>auto</value>
- <!-- Exact Height -->
- <value>exact</value>
- <!-- Minimum Height -->
- <value>atLeast</value>
- </choice>
+ <choice>
+ <!-- Determine Height Based On Contents -->
+ <value>auto</value>
+ <!-- Exact Height -->
+ <value>exact</value>
+ <!-- Minimum Height -->
+ <value>atLeast</value>
+ </choice>
</define>
<define name="ST_Wrap">
- <choice>
- <!-- Default Text Wrapping Around Frame -->
- <value>auto</value>
- <!-- No Text Wrapping Beside Frame -->
- <value>notBeside</value>
- <!-- Allow Text Wrapping Around Frame -->
- <value>around</value>
- <!-- Tight Text Wrapping Around Frame -->
- <value>tight</value>
- <!-- Through Text Wrapping Around Frame -->
- <value>through</value>
- <!-- No Text Wrapping Around Frame -->
- <value>none</value>
- </choice>
+ <choice>
+ <!-- Default Text Wrapping Around Frame -->
+ <value>auto</value>
+ <!-- No Text Wrapping Beside Frame -->
+ <value>notBeside</value>
+ <!-- Allow Text Wrapping Around Frame -->
+ <value>around</value>
+ <!-- Tight Text Wrapping Around Frame -->
+ <value>tight</value>
+ <!-- Through Text Wrapping Around Frame -->
+ <value>through</value>
+ <!-- No Text Wrapping Around Frame -->
+ <value>none</value>
+ </choice>
</define>
<define name="ST_VAnchor">
- <choice>
- <!-- Relative To Vertical Text Extents -->
- <value>text</value>
- <!-- Relative To Margin -->
- <value>margin</value>
- <!-- Relative To Page -->
- <value>page</value>
- </choice>
+ <choice>
+ <!-- Relative To Vertical Text Extents -->
+ <value>text</value>
+ <!-- Relative To Margin -->
+ <value>margin</value>
+ <!-- Relative To Page -->
+ <value>page</value>
+ </choice>
</define>
<define name="ST_HAnchor">
- <choice>
- <!-- Relative to Text Extents -->
- <value>text</value>
- <!-- Relative To Margin -->
- <value>margin</value>
- <!-- Relative to Page -->
- <value>page</value>
- </choice>
+ <choice>
+ <!-- Relative to Text Extents -->
+ <value>text</value>
+ <!-- Relative To Margin -->
+ <value>margin</value>
+ <!-- Relative to Page -->
+ <value>page</value>
+ </choice>
</define>
<define name="ST_DropCap">
- <choice>
- <!-- Not Drop Cap -->
- <value>none</value>
- <!-- Drop Cap Inside Margin -->
- <value>drop</value>
- <!-- Drop Cap Outside Margin -->
- <value>margin</value>
- </choice>
+ <choice>
+ <!-- Not Drop Cap -->
+ <value>none</value>
+ <!-- Drop Cap Inside Margin -->
+ <value>drop</value>
+ <!-- Drop Cap Outside Margin -->
+ <value>margin</value>
+ </choice>
</define>
<define name="CT_FramePr">
- <attribute name="dropCap">
- <ref name="ST_DropCap"/>
- </attribute>
- <attribute name="lines">
- <ref name="ST_DecimalNumber"/>
- </attribute>
- <attribute name="w">
- <ref name="ST_TwipsMeasure"/>
- </attribute>
- <attribute name="h">
- <ref name="ST_TwipsMeasure"/>
- </attribute>
- <attribute name="vSpace">
- <ref name="ST_TwipsMeasure"/>
- </attribute>
- <attribute name="hSpace">
- <ref name="ST_TwipsMeasure"/>
- </attribute>
- <attribute name="wrap">
- <ref name="ST_Wrap"/>
- </attribute>
- <attribute name="hAnchor">
- <ref name="ST_HAnchor"/>
- </attribute>
- <attribute name="vAnchor">
- <ref name="ST_VAnchor"/>
- </attribute>
- <attribute name="x">
- <ref name="ST_SignedTwipsMeasure"/>
- </attribute>
- <attribute name="xAlign">
- <ref name="ST_XAlign"/>
- </attribute>
- <attribute name="y">
- <ref name="ST_SignedTwipsMeasure"/>
- </attribute>
- <attribute name="yAlign">
- <ref name="ST_YAlign"/>
- </attribute>
- <attribute name="hRule">
- <ref name="ST_HeightRule"/>
- </attribute>
- <attribute name="anchorLock">
- <ref name="ST_OnOff"/>
- </attribute>
+ <attribute name="dropCap">
+ <ref name="ST_DropCap"/>
+ </attribute>
+ <attribute name="lines">
+ <ref name="ST_DecimalNumber"/>
+ </attribute>
+ <attribute name="w">
+ <ref name="ST_TwipsMeasure"/>
+ </attribute>
+ <attribute name="h">
+ <ref name="ST_TwipsMeasure"/>
+ </attribute>
+ <attribute name="vSpace">
+ <ref name="ST_TwipsMeasure"/>
+ </attribute>
+ <attribute name="hSpace">
+ <ref name="ST_TwipsMeasure"/>
+ </attribute>
+ <attribute name="wrap">
+ <ref name="ST_Wrap"/>
+ </attribute>
+ <attribute name="hAnchor">
+ <ref name="ST_HAnchor"/>
+ </attribute>
+ <attribute name="vAnchor">
+ <ref name="ST_VAnchor"/>
+ </attribute>
+ <attribute name="x">
+ <ref name="ST_SignedTwipsMeasure"/>
+ </attribute>
+ <attribute name="xAlign">
+ <ref name="ST_XAlign"/>
+ </attribute>
+ <attribute name="y">
+ <ref name="ST_SignedTwipsMeasure"/>
+ </attribute>
+ <attribute name="yAlign">
+ <ref name="ST_YAlign"/>
+ </attribute>
+ <attribute name="hRule">
+ <ref name="ST_HeightRule"/>
+ </attribute>
+ <attribute name="anchorLock">
+ <ref name="ST_OnOff"/>
+ </attribute>
</define>
<define name="ST_TabJc">
- <choice>
- <!-- No Tab Stop -->
- <value>clear</value>
- <!-- Leading Tab -->
- <value>start</value>
- <!-- Left Tab (ecma) -->
- <value>left</value>
- <!-- Centered Tab -->
- <value>center</value>
- <!-- Trailing Tab -->
- <value>end</value>
- <!-- Right Tab (ecma) -->
- <value>right</value>
- <!-- Decimal Tab -->
- <value>decimal</value>
- <!-- Bar Tab -->
- <value>bar</value>
- <!-- List Tab -->
- <value>num</value>
- </choice>
+ <choice>
+ <!-- No Tab Stop -->
+ <value>clear</value>
+ <!-- Leading Tab -->
+ <value>start</value>
+ <!-- Left Tab (ecma) -->
+ <value>left</value>
+ <!-- Centered Tab -->
+ <value>center</value>
+ <!-- Trailing Tab -->
+ <value>end</value>
+ <!-- Right Tab (ecma) -->
+ <value>right</value>
+ <!-- Decimal Tab -->
+ <value>decimal</value>
+ <!-- Bar Tab -->
+ <value>bar</value>
+ <!-- List Tab -->
+ <value>num</value>
+ </choice>
</define>
<define name="ST_TabTlc">
- <choice>
- <!-- No tab stop leader -->
- <value>none</value>
- <!-- Dotted leader line -->
- <value>dot</value>
- <!-- Dashed tab stop leader line -->
- <value>hyphen</value>
- <!-- Solid leader line -->
- <value>underscore</value>
- <!-- Heavy solid leader line -->
- <value>heavy</value>
- <!-- Middle dot leader line -->
- <value>middleDot</value>
- </choice>
+ <choice>
+ <!-- No tab stop leader -->
+ <value>none</value>
+ <!-- Dotted leader line -->
+ <value>dot</value>
+ <!-- Dashed tab stop leader line -->
+ <value>hyphen</value>
+ <!-- Solid leader line -->
+ <value>underscore</value>
+ <!-- Heavy solid leader line -->
+ <value>heavy</value>
+ <!-- Middle dot leader line -->
+ <value>middleDot</value>
+ </choice>
</define>
<define name="CT_TabStop">
<attribute name="val">
<ref name="ST_TabJc"/>
</attribute>
- <attribute name="leader">
- <ref name="ST_TabTlc"/>
- </attribute>
+ <attribute name="leader">
+ <ref name="ST_TabTlc"/>
+ </attribute>
<attribute name="pos">
<ref name="ST_SignedTwipsMeasure"/>
</attribute>
</define>
<define name="ST_LineSpacingRule">
- <choice>
- <!-- Automatically Determined Line Height -->
- <value>auto</value>
- <!-- Exact Line Height -->
- <value>exact</value>
- <!-- Minimum Line Height -->
- <value>atLeast</value>
- </choice>
+ <choice>
+ <!-- Automatically Determined Line Height -->
+ <value>auto</value>
+ <!-- Exact Line Height -->
+ <value>exact</value>
+ <!-- Minimum Line Height -->
+ <value>atLeast</value>
+ </choice>
</define>
<define name="CT_Spacing">
- <attribute name="before">
- <ref name="ST_TwipsMeasure"/>
- </attribute>
- <attribute name="beforeLines">
- <ref name="ST_DecimalNumber"/>
- </attribute>
- <attribute name="beforeAutospacing">
- <ref name="ST_OnOff"/>
- </attribute>
- <attribute name="after">
- <ref name="ST_TwipsMeasure"/>
- </attribute>
- <attribute name="afterLines">
- <ref name="ST_DecimalNumber"/>
- </attribute>
- <attribute name="afterAutospacing">
- <ref name="ST_OnOff"/>
- </attribute>
- <attribute name="line">
- <ref name="ST_SignedTwipsMeasure"/>
- </attribute>
- <attribute name="lineRule">
- <ref name="ST_LineSpacingRule"/>
- </attribute>
+ <attribute name="before">
+ <ref name="ST_TwipsMeasure"/>
+ </attribute>
+ <attribute name="beforeLines">
+ <ref name="ST_DecimalNumber"/>
+ </attribute>
+ <attribute name="beforeAutospacing">
+ <ref name="ST_OnOff"/>
+ </attribute>
+ <attribute name="after">
+ <ref name="ST_TwipsMeasure"/>
+ </attribute>
+ <attribute name="afterLines">
+ <ref name="ST_DecimalNumber"/>
+ </attribute>
+ <attribute name="afterAutospacing">
+ <ref name="ST_OnOff"/>
+ </attribute>
+ <attribute name="line">
+ <ref name="ST_SignedTwipsMeasure"/>
+ </attribute>
+ <attribute name="lineRule">
+ <ref name="ST_LineSpacingRule"/>
+ </attribute>
</define>
<define name="CT_Ind">
- <attribute name="end">
- <ref name="ST_SignedTwipsMeasure"/>
- </attribute>
- <attribute name="endChars">
- <ref name="ST_DecimalNumber"/>
- </attribute>
- <attribute name="start">
- <ref name="ST_SignedTwipsMeasure"/>
- </attribute>
- <attribute name="startChars">
- <ref name="ST_DecimalNumber"/>
- </attribute>
- <attribute name="left">
- <ref name="ST_SignedTwipsMeasure"/>
- </attribute>
- <attribute name="leftChars">
- <ref name="ST_DecimalNumber"/>
- </attribute>
- <attribute name="right">
- <ref name="ST_SignedTwipsMeasure"/>
- </attribute>
- <attribute name="rightChars">
- <ref name="ST_DecimalNumber"/>
- </attribute>
- <attribute name="hanging">
- <ref name="ST_TwipsMeasure"/>
- </attribute>
- <attribute name="hangingChars">
- <ref name="ST_DecimalNumber"/>
- </attribute>
- <attribute name="firstLine">
- <ref name="ST_TwipsMeasure"/>
- </attribute>
- <attribute name="firstLineChars">
- <ref name="ST_DecimalNumber"/>
- </attribute>
+ <attribute name="end">
+ <ref name="ST_SignedTwipsMeasure"/>
+ </attribute>
+ <attribute name="endChars">
+ <ref name="ST_DecimalNumber"/>
+ </attribute>
+ <attribute name="start">
+ <ref name="ST_SignedTwipsMeasure"/>
+ </attribute>
+ <attribute name="startChars">
+ <ref name="ST_DecimalNumber"/>
+ </attribute>
+ <attribute name="left">
+ <ref name="ST_SignedTwipsMeasure"/>
+ </attribute>
+ <attribute name="leftChars">
+ <ref name="ST_DecimalNumber"/>
+ </attribute>
+ <attribute name="right">
+ <ref name="ST_SignedTwipsMeasure"/>
+ </attribute>
+ <attribute name="rightChars">
+ <ref name="ST_DecimalNumber"/>
+ </attribute>
+ <attribute name="hanging">
+ <ref name="ST_TwipsMeasure"/>
+ </attribute>
+ <attribute name="hangingChars">
+ <ref name="ST_DecimalNumber"/>
+ </attribute>
+ <attribute name="firstLine">
+ <ref name="ST_TwipsMeasure"/>
+ </attribute>
+ <attribute name="firstLineChars">
+ <ref name="ST_DecimalNumber"/>
+ </attribute>
</define>
<define name="ST_Jc">
- <choice>
- <!-- Align To Leading Edge -->
- <value>start</value>
- <!-- Align To Trailing Edge -->
- <value>end</value>
- <!-- Align Left (ecma) -->
- <value>left</value>
- <!-- Align Center -->
- <value>center</value>
- <!-- Align Right (ecma) -->
- <value>right</value>
- <!-- Justified -->
- <value>both</value>
- <!-- Medium Kashida Length -->
- <value>mediumKashida</value>
- <!-- Distribute All Characters Equally -->
- <value>distribute</value>
- <!-- Align to List Tab -->
- <value>numTab</value>
- <!-- Widest Kashida Length -->
- <value>highKashida</value>
- <!-- Low Kashida Length -->
- <value>lowKashida</value>
- <!-- Thai Language Justification -->
- <value>thaiDistribute</value>
- </choice>
+ <choice>
+ <!-- Align To Leading Edge -->
+ <value>start</value>
+ <!-- Align To Trailing Edge -->
+ <value>end</value>
+ <!-- Align Left (ecma) -->
+ <value>left</value>
+ <!-- Align Center -->
+ <value>center</value>
+ <!-- Align Right (ecma) -->
+ <value>right</value>
+ <!-- Justified -->
+ <value>both</value>
+ <!-- Medium Kashida Length -->
+ <value>mediumKashida</value>
+ <!-- Distribute All Characters Equally -->
+ <value>distribute</value>
+ <!-- Align to List Tab -->
+ <value>numTab</value>
+ <!-- Widest Kashida Length -->
+ <value>highKashida</value>
+ <!-- Low Kashida Length -->
+ <value>lowKashida</value>
+ <!-- Thai Language Justification -->
+ <value>thaiDistribute</value>
+ </choice>
</define>
<define name="CT_Jc">
<attribute name="val">
@@ -11794,20 +11794,20 @@
</attribute>
</define>
<define name="ST_View">
- <choice>
- <!-- Default View -->
- <value>none</value>
- <!-- Print Layout View -->
- <value>print</value>
- <!-- Outline View -->
- <value>outline</value>
- <!-- Master Document View -->
- <value>masterPages</value>
- <!-- Draft View -->
- <value>normal</value>
- <!-- Web Page View -->
- <value>web</value>
- </choice>
+ <choice>
+ <!-- Default View -->
+ <value>none</value>
+ <!-- Print Layout View -->
+ <value>print</value>
+ <!-- Outline View -->
+ <value>outline</value>
+ <!-- Master Document View -->
+ <value>masterPages</value>
+ <!-- Draft View -->
+ <value>normal</value>
+ <!-- Web Page View -->
+ <value>web</value>
+ </choice>
</define>
<define name="CT_View">
<attribute name="val">
@@ -11815,24 +11815,24 @@
</attribute>
</define>
<define name="ST_Zoom">
- <choice>
- <!-- No Preset Magnification -->
- <value>none</value>
- <!-- Display One Full Page -->
- <value>fullPage</value>
- <!-- Display Page Width -->
- <value>bestFit</value>
- <!-- Display Text Width -->
- <value>textFit</value>
- </choice>
+ <choice>
+ <!-- No Preset Magnification -->
+ <value>none</value>
+ <!-- Display One Full Page -->
+ <value>fullPage</value>
+ <!-- Display Page Width -->
+ <value>bestFit</value>
+ <!-- Display Text Width -->
+ <value>textFit</value>
+ </choice>
</define>
<define name="ST_Percentage">
<data type="int"/>
</define>
<define name="CT_Zoom">
- <attribute name="val">
- <ref name="ST_Zoom"/>
- </attribute>
+ <attribute name="val">
+ <ref name="ST_Zoom"/>
+ </attribute>
<attribute name="percent">
<ref name="ST_Percentage"/>
</attribute>
@@ -11847,9 +11847,9 @@
<attribute name="dllVersion">
<text/>
</attribute>
- <attribute name="nlCheck">
- <text/>
- </attribute>
+ <attribute name="nlCheck">
+ <text/>
+ </attribute>
<attribute name="checkStyle">
<text/>
</attribute>
@@ -11858,22 +11858,22 @@
</attribute>
</define>
<define name="CT_Proof">
- <attribute name="spelling">
- <text/>
- </attribute>
- <attribute name="grammar">
- <text/>
- </attribute>
+ <attribute name="spelling">
+ <text/>
+ </attribute>
+ <attribute name="grammar">
+ <text/>
+ </attribute>
</define>
<define name="ST_DocType">
- <choice>
- <!-- Default Document -->
- <value>notSpecified</value>
- <!-- Letter -->
- <value>letter</value>
- <!-- E-Mail Message -->
- <value>eMail</value>
- </choice>
+ <choice>
+ <!-- Default Document -->
+ <value>notSpecified</value>
+ <!-- Letter -->
+ <value>letter</value>
+ <!-- E-Mail Message -->
+ <value>eMail</value>
+ </choice>
</define>
<define name="CT_DocType">
<attribute name="val">
@@ -11881,26 +11881,26 @@
</attribute>
</define>
<define name="ST_DocProtect">
- <choice>
- <!-- No Editing Restrictions -->
- <value>none</value>
- <!-- Allow No Editing -->
- <value>readOnly</value>
- <!-- Allow Editing of Comments -->
- <value>comments</value>
- <!-- Allow Editing With Revision Tracking -->
- <value>trackedChanges</value>
- <!-- Allow Editing of Form Fields -->
- <value>forms</value>
- </choice>
+ <choice>
+ <!-- No Editing Restrictions -->
+ <value>none</value>
+ <!-- Allow No Editing -->
+ <value>readOnly</value>
+ <!-- Allow Editing of Comments -->
+ <value>comments</value>
+ <!-- Allow Editing With Revision Tracking -->
+ <value>trackedChanges</value>
+ <!-- Allow Editing of Form Fields -->
+ <value>forms</value>
+ </choice>
</define>
<define name="ST_CryptProv">
- <choice>
- <!-- AES Provider -->
- <value>rsaAES</value>
- <!-- Any Provider -->
- <value>rsaFull</value>
- </choice>
+ <choice>
+ <!-- AES Provider -->
+ <value>rsaAES</value>
+ <!-- Any Provider -->
+ <value>rsaFull</value>
+ </choice>
</define>
<define name="ST_AlgClass">
<choice>
@@ -11953,12 +11953,12 @@
</attribute>
</define>
<define name="CT_DocProtect">
- <attribute name="edit">
- <ref name="ST_DocProtect"/>
- </attribute>
- <attribute name="formatting">
- <ref name="ST_OnOff"/>
- </attribute>
+ <attribute name="edit">
+ <ref name="ST_DocProtect"/>
+ </attribute>
+ <attribute name="formatting">
+ <ref name="ST_OnOff"/>
+ </attribute>
<attribute name="enforcement">
<ref name="ST_OnOff"/>
</attribute>
@@ -11985,21 +11985,21 @@
</attribute>
</define>
<define name="CT_TrackChangesView">
- <attribute name="markup">
- <ref name="ST_OnOff"/>
- </attribute>
- <attribute name="comments">
- <ref name="ST_OnOff"/>
- </attribute>
- <attribute name="insDel">
- <ref name="ST_OnOff"/>
- </attribute>
- <attribute name="formatting">
- <ref name="ST_OnOff"/>
- </attribute>
- <attribute name="inkAnnotations">
- <ref name="ST_OnOff"/>
- </attribute>
+ <attribute name="markup">
+ <ref name="ST_OnOff"/>
+ </attribute>
+ <attribute name="comments">
+ <ref name="ST_OnOff"/>
+ </attribute>
+ <attribute name="insDel">
+ <ref name="ST_OnOff"/>
+ </attribute>
+ <attribute name="formatting">
+ <ref name="ST_OnOff"/>
+ </attribute>
+ <attribute name="inkAnnotations">
+ <ref name="ST_OnOff"/>
+ </attribute>
</define>
<define name="CT_Kinsoku">
<attribute name="lang">
@@ -12010,20 +12010,20 @@
</attribute>
</define>
<define name="ST_TextDirection">
- <choice>
- <!-- Left to Right, Top to Bottom -->
- <value>lrTb</value>
- <!-- Top to Bottom, Right to Left -->
- <value>tbRl</value>
- <!-- Bottom to Top, Left to Right -->
- <value>btLr</value>
- <!-- Left to Right, Top to Bottom Rotated -->
- <value>lrTbV</value>
- <!-- Top to Bottom, Right to Left Rotated -->
- <value>tbRlV</value>
- <!-- Top to Bottom, Left to Right Rotated -->
- <value>tbLrV</value>
- </choice>
+ <choice>
+ <!-- Left to Right, Top to Bottom -->
+ <value>lrTb</value>
+ <!-- Top to Bottom, Right to Left -->
+ <value>tbRl</value>
+ <!-- Bottom to Top, Left to Right -->
+ <value>btLr</value>
+ <!-- Left to Right, Top to Bottom Rotated -->
+ <value>lrTbV</value>
+ <!-- Top to Bottom, Right to Left Rotated -->
+ <value>tbRlV</value>
+ <!-- Top to Bottom, Left to Right Rotated -->
+ <value>tbLrV</value>
+ </choice>
</define>
<define name="CT_TextDirection">
<attribute name="val">
@@ -12031,18 +12031,18 @@
</attribute>
</define>
<define name="ST_TextAlignment">
- <choice>
- <!-- Align Text at Top -->
- <value>top</value>
- <!-- Align Text at Center -->
- <value>center</value>
- <!-- Align Text at Baseline -->
- <value>baseline</value>
- <!-- Align Text at Bottom -->
- <value>bottom</value>
- <!-- Automatically Determine Alignment -->
- <value>auto</value>
- </choice>
+ <choice>
+ <!-- Align Text at Top -->
+ <value>top</value>
+ <!-- Align Text at Center -->
+ <value>center</value>
+ <!-- Align Text at Baseline -->
+ <value>baseline</value>
+ <!-- Align Text at Bottom -->
+ <value>bottom</value>
+ <!-- Automatically Determine Alignment -->
+ <value>auto</value>
+ </choice>
</define>
<define name="CT_TextAlignment">
<attribute name="val">
@@ -12050,20 +12050,20 @@
</attribute>
</define>
<define name="ST_DisplacedByCustomXml">
- <choice>
- <!-- Displaced by Next Custom XML Markup Tag -->
- <value>next</value>
- <!-- Displaced by Previous Custom XML Markup Tag -->
- <value>prev</value>
- </choice>
+ <choice>
+ <!-- Displaced by Next Custom XML Markup Tag -->
+ <value>next</value>
+ <!-- Displaced by Previous Custom XML Markup Tag -->
+ <value>prev</value>
+ </choice>
</define>
<define name="ST_AnnotationVMerge">
- <choice>
- <!-- Vertically Merged Cell -->
- <value>cont</value>
- <!-- Vertically Split Cell -->
- <value>rest</value>
- </choice>
+ <choice>
+ <!-- Vertically Merged Cell -->
+ <value>cont</value>
+ <!-- Vertically Split Cell -->
+ <value>rest</value>
+ </choice>
</define>
<define name="CT_Markup">
<attribute name="id">
@@ -12075,30 +12075,30 @@
<attribute name="author">
<ref name="ST_String"/>
</attribute>
- <attribute name="date">
- <ref name="ST_DateTime"/>
- </attribute>
+ <attribute name="date">
+ <ref name="ST_DateTime"/>
+ </attribute>
</define>
<define name="CT_CellMergeTrackChange">
<ref name="CT_TrackChange"/>
- <attribute name="vMerge">
- <ref name="ST_AnnotationVMerge"/>
- </attribute>
- <attribute name="vMergeOrig">
- <ref name="ST_AnnotationVMerge"/>
- </attribute>
+ <attribute name="vMerge">
+ <ref name="ST_AnnotationVMerge"/>
+ </attribute>
+ <attribute name="vMergeOrig">
+ <ref name="ST_AnnotationVMerge"/>
+ </attribute>
</define>
<define name="CT_TrackChangeRange">
<ref name="CT_TrackChange"/>
- <attribute name="displacedByCustomXml">
- <ref name="ST_DisplacedByCustomXml"/>
- </attribute>
+ <attribute name="displacedByCustomXml">
+ <ref name="ST_DisplacedByCustomXml"/>
+ </attribute>
</define>
<define name="CT_MarkupRange">
<ref name="CT_Markup"/>
- <attribute name="displacedByCustomXml">
- <ref name="ST_DisplacedByCustomXml"/>
- </attribute>
+ <attribute name="displacedByCustomXml">
+ <ref name="ST_DisplacedByCustomXml"/>
+ </attribute>
</define>
<define name="CT_MarkupRangeBookmark">
<attribute name="id">
@@ -12114,12 +12114,12 @@
</define>
<define name="CT_BookmarkRange">
<ref name="CT_MarkupRangeBookmark"/>
- <attribute name="colFirst">
- <text/>
- </attribute>
- <attribute name="colLast">
- <text/>
- </attribute>
+ <attribute name="colFirst">
+ <text/>
+ </attribute>
+ <attribute name="colLast">
+ <text/>
+ </attribute>
</define>
<define name="CT_Bookmark">
<ref name="CT_BookmarkRange"/>
@@ -12141,16 +12141,16 @@
<ref name="ST_DecimalNumber"/>
</attribute>
<ref name="CT_TrackChange"/>
- <ref name="EG_BlockLevelElts"/>
- <attribute name="initials">
- <ref name="ST_String"/>
- </attribute>
+ <ref name="EG_BlockLevelElts"/>
+ <attribute name="initials">
+ <ref name="ST_String"/>
+ </attribute>
</define>
<define name="CT_TrackChangeNumbering">
<ref name="CT_TrackChange"/>
- <attribute name="original">
- <text/>
- </attribute>
+ <attribute name="original">
+ <text/>
+ </attribute>
</define>
<define name="CT_TblPrExChange">
<ref name="CT_TrackChange"/>
@@ -12184,9 +12184,9 @@
</define>
<define name="CT_SectPrChange">
<ref name="CT_TrackChange"/>
- <element name="sectPr">
- <ref name="CT_SectPrBase"/>
- </element>
+ <element name="sectPr">
+ <ref name="CT_SectPrBase"/>
+ </element>
</define>
<define name="CT_PPrChange">
<ref name="CT_TrackChange"/>
@@ -12208,22 +12208,22 @@
</define>
<define name="CT_RunTrackChange">
<ref name="CT_TrackChange"/>
- <choice>
- <ref name="EG_ContentRunContent"/>
- <ref name="EG_OMathMathElements"/>
- </choice>
+ <choice>
+ <ref name="EG_ContentRunContent"/>
+ <ref name="EG_OMathMathElements"/>
+ </choice>
</define>
<define name="EG_CellMarkupElements">
<choice>
- <element name="cellIns">
- <ref name="CT_TrackChange"/>
- </element>
- <element name="cellDel">
- <ref name="CT_TrackChange"/>
- </element>
- <element name="cellMerge">
- <ref name="CT_CellMergeTrackChange"/>
- </element>
+ <element name="cellIns">
+ <ref name="CT_TrackChange"/>
+ </element>
+ <element name="cellDel">
+ <ref name="CT_TrackChange"/>
+ </element>
+ <element name="cellMerge">
+ <ref name="CT_CellMergeTrackChange"/>
+ </element>
</choice>
</define>
<define name="EG_RangeMarkupElements">
@@ -12279,43 +12279,43 @@
</choice>
</define>
<define name="CT_NumPr">
- <element name="ilvl">
- <ref name="CT_DecimalNumber"/>
- </element>
- <element name="numId">
- <ref name="CT_DecimalNumber"/>
- </element>
- <element name="numberingChange">
- <ref name="CT_TrackChangeNumbering"/>
- </element>
- <element name="ins">
- <ref name="CT_TrackChange"/>
- </element>
+ <element name="ilvl">
+ <ref name="CT_DecimalNumber"/>
+ </element>
+ <element name="numId">
+ <ref name="CT_DecimalNumber"/>
+ </element>
+ <element name="numberingChange">
+ <ref name="CT_TrackChangeNumbering"/>
+ </element>
+ <element name="ins">
+ <ref name="CT_TrackChange"/>
+ </element>
</define>
<define name="CT_PBdr">
- <element name="top">
- <ref name="CT_Border"/>
- </element>
- <element name="left">
- <ref name="CT_Border"/>
- </element>
- <element name="bottom">
- <ref name="CT_Border"/>
- </element>
- <element name="right">
- <ref name="CT_Border"/>
- </element>
- <element name="between">
- <ref name="CT_Border"/>
- </element>
- <element name="bar">
- <ref name="CT_Border"/>
- </element>
+ <element name="top">
+ <ref name="CT_Border"/>
+ </element>
+ <element name="left">
+ <ref name="CT_Border"/>
+ </element>
+ <element name="bottom">
+ <ref name="CT_Border"/>
+ </element>
+ <element name="right">
+ <ref name="CT_Border"/>
+ </element>
+ <element name="between">
+ <ref name="CT_Border"/>
+ </element>
+ <element name="bar">
+ <ref name="CT_Border"/>
+ </element>
</define>
<define name="CT_Tabs">
- <element name="tab">
- <ref name="CT_TabStop"/>
- </element>
+ <element name="tab">
+ <ref name="CT_TabStop"/>
+ </element>
</define>
<define name="CT_TextboxTightWrap">
<attribute name="val">
@@ -12323,146 +12323,146 @@
</attribute>
</define>
<define name="CT_PPrBase">
- <element name="pStyle">
- <ref name="CT_String"/>
- </element>
- <element name="keepNext">
- <ref name="CT_OnOff"/>
- </element>
- <element name="keepLines">
- <ref name="CT_OnOff"/>
- </element>
- <element name="pageBreakBefore">
- <ref name="CT_OnOff"/>
- </element>
- <element name="framePr">
- <ref name="CT_FramePr"/>
- </element>
- <element name="widowControl">
- <ref name="CT_OnOff"/>
- </element>
- <element name="numPr">
- <ref name="CT_NumPr"/>
- </element>
- <element name="suppressLineNumbers">
- <ref name="CT_OnOff"/>
- </element>
- <element name="pBdr">
- <ref name="CT_PBdr"/>
- </element>
- <element name="shd">
- <ref name="CT_Shd"/>
- </element>
- <element name="tabs">
- <ref name="CT_Tabs"/>
- </element>
- <element name="suppressAutoHyphens">
- <ref name="CT_OnOff"/>
- </element>
- <element name="kinsoku">
- <ref name="CT_OnOff"/>
- </element>
- <element name="wordWrap">
- <ref name="CT_OnOff"/>
- </element>
- <element name="overflowPunct">
- <ref name="CT_OnOff"/>
- </element>
- <element name="topLinePunct">
- <ref name="CT_OnOff"/>
- </element>
- <element name="autoSpaceDE">
- <ref name="CT_OnOff"/>
- </element>
- <element name="autoSpaceDN">
- <ref name="CT_OnOff"/>
- </element>
- <element name="bidi">
- <ref name="CT_OnOff"/>
- </element>
- <element name="adjustRightInd">
- <ref name="CT_OnOff"/>
- </element>
- <element name="snapToGrid">
- <ref name="CT_OnOff"/>
- </element>
- <element name="spacing">
- <ref name="CT_Spacing"/>
- </element>
- <element name="ind">
- <ref name="CT_Ind"/>
- </element>
- <element name="contextualSpacing">
- <ref name="CT_OnOff"/>
- </element>
- <element name="mirrorIndents">
- <ref name="CT_OnOff"/>
- </element>
- <element name="suppressOverlap">
- <ref name="CT_OnOff"/>
- </element>
- <element name="jc">
- <ref name="CT_Jc"/>
- </element>
- <element name="textDirection">
- <ref name="CT_TextDirection"/>
- </element>
- <element name="textAlignment">
- <ref name="CT_TextAlignment"/>
- </element>
- <element name="textboxTightWrap">
- <ref name="CT_TextboxTightWrap"/>
- </element>
- <element name="outlineLvl">
- <ref name="CT_DecimalNumber"/>
- </element>
- <element name="divId">
- <ref name="CT_DecimalNumber"/>
- </element>
- <element name="cnfStyle">
- <ref name="CT_Cnf"/>
- </element>
+ <element name="pStyle">
+ <ref name="CT_String"/>
+ </element>
+ <element name="keepNext">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="keepLines">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="pageBreakBefore">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="framePr">
+ <ref name="CT_FramePr"/>
+ </element>
+ <element name="widowControl">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="numPr">
+ <ref name="CT_NumPr"/>
+ </element>
+ <element name="suppressLineNumbers">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="pBdr">
+ <ref name="CT_PBdr"/>
+ </element>
+ <element name="shd">
+ <ref name="CT_Shd"/>
+ </element>
+ <element name="tabs">
+ <ref name="CT_Tabs"/>
+ </element>
+ <element name="suppressAutoHyphens">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="kinsoku">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="wordWrap">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="overflowPunct">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="topLinePunct">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="autoSpaceDE">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="autoSpaceDN">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="bidi">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="adjustRightInd">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="snapToGrid">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="spacing">
+ <ref name="CT_Spacing"/>
+ </element>
+ <element name="ind">
+ <ref name="CT_Ind"/>
+ </element>
+ <element name="contextualSpacing">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="mirrorIndents">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="suppressOverlap">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="jc">
+ <ref name="CT_Jc"/>
+ </element>
+ <element name="textDirection">
+ <ref name="CT_TextDirection"/>
+ </element>
+ <element name="textAlignment">
+ <ref name="CT_TextAlignment"/>
+ </element>
+ <element name="textboxTightWrap">
+ <ref name="CT_TextboxTightWrap"/>
+ </element>
+ <element name="outlineLvl">
+ <ref name="CT_DecimalNumber"/>
+ </element>
+ <element name="divId">
+ <ref name="CT_DecimalNumber"/>
+ </element>
+ <element name="cnfStyle">
+ <ref name="CT_Cnf"/>
+ </element>
</define>
<define name="CT_PPr">
<ref name="CT_PPrBase"/>
- <element name="rPr">
- <ref name="CT_ParaRPr"/>
- </element>
- <element name="sectPr">
- <ref name="CT_SectPr"/>
- </element>
- <element name="pPrChange">
- <ref name="CT_PPrChange"/>
- </element>
+ <element name="rPr">
+ <ref name="CT_ParaRPr"/>
+ </element>
+ <element name="sectPr">
+ <ref name="CT_SectPr"/>
+ </element>
+ <element name="pPrChange">
+ <ref name="CT_PPrChange"/>
+ </element>
</define>
<define name="CT_Control">
- <attribute name="name">
- <text/>
- </attribute>
- <attribute name="shapeid">
- <text/>
- </attribute>
- <attribute name="r:id">
- <ref name="ST_String"/>
- </attribute>
+ <attribute name="name">
+ <text/>
+ </attribute>
+ <attribute name="shapeid">
+ <text/>
+ </attribute>
+ <attribute name="r:id">
+ <ref name="ST_String"/>
+ </attribute>
</define>
<define name="CT_Background">
<ref name="CT_PictureBase"/>
- <attribute name="color">
- <ref name="ST_HexColor"/>
- </attribute>
- <attribute name="themeColor">
- <text/>
- </attribute>
- <attribute name="themeTint">
- <text/>
- </attribute>
- <attribute name="themeShade">
- <text/>
- </attribute>
- <element name="v:background">
- <ref name="BUILT_IN_ANY_TYPE"/>
- </element>
+ <attribute name="color">
+ <ref name="ST_HexColor"/>
+ </attribute>
+ <attribute name="themeColor">
+ <text/>
+ </attribute>
+ <attribute name="themeTint">
+ <text/>
+ </attribute>
+ <attribute name="themeShade">
+ <text/>
+ </attribute>
+ <element name="v:background">
+ <ref name="BUILT_IN_ANY_TYPE"/>
+ </element>
</define>
<define name="CT_Rel">
<attribute name="r:id">
@@ -12470,42 +12470,42 @@
</attribute>
</define>
<define name="CT_PictureBase">
- <element>
- <ref name="BUILT_IN_ANY_TYPE"/>
- </element>
+ <element>
+ <ref name="BUILT_IN_ANY_TYPE"/>
+ </element>
</define>
<define name="CT_Object">
<ref name="CT_PictureBase"/>
- <element name="control">
- <ref name="CT_Control"/>
- </element>
- <attribute name="dxaOrig">
- <text/>
- </attribute>
- <attribute name="dyaOrig">
- <text/>
- </attribute>
+ <element name="control">
+ <ref name="CT_Control"/>
+ </element>
+ <attribute name="dxaOrig">
+ <text/>
+ </attribute>
+ <attribute name="dyaOrig">
+ <text/>
+ </attribute>
</define>
<define name="CT_Picture">
<ref name="CT_PictureBase"/>
- <element name="movie">
- <ref name="CT_Rel"/>
- </element>
- <element name="control">
- <ref name="CT_Control"/>
- </element>
+ <element name="movie">
+ <ref name="CT_Rel"/>
+ </element>
+ <element name="control">
+ <ref name="CT_Control"/>
+ </element>
</define>
<define name="CT_Drawing">
- <choice>
- <ref name="anchor"/>
- <ref name="inline"/>
- </choice>
+ <choice>
+ <ref name="anchor"/>
+ <ref name="inline"/>
+ </choice>
</define>
<define name="CT_SimpleField">
- <element name="fldData">
- <ref name="CT_FLDData"/>
- </element>
- <ref name="EG_PContent"/>
+ <element name="fldData">
+ <ref name="CT_FLDData"/>
+ </element>
+ <ref name="EG_PContent"/>
<attribute name="instr">
<text/>
</attribute>
@@ -12517,22 +12517,22 @@
</attribute>
</define>
<define name="ST_FldCharType">
- <choice>
- <!-- Start Character -->
- <value>begin</value>
- <!-- Separator Character -->
- <value>separate</value>
- <!-- End Character -->
- <value>end</value>
- </choice>
+ <choice>
+ <!-- Start Character -->
+ <value>begin</value>
+ <!-- Separator Character -->
+ <value>separate</value>
+ <!-- End Character -->
+ <value>end</value>
+ </choice>
</define>
<define name="ST_InfoTextType">
- <choice>
- <!-- Literal Text -->
- <value>text</value>
- <!-- Glossary Document Entry -->
- <value>autoText</value>
- </choice>
+ <choice>
+ <!-- Literal Text -->
+ <value>text</value>
+ <!-- Glossary Document Entry -->
+ <value>autoText</value>
+ </choice>
</define>
<define name="ST_FFName">
<data type="string"/>
@@ -12549,15 +12549,15 @@
</define>
<define name="CT_FldChar">
<choice>
- <element name="fldData">
- <ref name="CT_FLDData"/>
- </element>
- <element name="ffData">
- <ref name="CT_FFData"/>
- </element>
- <element name="numberingChange">
- <ref name="CT_TrackChangeNumbering"/>
- </element>
+ <element name="fldData">
+ <ref name="CT_FLDData"/>
+ </element>
+ <element name="ffData">
+ <ref name="CT_FFData"/>
+ </element>
+ <element name="numberingChange">
+ <ref name="CT_TrackChangeNumbering"/>
+ </element>
</choice>
<attribute name="fldCharType">
<ref name="ST_FldCharType"/>
@@ -12570,22 +12570,22 @@
</attribute>
</define>
<define name="CT_Hyperlink">
- <ref name="EG_PContent"/>
- <attribute name="tgtFrame">
- <text/>
- </attribute>
- <attribute name="tooltip">
- <text/>
- </attribute>
- <attribute name="docLocation">
- <text/>
- </attribute>
- <attribute name="history">
- <ref name="ST_OnOff"/>
- </attribute>
- <attribute name="anchor">
- <text/>
- </attribute>
+ <ref name="EG_PContent"/>
+ <attribute name="tgtFrame">
+ <text/>
+ </attribute>
+ <attribute name="tooltip">
+ <text/>
+ </attribute>
+ <attribute name="docLocation">
+ <text/>
+ </attribute>
+ <attribute name="history">
+ <ref name="ST_OnOff"/>
+ </attribute>
+ <attribute name="anchor">
+ <text/>
+ </attribute>
<attribute name="r:id">
<ref name="ST_String"/>
</attribute>
@@ -12594,38 +12594,38 @@
<ref name="ST_String"/>
</define>
<define name="CT_FFData">
- <choice>
- <element name="name">
- <ref name="CT_FFName"/>
- </element>
- <element name="enabled">
- <ref name="CT_OnOff"/>
- </element>
- <element name="calcOnExit">
- <ref name="CT_OnOff"/>
- </element>
- <element name="entryMacro">
- <ref name="CT_MacroName"/>
- </element>
- <element name="exitMacro">
- <ref name="CT_MacroName"/>
- </element>
- <element name="helpText">
- <ref name="CT_FFHelpText"/>
- </element>
- <element name="statusText">
- <ref name="CT_FFStatusText"/>
- </element>
- <element name="checkBox">
- <ref name="CT_FFCheckBox"/>
- </element>
- <element name="ddList">
- <ref name="CT_FFDDList"/>
- </element>
- <element name="textInput">
- <ref name="CT_FFTextInput"/>
- </element>
- </choice>
+ <choice>
+ <element name="name">
+ <ref name="CT_FFName"/>
+ </element>
+ <element name="enabled">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="calcOnExit">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="entryMacro">
+ <ref name="CT_MacroName"/>
+ </element>
+ <element name="exitMacro">
+ <ref name="CT_MacroName"/>
+ </element>
+ <element name="helpText">
+ <ref name="CT_FFHelpText"/>
+ </element>
+ <element name="statusText">
+ <ref name="CT_FFStatusText"/>
+ </element>
+ <element name="checkBox">
+ <ref name="CT_FFCheckBox"/>
+ </element>
+ <element name="ddList">
+ <ref name="CT_FFDDList"/>
+ </element>
+ <element name="textInput">
+ <ref name="CT_FFTextInput"/>
+ </element>
+ </choice>
</define>
<define name="CT_FFHelpText">
<attribute name="type">
@@ -12652,51 +12652,51 @@
<ref name="CT_OnOff"/>
</element>
</choice>
- <element name="default">
- <ref name="CT_OnOff"/>
- </element>
- <element name="checked">
- <ref name="CT_OnOff"/>
- </element>
+ <element name="default">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="checked">
+ <ref name="CT_OnOff"/>
+ </element>
</define>
<define name="CT_FFDDList">
- <element name="result">
- <ref name="CT_String"/>
- </element>
- <element name="default">
- <ref name="CT_DecimalNumber"/>
- </element>
- <element name="listEntry">
- <ref name="CT_String"/>
- </element>
+ <element name="result">
+ <ref name="CT_String"/>
+ </element>
+ <element name="default">
+ <ref name="CT_DecimalNumber"/>
+ </element>
+ <element name="listEntry">
+ <ref name="CT_String"/>
+ </element>
</define>
<define name="CT_FFTextInput">
- <element name="type">
- <ref name="CT_FFTextType"/>
- </element>
- <element name="default">
- <ref name="CT_String"/>
- </element>
- <element name="maxLength">
- <ref name="CT_DecimalNumber"/>
- </element>
- <element name="format">
- <ref name="CT_String"/>
- </element>
+ <element name="type">
+ <ref name="CT_FFTextType"/>
+ </element>
+ <element name="default">
+ <ref name="CT_String"/>
+ </element>
+ <element name="maxLength">
+ <ref name="CT_DecimalNumber"/>
+ </element>
+ <element name="format">
+ <ref name="CT_String"/>
+ </element>
</define>
<define name="ST_SectionMark">
- <choice>
- <!-- Next Page Section Break -->
- <value>nextPage</value>
- <!-- Column Section Break -->
- <value>nextColumn</value>
- <!-- Continuous Section Break -->
- <value>continuous</value>
- <!-- Even Page Section Break -->
- <value>evenPage</value>
- <!-- Odd Page Section Break -->
- <value>oddPage</value>
- </choice>
+ <choice>
+ <!-- Next Page Section Break -->
+ <value>nextPage</value>
+ <!-- Column Section Break -->
+ <value>nextColumn</value>
+ <!-- Continuous Section Break -->
+ <value>continuous</value>
+ <!-- Even Page Section Break -->
+ <value>evenPage</value>
+ <!-- Odd Page Section Break -->
+ <value>oddPage</value>
+ </choice>
</define>
<define name="CT_SectType">
<attribute name="val">
@@ -12712,147 +12712,147 @@
</attribute>
</define>
<define name="ST_NumberFormat">
- <choice>
- <!-- Decimal Numbers -->
- <value>decimal</value>
- <!-- Uppercase Roman Numerals -->
- <value>upperRoman</value>
- <!-- Lowercase Roman Numerals -->
- <value>lowerRoman</value>
- <!-- Uppercase Latin Alphabet -->
- <value>upperLetter</value>
- <!-- Lowercase Latin Alphabet -->
- <value>lowerLetter</value>
- <!-- Ordinal -->
- <value>ordinal</value>
- <!-- Cardinal Text -->
- <value>cardinalText</value>
- <!-- Ordinal Text -->
- <value>ordinalText</value>
- <!-- Hexadecimal Numbering -->
- <value>hex</value>
- <!-- Chicago Manual of Style -->
- <value>chicago</value>
- <!-- Ideographs -->
- <value>ideographDigital</value>
- <!-- Japanese Counting System -->
- <value>japaneseCounting</value>
- <!-- AIUEO Order Hiragana -->
- <value>aiueo</value>
- <!-- Iroha Ordered Katakana -->
- <value>iroha</value>
- <!-- Double Byte Arabic Numerals -->
- <value>decimalFullWidth</value>
- <!-- Single Byte Arabic Numerals -->
- <value>decimalHalfWidth</value>
- <!-- Japanese Legal Numbering -->
- <value>japaneseLegal</value>
- <!-- Japanese Digital Ten Thousand Counting System -->
- <value>japaneseDigitalTenThousand</value>
- <!-- Decimal Numbers Enclosed in a Circle -->
- <value>decimalEnclosedCircle</value>
- <!-- Double Byte Arabic Numerals Alternate -->
- <value>decimalFullWidth2</value>
- <!-- Full-Width AIUEO Order Hiragana -->
- <value>aiueoFullWidth</value>
- <!-- Full-Width Iroha Ordered Katakana -->
- <value>irohaFullWidth</value>
- <!-- Initial Zero Arabic Numerals -->
- <value>decimalZero</value>
- <!-- Bullet -->
- <value>bullet</value>
- <!-- Korean Ganada Numbering -->
- <value>ganada</value>
- <!-- Korean Chosung Numbering -->
- <value>chosung</value>
- <!-- Decimal Numbers Followed by a Period -->
- <value>decimalEnclosedFullstop</value>
- <!-- Decimal Numbers Enclosed in Parenthesis -->
- <value>decimalEnclosedParen</value>
- <!-- Decimal Numbers Enclosed in a Circle -->
- <value>decimalEnclosedCircleChinese</value>
- <!-- Ideographs Enclosed in a Circle -->
- <value>ideographEnclosedCircle</value>
- <!-- Traditional Ideograph Format -->
- <value>ideographTraditional</value>
- <!-- Zodiac Ideograph Format -->
- <value>ideographZodiac</value>
- <!-- Traditional Zodiac Ideograph Format -->
- <value>ideographZodiacTraditional</value>
- <!-- Taiwanese Counting System -->
- <value>taiwaneseCounting</value>
- <!-- Traditional Legal Ideograph Format -->
- <value>ideographLegalTraditional</value>
- <!-- Taiwanese Counting Thousand System -->
- <value>taiwaneseCountingThousand</value>
- <!-- Taiwanese Digital Counting System -->
- <value>taiwaneseDigital</value>
- <!-- Chinese Counting System -->
- <value>chineseCounting</value>
- <!-- Chinese Legal Simplified Format -->
- <value>chineseLegalSimplified</value>
- <!-- Chinese Counting Thousand System -->
- <value>chineseCountingThousand</value>
- <!-- Korean Digital Counting System -->
- <value>koreanDigital</value>
- <!-- Korean Counting System -->
- <value>koreanCounting</value>
- <!-- Korean Legal Numbering -->
- <value>koreanLegal</value>
- <!-- Korean Digital Counting System Alternate -->
- <value>koreanDigital2</value>
- <!-- Vietnamese Numerals -->
- <value>vietnameseCounting</value>
- <!-- Lowercase Russian Alphabet -->
- <value>russianLower</value>
- <!-- Uppercase Russian Alphabet -->
- <value>russianUpper</value>
- <!-- No Numbering -->
- <value>none</value>
- <!-- Number With Dashes -->
- <value>numberInDash</value>
- <!-- Hebrew Numerals -->
- <value>hebrew1</value>
- <!-- Hebrew Alphabet -->
- <value>hebrew2</value>
- <!-- Arabic Alphabet -->
- <value>arabicAlpha</value>
- <!-- Arabic Abjad Numerals -->
- <value>arabicAbjad</value>
- <!-- Hindi Vowels -->
- <value>hindiVowels</value>
- <!-- Hindi Consonants -->
- <value>hindiConsonants</value>
- <!-- Hindi Numbers -->
- <value>hindiNumbers</value>
- <!-- Hindi Counting System -->
- <value>hindiCounting</value>
- <!-- Thai Letters -->
- <value>thaiLetters</value>
- <!-- Thai Numerals -->
- <value>thaiNumbers</value>
- <!-- Thai Counting System -->
- <value>thaiCounting</value>
- </choice>
+ <choice>
+ <!-- Decimal Numbers -->
+ <value>decimal</value>
+ <!-- Uppercase Roman Numerals -->
+ <value>upperRoman</value>
+ <!-- Lowercase Roman Numerals -->
+ <value>lowerRoman</value>
+ <!-- Uppercase Latin Alphabet -->
+ <value>upperLetter</value>
+ <!-- Lowercase Latin Alphabet -->
+ <value>lowerLetter</value>
+ <!-- Ordinal -->
+ <value>ordinal</value>
+ <!-- Cardinal Text -->
+ <value>cardinalText</value>
+ <!-- Ordinal Text -->
+ <value>ordinalText</value>
+ <!-- Hexadecimal Numbering -->
+ <value>hex</value>
+ <!-- Chicago Manual of Style -->
+ <value>chicago</value>
+ <!-- Ideographs -->
+ <value>ideographDigital</value>
+ <!-- Japanese Counting System -->
+ <value>japaneseCounting</value>
+ <!-- AIUEO Order Hiragana -->
+ <value>aiueo</value>
+ <!-- Iroha Ordered Katakana -->
+ <value>iroha</value>
+ <!-- Double Byte Arabic Numerals -->
+ <value>decimalFullWidth</value>
+ <!-- Single Byte Arabic Numerals -->
+ <value>decimalHalfWidth</value>
+ <!-- Japanese Legal Numbering -->
+ <value>japaneseLegal</value>
+ <!-- Japanese Digital Ten Thousand Counting System -->
+ <value>japaneseDigitalTenThousand</value>
+ <!-- Decimal Numbers Enclosed in a Circle -->
+ <value>decimalEnclosedCircle</value>
+ <!-- Double Byte Arabic Numerals Alternate -->
+ <value>decimalFullWidth2</value>
+ <!-- Full-Width AIUEO Order Hiragana -->
+ <value>aiueoFullWidth</value>
+ <!-- Full-Width Iroha Ordered Katakana -->
+ <value>irohaFullWidth</value>
+ <!-- Initial Zero Arabic Numerals -->
+ <value>decimalZero</value>
+ <!-- Bullet -->
+ <value>bullet</value>
+ <!-- Korean Ganada Numbering -->
+ <value>ganada</value>
+ <!-- Korean Chosung Numbering -->
+ <value>chosung</value>
+ <!-- Decimal Numbers Followed by a Period -->
+ <value>decimalEnclosedFullstop</value>
+ <!-- Decimal Numbers Enclosed in Parenthesis -->
+ <value>decimalEnclosedParen</value>
+ <!-- Decimal Numbers Enclosed in a Circle -->
+ <value>decimalEnclosedCircleChinese</value>
+ <!-- Ideographs Enclosed in a Circle -->
+ <value>ideographEnclosedCircle</value>
+ <!-- Traditional Ideograph Format -->
+ <value>ideographTraditional</value>
+ <!-- Zodiac Ideograph Format -->
+ <value>ideographZodiac</value>
+ <!-- Traditional Zodiac Ideograph Format -->
+ <value>ideographZodiacTraditional</value>
+ <!-- Taiwanese Counting System -->
+ <value>taiwaneseCounting</value>
+ <!-- Traditional Legal Ideograph Format -->
+ <value>ideographLegalTraditional</value>
+ <!-- Taiwanese Counting Thousand System -->
+ <value>taiwaneseCountingThousand</value>
+ <!-- Taiwanese Digital Counting System -->
+ <value>taiwaneseDigital</value>
+ <!-- Chinese Counting System -->
+ <value>chineseCounting</value>
+ <!-- Chinese Legal Simplified Format -->
+ <value>chineseLegalSimplified</value>
+ <!-- Chinese Counting Thousand System -->
+ <value>chineseCountingThousand</value>
+ <!-- Korean Digital Counting System -->
+ <value>koreanDigital</value>
+ <!-- Korean Counting System -->
+ <value>koreanCounting</value>
+ <!-- Korean Legal Numbering -->
+ <value>koreanLegal</value>
+ <!-- Korean Digital Counting System Alternate -->
+ <value>koreanDigital2</value>
+ <!-- Vietnamese Numerals -->
+ <value>vietnameseCounting</value>
+ <!-- Lowercase Russian Alphabet -->
+ <value>russianLower</value>
+ <!-- Uppercase Russian Alphabet -->
+ <value>russianUpper</value>
+ <!-- No Numbering -->
+ <value>none</value>
+ <!-- Number With Dashes -->
+ <value>numberInDash</value>
+ <!-- Hebrew Numerals -->
+ <value>hebrew1</value>
+ <!-- Hebrew Alphabet -->
+ <value>hebrew2</value>
+ <!-- Arabic Alphabet -->
+ <value>arabicAlpha</value>
+ <!-- Arabic Abjad Numerals -->
+ <value>arabicAbjad</value>
+ <!-- Hindi Vowels -->
+ <value>hindiVowels</value>
+ <!-- Hindi Consonants -->
+ <value>hindiConsonants</value>
+ <!-- Hindi Numbers -->
+ <value>hindiNumbers</value>
+ <!-- Hindi Counting System -->
+ <value>hindiCounting</value>
+ <!-- Thai Letters -->
+ <value>thaiLetters</value>
+ <!-- Thai Numerals -->
+ <value>thaiNumbers</value>
+ <!-- Thai Counting System -->
+ <value>thaiCounting</value>
+ </choice>
</define>
<define name="ST_PageOrientation">
- <choice>
- <!-- Portrait Mode -->
- <value>portrait</value>
- <!-- Landscape Mode -->
- <value>landscape</value>
- </choice>
+ <choice>
+ <!-- Portrait Mode -->
+ <value>portrait</value>
+ <!-- Landscape Mode -->
+ <value>landscape</value>
+ </choice>
</define>
<define name="CT_PageSz">
- <attribute name="w">
- <ref name="ST_TwipsMeasure"/>
- </attribute>
- <attribute name="h">
- <ref name="ST_TwipsMeasure"/>
- </attribute>
- <attribute name="orient">
- <ref name="ST_PageOrientation"/>
- </attribute>
+ <attribute name="w">
+ <ref name="ST_TwipsMeasure"/>
+ </attribute>
+ <attribute name="h">
+ <ref name="ST_TwipsMeasure"/>
+ </attribute>
+ <attribute name="orient">
+ <ref name="ST_PageOrientation"/>
+ </attribute>
<attribute name="code">
<ref name="ST_DecimalNumber"/>
</attribute>
@@ -12881,142 +12881,142 @@
</attribute>
</define>
<define name="ST_PageBorderZOrder">
- <choice>
- <!-- Page Border Ahead of Text -->
- <value>front</value>
- <!-- Page Border Behind Text -->
- <value>back</value>
- </choice>
+ <choice>
+ <!-- Page Border Ahead of Text -->
+ <value>front</value>
+ <!-- Page Border Behind Text -->
+ <value>back</value>
+ </choice>
</define>
<define name="ST_PageBorderDisplay">
- <choice>
- <!-- Display Page Border on All Pages -->
- <value>allPages</value>
- <!-- Display Page Border on First Page -->
- <value>firstPage</value>
- <!-- Display Page Border on All Pages Except First -->
- <value>notFirstPage</value>
- </choice>
+ <choice>
+ <!-- Display Page Border on All Pages -->
+ <value>allPages</value>
+ <!-- Display Page Border on First Page -->
+ <value>firstPage</value>
+ <!-- Display Page Border on All Pages Except First -->
+ <value>notFirstPage</value>
+ </choice>
</define>
<define name="ST_PageBorderOffset">
- <choice>
- <!-- Page Border Is Positioned Relative to Page Edges -->
- <value>page</value>
- <!-- Page Border Is Positioned Relative to Text Extents -->
- <value>text</value>
- </choice>
+ <choice>
+ <!-- Page Border Is Positioned Relative to Page Edges -->
+ <value>page</value>
+ <!-- Page Border Is Positioned Relative to Text Extents -->
+ <value>text</value>
+ </choice>
</define>
<define name="CT_PageBorders">
- <element name="top">
- <ref name="CT_Border"/>
- </element>
- <element name="left">
- <ref name="CT_Border"/>
- </element>
- <element name="bottom">
- <ref name="CT_Border"/>
- </element>
- <element name="right">
- <ref name="CT_Border"/>
- </element>
- <attribute name="zOrder">
- <ref name="ST_PageBorderZOrder"/>
- </attribute>
- <attribute name="display">
- <ref name="ST_PageBorderDisplay"/>
- </attribute>
- <attribute name="offsetFrom">
- <ref name="ST_PageBorderOffset"/>
- </attribute>
+ <element name="top">
+ <ref name="CT_Border"/>
+ </element>
+ <element name="left">
+ <ref name="CT_Border"/>
+ </element>
+ <element name="bottom">
+ <ref name="CT_Border"/>
+ </element>
+ <element name="right">
+ <ref name="CT_Border"/>
+ </element>
+ <attribute name="zOrder">
+ <ref name="ST_PageBorderZOrder"/>
+ </attribute>
+ <attribute name="display">
+ <ref name="ST_PageBorderDisplay"/>
+ </attribute>
+ <attribute name="offsetFrom">
+ <ref name="ST_PageBorderOffset"/>
+ </attribute>
</define>
<define name="ST_ChapterSep">
- <choice>
- <!-- Hyphen Chapter Separator -->
- <value>hyphen</value>
- <!-- Period Chapter Separator -->
- <value>period</value>
- <!-- Colon Chapter Separator -->
- <value>colon</value>
- <!-- Em Dash Chapter Separator -->
- <value>emDash</value>
- <!-- En Dash Chapter Separator -->
- <value>enDash</value>
- </choice>
+ <choice>
+ <!-- Hyphen Chapter Separator -->
+ <value>hyphen</value>
+ <!-- Period Chapter Separator -->
+ <value>period</value>
+ <!-- Colon Chapter Separator -->
+ <value>colon</value>
+ <!-- Em Dash Chapter Separator -->
+ <value>emDash</value>
+ <!-- En Dash Chapter Separator -->
+ <value>enDash</value>
+ </choice>
</define>
<define name="ST_LineNumberRestart">
- <choice>
- <!-- Restart Line Numbering on Each Page -->
- <value>newPage</value>
- <!-- Restart Line Numbering for Each Section -->
- <value>newSection</value>
- <!-- Continue Line Numbering From Previous Section -->
- <value>continuous</value>
- </choice>
+ <choice>
+ <!-- Restart Line Numbering on Each Page -->
+ <value>newPage</value>
+ <!-- Restart Line Numbering for Each Section -->
+ <value>newSection</value>
+ <!-- Continue Line Numbering From Previous Section -->
+ <value>continuous</value>
+ </choice>
</define>
<define name="CT_LineNumber">
- <attribute name="countBy">
- <ref name="ST_DecimalNumber"/>
- </attribute>
- <attribute name="start">
- <ref name="ST_DecimalNumber"/>
- </attribute>
- <attribute name="distance">
- <ref name="ST_TwipsMeasure"/>
- </attribute>
- <attribute name="restart">
- <ref name="ST_LineNumberRestart"/>
- </attribute>
+ <attribute name="countBy">
+ <ref name="ST_DecimalNumber"/>
+ </attribute>
+ <attribute name="start">
+ <ref name="ST_DecimalNumber"/>
+ </attribute>
+ <attribute name="distance">
+ <ref name="ST_TwipsMeasure"/>
+ </attribute>
+ <attribute name="restart">
+ <ref name="ST_LineNumberRestart"/>
+ </attribute>
</define>
<define name="CT_PageNumber">
- <attribute name="fmt">
- <ref name="ST_NumberFormat"/>
- </attribute>
- <attribute name="start">
- <ref name="ST_DecimalNumber"/>
- </attribute>
- <attribute name="chapStyle">
- <ref name="ST_DecimalNumber"/>
- </attribute>
- <attribute name="chapSep">
- <ref name="ST_ChapterSep"/>
- </attribute>
+ <attribute name="fmt">
+ <ref name="ST_NumberFormat"/>
+ </attribute>
+ <attribute name="start">
+ <ref name="ST_DecimalNumber"/>
+ </attribute>
+ <attribute name="chapStyle">
+ <ref name="ST_DecimalNumber"/>
+ </attribute>
+ <attribute name="chapSep">
+ <ref name="ST_ChapterSep"/>
+ </attribute>
</define>
<define name="CT_Column">
- <attribute name="w">
- <ref name="ST_TwipsMeasure"/>
- </attribute>
- <attribute name="space">
- <ref name="ST_TwipsMeasure"/>
- </attribute>
+ <attribute name="w">
+ <ref name="ST_TwipsMeasure"/>
+ </attribute>
+ <attribute name="space">
+ <ref name="ST_TwipsMeasure"/>
+ </attribute>
</define>
<define name="CT_Columns">
- <element name="col">
- <ref name="CT_Column"/>
- </element>
- <attribute name="equalWidth">
- <ref name="ST_OnOff"/>
- </attribute>
- <attribute name="space">
- <ref name="ST_TwipsMeasure"/>
- </attribute>
- <attribute name="num">
- <ref name="ST_DecimalNumber"/>
- </attribute>
- <attribute name="sep">
- <ref name="ST_OnOff"/>
- </attribute>
+ <element name="col">
+ <ref name="CT_Column"/>
+ </element>
+ <attribute name="equalWidth">
+ <ref name="ST_OnOff"/>
+ </attribute>
+ <attribute name="space">
+ <ref name="ST_TwipsMeasure"/>
+ </attribute>
+ <attribute name="num">
+ <ref name="ST_DecimalNumber"/>
+ </attribute>
+ <attribute name="sep">
+ <ref name="ST_OnOff"/>
+ </attribute>
</define>
<define name="ST_VerticalJc">
- <choice>
- <!-- Align Top -->
- <value>top</value>
- <!-- Align Center -->
- <value>center</value>
- <!-- Vertical Justification -->
- <value>both</value>
- <!-- Align Bottom -->
- <value>bottom</value>
- </choice>
+ <choice>
+ <!-- Align Top -->
+ <value>top</value>
+ <!-- Align Center -->
+ <value>center</value>
+ <!-- Vertical Justification -->
+ <value>both</value>
+ <!-- Align Bottom -->
+ <value>bottom</value>
+ </choice>
</define>
<define name="CT_VerticalJc">
<attribute name="val">
@@ -13024,16 +13024,16 @@
</attribute>
</define>
<define name="ST_DocGrid">
- <choice>
- <!-- No Document Grid -->
- <value>default</value>
- <!-- Line Grid Only -->
- <value>lines</value>
- <!-- Line and Character Grid -->
- <value>linesAndChars</value>
- <!-- Character Grid Only -->
- <value>snapToChars</value>
- </choice>
+ <choice>
+ <!-- No Document Grid -->
+ <value>default</value>
+ <!-- Line Grid Only -->
+ <value>lines</value>
+ <!-- Line and Character Grid -->
+ <value>linesAndChars</value>
+ <!-- Character Grid Only -->
+ <value>snapToChars</value>
+ </choice>
</define>
<define name="CT_DocGrid">
<attribute name="type">
@@ -13047,106 +13047,106 @@
</attribute>
</define>
<define name="ST_HdrFtr">
- <choice>
- <!-- Even Numbered Pages Only -->
- <value>even</value>
- <!-- Default Header or Footer -->
- <value>default</value>
- <!-- First Page Only -->
- <value>first</value>
- </choice>
+ <choice>
+ <!-- Even Numbered Pages Only -->
+ <value>even</value>
+ <!-- Default Header or Footer -->
+ <value>default</value>
+ <!-- First Page Only -->
+ <value>first</value>
+ </choice>
</define>
<define name="ST_FtnEdn">
- <choice>
- <!-- Normal Footnote/Endnote -->
- <value>normal</value>
- <!-- Separator -->
- <value>separator</value>
- <!-- Continuation Separator -->
- <value>continuationSeparator</value>
- <!-- Continuation Notice Separator -->
- <value>continuationNotice</value>
- </choice>
+ <choice>
+ <!-- Normal Footnote/Endnote -->
+ <value>normal</value>
+ <!-- Separator -->
+ <value>separator</value>
+ <!-- Continuation Separator -->
+ <value>continuationSeparator</value>
+ <!-- Continuation Notice Separator -->
+ <value>continuationNotice</value>
+ </choice>
</define>
<define name="CT_HdrFtrRef">
<attribute name="type">
<ref name="ST_HdrFtr"/>
</attribute>
- <attribute name="r:id">
- <ref name="ST_String"/>
- </attribute>
+ <attribute name="r:id">
+ <ref name="ST_String"/>
+ </attribute>
</define>
<define name="EG_HdrFtrReferences">
<choice>
- <element name="headerReference">
- <ref name="CT_HdrFtrRef"/>
- </element>
- <element name="footerReference">
- <ref name="CT_HdrFtrRef"/>
- </element>
+ <element name="headerReference">
+ <ref name="CT_HdrFtrRef"/>
+ </element>
+ <element name="footerReference">
+ <ref name="CT_HdrFtrRef"/>
+ </element>
</choice>
</define>
<define name="CT_HdrFtr">
- <ref name="EG_BlockLevelElts"/>
+ <ref name="EG_BlockLevelElts"/>
</define>
<define name="EG_SectPrContents">
- <element name="footnotePr">
- <ref name="CT_FtnProps"/>
- </element>
- <element name="endnotePr">
- <ref name="CT_EdnProps"/>
- </element>
- <element name="type">
- <ref name="CT_SectType"/>
- </element>
- <element name="pgSz">
- <ref name="CT_PageSz"/>
- </element>
- <element name="pgMar">
- <ref name="CT_PageMar"/>
- </element>
- <element name="paperSrc">
- <ref name="CT_PaperSource"/>
- </element>
- <element name="pgBorders">
- <ref name="CT_PageBorders"/>
- </element>
- <element name="lnNumType">
- <ref name="CT_LineNumber"/>
- </element>
- <element name="pgNumType">
- <ref name="CT_PageNumber"/>
- </element>
- <element name="cols">
- <ref name="CT_Columns"/>
- </element>
- <element name="formProt">
- <ref name="CT_OnOff"/>
- </element>
- <element name="vAlign">
- <ref name="CT_VerticalJc"/>
- </element>
- <element name="noEndnote">
- <ref name="CT_OnOff"/>
- </element>
- <element name="titlePg">
- <ref name="CT_OnOff"/>
- </element>
- <element name="textDirection">
- <ref name="CT_TextDirection"/>
- </element>
- <element name="bidi">
- <ref name="CT_OnOff"/>
- </element>
- <element name="rtlGutter">
- <ref name="CT_OnOff"/>
- </element>
- <element name="docGrid">
- <ref name="CT_DocGrid"/>
- </element>
- <element name="printerSettings">
- <ref name="CT_Rel"/>
- </element>
+ <element name="footnotePr">
+ <ref name="CT_FtnProps"/>
+ </element>
+ <element name="endnotePr">
+ <ref name="CT_EdnProps"/>
+ </element>
+ <element name="type">
+ <ref name="CT_SectType"/>
+ </element>
+ <element name="pgSz">
+ <ref name="CT_PageSz"/>
+ </element>
+ <element name="pgMar">
+ <ref name="CT_PageMar"/>
+ </element>
+ <element name="paperSrc">
+ <ref name="CT_PaperSource"/>
+ </element>
+ <element name="pgBorders">
+ <ref name="CT_PageBorders"/>
+ </element>
+ <element name="lnNumType">
+ <ref name="CT_LineNumber"/>
+ </element>
+ <element name="pgNumType">
+ <ref name="CT_PageNumber"/>
+ </element>
+ <element name="cols">
+ <ref name="CT_Columns"/>
+ </element>
+ <element name="formProt">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="vAlign">
+ <ref name="CT_VerticalJc"/>
+ </element>
+ <element name="noEndnote">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="titlePg">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="textDirection">
+ <ref name="CT_TextDirection"/>
+ </element>
+ <element name="bidi">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="rtlGutter">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="docGrid">
+ <ref name="CT_DocGrid"/>
+ </element>
+ <element name="printerSettings">
+ <ref name="CT_Rel"/>
+ </element>
</define>
<define name="AG_SectPrAttributes">
<attribute name="rsidRPr">
@@ -13163,78 +13163,78 @@
</attribute>
</define>
<define name="CT_SectPrBase">
- <ref name="EG_SectPrContents"/>
+ <ref name="EG_SectPrContents"/>
<ref name="AG_SectPrAttributes"/>
</define>
<define name="CT_SectPr">
- <ref name="EG_HdrFtrReferences"/>
- <ref name="EG_SectPrContents"/>
- <element name="sectPrChange">
- <ref name="CT_SectPrChange"/>
- </element>
+ <ref name="EG_HdrFtrReferences"/>
+ <ref name="EG_SectPrContents"/>
+ <element name="sectPrChange">
+ <ref name="CT_SectPrChange"/>
+ </element>
<ref name="AG_SectPrAttributes"/>
</define>
<define name="ST_BrType">
- <choice>
- <!-- Page Break -->
- <value>page</value>
- <!-- Column Break -->
- <value>column</value>
- <!-- Line Break -->
- <value>textWrapping</value>
- </choice>
+ <choice>
+ <!-- Page Break -->
+ <value>page</value>
+ <!-- Column Break -->
+ <value>column</value>
+ <!-- Line Break -->
+ <value>textWrapping</value>
+ </choice>
</define>
<define name="ST_BrClear">
- <choice>
- <!-- Restart On Next Line -->
- <value>none</value>
- <!-- Restart In Next Text Region When In Leftmost Position -->
- <value>left</value>
- <!-- Restart In Next Text Region When In Rightmost Position -->
- <value>right</value>
- <!-- Restart On Next Full Line -->
- <value>all</value>
- </choice>
+ <choice>
+ <!-- Restart On Next Line -->
+ <value>none</value>
+ <!-- Restart In Next Text Region When In Leftmost Position -->
+ <value>left</value>
+ <!-- Restart In Next Text Region When In Rightmost Position -->
+ <value>right</value>
+ <!-- Restart On Next Full Line -->
+ <value>all</value>
+ </choice>
</define>
<define name="CT_Br">
- <attribute name="type">
- <ref name="ST_BrType"/>
- </attribute>
- <attribute name="clear">
- <ref name="ST_BrClear"/>
- </attribute>
+ <attribute name="type">
+ <ref name="ST_BrType"/>
+ </attribute>
+ <attribute name="clear">
+ <ref name="ST_BrClear"/>
+ </attribute>
</define>
<define name="ST_PTabAlignment">
- <choice>
- <!-- Left -->
- <value>left</value>
- <!-- Center -->
- <value>center</value>
- <!-- Right -->
- <value>right</value>
- </choice>
+ <choice>
+ <!-- Left -->
+ <value>left</value>
+ <!-- Center -->
+ <value>center</value>
+ <!-- Right -->
+ <value>right</value>
+ </choice>
</define>
<define name="ST_PTabRelativeTo">
- <choice>
- <!-- Relative To Text Margins -->
- <value>margin</value>
- <!-- Relative To Indents -->
- <value>indent</value>
- </choice>
+ <choice>
+ <!-- Relative To Text Margins -->
+ <value>margin</value>
+ <!-- Relative To Indents -->
+ <value>indent</value>
+ </choice>
</define>
<define name="ST_PTabLeader">
- <choice>
- <!-- No Leader Character -->
- <value>none</value>
- <!-- Dot Leader Character -->
- <value>dot</value>
- <!-- Hyphen Leader Character -->
- <value>hyphen</value>
- <!-- Underscore Leader Character -->
- <value>underscore</value>
- <!-- Centered Dot Leader Character -->
- <value>middleDot</value>
- </choice>
+ <choice>
+ <!-- No Leader Character -->
+ <value>none</value>
+ <!-- Dot Leader Character -->
+ <value>dot</value>
+ <!-- Hyphen Leader Character -->
+ <value>hyphen</value>
+ <!-- Underscore Leader Character -->
+ <value>underscore</value>
+ <!-- Centered Dot Leader Character -->
+ <value>middleDot</value>
+ </choice>
</define>
<define name="CT_PTab">
<attribute name="alignment">
@@ -13264,30 +13264,30 @@
<attribute name="id">
<text/>
</attribute>
- <attribute name="displacedByCustomXml">
- <text/>
- </attribute>
+ <attribute name="displacedByCustomXml">
+ <text/>
+ </attribute>
</define>
<define name="CT_PermStart">
<ref name="CT_Perm"/>
- <attribute name="edGrp">
- <text/>
- </attribute>
- <attribute name="ed">
- <text/>
- </attribute>
- <attribute name="colFirst">
- <text/>
- </attribute>
- <attribute name="colLast">
- <text/>
- </attribute>
+ <attribute name="edGrp">
+ <text/>
+ </attribute>
+ <attribute name="ed">
+ <text/>
+ </attribute>
+ <attribute name="colFirst">
+ <text/>
+ </attribute>
+ <attribute name="colLast">
+ <text/>
+ </attribute>
</define>
<define name="CT_Text">
<ref name="ST_String"/>
- <attribute name="xml:space">
- <text/>
- </attribute>
+ <attribute name="xml:space">
+ <text/>
+ </attribute>
</define>
<define name="CT_FtnEdnRefChar">
</define>
@@ -13321,54 +13321,54 @@
<element name="noBreakHyphen">
<ref name="CT_Empty"/>
</element>
- <element name="softHyphen">
- <ref name="CT_Empty"/>
- </element>
- <element name="dayShort">
- <ref name="CT_Empty"/>
- </element>
- <element name="monthShort">
- <ref name="CT_Empty"/>
- </element>
- <element name="yearShort">
- <ref name="CT_Empty"/>
- </element>
- <element name="dayLong">
- <ref name="CT_Empty"/>
- </element>
- <element name="monthLong">
- <ref name="CT_Empty"/>
- </element>
- <element name="yearLong">
- <ref name="CT_Empty"/>
- </element>
- <element name="annotationRef">
- <ref name="CT_Empty"/>
- </element>
- <element name="footnoteRef">
- <ref name="CT_FtnEdnRefChar"/>
- </element>
- <element name="endnoteRef">
- <ref name="CT_FtnEdnRefChar"/>
- </element>
- <element name="separator">
- <ref name="CT_FtnEdnSep"/>
- </element>
- <element name="continuationSeparator">
- <ref name="CT_FtnEdnCont"/>
- </element>
- <element name="sym">
- <ref name="CT_Sym"/>
- </element>
- <element name="pgNum">
- <ref name="CT_PgNum"/>
- </element>
- <element name="cr">
- <ref name="CT_Cr"/>
- </element>
- <element name="tab">
- <ref name="CT_Tab"/>
- </element>
+ <element name="softHyphen">
+ <ref name="CT_Empty"/>
+ </element>
+ <element name="dayShort">
+ <ref name="CT_Empty"/>
+ </element>
+ <element name="monthShort">
+ <ref name="CT_Empty"/>
+ </element>
+ <element name="yearShort">
+ <ref name="CT_Empty"/>
+ </element>
+ <element name="dayLong">
+ <ref name="CT_Empty"/>
+ </element>
+ <element name="monthLong">
+ <ref name="CT_Empty"/>
+ </element>
+ <element name="yearLong">
+ <ref name="CT_Empty"/>
+ </element>
+ <element name="annotationRef">
+ <ref name="CT_Empty"/>
+ </element>
+ <element name="footnoteRef">
+ <ref name="CT_FtnEdnRefChar"/>
+ </element>
+ <element name="endnoteRef">
+ <ref name="CT_FtnEdnRefChar"/>
+ </element>
+ <element name="separator">
+ <ref name="CT_FtnEdnSep"/>
+ </element>
+ <element name="continuationSeparator">
+ <ref name="CT_FtnEdnCont"/>
+ </element>
+ <element name="sym">
+ <ref name="CT_Sym"/>
+ </element>
+ <element name="pgNum">
+ <ref name="CT_PgNum"/>
+ </element>
+ <element name="cr">
+ <ref name="CT_Cr"/>
+ </element>
+ <element name="tab">
+ <ref name="CT_Tab"/>
+ </element>
<element name="object">
<ref name="CT_Object"/>
</element>
@@ -13393,17 +13393,17 @@
<element name="drawing">
<ref name="CT_Drawing"/>
</element>
- <element name="ptab">
- <ref name="CT_PTab"/>
- </element>
- <element name="lastRenderedPageBreak">
- <ref name="CT_Empty"/>
- </element>
+ <element name="ptab">
+ <ref name="CT_PTab"/>
+ </element>
+ <element name="lastRenderedPageBreak">
+ <ref name="CT_Empty"/>
+ </element>
</choice>
</define>
<define name="CT_R">
- <ref name="EG_RPr"/>
- <ref name="EG_RunInnerContent"/>
+ <ref name="EG_RPr"/>
+ <ref name="EG_RunInnerContent"/>
<attribute name="rsidRPr">
<text/>
</attribute>
@@ -13415,34 +13415,34 @@
</attribute>
</define>
<define name="ST_Hint">
- <choice>
- <!-- High ANSI Font -->
- <value>default</value>
- <!-- East Asian Font -->
- <value>eastAsia</value>
- <!-- Complex Script Font -->
- <value>cs</value>
- </choice>
+ <choice>
+ <!-- High ANSI Font -->
+ <value>default</value>
+ <!-- East Asian Font -->
+ <value>eastAsia</value>
+ <!-- Complex Script Font -->
+ <value>cs</value>
+ </choice>
</define>
<define name="ST_Theme">
- <choice>
- <!-- Major East Asian Theme Font -->
- <value>majorEastAsia</value>
- <!-- Major Complex Script Theme Font -->
- <value>majorBidi</value>
- <!-- Major ASCII Theme Font -->
- <value>majorAscii</value>
- <!-- Major High ANSI Theme Font -->
- <value>majorHAnsi</value>
- <!-- Minor East Asian Theme Font -->
- <value>minorEastAsia</value>
- <!-- Minor Complex Script Theme Font -->
- <value>minorBidi</value>
- <!-- Minor ASCII Theme Font -->
- <value>minorAscii</value>
- <!-- Minor High ANSI Theme Font -->
- <value>minorHAnsi</value>
- </choice>
+ <choice>
+ <!-- Major East Asian Theme Font -->
+ <value>majorEastAsia</value>
+ <!-- Major Complex Script Theme Font -->
+ <value>majorBidi</value>
+ <!-- Major ASCII Theme Font -->
+ <value>majorAscii</value>
+ <!-- Major High ANSI Theme Font -->
+ <value>majorHAnsi</value>
+ <!-- Minor East Asian Theme Font -->
+ <value>minorEastAsia</value>
+ <!-- Minor Complex Script Theme Font -->
+ <value>minorBidi</value>
+ <!-- Minor ASCII Theme Font -->
+ <value>minorAscii</value>
+ <!-- Minor High ANSI Theme Font -->
+ <value>minorHAnsi</value>
+ </choice>
</define>
<define name="CT_Fonts">
<attribute name="hint">
@@ -13474,173 +13474,173 @@
</attribute>
</define>
<define name="EG_RPrBase">
- <element name="rStyle">
- <ref name="CT_String"/>
- </element>
- <element name="rFonts">
- <ref name="CT_Fonts"/>
- </element>
- <element name="b">
- <ref name="CT_OnOff"/>
- </element>
- <element name="bCs">
- <ref name="CT_OnOff"/>
- </element>
- <element name="i">
- <ref name="CT_OnOff"/>
- </element>
- <element name="iCs">
- <ref name="CT_OnOff"/>
- </element>
- <element name="caps">
- <ref name="CT_OnOff"/>
- </element>
- <element name="smallCaps">
- <ref name="CT_OnOff"/>
- </element>
- <element name="strike">
- <ref name="CT_OnOff"/>
- </element>
- <element name="dstrike">
- <ref name="CT_OnOff"/>
- </element>
- <element name="outline">
- <ref name="CT_OnOff"/>
- </element>
- <element name="shadow">
- <ref name="CT_OnOff"/>
- </element>
- <element name="emboss">
- <ref name="CT_OnOff"/>
- </element>
- <element name="imprint">
- <ref name="CT_OnOff"/>
- </element>
- <element name="noProof">
- <ref name="CT_OnOff"/>
- </element>
- <element name="snapToGrid">
- <ref name="CT_OnOff"/>
- </element>
- <element name="vanish">
- <ref name="CT_OnOff"/>
- </element>
- <element name="webHidden">
- <ref name="CT_OnOff"/>
- </element>
- <element name="color">
- <ref name="CT_Color"/>
- </element>
- <element name="spacing">
- <ref name="CT_SignedTwipsMeasure"/>
- </element>
- <element name="w">
- <ref name="CT_TextScale"/>
- </element>
- <element name="kern">
- <ref name="CT_HpsMeasure"/>
- </element>
- <element name="position">
- <ref name="CT_SignedHpsMeasure"/>
- </element>
- <element name="sz">
- <ref name="CT_HpsMeasure"/>
- </element>
- <element name="szCs">
- <ref name="CT_HpsMeasure"/>
- </element>
- <element name="highlight">
- <ref name="CT_Highlight"/>
- </element>
- <element name="u">
- <ref name="CT_Underline"/>
- </element>
- <element name="effect">
- <ref name="CT_TextEffect"/>
- </element>
- <element name="bdr">
- <ref name="CT_Border"/>
- </element>
- <element name="shd">
- <ref name="CT_Shd"/>
- </element>
- <element name="fitText">
- <ref name="CT_FitText"/>
- </element>
- <element name="vertAlign">
- <ref name="CT_VerticalAlignRun"/>
- </element>
- <element name="rtl">
- <ref name="CT_OnOff"/>
- </element>
- <element name="cs">
- <ref name="CT_OnOff"/>
- </element>
- <element name="em">
- <ref name="CT_Em"/>
- </element>
- <element name="lang">
- <ref name="CT_Language"/>
- </element>
- <element name="eastAsianLayout">
- <ref name="CT_EastAsianLayout"/>
- </element>
- <element name="specVanish">
- <ref name="CT_OnOff"/>
- </element>
- <element name="oMath">
- <ref name="CT_OnOff"/>
- </element>
- <element name="w14:glow">
- <ref name="BUILT_IN_ANY_TYPE"/>
- </element>
- <element name="w14:shadow">
- <ref name="BUILT_IN_ANY_TYPE"/>
- </element>
- <element name="w14:reflection">
- <ref name="BUILT_IN_ANY_TYPE"/>
- </element>
- <element name="w14:textOutline">
- <ref name="BUILT_IN_ANY_TYPE"/>
- </element>
- <element name="w14:textFill">
- <ref name="BUILT_IN_ANY_TYPE"/>
- </element>
- <element name="w14:scene3d">
- <ref name="BUILT_IN_ANY_TYPE"/>
- </element>
- <element name="w14:props3d">
- <ref name="BUILT_IN_ANY_TYPE"/>
- </element>
- <element name="w14:ligatures">
- <ref name="BUILT_IN_ANY_TYPE"/>
- </element>
- <element name="w14:numForm">
- <ref name="BUILT_IN_ANY_TYPE"/>
- </element>
- <element name="w14:numSpacing">
- <ref name="BUILT_IN_ANY_TYPE"/>
- </element>
- <element name="w14:stylisticSets">
- <ref name="BUILT_IN_ANY_TYPE"/>
- </element>
- <element name="w14:cntxtAlts">
- <ref name="BUILT_IN_ANY_TYPE"/>
- </element>
+ <element name="rStyle">
+ <ref name="CT_String"/>
+ </element>
+ <element name="rFonts">
+ <ref name="CT_Fonts"/>
+ </element>
+ <element name="b">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="bCs">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="i">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="iCs">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="caps">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="smallCaps">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="strike">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="dstrike">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="outline">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="shadow">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="emboss">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="imprint">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="noProof">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="snapToGrid">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="vanish">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="webHidden">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="color">
+ <ref name="CT_Color"/>
+ </element>
+ <element name="spacing">
+ <ref name="CT_SignedTwipsMeasure"/>
+ </element>
+ <element name="w">
+ <ref name="CT_TextScale"/>
+ </element>
+ <element name="kern">
+ <ref name="CT_HpsMeasure"/>
+ </element>
+ <element name="position">
+ <ref name="CT_SignedHpsMeasure"/>
+ </element>
+ <element name="sz">
+ <ref name="CT_HpsMeasure"/>
+ </element>
+ <element name="szCs">
+ <ref name="CT_HpsMeasure"/>
+ </element>
+ <element name="highlight">
+ <ref name="CT_Highlight"/>
+ </element>
+ <element name="u">
+ <ref name="CT_Underline"/>
+ </element>
+ <element name="effect">
+ <ref name="CT_TextEffect"/>
+ </element>
+ <element name="bdr">
+ <ref name="CT_Border"/>
+ </element>
+ <element name="shd">
+ <ref name="CT_Shd"/>
+ </element>
+ <element name="fitText">
+ <ref name="CT_FitText"/>
+ </element>
+ <element name="vertAlign">
+ <ref name="CT_VerticalAlignRun"/>
+ </element>
+ <element name="rtl">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="cs">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="em">
+ <ref name="CT_Em"/>
+ </element>
+ <element name="lang">
+ <ref name="CT_Language"/>
+ </element>
+ <element name="eastAsianLayout">
+ <ref name="CT_EastAsianLayout"/>
+ </element>
+ <element name="specVanish">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="oMath">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="w14:glow">
+ <ref name="BUILT_IN_ANY_TYPE"/>
+ </element>
+ <element name="w14:shadow">
+ <ref name="BUILT_IN_ANY_TYPE"/>
+ </element>
+ <element name="w14:reflection">
+ <ref name="BUILT_IN_ANY_TYPE"/>
+ </element>
+ <element name="w14:textOutline">
+ <ref name="BUILT_IN_ANY_TYPE"/>
+ </element>
+ <element name="w14:textFill">
+ <ref name="BUILT_IN_ANY_TYPE"/>
+ </element>
+ <element name="w14:scene3d">
+ <ref name="BUILT_IN_ANY_TYPE"/>
+ </element>
+ <element name="w14:props3d">
+ <ref name="BUILT_IN_ANY_TYPE"/>
+ </element>
+ <element name="w14:ligatures">
+ <ref name="BUILT_IN_ANY_TYPE"/>
+ </element>
+ <element name="w14:numForm">
+ <ref name="BUILT_IN_ANY_TYPE"/>
+ </element>
+ <element name="w14:numSpacing">
+ <ref name="BUILT_IN_ANY_TYPE"/>
+ </element>
+ <element name="w14:stylisticSets">
+ <ref name="BUILT_IN_ANY_TYPE"/>
+ </element>
+ <element name="w14:cntxtAlts">
+ <ref name="BUILT_IN_ANY_TYPE"/>
+ </element>
</define>
<define name="EG_RPrContent">
- <ref name="EG_RPrBase"/>
- <element name="rPrChange">
- <ref name="CT_RPrChange"/>
- </element>
+ <ref name="EG_RPrBase"/>
+ <element name="rPrChange">
+ <ref name="CT_RPrChange"/>
+ </element>
</define>
<define name="CT_RPr">
- <ref name="EG_RPrContent"/>
+ <ref name="EG_RPrContent"/>
</define>
<define name="EG_RPr">
- <element name="rPr">
- <ref name="CT_RPr"/>
- </element>
+ <element name="rPr">
+ <ref name="CT_RPr"/>
+ </element>
</define>
<define name="EG_RPrMath">
<choice>
@@ -13654,48 +13654,48 @@
</choice>
</define>
<define name="CT_RPrOriginal">
- <ref name="EG_RPrBase"/>
+ <ref name="EG_RPrBase"/>
</define>
<define name="CT_ParaRPrOriginal">
- <ref name="EG_ParaRPrTrackChanges"/>
- <ref name="EG_RPrBase"/>
+ <ref name="EG_ParaRPrTrackChanges"/>
+ <ref name="EG_RPrBase"/>
</define>
<define name="CT_ParaRPr">
- <ref name="EG_ParaRPrTrackChanges"/>
- <ref name="EG_RPrBase"/>
- <element name="rPrChange">
- <ref name="CT_ParaRPrChange"/>
- </element>
+ <ref name="EG_ParaRPrTrackChanges"/>
+ <ref name="EG_RPrBase"/>
+ <element name="rPrChange">
+ <ref name="CT_ParaRPrChange"/>
+ </element>
</define>
<define name="CT_ParaTrackChange">
<ref name="CT_TrackChange"/>
</define>
<define name="EG_ParaRPrTrackChanges">
- <element name="ins">
- <ref name="CT_ParaTrackChange"/>
- </element>
- <element name="del">
- <ref name="CT_ParaTrackChange"/>
- </element>
- <element name="moveFrom">
- <ref name="CT_TrackChange"/>
- </element>
- <element name="moveTo">
- <ref name="CT_TrackChange"/>
- </element>
+ <element name="ins">
+ <ref name="CT_ParaTrackChange"/>
+ </element>
+ <element name="del">
+ <ref name="CT_ParaTrackChange"/>
+ </element>
+ <element name="moveFrom">
+ <ref name="CT_TrackChange"/>
+ </element>
+ <element name="moveTo">
+ <ref name="CT_TrackChange"/>
+ </element>
</define>
<define name="CT_AltChunk">
- <element name="altChunkPr">
- <ref name="CT_AltChunkPr"/>
- </element>
- <attribute name="r:id">
- <ref name="ST_String"/>
- </attribute>
+ <element name="altChunkPr">
+ <ref name="CT_AltChunkPr"/>
+ </element>
+ <attribute name="r:id">
+ <ref name="ST_String"/>
+ </attribute>
</define>
<define name="CT_AltChunkPr">
- <element name="matchSrc">
- <ref name="CT_OnOff"/>
- </element>
+ <element name="matchSrc">
+ <ref name="CT_OnOff"/>
+ </element>
</define>
<define name="CT_RubyAlign">
<attribute name="val">
@@ -13718,20 +13718,20 @@
<element name="lid">
<ref name="CT_Lang"/>
</element>
- <element name="dirty">
- <ref name="CT_OnOff"/>
- </element>
+ <element name="dirty">
+ <ref name="CT_OnOff"/>
+ </element>
</define>
<define name="EG_RubyContent">
<choice>
<element name="r">
<ref name="CT_R"/>
</element>
- <ref name="EG_RunLevelElts"/>
+ <ref name="EG_RunLevelElts"/>
</choice>
</define>
<define name="CT_RubyContent">
- <ref name="EG_RubyContent"/>
+ <ref name="EG_RubyContent"/>
</define>
<define name="CT_Ruby">
<element name="rubyPr">
@@ -13768,40 +13768,40 @@
</attribute>
</define>
<define name="CT_SdtDate">
- <element name="dateFormat">
- <ref name="CT_String"/>
- </element>
- <element name="lid">
- <ref name="CT_Lang"/>
- </element>
- <element name="storeMappedDataAs">
- <ref name="CT_SdtDateMappingType"/>
- </element>
- <element name="calendar">
- <ref name="CT_CalendarType"/>
- </element>
- <attribute name="fullDate">
- <text/>
- </attribute>
+ <element name="dateFormat">
+ <ref name="CT_String"/>
+ </element>
+ <element name="lid">
+ <ref name="CT_Lang"/>
+ </element>
+ <element name="storeMappedDataAs">
+ <ref name="CT_SdtDateMappingType"/>
+ </element>
+ <element name="calendar">
+ <ref name="CT_CalendarType"/>
+ </element>
+ <attribute name="fullDate">
+ <text/>
+ </attribute>
</define>
<define name="CT_SdtDocPart">
- <element name="docPartGallery">
- <ref name="CT_String"/>
- </element>
- <element name="docPartCategory">
- <ref name="CT_String"/>
- </element>
- <element name="docPartUnique">
- <ref name="CT_OnOff"/>
- </element>
+ <element name="docPartGallery">
+ <ref name="CT_String"/>
+ </element>
+ <element name="docPartCategory">
+ <ref name="CT_String"/>
+ </element>
+ <element name="docPartUnique">
+ <ref name="CT_OnOff"/>
+ </element>
</define>
<define name="CT_SdtDropDownList">
- <element name="listItem">
- <ref name="CT_SdtListItem"/>
- </element>
- <attribute name="lastValue">
- <text/>
- </attribute>
+ <element name="listItem">
+ <ref name="CT_SdtListItem"/>
+ </element>
+ <attribute name="lastValue">
+ <text/>
+ </attribute>
</define>
<define name="CT_Placeholder">
<element name="docPart">
@@ -13825,79 +13825,79 @@
</attribute>
</define>
<define name="CT_SdtPr">
- <choice>
- <element name="rPr">
- <ref name="CT_RPr"/>
- </element>
- <element name="alias">
- <ref name="CT_String"/>
- </element>
- <element name="lock">
- <ref name="CT_Lock"/>
- </element>
- <element name="placeholder">
- <ref name="CT_Placeholder"/>
- </element>
- <element name="showingPlcHdr">
- <ref name="CT_OnOff"/>
- </element>
- <element name="dataBinding">
- <ref name="CT_DataBinding"/>
- </element>
- <element name="temporary">
- <ref name="CT_OnOff"/>
- </element>
- <element name="id">
- <ref name="CT_DecimalNumber"/>
- </element>
- <element name="tag">
- <ref name="CT_String"/>
- </element>
- <element name="equation">
- <ref name="CT_OnOff"/>
- </element>
- <element name="comboBox">
- <ref name="CT_SdtDropDownList"/>
- </element>
- <element name="w14:checkbox">
- <ref name="CT_SdtCheckbox"/>
- </element>
- <element name="date">
- <ref name="CT_SdtDate"/>
- </element>
- <element name="docPartObj">
- <ref name="CT_SdtDocPart"/>
- </element>
- <element name="docPartList">
- <ref name="CT_SdtDocPart"/>
- </element>
- <element name="dropDownList">
- <ref name="CT_SdtDropDownList"/>
- </element>
- <element name="picture">
- <ref name="CT_OnOff"/>
- </element>
- <element name="richText">
- <ref name="CT_Empty"/>
- </element>
- <element name="text">
- <ref name="CT_OnOff"/>
- </element>
- <element name="citation">
- <ref name="CT_OnOff"/>
- </element>
- <element name="group">
- <ref name="CT_OnOff"/>
- </element>
- <element name="bibliography">
- <ref name="CT_Empty"/>
- </element>
- </choice>
+ <choice>
+ <element name="rPr">
+ <ref name="CT_RPr"/>
+ </element>
+ <element name="alias">
+ <ref name="CT_String"/>
+ </element>
+ <element name="lock">
+ <ref name="CT_Lock"/>
+ </element>
+ <element name="placeholder">
+ <ref name="CT_Placeholder"/>
+ </element>
+ <element name="showingPlcHdr">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="dataBinding">
+ <ref name="CT_DataBinding"/>
+ </element>
+ <element name="temporary">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="id">
+ <ref name="CT_DecimalNumber"/>
+ </element>
+ <element name="tag">
+ <ref name="CT_String"/>
+ </element>
+ <element name="equation">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="comboBox">
+ <ref name="CT_SdtDropDownList"/>
+ </element>
+ <element name="w14:checkbox">
+ <ref name="CT_SdtCheckbox"/>
+ </element>
+ <element name="date">
+ <ref name="CT_SdtDate"/>
+ </element>
+ <element name="docPartObj">
+ <ref name="CT_SdtDocPart"/>
+ </element>
+ <element name="docPartList">
+ <ref name="CT_SdtDocPart"/>
+ </element>
+ <element name="dropDownList">
+ <ref name="CT_SdtDropDownList"/>
+ </element>
+ <element name="picture">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="richText">
+ <ref name="CT_Empty"/>
+ </element>
+ <element name="text">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="citation">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="group">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="bibliography">
+ <ref name="CT_Empty"/>
+ </element>
+ </choice>
</define>
<define name="CT_SdtEndPr">
- <element name="rPr">
- <ref name="CT_RPr"/>
- </element>
+ <element name="rPr">
+ <ref name="CT_RPr"/>
+ </element>
</define>
<define name="EG_ContentRunContent">
<choice>
@@ -13913,11 +13913,11 @@
<element name="r">
<ref name="CT_R"/>
</element>
- <ref name="EG_RunLevelElts"/>
+ <ref name="EG_RunLevelElts"/>
</choice>
</define>
<define name="CT_SdtContentRun">
- <ref name="EG_PContent"/>
+ <ref name="EG_PContent"/>
</define>
<define name="EG_ContentBlockContent">
<choice>
@@ -13927,95 +13927,95 @@
<element name="sdt">
<ref name="CT_SdtBlock"/>
</element>
- <element name="p">
- <ref name="CT_P"/>
- </element>
- <element name="tbl">
- <ref name="CT_Tbl"/>
- </element>
- <ref name="EG_RunLevelElts"/>
+ <element name="p">
+ <ref name="CT_P"/>
+ </element>
+ <element name="tbl">
+ <ref name="CT_Tbl"/>
+ </element>
+ <ref name="EG_RunLevelElts"/>
</choice>
</define>
<define name="CT_SdtContentBlock">
- <ref name="EG_ContentBlockContent"/>
+ <ref name="EG_ContentBlockContent"/>
</define>
<define name="EG_ContentRowContent">
<choice>
- <element name="tr">
- <ref name="CT_Row"/>
- </element>
+ <element name="tr">
+ <ref name="CT_Row"/>
+ </element>
<element name="customXml">
<ref name="CT_CustomXmlRow"/>
</element>
<element name="sdt">
<ref name="CT_SdtRow"/>
</element>
- <ref name="EG_RunLevelElts"/>
+ <ref name="EG_RunLevelElts"/>
</choice>
</define>
<define name="CT_SdtContentRow">
- <ref name="EG_ContentRowContent"/>
+ <ref name="EG_ContentRowContent"/>
</define>
<define name="EG_ContentCellContent">
<choice>
- <element name="tc">
- <ref name="CT_Tc"/>
- </element>
+ <element name="tc">
+ <ref name="CT_Tc"/>
+ </element>
<element name="customXml">
<ref name="CT_CustomXmlCell"/>
</element>
<element name="sdt">
<ref name="CT_SdtCell"/>
</element>
- <ref name="EG_RunLevelElts"/>
+ <ref name="EG_RunLevelElts"/>
</choice>
</define>
<define name="CT_SdtContentCell">
- <ref name="EG_ContentCellContent"/>
+ <ref name="EG_ContentCellContent"/>
</define>
<define name="CT_SdtBlock">
- <element name="sdtPr">
- <ref name="CT_SdtPr"/>
- </element>
- <element name="sdtEndPr">
- <ref name="CT_SdtEndPr"/>
- </element>
- <element name="sdtContent">
- <ref name="CT_SdtContentBlock"/>
- </element>
+ <element name="sdtPr">
+ <ref name="CT_SdtPr"/>
+ </element>
+ <element name="sdtEndPr">
+ <ref name="CT_SdtEndPr"/>
+ </element>
+ <element name="sdtContent">
+ <ref name="CT_SdtContentBlock"/>
+ </element>
</define>
<define name="CT_SdtRun">
- <element name="sdtPr">
- <ref name="CT_SdtPr"/>
- </element>
- <element name="sdtEndPr">
- <ref name="CT_SdtEndPr"/>
- </element>
- <element name="sdtContent">
- <ref name="CT_SdtContentRun"/>
- </element>
+ <element name="sdtPr">
+ <ref name="CT_SdtPr"/>
+ </element>
+ <element name="sdtEndPr">
+ <ref name="CT_SdtEndPr"/>
+ </element>
+ <element name="sdtContent">
+ <ref name="CT_SdtContentRun"/>
+ </element>
</define>
<define name="CT_SdtCell">
- <element name="sdtPr">
- <ref name="CT_SdtPr"/>
- </element>
- <element name="sdtEndPr">
- <ref name="CT_SdtEndPr"/>
- </element>
- <element name="sdtContent">
- <ref name="CT_SdtContentCell"/>
- </element>
+ <element name="sdtPr">
+ <ref name="CT_SdtPr"/>
+ </element>
+ <element name="sdtEndPr">
+ <ref name="CT_SdtEndPr"/>
+ </element>
+ <element name="sdtContent">
+ <ref name="CT_SdtContentCell"/>
+ </element>
</define>
<define name="CT_SdtRow">
- <element name="sdtPr">
- <ref name="CT_SdtPr"/>
- </element>
- <element name="sdtEndPr">
- <ref name="CT_SdtEndPr"/>
- </element>
- <element name="sdtContent">
- <ref name="CT_SdtContentRow"/>
- </element>
+ <element name="sdtPr">
+ <ref name="CT_SdtPr"/>
+ </element>
+ <element name="sdtEndPr">
+ <ref name="CT_SdtEndPr"/>
+ </element>
+ <element name="sdtContent">
+ <ref name="CT_SdtContentRow"/>
+ </element>
</define>
<define name="CT_Attr">
<attribute name="uri">
@@ -14029,10 +14029,10 @@
</attribute>
</define>
<define name="CT_CustomXmlRun">
- <element name="customXmlPr">
- <ref name="CT_CustomXmlPr"/>
- </element>
- <ref name="EG_PContent"/>
+ <element name="customXmlPr">
+ <ref name="CT_CustomXmlPr"/>
+ </element>
+ <ref name="EG_PContent"/>
<attribute name="uri">
<text/>
</attribute>
@@ -14041,10 +14041,10 @@
</attribute>
</define>
<define name="CT_SmartTagRun">
- <element name="smartTagPr">
- <ref name="CT_SmartTagPr"/>
- </element>
- <ref name="EG_PContent"/>
+ <element name="smartTagPr">
+ <ref name="CT_SmartTagPr"/>
+ </element>
+ <ref name="EG_PContent"/>
<attribute name="uri">
<text/>
</attribute>
@@ -14053,10 +14053,10 @@
</attribute>
</define>
<define name="CT_CustomXmlBlock">
- <element name="customXmlPr">
- <ref name="CT_CustomXmlPr"/>
- </element>
- <ref name="EG_ContentBlockContent"/>
+ <element name="customXmlPr">
+ <ref name="CT_CustomXmlPr"/>
+ </element>
+ <ref name="EG_ContentBlockContent"/>
<attribute name="uri">
<text/>
</attribute>
@@ -14065,18 +14065,18 @@
</attribute>
</define>
<define name="CT_CustomXmlPr">
- <element name="placeholder">
- <ref name="CT_String"/>
- </element>
- <element name="attr">
- <ref name="CT_Attr"/>
- </element>
+ <element name="placeholder">
+ <ref name="CT_String"/>
+ </element>
+ <element name="attr">
+ <ref name="CT_Attr"/>
+ </element>
</define>
<define name="CT_CustomXmlRow">
- <element name="customXmlPr">
- <ref name="CT_CustomXmlPr"/>
- </element>
- <ref name="EG_ContentRowContent"/>
+ <element name="customXmlPr">
+ <ref name="CT_CustomXmlPr"/>
+ </element>
+ <ref name="EG_ContentRowContent"/>
<attribute name="uri">
<text/>
</attribute>
@@ -14085,10 +14085,10 @@
</attribute>
</define>
<define name="CT_CustomXmlCell">
- <element name="customXmlPr">
- <ref name="CT_CustomXmlPr"/>
- </element>
- <ref name="EG_ContentCellContent"/>
+ <element name="customXmlPr">
+ <ref name="CT_CustomXmlPr"/>
+ </element>
+ <ref name="EG_ContentCellContent"/>
<attribute name="uri">
<text/>
</attribute>
@@ -14097,16 +14097,16 @@
</attribute>
</define>
<define name="CT_SmartTagPr">
- <element name="attr">
- <ref name="CT_Attr"/>
- </element>
+ <element name="attr">
+ <ref name="CT_Attr"/>
+ </element>
</define>
<define name="EG_PContent">
<choice>
- <ref name="EG_ContentRunContent"/>
- <element name="fldSimple">
- <ref name="CT_SimpleField"/>
- </element>
+ <ref name="EG_ContentRunContent"/>
+ <element name="fldSimple">
+ <ref name="CT_SimpleField"/>
+ </element>
<element name="hyperlink">
<ref name="CT_Hyperlink"/>
</element>
@@ -14116,10 +14116,10 @@
</choice>
</define>
<define name="CT_P">
- <element name="pPr">
- <ref name="CT_PPr"/>
- </element>
- <ref name="EG_PContent"/>
+ <element name="pPr">
+ <ref name="CT_PPr"/>
+ </element>
+ <ref name="EG_PContent"/>
<attribute name="rsidRPr">
<text/>
</attribute>
@@ -14137,16 +14137,16 @@
</attribute>
</define>
<define name="ST_TblWidth">
- <choice>
- <!-- No Width -->
- <value>nil</value>
- <!-- Width in Fiftieths of a Percent -->
- <value>pct</value>
- <!-- Width in Twentieths of a Point -->
- <value>dxa</value>
- <!-- Automatically Determined Width -->
- <value>auto</value>
- </choice>
+ <choice>
+ <!-- No Width -->
+ <value>nil</value>
+ <!-- Width in Fiftieths of a Percent -->
+ <value>pct</value>
+ <!-- Width in Twentieths of a Point -->
+ <value>dxa</value>
+ <!-- Automatically Determined Width -->
+ <value>auto</value>
+ </choice>
</define>
<define name="CT_Height">
<attribute name="val">
@@ -14170,75 +14170,75 @@
</attribute>
</define>
<define name="CT_TblGridBase">
- <element name="gridCol">
- <ref name="CT_TblGridCol"/>
- </element>
+ <element name="gridCol">
+ <ref name="CT_TblGridCol"/>
+ </element>
</define>
<define name="CT_TblGrid">
<ref name="CT_TblGridBase"/>
- <element name="tblGridChange">
- <ref name="CT_TblGridChange"/>
- </element>
+ <element name="tblGridChange">
+ <ref name="CT_TblGridChange"/>
+ </element>
</define>
<define name="CT_TcBorders">
- <element name="top">
- <ref name="CT_Border"/>
- </element>
- <element name="start">
- <ref name="CT_Border"/>
- </element>
- <element name="left">
- <ref name="CT_Border"/>
- </element>
- <element name="bottom">
- <ref name="CT_Border"/>
- </element>
- <element name="end">
- <ref name="CT_Border"/>
- </element>
- <element name="right">
- <ref name="CT_Border"/>
- </element>
- <element name="insideH">
- <ref name="CT_Border"/>
- </element>
- <element name="insideV">
- <ref name="CT_Border"/>
- </element>
- <element name="tl2br">
- <ref name="CT_Border"/>
- </element>
- <element name="tr2bl">
- <ref name="CT_Border"/>
- </element>
+ <element name="top">
+ <ref name="CT_Border"/>
+ </element>
+ <element name="start">
+ <ref name="CT_Border"/>
+ </element>
+ <element name="left">
+ <ref name="CT_Border"/>
+ </element>
+ <element name="bottom">
+ <ref name="CT_Border"/>
+ </element>
+ <element name="end">
+ <ref name="CT_Border"/>
+ </element>
+ <element name="right">
+ <ref name="CT_Border"/>
+ </element>
+ <element name="insideH">
+ <ref name="CT_Border"/>
+ </element>
+ <element name="insideV">
+ <ref name="CT_Border"/>
+ </element>
+ <element name="tl2br">
+ <ref name="CT_Border"/>
+ </element>
+ <element name="tr2bl">
+ <ref name="CT_Border"/>
+ </element>
</define>
<define name="CT_TcMar">
- <element name="top">
- <ref name="CT_TblWidth"/>
- </element>
- <element name="start">
- <ref name="CT_TblWidth"/>
- </element>
- <element name="left">
- <ref name="CT_TblWidth"/>
- </element>
- <element name="bottom">
- <ref name="CT_TblWidth"/>
- </element>
- <element name="right">
- <ref name="CT_TblWidth"/>
- </element>
- <element name="end">
- <ref name="CT_TblWidth"/>
- </element>
+ <element name="top">
+ <ref name="CT_TblWidth"/>
+ </element>
+ <element name="start">
+ <ref name="CT_TblWidth"/>
+ </element>
+ <element name="left">
+ <ref name="CT_TblWidth"/>
+ </element>
+ <element name="bottom">
+ <ref name="CT_TblWidth"/>
+ </element>
+ <element name="right">
+ <ref name="CT_TblWidth"/>
+ </element>
+ <element name="end">
+ <ref name="CT_TblWidth"/>
+ </element>
</define>
<define name="ST_Merge">
- <choice>
- <!-- Continue Merged Region -->
- <value>continue</value>
- <!-- Start/Restart Merged Region -->
- <value>restart</value>
- </choice>
+ <choice>
+ <!-- Continue Merged Region -->
+ <value>continue</value>
+ <!-- Start/Restart Merged Region -->
+ <value>restart</value>
+ </choice>
</define>
<define name="CT_VMerge">
<attribute name="val">
@@ -14251,61 +14251,61 @@
</attribute>
</define>
<define name="CT_TcPrBase">
- <element name="cnfStyle">
- <ref name="CT_Cnf"/>
- </element>
- <element name="tcW">
- <ref name="CT_TblWidth"/>
- </element>
- <element name="gridSpan">
- <ref name="CT_DecimalNumber"/>
- </element>
- <element name="hMerge">
- <ref name="CT_HMerge"/>
- </element>
- <element name="vMerge">
- <ref name="CT_VMerge"/>
- </element>
- <element name="tcBorders">
- <ref name="CT_TcBorders"/>
- </element>
- <element name="shd">
- <ref name="CT_Shd"/>
- </element>
- <element name="noWrap">
- <ref name="CT_OnOff"/>
- </element>
- <element name="tcMar">
- <ref name="CT_TcMar"/>
- </element>
- <element name="textDirection">
- <ref name="CT_TextDirection"/>
- </element>
- <element name="tcFitText">
- <ref name="CT_OnOff"/>
- </element>
- <element name="vAlign">
- <ref name="CT_VerticalJc"/>
- </element>
- <element name="hideMark">
- <ref name="CT_OnOff"/>
- </element>
+ <element name="cnfStyle">
+ <ref name="CT_Cnf"/>
+ </element>
+ <element name="tcW">
+ <ref name="CT_TblWidth"/>
+ </element>
+ <element name="gridSpan">
+ <ref name="CT_DecimalNumber"/>
+ </element>
+ <element name="hMerge">
+ <ref name="CT_HMerge"/>
+ </element>
+ <element name="vMerge">
+ <ref name="CT_VMerge"/>
+ </element>
+ <element name="tcBorders">
+ <ref name="CT_TcBorders"/>
+ </element>
+ <element name="shd">
+ <ref name="CT_Shd"/>
+ </element>
+ <element name="noWrap">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="tcMar">
+ <ref name="CT_TcMar"/>
+ </element>
+ <element name="textDirection">
+ <ref name="CT_TextDirection"/>
+ </element>
+ <element name="tcFitText">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="vAlign">
+ <ref name="CT_VerticalJc"/>
+ </element>
+ <element name="hideMark">
+ <ref name="CT_OnOff"/>
+ </element>
</define>
<define name="CT_TcPr">
<ref name="CT_TcPrInner"/>
- <element name="tcPrChange">
- <ref name="CT_TcPrChange"/>
- </element>
+ <element name="tcPrChange">
+ <ref name="CT_TcPrChange"/>
+ </element>
</define>
<define name="CT_TcPrInner">
<ref name="CT_TcPrBase"/>
- <ref name="EG_CellMarkupElements"/>
+ <ref name="EG_CellMarkupElements"/>
</define>
<define name="CT_Tc">
- <element name="tcPr">
- <ref name="CT_TcPr"/>
- </element>
- <ref name="EG_BlockLevelElts"/>
+ <element name="tcPr">
+ <ref name="CT_TcPr"/>
+ </element>
+ <ref name="EG_BlockLevelElts"/>
</define>
<define name="ST_Cnf">
<data type="string"/>
@@ -14352,44 +14352,44 @@
</attribute>
</define>
<define name="CT_TrPrBase">
- <choice>
- <element name="cnfStyle">
- <ref name="CT_Cnf"/>
- </element>
- <element name="divId">
- <ref name="CT_DecimalNumber"/>
- </element>
- <element name="gridBefore">
- <ref name="CT_TrPrBaseGridBefore"/>
- </element>
- <element name="gridAfter">
- <ref name="CT_DecimalNumber"/>
- </element>
- <element name="wBefore">
- <ref name="CT_TblWidth"/>
- </element>
- <element name="wAfter">
- <ref name="CT_TblWidth"/>
- </element>
- <element name="cantSplit">
- <ref name="CT_OnOff"/>
- </element>
- <element name="trHeight">
- <ref name="CT_Height"/>
- </element>
- <element name="tblHeader">
- <ref name="CT_OnOff"/>
- </element>
- <element name="tblCellSpacing">
- <ref name="CT_TblWidth"/>
- </element>
- <element name="jc">
- <ref name="CT_Jc"/>
- </element>
- <element name="hidden">
- <ref name="CT_OnOff"/>
- </element>
- </choice>
+ <choice>
+ <element name="cnfStyle">
+ <ref name="CT_Cnf"/>
+ </element>
+ <element name="divId">
+ <ref name="CT_DecimalNumber"/>
+ </element>
+ <element name="gridBefore">
+ <ref name="CT_TrPrBaseGridBefore"/>
+ </element>
+ <element name="gridAfter">
+ <ref name="CT_DecimalNumber"/>
+ </element>
+ <element name="wBefore">
+ <ref name="CT_TblWidth"/>
+ </element>
+ <element name="wAfter">
+ <ref name="CT_TblWidth"/>
+ </element>
+ <element name="cantSplit">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="trHeight">
+ <ref name="CT_Height"/>
+ </element>
+ <element name="tblHeader">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="tblCellSpacing">
+ <ref name="CT_TblWidth"/>
+ </element>
+ <element name="jc">
+ <ref name="CT_Jc"/>
+ </element>
+ <element name="hidden">
+ <ref name="CT_OnOff"/>
+ </element>
+ </choice>
</define>
<define name="CT_TrPrBaseGridBefore">
<attribute name="val">
@@ -14398,24 +14398,24 @@
</define>
<define name="CT_TrPr">
<ref name="CT_TrPrBase"/>
- <element name="ins">
- <ref name="CT_TrackChange"/>
- </element>
- <element name="del">
- <ref name="CT_TrackChange"/>
- </element>
- <element name="trPrChange">
- <ref name="CT_TrPrChange"/>
- </element>
+ <element name="ins">
+ <ref name="CT_TrackChange"/>
+ </element>
+ <element name="del">
+ <ref name="CT_TrackChange"/>
+ </element>
+ <element name="trPrChange">
+ <ref name="CT_TrPrChange"/>
+ </element>
</define>
<define name="CT_Row">
- <element name="tblPrEx">
- <ref name="CT_TblPrEx"/>
- </element>
- <element name="trPr">
- <ref name="CT_TrPr"/>
- </element>
- <ref name="EG_ContentCellContent"/>
+ <element name="tblPrEx">
+ <ref name="CT_TblPrEx"/>
+ </element>
+ <element name="trPr">
+ <ref name="CT_TrPr"/>
+ </element>
+ <ref name="EG_ContentCellContent"/>
<attribute name="rsidRPr">
<text/>
</attribute>
@@ -14430,12 +14430,12 @@
</attribute>
</define>
<define name="ST_TblLayout">
- <choice>
- <!-- Fixed Width Table Layout -->
- <value>fixed</value>
- <!-- AutoFit Table Layout -->
- <value>autofit</value>
- </choice>
+ <choice>
+ <!-- Fixed Width Table Layout -->
+ <value>fixed</value>
+ <!-- AutoFit Table Layout -->
+ <value>autofit</value>
+ </choice>
</define>
<define name="CT_TblLayoutType">
<attribute name="type">
@@ -14443,12 +14443,12 @@
</attribute>
</define>
<define name="ST_TblOverlap">
- <choice>
- <!-- Floating Table Cannot Overlap -->
- <value>never</value>
- <!-- Floating Table Can Overlap -->
- <value>overlap</value>
- </choice>
+ <choice>
+ <!-- Floating Table Cannot Overlap -->
+ <value>never</value>
+ <!-- Floating Table Can Overlap -->
+ <value>overlap</value>
+ </choice>
</define>
<define name="CT_TblOverlap">
<attribute name="val">
@@ -14488,160 +14488,160 @@
</attribute>
</define>
<define name="CT_TblCellMar">
- <element name="top">
- <ref name="CT_TblWidth"/>
- </element>
- <element name="start">
- <ref name="CT_TblWidth"/>
- </element>
- <element name="left">
- <ref name="CT_TblWidth"/>
- </element>
- <element name="bottom">
- <ref name="CT_TblWidth"/>
- </element>
- <element name="right">
- <ref name="CT_TblWidth"/>
- </element>
- <element name="end">
- <ref name="CT_TblWidth"/>
- </element>
+ <element name="top">
+ <ref name="CT_TblWidth"/>
+ </element>
+ <element name="start">
+ <ref name="CT_TblWidth"/>
+ </element>
+ <element name="left">
+ <ref name="CT_TblWidth"/>
+ </element>
+ <element name="bottom">
+ <ref name="CT_TblWidth"/>
+ </element>
+ <element name="right">
+ <ref name="CT_TblWidth"/>
+ </element>
+ <element name="end">
+ <ref name="CT_TblWidth"/>
+ </element>
</define>
<define name="CT_TblBorders">
- <element name="top">
- <ref name="CT_Border"/>
- </element>
- <element name="start">
- <ref name="CT_Border"/>
- </element>
- <element name="left">
- <ref name="CT_Border"/>
- </element>
- <element name="bottom">
- <ref name="CT_Border"/>
- </element>
- <element name="end">
- <ref name="CT_Border"/>
- </element>
- <element name="right">
- <ref name="CT_Border"/>
- </element>
- <element name="insideH">
- <ref name="CT_Border"/>
- </element>
- <element name="insideV">
- <ref name="CT_Border"/>
- </element>
+ <element name="top">
+ <ref name="CT_Border"/>
+ </element>
+ <element name="start">
+ <ref name="CT_Border"/>
+ </element>
+ <element name="left">
+ <ref name="CT_Border"/>
+ </element>
+ <element name="bottom">
+ <ref name="CT_Border"/>
+ </element>
+ <element name="end">
+ <ref name="CT_Border"/>
+ </element>
+ <element name="right">
+ <ref name="CT_Border"/>
+ </element>
+ <element name="insideH">
+ <ref name="CT_Border"/>
+ </element>
+ <element name="insideV">
+ <ref name="CT_Border"/>
+ </element>
</define>
<define name="CT_TblPrBase">
- <element name="tblStyle">
- <ref name="CT_String"/>
- </element>
- <element name="tblpPr">
- <ref name="CT_TblPPr"/>
- </element>
- <element name="tblOverlap">
- <ref name="CT_TblOverlap"/>
- </element>
- <element name="bidiVisual">
- <ref name="CT_OnOff"/>
- </element>
- <element name="tblStyleRowBandSize">
- <ref name="CT_DecimalNumber"/>
- </element>
- <element name="tblStyleColBandSize">
- <ref name="CT_DecimalNumber"/>
- </element>
- <element name="tblW">
- <ref name="CT_TblWidth"/>
- </element>
- <element name="jc">
- <ref name="CT_Jc"/>
- </element>
- <element name="tblCellSpacing">
- <ref name="CT_TblWidth"/>
- </element>
- <element name="tblInd">
- <ref name="CT_TblWidth"/>
- </element>
- <element name="tblBorders">
- <ref name="CT_TblBorders"/>
- </element>
- <element name="shd">
- <ref name="CT_Shd"/>
- </element>
- <element name="tblLayout">
- <ref name="CT_TblLayoutType"/>
- </element>
- <element name="tblCellMar">
- <ref name="CT_TblCellMar"/>
- </element>
- <element name="tblLook">
- <ref name="CT_TblLook"/>
- </element>
- <element name="tblCaption">
- <ref name="CT_String"/>
- </element>
- <element name="tblDescription">
- <ref name="CT_String"/>
- </element>
+ <element name="tblStyle">
+ <ref name="CT_String"/>
+ </element>
+ <element name="tblpPr">
+ <ref name="CT_TblPPr"/>
+ </element>
+ <element name="tblOverlap">
+ <ref name="CT_TblOverlap"/>
+ </element>
+ <element name="bidiVisual">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="tblStyleRowBandSize">
+ <ref name="CT_DecimalNumber"/>
+ </element>
+ <element name="tblStyleColBandSize">
+ <ref name="CT_DecimalNumber"/>
+ </element>
+ <element name="tblW">
+ <ref name="CT_TblWidth"/>
+ </element>
+ <element name="jc">
+ <ref name="CT_Jc"/>
+ </element>
+ <element name="tblCellSpacing">
+ <ref name="CT_TblWidth"/>
+ </element>
+ <element name="tblInd">
+ <ref name="CT_TblWidth"/>
+ </element>
+ <element name="tblBorders">
+ <ref name="CT_TblBorders"/>
+ </element>
+ <element name="shd">
+ <ref name="CT_Shd"/>
+ </element>
+ <element name="tblLayout">
+ <ref name="CT_TblLayoutType"/>
+ </element>
+ <element name="tblCellMar">
+ <ref name="CT_TblCellMar"/>
+ </element>
+ <element name="tblLook">
+ <ref name="CT_TblLook"/>
+ </element>
+ <element name="tblCaption">
+ <ref name="CT_String"/>
+ </element>
+ <element name="tblDescription">
+ <ref name="CT_String"/>
+ </element>
</define>
<define name="CT_TblPr">
<ref name="CT_TblPrBase"/>
- <element name="tblPrChange">
- <ref name="CT_TblPrChange"/>
- </element>
+ <element name="tblPrChange">
+ <ref name="CT_TblPrChange"/>
+ </element>
</define>
<define name="CT_TblPrExBase">
- <element name="tblW">
- <ref name="CT_TblWidth"/>
- </element>
- <element name="jc">
- <ref name="CT_Jc"/>
- </element>
- <element name="tblCellSpacing">
- <ref name="CT_TblWidth"/>
- </element>
- <element name="tblInd">
- <ref name="CT_TblWidth"/>
- </element>
- <element name="tblBorders">
- <ref name="CT_TblBorders"/>
- </element>
- <element name="shd">
- <ref name="CT_Shd"/>
- </element>
- <element name="tblLayout">
- <ref name="CT_TblLayoutType"/>
- </element>
- <element name="tblCellMar">
- <ref name="CT_TblCellMar"/>
- </element>
- <element name="tblLook">
- <ref name="CT_TblLook"/>
- </element>
- <element name="tblCaption">
- <ref name="CT_String"/>
- </element>
- <element name="tblDescription">
- <ref name="CT_String"/>
- </element>
+ <element name="tblW">
+ <ref name="CT_TblWidth"/>
+ </element>
+ <element name="jc">
+ <ref name="CT_Jc"/>
+ </element>
+ <element name="tblCellSpacing">
+ <ref name="CT_TblWidth"/>
+ </element>
+ <element name="tblInd">
+ <ref name="CT_TblWidth"/>
+ </element>
+ <element name="tblBorders">
+ <ref name="CT_TblBorders"/>
+ </element>
+ <element name="shd">
+ <ref name="CT_Shd"/>
+ </element>
+ <element name="tblLayout">
+ <ref name="CT_TblLayoutType"/>
+ </element>
+ <element name="tblCellMar">
+ <ref name="CT_TblCellMar"/>
+ </element>
+ <element name="tblLook">
+ <ref name="CT_TblLook"/>
+ </element>
+ <element name="tblCaption">
+ <ref name="CT_String"/>
+ </element>
+ <element name="tblDescription">
+ <ref name="CT_String"/>
+ </element>
</define>
<define name="CT_TblPrEx">
<ref name="CT_TblPrExBase"/>
- <element name="tblPrExChange">
- <ref name="CT_TblPrExChange"/>
- </element>
+ <element name="tblPrExChange">
+ <ref name="CT_TblPrExChange"/>
+ </element>
</define>
<define name="CT_Tbl">
- <ref name="EG_RangeMarkupElements"/>
+ <ref name="EG_RangeMarkupElements"/>
<element name="tblPr">
<ref name="CT_TblPr"/>
</element>
<element name="tblGrid">
<ref name="CT_TblGrid"/>
</element>
- <ref name="EG_ContentRowContent"/>
+ <ref name="EG_ContentRowContent"/>
</define>
<define name="CT_TblLook">
<attribute name="firstRow">
@@ -14667,16 +14667,16 @@
</attribute>
</define>
<define name="ST_FtnPos">
- <choice>
- <!-- Footnotes Positioned at Page Bottom -->
- <value>pageBottom</value>
- <!-- Footnotes Positioned Beneath Text -->
- <value>beneathText</value>
- <!-- Footnotes Positioned At End of Section -->
- <value>sectEnd</value>
- <!-- Footnotes Positioned At End of Document -->
- <value>docEnd</value>
- </choice>
+ <choice>
+ <!-- Footnotes Positioned at Page Bottom -->
+ <value>pageBottom</value>
+ <!-- Footnotes Positioned Beneath Text -->
+ <value>beneathText</value>
+ <!-- Footnotes Positioned At End of Section -->
+ <value>sectEnd</value>
+ <!-- Footnotes Positioned At End of Document -->
+ <value>docEnd</value>
+ </choice>
</define>
<define name="CT_FtnPos">
<attribute name="val">
@@ -14684,12 +14684,12 @@
</attribute>
</define>
<define name="ST_EdnPos">
- <choice>
- <!-- Endnotes Positioned at End of Section -->
- <value>sectEnd</value>
- <!-- Endnotes Positioned at End of Document -->
- <value>docEnd</value>
- </choice>
+ <choice>
+ <!-- Endnotes Positioned at End of Section -->
+ <value>sectEnd</value>
+ <!-- Endnotes Positioned at End of Document -->
+ <value>docEnd</value>
+ </choice>
</define>
<define name="CT_EdnPos">
<attribute name="val">
@@ -14702,14 +14702,14 @@
</attribute>
</define>
<define name="ST_RestartNumber">
- <choice>
- <!-- Continue Numbering From Previous Section -->
- <value>continuous</value>
- <!-- Restart Numbering For Each Section -->
- <value>eachSect</value>
- <!-- Restart Numbering On Each Page -->
- <value>eachPage</value>
- </choice>
+ <choice>
+ <!-- Continue Numbering From Previous Section -->
+ <value>continuous</value>
+ <!-- Restart Numbering For Each Section -->
+ <value>eachSect</value>
+ <!-- Restart Numbering On Each Page -->
+ <value>eachPage</value>
+ </choice>
</define>
<define name="CT_NumRestart">
<attribute name="val">
@@ -14717,9 +14717,9 @@
</attribute>
</define>
<define name="CT_FtnEdnRef">
- <attribute name="customMarkFollows">
- <ref name="ST_OnOff"/>
- </attribute>
+ <attribute name="customMarkFollows">
+ <ref name="ST_OnOff"/>
+ </attribute>
<attribute name="id">
<ref name="ST_DecimalNumber"/>
</attribute>
@@ -14730,10 +14730,10 @@
</attribute>
</define>
<define name="CT_FtnEdn">
- <ref name="EG_BlockLevelElts"/>
- <attribute name="type">
- <ref name="ST_FtnEdn"/>
- </attribute>
+ <ref name="EG_BlockLevelElts"/>
+ <attribute name="type">
+ <ref name="ST_FtnEdn"/>
+ </attribute>
<attribute name="id">
<ref name="ST_DecimalNumber"/>
</attribute>
@@ -14742,47 +14742,47 @@
<ref name="CT_Markup"/>
</define>
<define name="EG_FtnEdnNumProps">
- <element name="numStart">
- <ref name="CT_DecimalNumber"/>
- </element>
- <element name="numRestart">
- <ref name="CT_NumRestart"/>
- </element>
+ <element name="numStart">
+ <ref name="CT_DecimalNumber"/>
+ </element>
+ <element name="numRestart">
+ <ref name="CT_NumRestart"/>
+ </element>
</define>
<define name="CT_FtnProps">
- <element name="pos">
- <ref name="CT_FtnPos"/>
- </element>
- <element name="numFmt">
- <ref name="CT_NumFmt"/>
- </element>
- <ref name="EG_FtnEdnNumProps"/>
+ <element name="pos">
+ <ref name="CT_FtnPos"/>
+ </element>
+ <element name="numFmt">
+ <ref name="CT_NumFmt"/>
+ </element>
+ <ref name="EG_FtnEdnNumProps"/>
</define>
<define name="CT_EdnProps">
- <element name="pos">
- <ref name="CT_EdnPos"/>
- </element>
- <element name="numFmt">
- <ref name="CT_NumFmt"/>
- </element>
- <ref name="EG_FtnEdnNumProps"/>
+ <element name="pos">
+ <ref name="CT_EdnPos"/>
+ </element>
+ <element name="numFmt">
+ <ref name="CT_NumFmt"/>
+ </element>
+ <ref name="EG_FtnEdnNumProps"/>
</define>
<define name="CT_FtnDocProps">
<ref name="CT_FtnProps"/>
- <element name="footnote">
- <ref name="CT_FtnEdnSepRef"/>
- </element>
+ <element name="footnote">
+ <ref name="CT_FtnEdnSepRef"/>
+ </element>
</define>
<define name="CT_EdnDocProps">
<ref name="CT_EdnProps"/>
- <element name="endnote">
- <ref name="CT_FtnEdnSepRef"/>
- </element>
+ <element name="endnote">
+ <ref name="CT_FtnEdnSepRef"/>
+ </element>
</define>
<define name="CT_RecipientData">
- <element name="active">
- <ref name="CT_OnOff"/>
- </element>
+ <element name="active">
+ <ref name="CT_OnOff"/>
+ </element>
<element name="column">
<ref name="CT_DecimalNumber"/>
</element>
@@ -14791,9 +14791,9 @@
</element>
</define>
<define name="CT_Recipients">
- <element name="recipientData">
- <ref name="CT_RecipientData"/>
- </element>
+ <element name="recipientData">
+ <ref name="CT_RecipientData"/>
+ </element>
</define>
<define name="recipients">
<element name="recipients">
@@ -14801,24 +14801,24 @@
</element>
</define>
<define name="CT_OdsoFieldMapData">
- <element name="type">
- <ref name="CT_MailMergeOdsoFMDFieldType"/>
- </element>
- <element name="name">
- <ref name="CT_String"/>
- </element>
- <element name="mappedName">
- <ref name="CT_String"/>
- </element>
- <element name="column">
- <ref name="CT_DecimalNumber"/>
- </element>
- <element name="lid">
- <ref name="CT_Lang"/>
- </element>
- <element name="dynamicAddress">
- <ref name="CT_OnOff"/>
- </element>
+ <element name="type">
+ <ref name="CT_MailMergeOdsoFMDFieldType"/>
+ </element>
+ <element name="name">
+ <ref name="CT_String"/>
+ </element>
+ <element name="mappedName">
+ <ref name="CT_String"/>
+ </element>
+ <element name="column">
+ <ref name="CT_DecimalNumber"/>
+ </element>
+ <element name="lid">
+ <ref name="CT_Lang"/>
+ </element>
+ <element name="dynamicAddress">
+ <ref name="CT_OnOff"/>
+ </element>
</define>
<define name="CT_MailMergeSourceType">
<attribute name="val">
@@ -14826,80 +14826,80 @@
</attribute>
</define>
<define name="CT_Odso">
- <element name="udl">
- <ref name="CT_String"/>
- </element>
- <element name="table">
- <ref name="CT_String"/>
- </element>
- <element name="src">
- <ref name="CT_Rel"/>
- </element>
- <element name="colDelim">
- <ref name="CT_DecimalNumber"/>
- </element>
- <element name="type">
- <ref name="CT_MailMergeSourceType"/>
- </element>
- <element name="fHdr">
- <ref name="CT_OnOff"/>
- </element>
- <element name="fieldMapData">
- <ref name="CT_OdsoFieldMapData"/>
- </element>
- <element name="recipientData">
- <ref name="CT_Rel"/>
- </element>
+ <element name="udl">
+ <ref name="CT_String"/>
+ </element>
+ <element name="table">
+ <ref name="CT_String"/>
+ </element>
+ <element name="src">
+ <ref name="CT_Rel"/>
+ </element>
+ <element name="colDelim">
+ <ref name="CT_DecimalNumber"/>
+ </element>
+ <element name="type">
+ <ref name="CT_MailMergeSourceType"/>
+ </element>
+ <element name="fHdr">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="fieldMapData">
+ <ref name="CT_OdsoFieldMapData"/>
+ </element>
+ <element name="recipientData">
+ <ref name="CT_Rel"/>
+ </element>
</define>
<define name="CT_MailMerge">
<element name="mainDocumentType">
<ref name="CT_MailMergeDocType"/>
</element>
- <element name="linkToQuery">
- <ref name="CT_OnOff"/>
- </element>
+ <element name="linkToQuery">
+ <ref name="CT_OnOff"/>
+ </element>
<element name="dataType">
<ref name="CT_MailMergeDataType"/>
</element>
- <element name="connectString">
- <ref name="CT_String"/>
- </element>
- <element name="query">
- <ref name="CT_String"/>
- </element>
- <element name="dataSource">
- <ref name="CT_Rel"/>
- </element>
- <element name="headerSource">
- <ref name="CT_Rel"/>
- </element>
- <element name="doNotSuppressBlankLines">
- <ref name="CT_OnOff"/>
- </element>
- <element name="destination">
- <ref name="CT_MailMergeDest"/>
- </element>
- <element name="addressFieldName">
- <ref name="CT_String"/>
- </element>
- <element name="mailSubject">
- <ref name="CT_String"/>
- </element>
- <element name="mailAsAttachment">
- <ref name="CT_OnOff"/>
- </element>
- <element name="viewMergedData">
- <ref name="CT_OnOff"/>
- </element>
- <element name="activeRecord">
- <ref name="CT_DecimalNumber"/>
- </element>
- <element name="checkErrors">
- <ref name="CT_DecimalNumber"/>
- </element>
- <element name="odso">
- <ref name="CT_Odso"/>
- </element>
+ <element name="connectString">
+ <ref name="CT_String"/>
+ </element>
+ <element name="query">
+ <ref name="CT_String"/>
+ </element>
+ <element name="dataSource">
+ <ref name="CT_Rel"/>
+ </element>
+ <element name="headerSource">
+ <ref name="CT_Rel"/>
+ </element>
+ <element name="doNotSuppressBlankLines">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="destination">
+ <ref name="CT_MailMergeDest"/>
+ </element>
+ <element name="addressFieldName">
+ <ref name="CT_String"/>
+ </element>
+ <element name="mailSubject">
+ <ref name="CT_String"/>
+ </element>
+ <element name="mailAsAttachment">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="viewMergedData">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="activeRecord">
+ <ref name="CT_DecimalNumber"/>
+ </element>
+ <element name="checkErrors">
+ <ref name="CT_DecimalNumber"/>
+ </element>
+ <element name="odso">
+ <ref name="CT_Odso"/>
+ </element>
</define>
<define name="CT_TargetScreenSz">
<attribute name="val">
@@ -14907,204 +14907,204 @@
</attribute>
</define>
<define name="CT_Compat">
- <element name="useSingleBorderforContiguousCells">
- <ref name="CT_OnOff"/>
- </element>
- <element name="wpJustification">
- <ref name="CT_OnOff"/>
- </element>
- <element name="noTabHangInd">
- <ref name="CT_OnOff"/>
- </element>
- <element name="noLeading">
- <ref name="CT_OnOff"/>
- </element>
- <element name="spaceForUL">
- <ref name="CT_OnOff"/>
- </element>
- <element name="noColumnBalance">
- <ref name="CT_OnOff"/>
- </element>
- <element name="balanceSingleByteDoubleByteWidth">
- <ref name="CT_OnOff"/>
- </element>
- <element name="noExtraLineSpacing">
- <ref name="CT_OnOff"/>
- </element>
- <element name="doNotLeaveBackslashAlone">
- <ref name="CT_OnOff"/>
- </element>
- <element name="ulTrailSpace">
- <ref name="CT_OnOff"/>
- </element>
- <element name="doNotExpandShiftReturn">
- <ref name="CT_OnOff"/>
- </element>
- <element name="spacingInWholePoints">
- <ref name="CT_OnOff"/>
- </element>
- <element name="lineWrapLikeWord6">
- <ref name="CT_OnOff"/>
- </element>
- <element name="printBodyTextBeforeHeader">
- <ref name="CT_OnOff"/>
- </element>
- <element name="printColBlack">
- <ref name="CT_OnOff"/>
- </element>
- <element name="wpSpaceWidth">
- <ref name="CT_OnOff"/>
- </element>
- <element name="showBreaksInFrames">
- <ref name="CT_OnOff"/>
- </element>
- <element name="subFontBySize">
- <ref name="CT_OnOff"/>
- </element>
- <element name="suppressBottomSpacing">
- <ref name="CT_OnOff"/>
- </element>
- <element name="suppressTopSpacing">
- <ref name="CT_OnOff"/>
- </element>
- <element name="suppressSpacingAtTopOfPage">
- <ref name="CT_OnOff"/>
- </element>
- <element name="suppressTopSpacingWP">
- <ref name="CT_OnOff"/>
- </element>
- <element name="suppressSpBfAfterPgBrk">
- <ref name="CT_OnOff"/>
- </element>
- <element name="swapBordersFacingPages">
- <ref name="CT_OnOff"/>
- </element>
- <element name="convMailMergeEsc">
- <ref name="CT_OnOff"/>
- </element>
- <element name="truncateFontHeightsLikeWP6">
- <ref name="CT_OnOff"/>
- </element>
- <element name="mwSmallCaps">
- <ref name="CT_OnOff"/>
- </element>
- <element name="usePrinterMetrics">
- <ref name="CT_OnOff"/>
- </element>
- <element name="doNotSuppressParagraphBorders">
- <ref name="CT_OnOff"/>
- </element>
- <element name="wrapTrailSpaces">
- <ref name="CT_OnOff"/>
- </element>
- <element name="footnoteLayoutLikeWW8">
- <ref name="CT_OnOff"/>
- </element>
- <element name="shapeLayoutLikeWW8">
- <ref name="CT_OnOff"/>
- </element>
- <element name="alignTablesRowByRow">
- <ref name="CT_OnOff"/>
- </element>
- <element name="forgetLastTabAlignment">
- <ref name="CT_OnOff"/>
- </element>
- <element name="adjustLineHeightInTable">
- <ref name="CT_OnOff"/>
- </element>
- <element name="autoSpaceLikeWord95">
- <ref name="CT_OnOff"/>
- </element>
- <element name="noSpaceRaiseLower">
- <ref name="CT_OnOff"/>
- </element>
- <element name="doNotUseHTMLParagraphAutoSpacing">
- <ref name="CT_OnOff"/>
- </element>
- <element name="layoutRawTableWidth">
- <ref name="CT_OnOff"/>
- </element>
- <element name="layoutTableRowsApart">
- <ref name="CT_OnOff"/>
- </element>
- <element name="useWord97LineBreakRules">
- <ref name="CT_OnOff"/>
- </element>
- <element name="doNotBreakWrappedTables">
- <ref name="CT_OnOff"/>
- </element>
- <element name="doNotSnapToGridInCell">
- <ref name="CT_OnOff"/>
- </element>
- <element name="selectFldWithFirstOrLastChar">
- <ref name="CT_OnOff"/>
- </element>
- <element name="applyBreakingRules">
- <ref name="CT_OnOff"/>
- </element>
- <element name="doNotWrapTextWithPunct">
- <ref name="CT_OnOff"/>
- </element>
- <element name="doNotUseEastAsianBreakRules">
- <ref name="CT_OnOff"/>
- </element>
- <element name="useWord2002TableStyleRules">
- <ref name="CT_OnOff"/>
- </element>
- <element name="growAutofit">
- <ref name="CT_OnOff"/>
- </element>
- <element name="useFELayout">
- <ref name="CT_OnOff"/>
- </element>
- <element name="useNormalStyleForList">
- <ref name="CT_OnOff"/>
- </element>
- <element name="doNotUseIndentAsNumberingTabStop">
- <ref name="CT_OnOff"/>
- </element>
- <element name="useAltKinsokuLineBreakRules">
- <ref name="CT_OnOff"/>
- </element>
- <element name="allowSpaceOfSameStyleInTable">
- <ref name="CT_OnOff"/>
- </element>
- <element name="doNotSuppressIndentation">
- <ref name="CT_OnOff"/>
- </element>
- <element name="doNotAutofitConstrainedTables">
- <ref name="CT_OnOff"/>
- </element>
- <element name="autofitToFirstFixedWidthCell">
- <ref name="CT_OnOff"/>
- </element>
- <element name="underlineTabInNumList">
- <ref name="CT_OnOff"/>
- </element>
- <element name="displayHangulFixedWidth">
- <ref name="CT_OnOff"/>
- </element>
- <element name="splitPgBreakAndParaMark">
- <ref name="CT_OnOff"/>
- </element>
- <element name="doNotVertAlignCellWithSp">
- <ref name="CT_OnOff"/>
- </element>
- <element name="doNotBreakConstrainedForcedTable">
- <ref name="CT_OnOff"/>
- </element>
- <element name="doNotVertAlignInTxbx">
- <ref name="CT_OnOff"/>
- </element>
- <element name="useAnsiKerningPairs">
- <ref name="CT_OnOff"/>
- </element>
- <element name="cachedColBalance">
- <ref name="CT_OnOff"/>
- </element>
- <element name="compatSetting">
- <ref name="CT_CompatSetting"/>
- </element>
+ <element name="useSingleBorderforContiguousCells">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="wpJustification">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="noTabHangInd">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="noLeading">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="spaceForUL">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="noColumnBalance">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="balanceSingleByteDoubleByteWidth">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="noExtraLineSpacing">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="doNotLeaveBackslashAlone">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="ulTrailSpace">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="doNotExpandShiftReturn">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="spacingInWholePoints">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="lineWrapLikeWord6">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="printBodyTextBeforeHeader">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="printColBlack">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="wpSpaceWidth">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="showBreaksInFrames">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="subFontBySize">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="suppressBottomSpacing">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="suppressTopSpacing">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="suppressSpacingAtTopOfPage">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="suppressTopSpacingWP">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="suppressSpBfAfterPgBrk">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="swapBordersFacingPages">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="convMailMergeEsc">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="truncateFontHeightsLikeWP6">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="mwSmallCaps">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="usePrinterMetrics">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="doNotSuppressParagraphBorders">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="wrapTrailSpaces">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="footnoteLayoutLikeWW8">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="shapeLayoutLikeWW8">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="alignTablesRowByRow">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="forgetLastTabAlignment">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="adjustLineHeightInTable">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="autoSpaceLikeWord95">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="noSpaceRaiseLower">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="doNotUseHTMLParagraphAutoSpacing">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="layoutRawTableWidth">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="layoutTableRowsApart">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="useWord97LineBreakRules">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="doNotBreakWrappedTables">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="doNotSnapToGridInCell">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="selectFldWithFirstOrLastChar">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="applyBreakingRules">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="doNotWrapTextWithPunct">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="doNotUseEastAsianBreakRules">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="useWord2002TableStyleRules">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="growAutofit">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="useFELayout">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="useNormalStyleForList">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="doNotUseIndentAsNumberingTabStop">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="useAltKinsokuLineBreakRules">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="allowSpaceOfSameStyleInTable">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="doNotSuppressIndentation">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="doNotAutofitConstrainedTables">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="autofitToFirstFixedWidthCell">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="underlineTabInNumList">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="displayHangulFixedWidth">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="splitPgBreakAndParaMark">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="doNotVertAlignCellWithSp">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="doNotBreakConstrainedForcedTable">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="doNotVertAlignInTxbx">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="useAnsiKerningPairs">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="cachedColBalance">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="compatSetting">
+ <ref name="CT_CompatSetting"/>
+ </element>
</define>
<define name="CT_CompatSetting">
<attribute name="name">
@@ -15126,17 +15126,17 @@
</attribute>
</define>
<define name="CT_DocVars">
- <element name="docVar">
- <ref name="CT_DocVar"/>
- </element>
+ <element name="docVar">
+ <ref name="CT_DocVar"/>
+ </element>
</define>
<define name="CT_DocRsids">
- <element name="rsidRoot">
- <ref name="CT_LongHexNumber"/>
- </element>
- <element name="rsid">
- <ref name="CT_LongHexNumber"/>
- </element>
+ <element name="rsidRoot">
+ <ref name="CT_LongHexNumber"/>
+ </element>
+ <element name="rsid">
+ <ref name="CT_LongHexNumber"/>
+ </element>
</define>
<define name="CT_CharacterSpacing">
<attribute name="val">
@@ -15144,58 +15144,58 @@
</attribute>
</define>
<define name="CT_SaveThroughXslt">
- <attribute name="r:id">
- <ref name="ST_String"/>
- </attribute>
- <attribute name="solutionID">
- <text/>
- </attribute>
+ <attribute name="r:id">
+ <ref name="ST_String"/>
+ </attribute>
+ <attribute name="solutionID">
+ <text/>
+ </attribute>
</define>
<define name="CT_RPrDefault">
- <element name="rPr">
- <ref name="CT_RPr"/>
- </element>
+ <element name="rPr">
+ <ref name="CT_RPr"/>
+ </element>
</define>
<define name="CT_PPrDefault">
- <element name="pPr">
- <ref name="CT_PPr"/>
- </element>
+ <element name="pPr">
+ <ref name="CT_PPr"/>
+ </element>
</define>
<define name="CT_DocDefaults">
- <element name="rPrDefault">
- <ref name="CT_RPrDefault"/>
- </element>
- <element name="pPrDefault">
- <ref name="CT_PPrDefault"/>
- </element>
+ <element name="rPrDefault">
+ <ref name="CT_RPrDefault"/>
+ </element>
+ <element name="pPrDefault">
+ <ref name="CT_PPrDefault"/>
+ </element>
</define>
<define name="ST_ColorSchemeIndex">
- <choice>
- <!-- Dark 1 Theme Color Reference -->
- <value>dark1</value>
- <!-- Light 1 Theme Color Reference -->
- <value>light1</value>
- <!-- Dark 2 Theme Color Reference -->
- <value>dark2</value>
- <!-- Light 2 Theme Color Reference -->
- <value>light2</value>
- <!-- Accent 1 Theme Color Reference -->
- <value>accent1</value>
- <!-- Accent 2 Theme Color Reference -->
- <value>accent2</value>
- <!-- Accent 3 Theme Color Reference -->
- <value>accent3</value>
- <!-- Accent4 Theme Color Reference -->
- <value>accent4</value>
- <!-- Accent5 Theme Color Reference -->
- <value>accent5</value>
- <!-- Accent 6 Theme Color Reference -->
- <value>accent6</value>
- <!-- Hyperlink Theme Color Reference -->
- <value>hyperlink</value>
- <!-- Followed Hyperlink Theme Color Reference -->
- <value>followedHyperlink</value>
- </choice>
+ <choice>
+ <!-- Dark 1 Theme Color Reference -->
+ <value>dark1</value>
+ <!-- Light 1 Theme Color Reference -->
+ <value>light1</value>
+ <!-- Dark 2 Theme Color Reference -->
+ <value>dark2</value>
+ <!-- Light 2 Theme Color Reference -->
+ <value>light2</value>
+ <!-- Accent 1 Theme Color Reference -->
+ <value>accent1</value>
+ <!-- Accent 2 Theme Color Reference -->
+ <value>accent2</value>
+ <!-- Accent 3 Theme Color Reference -->
+ <value>accent3</value>
+ <!-- Accent4 Theme Color Reference -->
+ <value>accent4</value>
+ <!-- Accent5 Theme Color Reference -->
+ <value>accent5</value>
+ <!-- Accent 6 Theme Color Reference -->
+ <value>accent6</value>
+ <!-- Hyperlink Theme Color Reference -->
+ <value>hyperlink</value>
+ <!-- Followed Hyperlink Theme Color Reference -->
+ <value>followedHyperlink</value>
+ </choice>
</define>
<define name="CT_ColorSchemeMapping">
<attribute name="bg1">
@@ -15250,349 +15250,349 @@
</attribute>
</define>
<define name="CT_WriteProtection">
- <attribute name="recommended">
- <ref name="ST_OnOff"/>
- </attribute>
+ <attribute name="recommended">
+ <ref name="ST_OnOff"/>
+ </attribute>
<ref name="AG_Password"/>
</define>
<define name="CT_Settings">
- <element name="writeProtection">
- <ref name="CT_WriteProtection"/>
- </element>
- <element name="view">
- <ref name="CT_View"/>
- </element>
- <element name="zoom">
- <ref name="CT_Zoom"/>
- </element>
- <element name="linkStyles">
- <ref name="CT_OnOff"/>
- </element>
- <element name="removePersonalInformation">
- <ref name="CT_OnOff"/>
- </element>
- <element name="removeDateAndTime">
- <ref name="CT_OnOff"/>
- </element>
- <element name="doNotDisplayPageBoundaries">
- <ref name="CT_OnOff"/>
- </element>
- <element name="displayBackgroundShape">
- <ref name="CT_OnOff"/>
- </element>
- <element name="printPostScriptOverText">
- <ref name="CT_OnOff"/>
- </element>
- <element name="printFractionalCharacterWidth">
- <ref name="CT_OnOff"/>
- </element>
- <element name="printFormsData">
- <ref name="CT_OnOff"/>
- </element>
- <element name="embedTrueTypeFonts">
- <ref name="CT_OnOff"/>
- </element>
- <element name="embedSystemFonts">
- <ref name="CT_OnOff"/>
- </element>
- <element name="saveSubsetFonts">
- <ref name="CT_OnOff"/>
- </element>
- <element name="saveFormsData">
- <ref name="CT_OnOff"/>
- </element>
- <element name="mirrorMargins">
- <ref name="CT_OnOff"/>
- </element>
- <element name="alignBordersAndEdges">
- <ref name="CT_OnOff"/>
- </element>
- <element name="bordersDoNotSurroundHeader">
- <ref name="CT_OnOff"/>
- </element>
- <element name="bordersDoNotSurroundFooter">
- <ref name="CT_OnOff"/>
- </element>
- <element name="gutterAtTop">
- <ref name="CT_OnOff"/>
- </element>
- <element name="hideSpellingErrors">
- <ref name="CT_OnOff"/>
- </element>
- <element name="hideGrammaticalErrors">
- <ref name="CT_OnOff"/>
- </element>
- <element name="activeWritingStyle">
- <ref name="CT_WritingStyle"/>
- </element>
- <element name="proofState">
- <ref name="CT_Proof"/>
- </element>
- <element name="formsDesign">
- <ref name="CT_OnOff"/>
- </element>
- <element name="attachedTemplate">
- <ref name="CT_Rel"/>
- </element>
- <element name="linkStyles">
- <ref name="CT_OnOff"/>
- </element>
- <element name="stylePaneFormatFilter">
- <ref name="CT_ShortHexNumber"/>
- </element>
- <element name="stylePaneSortMethod">
- <ref name="CT_ShortHexNumber"/>
- </element>
- <element name="documentType">
- <ref name="CT_DocType"/>
- </element>
- <element name="mailMerge">
- <ref name="CT_MailMerge"/>
- </element>
- <element name="revisionView">
- <ref name="CT_TrackChangesView"/>
- </element>
- <element name="trackRevisions">
- <ref name="CT_OnOff"/>
- </element>
- <element name="doNotTrackMoves">
- <ref name="CT_OnOff"/>
- </element>
- <element name="doNotTrackFormatting">
- <ref name="CT_OnOff"/>
- </element>
- <element name="documentProtection">
- <ref name="CT_DocProtect"/>
- </element>
- <element name="autoFormatOverride">
- <ref name="CT_OnOff"/>
- </element>
- <element name="styleLockTheme">
- <ref name="CT_OnOff"/>
- </element>
- <element name="styleLockQFSet">
- <ref name="CT_OnOff"/>
- </element>
- <element name="defaultTabStop">
- <ref name="CT_TwipsMeasure"/>
- </element>
- <element name="autoHyphenation">
- <ref name="CT_OnOff"/>
- </element>
- <element name="consecutiveHyphenLimit">
- <ref name="CT_DecimalNumber"/>
- </element>
- <element name="hyphenationZone">
- <ref name="CT_TwipsMeasure"/>
- </element>
- <element name="doNotHyphenateCaps">
- <ref name="CT_OnOff"/>
- </element>
- <element name="showEnvelope">
- <ref name="CT_OnOff"/>
- </element>
- <element name="summaryLength">
- <ref name="CT_DecimalNumber"/>
- </element>
- <element name="clickAndTypeStyle">
- <ref name="CT_String"/>
- </element>
- <element name="defaultTableStyle">
- <ref name="CT_String"/>
- </element>
- <element name="evenAndOddHeaders">
- <ref name="CT_OnOff"/>
- </element>
- <element name="bookFoldRevPrinting">
- <ref name="CT_OnOff"/>
- </element>
- <element name="bookFoldPrinting">
- <ref name="CT_OnOff"/>
- </element>
- <element name="bookFoldPrintingSheets">
- <ref name="CT_DecimalNumber"/>
- </element>
- <element name="drawingGridHorizontalSpacing">
- <ref name="CT_TwipsMeasure"/>
- </element>
- <element name="drawingGridVerticalSpacing">
- <ref name="CT_TwipsMeasure"/>
- </element>
- <element name="displayHorizontalDrawingGridEvery">
- <ref name="CT_DecimalNumber"/>
- </element>
- <element name="displayVerticalDrawingGridEvery">
- <ref name="CT_DecimalNumber"/>
- </element>
- <element name="doNotUseMarginsForDrawingGridOrigin">
- <ref name="CT_OnOff"/>
- </element>
- <element name="drawingGridHorizontalOrigin">
- <ref name="CT_TwipsMeasure"/>
- </element>
- <element name="drawingGridVerticalOrigin">
- <ref name="CT_TwipsMeasure"/>
- </element>
- <element name="doNotShadeFormData">
- <ref name="CT_OnOff"/>
- </element>
- <element name="noPunctuationKerning">
- <ref name="CT_OnOff"/>
- </element>
- <element name="characterSpacingControl">
- <ref name="CT_CharacterSpacing"/>
- </element>
- <element name="printTwoOnOne">
- <ref name="CT_OnOff"/>
- </element>
- <element name="strictFirstAndLastChars">
- <ref name="CT_OnOff"/>
- </element>
- <element name="noLineBreaksAfter">
- <ref name="CT_Kinsoku"/>
- </element>
- <element name="noLineBreaksBefore">
- <ref name="CT_Kinsoku"/>
- </element>
- <element name="savePreviewPicture">
- <ref name="CT_OnOff"/>
- </element>
- <element name="doNotValidateAgainstSchema">
- <ref name="CT_OnOff"/>
- </element>
- <element name="saveInvalidXml">
- <ref name="CT_OnOff"/>
- </element>
- <element name="ignoreMixedContent">
- <ref name="CT_OnOff"/>
- </element>
- <element name="alwaysShowPlaceholderText">
- <ref name="CT_OnOff"/>
- </element>
- <element name="doNotDemarcateInvalidXml">
- <ref name="CT_OnOff"/>
- </element>
- <element name="saveXmlDataOnly">
- <ref name="CT_OnOff"/>
- </element>
- <element name="useXSLTWhenSaving">
- <ref name="CT_OnOff"/>
- </element>
- <element name="saveThroughXslt">
- <ref name="CT_SaveThroughXslt"/>
- </element>
- <element name="showXMLTags">
- <ref name="CT_OnOff"/>
- </element>
- <element name="alwaysMergeEmptyNamespace">
- <ref name="CT_OnOff"/>
- </element>
- <element name="updateFields">
- <ref name="CT_OnOff"/>
- </element>
- <element name="hdrShapeDefaults">
- <ref name="CT_ShapeDefaults"/>
- </element>
- <element name="footnotePr">
- <ref name="CT_FtnDocProps"/>
- </element>
- <element name="endnotePr">
- <ref name="CT_EdnDocProps"/>
- </element>
- <element name="compat">
- <ref name="CT_Compat"/>
- </element>
- <element name="docVars">
- <ref name="CT_DocVars"/>
- </element>
- <element name="rsids">
- <ref name="CT_DocRsids"/>
- </element>
- <ref name="mathPr"/>
- <element name="uiCompat97To2003">
- <ref name="CT_OnOff"/>
- </element>
- <element name="attachedSchema">
- <ref name="CT_String"/>
- </element>
- <element name="themeFontLang">
- <ref name="CT_Language"/>
- </element>
- <element name="clrSchemeMapping">
- <ref name="CT_ColorSchemeMapping"/>
- </element>
- <element name="doNotIncludeSubdocsInStats">
- <ref name="CT_OnOff"/>
- </element>
- <element name="doNotAutoCompressPictures">
- <ref name="CT_OnOff"/>
- </element>
- <element name="forceUpgrade">
- <ref name="CT_Empty"/>
- </element>
- <element name="captions">
- <ref name="CT_Captions"/>
- </element>
- <element name="readModeInkLockDown">
- <ref name="CT_ReadingModeInkLockDown"/>
- </element>
- <element name="smartTagType">
- <ref name="CT_SmartTagType"/>
- </element>
- <ref name="schemaLibrary"/>
- <element name="shapeDefaults">
- <ref name="CT_ShapeDefaults"/>
- </element>
- <element name="doNotEmbedSmartTags">
- <ref name="CT_OnOff"/>
- </element>
- <element name="decimalSymbol">
- <ref name="CT_String"/>
- </element>
- <element name="listSeparator">
- <ref name="CT_String"/>
- </element>
+ <element name="writeProtection">
+ <ref name="CT_WriteProtection"/>
+ </element>
+ <element name="view">
+ <ref name="CT_View"/>
+ </element>
+ <element name="zoom">
+ <ref name="CT_Zoom"/>
+ </element>
+ <element name="linkStyles">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="removePersonalInformation">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="removeDateAndTime">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="doNotDisplayPageBoundaries">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="displayBackgroundShape">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="printPostScriptOverText">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="printFractionalCharacterWidth">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="printFormsData">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="embedTrueTypeFonts">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="embedSystemFonts">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="saveSubsetFonts">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="saveFormsData">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="mirrorMargins">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="alignBordersAndEdges">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="bordersDoNotSurroundHeader">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="bordersDoNotSurroundFooter">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="gutterAtTop">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="hideSpellingErrors">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="hideGrammaticalErrors">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="activeWritingStyle">
+ <ref name="CT_WritingStyle"/>
+ </element>
+ <element name="proofState">
+ <ref name="CT_Proof"/>
+ </element>
+ <element name="formsDesign">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="attachedTemplate">
+ <ref name="CT_Rel"/>
+ </element>
+ <element name="linkStyles">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="stylePaneFormatFilter">
+ <ref name="CT_ShortHexNumber"/>
+ </element>
+ <element name="stylePaneSortMethod">
+ <ref name="CT_ShortHexNumber"/>
+ </element>
+ <element name="documentType">
+ <ref name="CT_DocType"/>
+ </element>
+ <element name="mailMerge">
+ <ref name="CT_MailMerge"/>
+ </element>
+ <element name="revisionView">
+ <ref name="CT_TrackChangesView"/>
+ </element>
+ <element name="trackRevisions">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="doNotTrackMoves">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="doNotTrackFormatting">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="documentProtection">
+ <ref name="CT_DocProtect"/>
+ </element>
+ <element name="autoFormatOverride">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="styleLockTheme">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="styleLockQFSet">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="defaultTabStop">
+ <ref name="CT_TwipsMeasure"/>
+ </element>
+ <element name="autoHyphenation">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="consecutiveHyphenLimit">
+ <ref name="CT_DecimalNumber"/>
+ </element>
+ <element name="hyphenationZone">
+ <ref name="CT_TwipsMeasure"/>
+ </element>
+ <element name="doNotHyphenateCaps">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="showEnvelope">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="summaryLength">
+ <ref name="CT_DecimalNumber"/>
+ </element>
+ <element name="clickAndTypeStyle">
+ <ref name="CT_String"/>
+ </element>
+ <element name="defaultTableStyle">
+ <ref name="CT_String"/>
+ </element>
+ <element name="evenAndOddHeaders">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="bookFoldRevPrinting">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="bookFoldPrinting">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="bookFoldPrintingSheets">
+ <ref name="CT_DecimalNumber"/>
+ </element>
+ <element name="drawingGridHorizontalSpacing">
+ <ref name="CT_TwipsMeasure"/>
+ </element>
+ <element name="drawingGridVerticalSpacing">
+ <ref name="CT_TwipsMeasure"/>
+ </element>
+ <element name="displayHorizontalDrawingGridEvery">
+ <ref name="CT_DecimalNumber"/>
+ </element>
+ <element name="displayVerticalDrawingGridEvery">
+ <ref name="CT_DecimalNumber"/>
+ </element>
+ <element name="doNotUseMarginsForDrawingGridOrigin">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="drawingGridHorizontalOrigin">
+ <ref name="CT_TwipsMeasure"/>
+ </element>
+ <element name="drawingGridVerticalOrigin">
+ <ref name="CT_TwipsMeasure"/>
+ </element>
+ <element name="doNotShadeFormData">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="noPunctuationKerning">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="characterSpacingControl">
+ <ref name="CT_CharacterSpacing"/>
+ </element>
+ <element name="printTwoOnOne">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="strictFirstAndLastChars">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="noLineBreaksAfter">
+ <ref name="CT_Kinsoku"/>
+ </element>
+ <element name="noLineBreaksBefore">
+ <ref name="CT_Kinsoku"/>
+ </element>
+ <element name="savePreviewPicture">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="doNotValidateAgainstSchema">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="saveInvalidXml">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="ignoreMixedContent">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="alwaysShowPlaceholderText">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="doNotDemarcateInvalidXml">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="saveXmlDataOnly">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="useXSLTWhenSaving">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="saveThroughXslt">
+ <ref name="CT_SaveThroughXslt"/>
+ </element>
+ <element name="showXMLTags">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="alwaysMergeEmptyNamespace">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="updateFields">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="hdrShapeDefaults">
+ <ref name="CT_ShapeDefaults"/>
+ </element>
+ <element name="footnotePr">
+ <ref name="CT_FtnDocProps"/>
+ </element>
+ <element name="endnotePr">
+ <ref name="CT_EdnDocProps"/>
+ </element>
+ <element name="compat">
+ <ref name="CT_Compat"/>
+ </element>
+ <element name="docVars">
+ <ref name="CT_DocVars"/>
+ </element>
+ <element name="rsids">
+ <ref name="CT_DocRsids"/>
+ </element>
+ <ref name="mathPr"/>
+ <element name="uiCompat97To2003">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="attachedSchema">
+ <ref name="CT_String"/>
+ </element>
+ <element name="themeFontLang">
+ <ref name="CT_Language"/>
+ </element>
+ <element name="clrSchemeMapping">
+ <ref name="CT_ColorSchemeMapping"/>
+ </element>
+ <element name="doNotIncludeSubdocsInStats">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="doNotAutoCompressPictures">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="forceUpgrade">
+ <ref name="CT_Empty"/>
+ </element>
+ <element name="captions">
+ <ref name="CT_Captions"/>
+ </element>
+ <element name="readModeInkLockDown">
+ <ref name="CT_ReadingModeInkLockDown"/>
+ </element>
+ <element name="smartTagType">
+ <ref name="CT_SmartTagType"/>
+ </element>
+ <ref name="schemaLibrary"/>
+ <element name="shapeDefaults">
+ <ref name="CT_ShapeDefaults"/>
+ </element>
+ <element name="doNotEmbedSmartTags">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="decimalSymbol">
+ <ref name="CT_String"/>
+ </element>
+ <element name="listSeparator">
+ <ref name="CT_String"/>
+ </element>
</define>
<define name="CT_WebSettings">
- <element name="frameset">
- <ref name="CT_Frameset"/>
- </element>
- <element name="divs">
- <ref name="CT_Divs"/>
- </element>
- <element name="encoding">
- <ref name="CT_String"/>
- </element>
- <element name="optimizeForBrowser">
- <ref name="CT_OnOff"/>
- </element>
- <element name="relyOnVML">
- <ref name="CT_OnOff"/>
- </element>
- <element name="allowPNG">
- <ref name="CT_OnOff"/>
- </element>
- <element name="doNotRelyOnCSS">
- <ref name="CT_OnOff"/>
- </element>
- <element name="doNotSaveAsSingleFile">
- <ref name="CT_OnOff"/>
- </element>
- <element name="doNotOrganizeInFolder">
- <ref name="CT_OnOff"/>
- </element>
- <element name="doNotUseLongFileNames">
- <ref name="CT_OnOff"/>
- </element>
- <element name="pixelsPerInch">
- <ref name="CT_DecimalNumber"/>
- </element>
- <element name="targetScreenSz">
- <ref name="CT_TargetScreenSz"/>
- </element>
- <element name="saveSmartTagsAsXml">
- <ref name="CT_OnOff"/>
- </element>
+ <element name="frameset">
+ <ref name="CT_Frameset"/>
+ </element>
+ <element name="divs">
+ <ref name="CT_Divs"/>
+ </element>
+ <element name="encoding">
+ <ref name="CT_String"/>
+ </element>
+ <element name="optimizeForBrowser">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="relyOnVML">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="allowPNG">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="doNotRelyOnCSS">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="doNotSaveAsSingleFile">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="doNotOrganizeInFolder">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="doNotUseLongFileNames">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="pixelsPerInch">
+ <ref name="CT_DecimalNumber"/>
+ </element>
+ <element name="targetScreenSz">
+ <ref name="CT_TargetScreenSz"/>
+ </element>
+ <element name="saveSmartTagsAsXml">
+ <ref name="CT_OnOff"/>
+ </element>
</define>
<define name="CT_FrameScrollbar">
<attribute name="val">
@@ -15600,30 +15600,30 @@
</attribute>
</define>
<define name="CT_Frame">
- <element name="sz">
- <ref name="CT_String"/>
- </element>
- <element name="name">
- <ref name="CT_String"/>
- </element>
- <element name="sourceFileName">
- <ref name="CT_Rel"/>
- </element>
- <element name="marW">
- <ref name="CT_PixelsMeasure"/>
- </element>
- <element name="marH">
- <ref name="CT_PixelsMeasure"/>
- </element>
- <element name="scrollbar">
- <ref name="CT_FrameScrollbar"/>
- </element>
- <element name="noResizeAllowed">
- <ref name="CT_OnOff"/>
- </element>
- <element name="linkedToFile">
- <ref name="CT_OnOff"/>
- </element>
+ <element name="sz">
+ <ref name="CT_String"/>
+ </element>
+ <element name="name">
+ <ref name="CT_String"/>
+ </element>
+ <element name="sourceFileName">
+ <ref name="CT_Rel"/>
+ </element>
+ <element name="marW">
+ <ref name="CT_PixelsMeasure"/>
+ </element>
+ <element name="marH">
+ <ref name="CT_PixelsMeasure"/>
+ </element>
+ <element name="scrollbar">
+ <ref name="CT_FrameScrollbar"/>
+ </element>
+ <element name="noResizeAllowed">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="linkedToFile">
+ <ref name="CT_OnOff"/>
+ </element>
</define>
<define name="CT_FrameLayout">
<attribute name="val">
@@ -15631,37 +15631,37 @@
</attribute>
</define>
<define name="CT_FramesetSplitbar">
- <element name="w">
- <ref name="CT_TwipsMeasure"/>
- </element>
- <element name="color">
- <ref name="CT_Color"/>
- </element>
- <element name="noBorder">
- <ref name="CT_OnOff"/>
- </element>
- <element name="flatBorders">
- <ref name="CT_OnOff"/>
- </element>
+ <element name="w">
+ <ref name="CT_TwipsMeasure"/>
+ </element>
+ <element name="color">
+ <ref name="CT_Color"/>
+ </element>
+ <element name="noBorder">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="flatBorders">
+ <ref name="CT_OnOff"/>
+ </element>
</define>
<define name="CT_Frameset">
- <element name="sz">
- <ref name="CT_String"/>
- </element>
- <element name="framesetSplitbar">
- <ref name="CT_FramesetSplitbar"/>
+ <element name="sz">
+ <ref name="CT_String"/>
+ </element>
+ <element name="framesetSplitbar">
+ <ref name="CT_FramesetSplitbar"/>
+ </element>
+ <element name="frameLayout">
+ <ref name="CT_FrameLayout"/>
+ </element>
+ <choice>
+ <element name="frameset">
+ <ref name="CT_Frameset"/>
</element>
- <element name="frameLayout">
- <ref name="CT_FrameLayout"/>
+ <element name="frame">
+ <ref name="CT_Frame"/>
</element>
- <choice>
- <element name="frameset">
- <ref name="CT_Frameset"/>
- </element>
- <element name="frame">
- <ref name="CT_Frame"/>
- </element>
- </choice>
+ </choice>
</define>
<define name="CT_NumPicBullet">
<element name="pict">
@@ -15677,80 +15677,80 @@
</attribute>
</define>
<define name="CT_LevelText">
- <attribute name="val">
- <text/>
- </attribute>
- <attribute name="null">
- <text/>
- </attribute>
+ <attribute name="val">
+ <text/>
+ </attribute>
+ <attribute name="null">
+ <text/>
+ </attribute>
</define>
<define name="CT_LvlLegacy">
- <attribute name="legacy">
- <text/>
- </attribute>
- <attribute name="legacySpace">
- <text/>
- </attribute>
- <attribute name="legacyIndent">
- <text/>
- </attribute>
+ <attribute name="legacy">
+ <text/>
+ </attribute>
+ <attribute name="legacySpace">
+ <text/>
+ </attribute>
+ <attribute name="legacyIndent">
+ <text/>
+ </attribute>
</define>
<define name="CT_Lvl">
- <element name="start">
- <ref name="CT_DecimalNumber"/>
- </element>
- <element name="numFmt">
- <ref name="CT_NumFmt"/>
- </element>
- <element name="lvlRestart">
- <ref name="CT_DecimalNumber"/>
- </element>
- <element name="pStyle">
- <ref name="CT_String"/>
- </element>
- <element name="isLgl">
- <ref name="CT_OnOff"/>
- </element>
- <element name="suff">
- <ref name="CT_LevelSuffix"/>
- </element>
- <element name="lvlText">
- <ref name="CT_LevelText"/>
- </element>
- <element name="lvlPicBulletId">
- <ref name="CT_DecimalNumber"/>
- </element>
- <element name="legacy">
- <ref name="CT_LvlLegacy"/>
- </element>
- <element name="lvlJc">
- <ref name="CT_Jc"/>
- </element>
- <element name="pPr">
- <ref name="CT_PPr"/>
- </element>
- <element name="rPr">
- <ref name="CT_RPr"/>
- </element>
+ <element name="start">
+ <ref name="CT_DecimalNumber"/>
+ </element>
+ <element name="numFmt">
+ <ref name="CT_NumFmt"/>
+ </element>
+ <element name="lvlRestart">
+ <ref name="CT_DecimalNumber"/>
+ </element>
+ <element name="pStyle">
+ <ref name="CT_String"/>
+ </element>
+ <element name="isLgl">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="suff">
+ <ref name="CT_LevelSuffix"/>
+ </element>
+ <element name="lvlText">
+ <ref name="CT_LevelText"/>
+ </element>
+ <element name="lvlPicBulletId">
+ <ref name="CT_DecimalNumber"/>
+ </element>
+ <element name="legacy">
+ <ref name="CT_LvlLegacy"/>
+ </element>
+ <element name="lvlJc">
+ <ref name="CT_Jc"/>
+ </element>
+ <element name="pPr">
+ <ref name="CT_PPr"/>
+ </element>
+ <element name="rPr">
+ <ref name="CT_RPr"/>
+ </element>
<attribute name="ilvl">
<text/>
</attribute>
- <attribute name="tplc">
- <text/>
- </attribute>
- <attribute name="tentative">
- <text/>
- </attribute>
+ <attribute name="tplc">
+ <text/>
+ </attribute>
+ <attribute name="tentative">
+ <text/>
+ </attribute>
</define>
<define name="ST_MultiLevelType">
- <choice>
- <!-- Single Level Numbering Definition -->
- <value>singleLevel</value>
- <!-- Multilevel Numbering Definition -->
- <value>multilevel</value>
- <!-- Hybrid Multilevel Numbering Definition -->
- <value>hybridMultilevel</value>
- </choice>
+ <choice>
+ <!-- Single Level Numbering Definition -->
+ <value>singleLevel</value>
+ <!-- Multilevel Numbering Definition -->
+ <value>multilevel</value>
+ <!-- Hybrid Multilevel Numbering Definition -->
+ <value>hybridMultilevel</value>
+ </choice>
</define>
<define name="CT_MultiLevelType">
<attribute name="val">
@@ -15758,113 +15758,113 @@
</attribute>
</define>
<define name="CT_AbstractNum">
- <element name="nsid">
- <ref name="CT_LongHexNumber"/>
- </element>
- <element name="multiLevelType">
- <ref name="CT_MultiLevelType"/>
- </element>
- <element name="tmpl">
- <ref name="CT_LongHexNumber"/>
- </element>
- <element name="name">
- <ref name="CT_String"/>
- </element>
- <element name="styleLink">
- <ref name="CT_String"/>
- </element>
- <element name="numStyleLink">
- <ref name="CT_String"/>
- </element>
- <element name="lvl">
- <ref name="CT_Lvl"/>
- </element>
+ <element name="nsid">
+ <ref name="CT_LongHexNumber"/>
+ </element>
+ <element name="multiLevelType">
+ <ref name="CT_MultiLevelType"/>
+ </element>
+ <element name="tmpl">
+ <ref name="CT_LongHexNumber"/>
+ </element>
+ <element name="name">
+ <ref name="CT_String"/>
+ </element>
+ <element name="styleLink">
+ <ref name="CT_String"/>
+ </element>
+ <element name="numStyleLink">
+ <ref name="CT_String"/>
+ </element>
+ <element name="lvl">
+ <ref name="CT_Lvl"/>
+ </element>
<attribute name="abstractNumId">
<text/>
</attribute>
</define>
<define name="CT_NumLvl">
- <element name="startOverride">
- <ref name="CT_DecimalNumber"/>
- </element>
- <element name="lvl">
- <ref name="CT_Lvl"/>
- </element>
+ <element name="startOverride">
+ <ref name="CT_DecimalNumber"/>
+ </element>
+ <element name="lvl">
+ <ref name="CT_Lvl"/>
+ </element>
<attribute name="ilvl">
<text/>
</attribute>
</define>
<define name="CT_Num">
- <element name="abstractNumId">
- <ref name="CT_DecimalNumber"/>
- </element>
- <element name="lvlOverride">
- <ref name="CT_NumLvl"/>
- </element>
+ <element name="abstractNumId">
+ <ref name="CT_DecimalNumber"/>
+ </element>
+ <element name="lvlOverride">
+ <ref name="CT_NumLvl"/>
+ </element>
<attribute name="numId">
<text/>
</attribute>
</define>
<define name="CT_Numbering">
- <element name="numPicBullet">
- <ref name="CT_NumPicBullet"/>
- </element>
- <element name="abstractNum">
- <ref name="CT_AbstractNum"/>
- </element>
- <element name="num">
- <ref name="CT_Num"/>
- </element>
- <element name="numIdMacAtCleanup">
- <ref name="CT_DecimalNumber"/>
- </element>
+ <element name="numPicBullet">
+ <ref name="CT_NumPicBullet"/>
+ </element>
+ <element name="abstractNum">
+ <ref name="CT_AbstractNum"/>
+ </element>
+ <element name="num">
+ <ref name="CT_Num"/>
+ </element>
+ <element name="numIdMacAtCleanup">
+ <ref name="CT_DecimalNumber"/>
+ </element>
</define>
<define name="ST_TblStyleOverrideType">
- <choice>
- <!-- Whole table formatting -->
- <value>wholeTable</value>
- <!-- First Row Conditional Formatting -->
- <value>firstRow</value>
- <!-- Last table row formatting -->
- <value>lastRow</value>
- <!-- First Column Conditional Formatting -->
- <value>firstCol</value>
- <!-- Last table column formatting -->
- <value>lastCol</value>
- <!-- Banded Column Conditional Formatting -->
- <value>band1Vert</value>
- <!-- Even Column Stripe Conditional Formatting -->
- <value>band2Vert</value>
- <!-- Banded Row Conditional Formatting -->
- <value>band1Horz</value>
- <!-- Even Row Stripe Conditional Formatting -->
- <value>band2Horz</value>
- <!-- Top right table cell formatting -->
- <value>neCell</value>
- <!-- Top left table cell formatting -->
- <value>nwCell</value>
- <!-- Bottom right table cell formatting -->
- <value>seCell</value>
- <!-- Bottom left table cell formatting -->
- <value>swCell</value>
- </choice>
+ <choice>
+ <!-- Whole table formatting -->
+ <value>wholeTable</value>
+ <!-- First Row Conditional Formatting -->
+ <value>firstRow</value>
+ <!-- Last table row formatting -->
+ <value>lastRow</value>
+ <!-- First Column Conditional Formatting -->
+ <value>firstCol</value>
+ <!-- Last table column formatting -->
+ <value>lastCol</value>
+ <!-- Banded Column Conditional Formatting -->
+ <value>band1Vert</value>
+ <!-- Even Column Stripe Conditional Formatting -->
+ <value>band2Vert</value>
+ <!-- Banded Row Conditional Formatting -->
+ <value>band1Horz</value>
+ <!-- Even Row Stripe Conditional Formatting -->
+ <value>band2Horz</value>
+ <!-- Top right table cell formatting -->
+ <value>neCell</value>
+ <!-- Top left table cell formatting -->
+ <value>nwCell</value>
+ <!-- Bottom right table cell formatting -->
+ <value>seCell</value>
+ <!-- Bottom left table cell formatting -->
+ <value>swCell</value>
+ </choice>
</define>
<define name="CT_Style_tblStylePr">
- <element name="pPr">
- <ref name="CT_PPrBase"/>
- </element>
- <element name="rPr">
- <ref name="EG_RPrBase"/>
- </element>
- <element name="tblPr">
- <ref name="CT_TblPrBase"/>
- </element>
- <element name="trPr">
- <ref name="CT_TrPrBase"/>
- </element>
- <element name="tcPr">
- <ref name="CT_TcPrBase"/>
- </element>
+ <element name="pPr">
+ <ref name="CT_PPrBase"/>
+ </element>
+ <element name="rPr">
+ <ref name="EG_RPrBase"/>
+ </element>
+ <element name="tblPr">
+ <ref name="CT_TblPrBase"/>
+ </element>
+ <element name="trPr">
+ <ref name="CT_TrPrBase"/>
+ </element>
+ <element name="tcPr">
+ <ref name="CT_TcPrBase"/>
+ </element>
<attribute name="type">
<ref name="ST_TblStyleOverrideType"/>
</attribute>
@@ -15879,96 +15879,96 @@
<ref name="CT_TcPrBase"/>
</define>
<define name="ST_StyleType">
- <choice>
- <!-- Paragraph Style -->
- <value>paragraph</value>
- <!-- Character Style -->
- <value>character</value>
- <!-- Table Style -->
- <value>table</value>
- <!-- Numbering Style -->
- <value>numbering</value>
- </choice>
+ <choice>
+ <!-- Paragraph Style -->
+ <value>paragraph</value>
+ <!-- Character Style -->
+ <value>character</value>
+ <!-- Table Style -->
+ <value>table</value>
+ <!-- Numbering Style -->
+ <value>numbering</value>
+ </choice>
</define>
<define name="CT_Style">
- <element name="name">
- <ref name="CT_String"/>
- </element>
- <element name="aliases">
- <ref name="CT_String"/>
- </element>
- <element name="basedOn">
- <ref name="CT_String"/>
- </element>
- <element name="next">
- <ref name="CT_String"/>
- </element>
- <element name="link">
- <ref name="CT_String"/>
- </element>
- <element name="autoRedefine">
- <ref name="CT_OnOff"/>
- </element>
- <element name="hidden">
- <ref name="CT_OnOff"/>
- </element>
- <element name="uiPriority">
- <ref name="CT_DecimalNumber"/>
- </element>
- <element name="semiHidden">
- <ref name="CT_OnOff"/>
- </element>
- <element name="unhideWhenUsed">
- <ref name="CT_OnOff"/>
- </element>
- <element name="qFormat">
- <ref name="CT_OnOff"/>
- </element>
- <element name="locked">
- <ref name="CT_OnOff"/>
- </element>
- <element name="personal">
- <ref name="CT_OnOff"/>
- </element>
- <element name="personalCompose">
- <ref name="CT_OnOff"/>
- </element>
- <element name="personalReply">
- <ref name="CT_OnOff"/>
- </element>
- <element name="rsid">
- <ref name="CT_LongHexNumber"/>
- </element>
- <element name="pPr">
- <ref name="CT_PPrBase"/>
- </element>
- <element name="rPr">
- <ref name="EG_RPrBase"/>
- </element>
- <element name="tblPr">
- <ref name="CT_TblPrBase"/>
- </element>
- <element name="trPr">
- <ref name="CT_TrPrBase"/>
- </element>
- <element name="tcPr">
- <ref name="CT_TcPrBase"/>
- </element>
- <element name="tblStylePr">
- <ref name="CT_Style_tblStylePr"/>
- </element>
- <attribute name="type">
- <ref name="ST_StyleType"/>
- </attribute>
- <attribute name="styleId">
- <ref name="ST_String"/>
- </attribute>
- <attribute name="default">
- <ref name="ST_OnOff"/>
- </attribute>
- <attribute name="customStyle">
- <ref name="ST_OnOff"/>
- </attribute>
+ <element name="name">
+ <ref name="CT_String"/>
+ </element>
+ <element name="aliases">
+ <ref name="CT_String"/>
+ </element>
+ <element name="basedOn">
+ <ref name="CT_String"/>
+ </element>
+ <element name="next">
+ <ref name="CT_String"/>
+ </element>
+ <element name="link">
+ <ref name="CT_String"/>
+ </element>
+ <element name="autoRedefine">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="hidden">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="uiPriority">
+ <ref name="CT_DecimalNumber"/>
+ </element>
+ <element name="semiHidden">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="unhideWhenUsed">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="qFormat">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="locked">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="personal">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="personalCompose">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="personalReply">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="rsid">
+ <ref name="CT_LongHexNumber"/>
+ </element>
+ <element name="pPr">
+ <ref name="CT_PPrBase"/>
+ </element>
+ <element name="rPr">
+ <ref name="EG_RPrBase"/>
+ </element>
+ <element name="tblPr">
+ <ref name="CT_TblPrBase"/>
+ </element>
+ <element name="trPr">
+ <ref name="CT_TrPrBase"/>
+ </element>
+ <element name="tcPr">
+ <ref name="CT_TcPrBase"/>
+ </element>
+ <element name="tblStylePr">
+ <ref name="CT_Style_tblStylePr"/>
+ </element>
+ <attribute name="type">
+ <ref name="ST_StyleType"/>
+ </attribute>
+ <attribute name="styleId">
+ <ref name="ST_String"/>
+ </attribute>
+ <attribute name="default">
+ <ref name="ST_OnOff"/>
+ </attribute>
+ <attribute name="customStyle">
+ <ref name="ST_OnOff"/>
+ </attribute>
</define>
<define name="CT_LsdException">
<attribute name="name">
@@ -15991,9 +15991,9 @@
</attribute>
</define>
<define name="CT_LatentStyles">
- <element name="lsdException">
- <ref name="CT_LsdException"/>
- </element>
+ <element name="lsdException">
+ <ref name="CT_LsdException"/>
+ </element>
<attribute name="defLockedState">
<text/>
</attribute>
@@ -16014,15 +16014,15 @@
</attribute>
</define>
<define name="CT_Styles">
- <element name="docDefaults">
- <ref name="CT_DocDefaults"/>
- </element>
- <element name="latentStyles">
- <ref name="CT_LatentStyles"/>
- </element>
- <element name="style">
- <ref name="CT_Style"/>
- </element>
+ <element name="docDefaults">
+ <ref name="CT_DocDefaults"/>
+ </element>
+ <element name="latentStyles">
+ <ref name="CT_LatentStyles"/>
+ </element>
+ <element name="style">
+ <ref name="CT_Style"/>
+ </element>
</define>
<define name="ST_Panose">
<data type="hexBinary"/>
@@ -16033,20 +16033,20 @@
</attribute>
</define>
<define name="ST_FontFamily">
- <choice>
- <!-- Novelty Font -->
- <value>decorative</value>
- <!-- Monospace Font -->
- <value>modern</value>
- <!-- Proportional Font With Serifs -->
- <value>roman</value>
- <!-- Script Font -->
- <value>script</value>
- <!-- Proportional Font Without Serifs -->
- <value>swiss</value>
- <!-- No Font Family -->
- <value>auto</value>
- </choice>
+ <choice>
+ <!-- Novelty Font -->
+ <value>decorative</value>
+ <!-- Monospace Font -->
+ <value>modern</value>
+ <!-- Proportional Font With Serifs -->
+ <value>roman</value>
+ <!-- Script Font -->
+ <value>script</value>
+ <!-- Proportional Font Without Serifs -->
+ <value>swiss</value>
+ <!-- No Font Family -->
+ <value>auto</value>
+ </choice>
</define>
<define name="CT_FontFamily">
<attribute name="val">
@@ -16054,14 +16054,14 @@
</attribute>
</define>
<define name="ST_Pitch">
- <choice>
- <!-- Fixed Width -->
- <value>fixed</value>
- <!-- Proportional Width -->
- <value>variable</value>
- <!-- Default -->
- <value>default</value>
- </choice>
+ <choice>
+ <!-- Fixed Width -->
+ <value>fixed</value>
+ <!-- Proportional Width -->
+ <value>variable</value>
+ <!-- Default -->
+ <value>default</value>
+ </choice>
</define>
<define name="CT_Pitch">
<attribute name="val">
@@ -16098,109 +16098,109 @@
</attribute>
</define>
<define name="CT_Font">
- <element name="altName">
- <ref name="CT_String"/>
- </element>
- <element name="panose1">
- <ref name="CT_Panose"/>
- </element>
- <element name="charset">
- <ref name="CT_Charset"/>
- </element>
- <element name="characterSet">
- <ref name="CT_String"/>
- </element>
- <element name="family">
- <ref name="CT_FontFamily"/>
- </element>
- <element name="notTrueType">
- <ref name="CT_OnOff"/>
- </element>
- <element name="pitch">
- <ref name="CT_Pitch"/>
- </element>
- <element name="sig">
- <ref name="CT_FontSig"/>
- </element>
- <element name="embedRegular">
- <ref name="CT_FontRel"/>
- </element>
- <element name="embedBold">
- <ref name="CT_FontRel"/>
- </element>
- <element name="embedItalic">
- <ref name="CT_FontRel"/>
- </element>
- <element name="embedBoldItalic">
- <ref name="CT_FontRel"/>
- </element>
+ <element name="altName">
+ <ref name="CT_String"/>
+ </element>
+ <element name="panose1">
+ <ref name="CT_Panose"/>
+ </element>
+ <element name="charset">
+ <ref name="CT_Charset"/>
+ </element>
+ <element name="characterSet">
+ <ref name="CT_String"/>
+ </element>
+ <element name="family">
+ <ref name="CT_FontFamily"/>
+ </element>
+ <element name="notTrueType">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="pitch">
+ <ref name="CT_Pitch"/>
+ </element>
+ <element name="sig">
+ <ref name="CT_FontSig"/>
+ </element>
+ <element name="embedRegular">
+ <ref name="CT_FontRel"/>
+ </element>
+ <element name="embedBold">
+ <ref name="CT_FontRel"/>
+ </element>
+ <element name="embedItalic">
+ <ref name="CT_FontRel"/>
+ </element>
+ <element name="embedBoldItalic">
+ <ref name="CT_FontRel"/>
+ </element>
<attribute name="name">
<text/>
</attribute>
</define>
<define name="CT_FontsList">
- <element name="font">
- <ref name="CT_Font"/>
- </element>
+ <element name="font">
+ <ref name="CT_Font"/>
+ </element>
</define>
<define name="CT_Charset">
- <attribute name="val">
- <ref name="ST_UcharHexNumber"/>
- </attribute>
- <attribute name="characterSet">
- <ref name="ST_String"/>
- </attribute>
+ <attribute name="val">
+ <ref name="ST_UcharHexNumber"/>
+ </attribute>
+ <attribute name="characterSet">
+ <ref name="ST_String"/>
+ </attribute>
</define>
<define name="CT_DivBdr">
- <element name="top">
- <ref name="CT_Border"/>
- </element>
- <element name="left">
- <ref name="CT_Border"/>
- </element>
- <element name="bottom">
- <ref name="CT_Border"/>
- </element>
- <element name="right">
- <ref name="CT_Border"/>
- </element>
+ <element name="top">
+ <ref name="CT_Border"/>
+ </element>
+ <element name="left">
+ <ref name="CT_Border"/>
+ </element>
+ <element name="bottom">
+ <ref name="CT_Border"/>
+ </element>
+ <element name="right">
+ <ref name="CT_Border"/>
+ </element>
</define>
<define name="CT_Div">
- <element name="blockQuote">
- <ref name="CT_OnOff"/>
- </element>
- <element name="bodyDiv">
- <ref name="CT_OnOff"/>
- </element>
- <element name="marLeft">
- <ref name="CT_SignedTwipsMeasure"/>
- </element>
- <element name="marRight">
- <ref name="CT_SignedTwipsMeasure"/>
- </element>
- <element name="marTop">
- <ref name="CT_SignedTwipsMeasure"/>
- </element>
- <element name="marBottom">
- <ref name="CT_SignedTwipsMeasure"/>
- </element>
- <element name="divBdr">
- <ref name="CT_DivBdr"/>
- </element>
- <element name="divsChild">
- <ref name="CT_Divs"/>
- </element>
+ <element name="blockQuote">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="bodyDiv">
+ <ref name="CT_OnOff"/>
+ </element>
+ <element name="marLeft">
+ <ref name="CT_SignedTwipsMeasure"/>
+ </element>
+ <element name="marRight">
+ <ref name="CT_SignedTwipsMeasure"/>
+ </element>
+ <element name="marTop">
+ <ref name="CT_SignedTwipsMeasure"/>
+ </element>
+ <element name="marBottom">
+ <ref name="CT_SignedTwipsMeasure"/>
+ </element>
+ <element name="divBdr">
+ <ref name="CT_DivBdr"/>
+ </element>
+ <element name="divsChild">
+ <ref name="CT_Divs"/>
+ </element>
<attribute name="id">
<text/>
</attribute>
</define>
<define name="CT_Divs">
- <element name="div">
- <ref name="CT_Div"/>
- </element>
+ <element name="div">
+ <ref name="CT_Div"/>
+ </element>
</define>
<define name="CT_TxbxContent">
- <ref name="EG_BlockLevelElts"/>
+ <ref name="EG_BlockLevelElts"/>
</define>
<define name="txbxContent">
<element name="txbxContent">
@@ -16214,58 +16214,58 @@
</choice>
</define>
<define name="EG_BlockLevelChunkElts">
- <ref name="EG_ContentBlockContent"/>
+ <ref name="EG_ContentBlockContent"/>
</define>
<define name="EG_BlockLevelElts">
<choice>
- <ref name="EG_BlockLevelChunkElts"/>
- <element name="altChunk">
- <ref name="CT_AltChunk"/>
- </element>
+ <ref name="EG_BlockLevelChunkElts"/>
+ <element name="altChunk">
+ <ref name="CT_AltChunk"/>
+ </element>
</choice>
</define>
<define name="EG_RunLevelElts">
<choice>
- <element name="proofErr">
- <ref name="CT_ProofErr"/>
- </element>
- <element name="permStart">
- <ref name="CT_PermStart"/>
- </element>
- <element name="permEnd">
- <ref name="CT_Perm"/>
- </element>
- <ref name="EG_RangeMarkupElements"/>
- <element name="ins">
- <ref name="CT_RunTrackChange"/>
- </element>
- <element name="del">
- <ref name="CT_RunTrackChange"/>
- </element>
+ <element name="proofErr">
+ <ref name="CT_ProofErr"/>
+ </element>
+ <element name="permStart">
+ <ref name="CT_PermStart"/>
+ </element>
+ <element name="permEnd">
+ <ref name="CT_Perm"/>
+ </element>
+ <ref name="EG_RangeMarkupElements"/>
+ <element name="ins">
+ <ref name="CT_RunTrackChange"/>
+ </element>
+ <element name="del">
+ <ref name="CT_RunTrackChange"/>
+ </element>
<element name="moveFrom">
<ref name="CT_RunTrackChange"/>
</element>
<element name="moveTo">
<ref name="CT_RunTrackChange"/>
</element>
- <ref name="EG_MathContent"/>
+ <ref name="EG_MathContent"/>
</choice>
</define>
<define name="CT_Body">
- <ref name="EG_BlockLevelElts"/>
- <element name="sectPr">
- <ref name="CT_SectPr"/>
- </element>
+ <ref name="EG_BlockLevelElts"/>
+ <element name="sectPr">
+ <ref name="CT_SectPr"/>
+ </element>
</define>
<define name="CT_ShapeDefaults">
- <element>
- <ref name="BUILT_IN_ANY_TYPE"/>
- </element>
+ <element>
+ <ref name="BUILT_IN_ANY_TYPE"/>
+ </element>
</define>
<define name="CT_Comments">
- <element name="comment">
- <ref name="CT_Comment"/>
- </element>
+ <element name="comment">
+ <ref name="CT_Comment"/>
+ </element>
</define>
<define name="comments">
<element name="comments">
@@ -16273,9 +16273,9 @@
</element>
</define>
<define name="CT_Footnotes">
- <element name="footnote">
- <ref name="CT_FtnEdn"/>
- </element>
+ <element name="footnote">
+ <ref name="CT_FtnEdn"/>
+ </element>
</define>
<define name="footnotes">
<element name="footnotes">
@@ -16283,9 +16283,9 @@
</element>
</define>
<define name="CT_Endnotes">
- <element name="endnote">
- <ref name="CT_FtnEdn"/>
- </element>
+ <element name="endnote">
+ <ref name="CT_FtnEdn"/>
+ </element>
</define>
<define name="endnotes">
<element name="endnotes">
@@ -16314,42 +16314,42 @@
</attribute>
</define>
<define name="ST_ThemeColor">
- <choice>
- <!-- Dark 1 Theme Color -->
- <value>dark1</value>
- <!-- Light 1 Theme Color -->
- <value>light1</value>
- <!-- Dark 2 Theme Color -->
- <value>dark2</value>
- <!-- Light 2 Theme Color -->
- <value>light2</value>
- <!-- Accent 1 Theme Color -->
- <value>accent1</value>
- <!-- Accent 2 Theme Color -->
- <value>accent2</value>
- <!-- Accent 3 Theme Color -->
- <value>accent3</value>
- <!-- Accent 4 Theme Color -->
- <value>accent4</value>
- <!-- Accent 5 Theme Color -->
- <value>accent5</value>
- <!-- Accent 6 Theme Color -->
- <value>accent6</value>
- <!-- Hyperlink Theme Color -->
- <value>hyperlink</value>
- <!-- Followed Hyperlink Theme Color -->
- <value>followedHyperlink</value>
- <!-- No Theme Color -->
- <value>none</value>
- <!-- Background 1 Theme Color -->
- <value>background1</value>
- <!-- Text 1 Theme Color -->
- <value>text1</value>
- <!-- Background 2 Theme Color -->
- <value>background2</value>
- <!-- Text 2 Theme Color -->
- <value>text2</value>
- </choice>
+ <choice>
+ <!-- Dark 1 Theme Color -->
+ <value>dark1</value>
+ <!-- Light 1 Theme Color -->
+ <value>light1</value>
+ <!-- Dark 2 Theme Color -->
+ <value>dark2</value>
+ <!-- Light 2 Theme Color -->
+ <value>light2</value>
+ <!-- Accent 1 Theme Color -->
+ <value>accent1</value>
+ <!-- Accent 2 Theme Color -->
+ <value>accent2</value>
+ <!-- Accent 3 Theme Color -->
+ <value>accent3</value>
+ <!-- Accent 4 Theme Color -->
+ <value>accent4</value>
+ <!-- Accent 5 Theme Color -->
+ <value>accent5</value>
+ <!-- Accent 6 Theme Color -->
+ <value>accent6</value>
+ <!-- Hyperlink Theme Color -->
+ <value>hyperlink</value>
+ <!-- Followed Hyperlink Theme Color -->
+ <value>followedHyperlink</value>
+ <!-- No Theme Color -->
+ <value>none</value>
+ <!-- Background 1 Theme Color -->
+ <value>background1</value>
+ <!-- Text 1 Theme Color -->
+ <value>text1</value>
+ <!-- Background 2 Theme Color -->
+ <value>background2</value>
+ <!-- Text 2 Theme Color -->
+ <value>text2</value>
+ </choice>
</define>
<define name="CT_DocPartBehavior">
<attribute name="val">
@@ -16357,9 +16357,9 @@
</attribute>
</define>
<define name="CT_DocPartBehaviors">
- <element name="behavior">
- <ref name="CT_DocPartBehavior"/>
- </element>
+ <element name="behavior">
+ <ref name="CT_DocPartBehavior"/>
+ </element>
</define>
<define name="CT_DocPartType">
<attribute name="val">
@@ -16367,12 +16367,12 @@
</attribute>
</define>
<define name="CT_DocPartTypes">
- <element name="type">
- <ref name="CT_DocPartType"/>
- </element>
- <attribute name="all">
- <text/>
- </attribute>
+ <element name="type">
+ <ref name="CT_DocPartType"/>
+ </element>
+ <attribute name="all">
+ <text/>
+ </attribute>
</define>
<define name="CT_DocPartGallery">
<attribute name="val">
@@ -16391,47 +16391,47 @@
<attribute name="val">
<text/>
</attribute>
- <attribute name="decorated">
- <text/>
- </attribute>
+ <attribute name="decorated">
+ <text/>
+ </attribute>
</define>
<define name="CT_DocPartPr">
- <choice>
- <element name="name">
- <ref name="CT_DocPartName"/>
- </element>
- <element name="style">
- <ref name="CT_String"/>
- </element>
- <element name="category">
- <ref name="CT_DocPartCategory"/>
- </element>
- <element name="types">
- <ref name="CT_DocPartTypes"/>
- </element>
- <element name="behaviors">
- <ref name="CT_DocPartBehaviors"/>
- </element>
- <element name="description">
- <ref name="CT_String"/>
- </element>
- <element name="guid">
- <ref name="CT_Guid"/>
- </element>
- </choice>
- </define>
- <define name="CT_DocPart">
- <element name="docPartPr">
- <ref name="CT_DocPartPr"/>
+ <choice>
+ <element name="name">
+ <ref name="CT_DocPartName"/>
+ </element>
+ <element name="style">
+ <ref name="CT_String"/>
</element>
- <element name="docPartBody">
- <ref name="CT_Body"/>
+ <element name="category">
+ <ref name="CT_DocPartCategory"/>
</element>
+ <element name="types">
+ <ref name="CT_DocPartTypes"/>
+ </element>
+ <element name="behaviors">
+ <ref name="CT_DocPartBehaviors"/>
+ </element>
+ <element name="description">
+ <ref name="CT_String"/>
+ </element>
+ <element name="guid">
+ <ref name="CT_Guid"/>
+ </element>
+ </choice>
+ </define>
+ <define name="CT_DocPart">
+ <element name="docPartPr">
+ <ref name="CT_DocPartPr"/>
+ </element>
+ <element name="docPartBody">
+ <ref name="CT_Body"/>
+ </element>
</define>
<define name="CT_DocParts">
- <element name="docPart">
- <ref name="CT_DocPart"/>
- </element>
+ <element name="docPart">
+ <ref name="CT_DocPart"/>
+ </element>
</define>
<define name="settings">
<element name="settings">
@@ -16459,39 +16459,39 @@
</element>
</define>
<define name="ST_CaptionPos">
- <choice>
- <!-- Position Caption Above Object -->
- <value>above</value>
- <!-- Position Caption Below Object -->
- <value>below</value>
- <!-- Position Caption Left Of Object -->
- <value>left</value>
- <!-- Position Caption Right Of Object -->
- <value>right</value>
- </choice>
+ <choice>
+ <!-- Position Caption Above Object -->
+ <value>above</value>
+ <!-- Position Caption Below Object -->
+ <value>below</value>
+ <!-- Position Caption Left Of Object -->
+ <value>left</value>
+ <!-- Position Caption Right Of Object -->
+ <value>right</value>
+ </choice>
</define>
<define name="CT_Caption">
<attribute name="name">
<ref name="ST_String"/>
</attribute>
- <attribute name="pos">
- <ref name="ST_CaptionPos"/>
- </attribute>
- <attribute name="chapNum">
- <ref name="ST_OnOff"/>
- </attribute>
- <attribute name="heading">
- <ref name="ST_DecimalNumber"/>
- </attribute>
- <attribute name="noLabel">
- <ref name="ST_OnOff"/>
- </attribute>
- <attribute name="numFmt">
- <ref name="ST_NumberFormat"/>
- </attribute>
- <attribute name="sep">
- <ref name="ST_ChapterSep"/>
- </attribute>
+ <attribute name="pos">
+ <ref name="ST_CaptionPos"/>
+ </attribute>
+ <attribute name="chapNum">
+ <ref name="ST_OnOff"/>
+ </attribute>
+ <attribute name="heading">
+ <ref name="ST_DecimalNumber"/>
+ </attribute>
+ <attribute name="noLabel">
+ <ref name="ST_OnOff"/>
+ </attribute>
+ <attribute name="numFmt">
+ <ref name="ST_NumberFormat"/>
+ </attribute>
+ <attribute name="sep">
+ <ref name="ST_ChapterSep"/>
+ </attribute>
</define>
<define name="CT_AutoCaption">
<attribute name="name">
@@ -16502,34 +16502,34 @@
</attribute>
</define>
<define name="CT_AutoCaptions">
- <element name="autoCaption">
- <ref name="CT_AutoCaption"/>
- </element>
+ <element name="autoCaption">
+ <ref name="CT_AutoCaption"/>
+ </element>
</define>
<define name="CT_Captions">
- <element name="caption">
- <ref name="CT_Caption"/>
- </element>
- <element name="autoCaptions">
- <ref name="CT_AutoCaptions"/>
- </element>
+ <element name="caption">
+ <ref name="CT_Caption"/>
+ </element>
+ <element name="autoCaptions">
+ <ref name="CT_AutoCaptions"/>
+ </element>
</define>
<define name="CT_DocumentBase">
- <element name="background">
- <ref name="CT_Background"/>
- </element>
+ <element name="background">
+ <ref name="CT_Background"/>
+ </element>
</define>
<define name="CT_Document">
<ref name="CT_DocumentBase"/>
- <element name="body">
- <ref name="CT_Body"/>
- </element>
+ <element name="body">
+ <ref name="CT_Body"/>
+ </element>
</define>
<define name="CT_GlossaryDocument">
<ref name="CT_DocumentBase"/>
- <element name="docParts">
- <ref name="CT_DocParts"/>
- </element>
+ <element name="docParts">
+ <ref name="CT_DocParts"/>
+ </element>
</define>
<define name="document">
<element name="document">
@@ -16542,12 +16542,12 @@
</element>
</define>
<define name="BUILT_IN_ANY_TYPE">
- <choice>
- <element>
- <ref name="BUILT_IN_ANY_TYPE"/>
- </element>
- <text/>
- </choice>
+ <choice>
+ <element>
+ <ref name="BUILT_IN_ANY_TYPE"/>
+ </element>
+ <text/>
+ </choice>
</define>
</grammar>
<resource name="CT_Empty" resource="Stream">