summaryrefslogtreecommitdiff
path: root/writerfilter
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-08-02 11:05:13 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-08-02 11:05:13 +0200
commite9cdb11be43f3f35ee9f4bcf5f6c8deda392b4d9 (patch)
tree88ea286b7a2e93c9aaecf44fec0531982e3a7096 /writerfilter
parenta24e9c29d54856bb98998772b8960da00401515e (diff)
writerfilter: remove never parsed xs:documentation elements
Such automatic documentation is often useless (e.g. "<xs:documentation>Value</xs:documentation>"), and a more up to date version of them is in the specification anyway. Change-Id: I916abb5dee5e287efe1fe53797376522f79bf970
Diffstat (limited to 'writerfilter')
-rw-r--r--writerfilter/source/ooxml/model.xml2242
1 files changed, 255 insertions, 1987 deletions
diff --git a/writerfilter/source/ooxml/model.xml b/writerfilter/source/ooxml/model.xml
index 3ff945064e3c..6b995118bb3b 100644
--- a/writerfilter/source/ooxml/model.xml
+++ b/writerfilter/source/ooxml/model.xml
@@ -94,51 +94,39 @@
</optional>
<attribute name="bg1">
<ref name="ST_ColorSchemeIndex"/>
- <xs:documentation>Background 1</xs:documentation>
</attribute>
<attribute name="tx1">
<ref name="ST_ColorSchemeIndex"/>
- <xs:documentation>Text 1</xs:documentation>
</attribute>
<attribute name="bg2">
<ref name="ST_ColorSchemeIndex"/>
- <xs:documentation>Background 2</xs:documentation>
</attribute>
<attribute name="tx2">
<ref name="ST_ColorSchemeIndex"/>
- <xs:documentation>Text 2</xs:documentation>
</attribute>
<attribute name="accent1">
<ref name="ST_ColorSchemeIndex"/>
- <xs:documentation>Accent 1</xs:documentation>
</attribute>
<attribute name="accent2">
<ref name="ST_ColorSchemeIndex"/>
- <xs:documentation>Accent 2</xs:documentation>
</attribute>
<attribute name="accent3">
<ref name="ST_ColorSchemeIndex"/>
- <xs:documentation>Accent 3</xs:documentation>
</attribute>
<attribute name="accent4">
<ref name="ST_ColorSchemeIndex"/>
- <xs:documentation>Accent 4</xs:documentation>
</attribute>
<attribute name="accent5">
<ref name="ST_ColorSchemeIndex"/>
- <xs:documentation>Accent 5</xs:documentation>
</attribute>
<attribute name="accent6">
<ref name="ST_ColorSchemeIndex"/>
- <xs:documentation>Accent 6</xs:documentation>
</attribute>
<attribute name="hlink">
<ref name="ST_ColorSchemeIndex"/>
- <xs:documentation>Hyperlink</xs:documentation>
</attribute>
<attribute name="folHlink">
<ref name="ST_ColorSchemeIndex"/>
- <xs:documentation>Followed Hyperlink</xs:documentation>
</attribute>
</define>
<define name="CT_ColorMappingOverride">
@@ -196,10 +184,7 @@
</group>
<optional>
<attribute name="name">
- <data type="string">
- <xs:documentation>Name</xs:documentation>
- </data>
- <xs:documentation>Name</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
</define>
@@ -322,7 +307,6 @@
<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">
<list>
- <xs:documentation>Light Rig Direction</xs:documentation>
<choice>
<!-- Top Left -->
<value>tl</value>
@@ -345,7 +329,6 @@
</define>
<define name="ST_LightRigType">
<list>
- <xs:documentation>Light Rig Type</xs:documentation>
<choice>
<!-- Legacy Flat 1 -->
<value>legacyFlat1</value>
@@ -412,11 +395,9 @@
</optional>
<attribute name="rig">
<ref name="ST_LightRigType"/>
- <xs:documentation>Rig Preset</xs:documentation>
</attribute>
<attribute name="dir">
<ref name="ST_LightRigDirection"/>
- <xs:documentation>Direction</xs:documentation>
</attribute>
</define>
</grammar>
@@ -491,7 +472,6 @@
<include href="dml-shapeGeometry.rng"/>
<define name="ST_BevelPresetType">
<list>
- <xs:documentation>Bevel Presets</xs:documentation>
<choice>
<!-- Relaxed Inset -->
<value>relaxedInset</value>
@@ -524,25 +504,21 @@
<optional>
<attribute name="w">
<ref name="ST_PositiveCoordinate"/>
- <xs:documentation>Width</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="h">
<ref name="ST_PositiveCoordinate"/>
- <xs:documentation>Height</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="prst">
<ref name="ST_BevelPresetType"/>
- <xs:documentation>Preset Bevel</xs:documentation>
</attribute>
</optional>
</define>
<define name="ST_PresetMaterialType">
<list>
- <xs:documentation>Preset Material Type</xs:documentation>
<choice>
<!-- Legacy Matte -->
<value>legacyMatte</value>
@@ -608,25 +584,21 @@
<optional>
<attribute name="z">
<ref name="ST_Coordinate"/>
- <xs:documentation>Shape Depth</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="extrusionH">
<ref name="ST_PositiveCoordinate"/>
- <xs:documentation>Extrusion Height</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="contourW">
<ref name="ST_PositiveCoordinate"/>
- <xs:documentation>Contour Width</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="prstMaterial">
<ref name="ST_PresetMaterialType"/>
- <xs:documentation>Preset Material Type</xs:documentation>
</attribute>
</optional>
</define>
@@ -634,7 +606,6 @@
<optional>
<attribute name="z">
<ref name="ST_Coordinate"/>
- <xs:documentation>Z Coordinate</xs:documentation>
</attribute>
</optional>
</define>
@@ -685,7 +656,6 @@
<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">
<list>
- <xs:documentation>Preset Camera Type</xs:documentation>
<choice>
<!-- Legacy Oblique Top Left -->
<value>legacyObliqueTopLeft</value>
@@ -825,18 +795,15 @@
</optional>
<attribute name="prst">
<ref name="ST_PresetCameraType"/>
- <xs:documentation>Preset Camera Type</xs:documentation>
</attribute>
<optional>
<attribute name="fov">
<ref name="ST_FOVAngle"/>
- <xs:documentation>Field of View</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="zoom">
<ref name="ST_PositivePercentage"/>
- <xs:documentation>Zoom</xs:documentation>
</attribute>
</optional>
</define>
@@ -911,12 +878,10 @@
<!-- ISO RELAX NG Schema -->
<define name="ST_StyleMatrixColumnIndex">
<data type="unsignedInt">
- <xs:documentation>Style Matrix Column Index</xs:documentation>
</data>
</define>
<define name="ST_FontCollectionIndex">
<list>
- <xs:documentation>Font Collection Index</xs:documentation>
<choice>
<!-- Major Font -->
<value>major</value>
@@ -929,7 +894,6 @@
</define>
<define name="ST_ColorSchemeIndex">
<list>
- <xs:documentation>Theme Color Reference</xs:documentation>
<choice>
<!-- Dark 1 -->
<value>dk1</value>
@@ -1004,9 +968,7 @@
</group>
<attribute name="name">
<data type="string">
- <xs:documentation>Name</xs:documentation>
</data>
- <xs:documentation>Name</xs:documentation>
</attribute>
</define>
<define name="CT_CustomColor">
@@ -1014,25 +976,19 @@
<optional>
<attribute name="name">
<data type="string">
- <xs:documentation>Name</xs:documentation>
</data>
- <xs:documentation>Name</xs:documentation>
</attribute>
</optional>
</define>
<define name="CT_SupplementalFont">
<attribute name="script">
<data type="string">
- <xs:documentation>Script</xs:documentation>
</data>
- <xs:documentation>Script</xs:documentation>
</attribute>
<attribute name="typeface">
<ref name="ST_TextTypeface"/>
<data type="string">
- <xs:documentation>Typeface</xs:documentation>
</data>
- <xs:documentation>Typeface</xs:documentation>
</attribute>
</define>
<define name="CT_CustomColorList">
@@ -1091,10 +1047,7 @@
</optional>
</group>
<attribute name="name">
- <data type="string">
- <xs:documentation>Name</xs:documentation>
- </data>
- <xs:documentation>Name</xs:documentation>
+ <data type="string"/>
</attribute>
</define>
<define name="CT_FillStyleList">
@@ -1138,10 +1091,7 @@
</group>
<optional>
<attribute name="name">
- <data type="string">
- <xs:documentation>Name</xs:documentation>
- </data>
- <xs:documentation>Name</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
</define>
@@ -1244,72 +1194,55 @@
<include href="dml-shapeLineProperties.rng"/>
<define name="ST_TextPoint">
<data type="int">
- <xs:documentation>Text Point</xs:documentation>
<param name="minInclusive">-400000</param>
<param name="maxInclusive">400000</param>
</data>
</define>
<define name="ST_TextNonNegativePoint">
<data type="int">
- <xs:documentation>Text Non-Negative Point</xs:documentation>
<param name="minInclusive">0</param>
<param name="maxInclusive">400000</param>
</data>
</define>
<define name="ST_TextFontSize">
<data type="int">
- <xs:documentation>Text Font Size</xs:documentation>
<param name="minInclusive">100</param>
<param name="maxInclusive">400000</param>
</data>
</define>
<define name="ST_Panose">
<data type="hexBinary">
- <xs:documentation>Panose Type</xs:documentation>
<param name="length">10</param>
</data>
</define>
<define name="ST_TextTypeface">
- <data type="string">
- <xs:documentation>Text Typeface</xs:documentation>
- </data>
+ <data type="string"/>
</define>
<define name="CT_TextFont">
<attribute name="typeface">
<ref name="ST_TextTypeface"/>
- <xs:documentation>Text Typeface</xs:documentation>
</attribute>
<optional>
<attribute name="panose">
<ref name="ST_Panose"/>
- <xs:documentation>Panose Setting</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="pitchFamily">
- <data type="byte">
- <xs:documentation>Similar Font Family</xs:documentation>
- </data>
- <xs:documentation>Similar Font Family</xs:documentation>
+ <data type="byte"/>
</attribute>
</optional>
<optional>
<attribute name="charset">
- <data type="byte">
- <xs:documentation>Similar Character Set</xs:documentation>
- </data>
- <xs:documentation>Similar Character Set</xs:documentation>
+ <data type="byte"/>
</attribute>
</optional>
</define>
<define name="ST_TextLanguageID">
- <data type="string">
- <xs:documentation>Language ID</xs:documentation>
- </data>
+ <data type="string"/>
</define>
<define name="ST_TextUnderlineType">
<list>
- <xs:documentation>Text Underline Types</xs:documentation>
<choice>
<!-- Text Underline Enum ( None ) -->
<value>none</value>
@@ -1383,7 +1316,6 @@
</define>
<define name="ST_TextStrikeType">
<list>
- <xs:documentation>Text Strike Type</xs:documentation>
<choice>
<!-- Text Strike Enum ( No Strike ) -->
<value>noStrike</value>
@@ -1396,7 +1328,6 @@
</define>
<define name="ST_TextCapsType">
<list>
- <xs:documentation>Text Cap Types</xs:documentation>
<choice>
<!-- Text Caps Enum ( None ) -->
<value>none</value>
@@ -1469,136 +1400,97 @@
</group>
<optional>
<attribute name="kumimoji">
- <data type="boolean">
- <xs:documentation>Kumimoji</xs:documentation>
- </data>
- <xs:documentation>Kumimoji</xs:documentation>
+ <data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="lang">
<ref name="ST_TextLanguageID"/>
- <xs:documentation>Language ID</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="altLang">
<ref name="ST_TextLanguageID"/>
- <xs:documentation>Alternative Language</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="sz">
<ref name="ST_TextFontSize"/>
- <xs:documentation>Font Size</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="b">
- <data type="boolean">
- <xs:documentation>Bold</xs:documentation>
- </data>
- <xs:documentation>Bold</xs:documentation>
+ <data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="i">
- <data type="boolean">
- <xs:documentation>Italics</xs:documentation>
- </data>
- <xs:documentation>Italics</xs:documentation>
+ <data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="u">
<ref name="ST_TextUnderlineType"/>
- <xs:documentation>Underline</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="strike">
<ref name="ST_TextStrikeType"/>
- <xs:documentation>Strikethrough</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="kern">
<ref name="ST_TextNonNegativePoint"/>
- <xs:documentation>Kerning</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="cap">
<ref name="ST_TextCapsType"/>
- <xs:documentation>Capitalization</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="spc">
<ref name="ST_TextPoint"/>
- <xs:documentation>Spacing</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="normalizeH">
- <data type="boolean">
- <xs:documentation>Normalize Heights</xs:documentation>
- </data>
- <xs:documentation>Normalize Heights</xs:documentation>
+ <data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="baseline">
<ref name="ST_Percentage"/>
- <xs:documentation>Baseline</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="noProof">
- <data type="boolean">
- <xs:documentation>No Proofing</xs:documentation>
- </data>
- <xs:documentation>No Proofing</xs:documentation>
+ <data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="dirty">
- <data type="boolean">
- <xs:documentation>Dirty</xs:documentation>
- </data>
- <xs:documentation>Dirty</xs:documentation>
+ <data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="err">
- <data type="boolean">
- <xs:documentation>Spelling Error</xs:documentation>
- </data>
- <xs:documentation>Spelling Error</xs:documentation>
+ <data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="smtClean">
- <data type="boolean">
- <xs:documentation>SmartTag Clean</xs:documentation>
- </data>
- <xs:documentation>SmartTag Clean</xs:documentation>
+ <data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="smtId">
- <data type="unsignedInt">
- <xs:documentation>SmartTag ID</xs:documentation>
- </data>
- <xs:documentation>SmartTag ID</xs:documentation>
+ <data type="unsignedInt"/>
</attribute>
</optional>
<optional>
<attribute name="bmk">
- <data type="string">
- <xs:documentation>Bookmark Link Target</xs:documentation>
- </data>
- <xs:documentation>Bookmark Link Target</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
</define>
@@ -1652,7 +1544,6 @@
<define name="CT_AlphaBiLevelEffect">
<attribute name="thresh">
<ref name="ST_PositiveFixedPercentage"/>
- <xs:documentation>Threshold</xs:documentation>
</attribute>
</define>
<define name="CT_AlphaCeilingEffect">
@@ -1670,7 +1561,6 @@
<optional>
<attribute name="amt">
<ref name="ST_PositivePercentage"/>
- <xs:documentation>Amount</xs:documentation>
</attribute>
</optional>
</define>
@@ -1678,35 +1568,28 @@
<optional>
<attribute name="rad">
<ref name="ST_Coordinate"/>
- <xs:documentation>Radius</xs:documentation>
</attribute>
</optional>
</define>
<define name="CT_AlphaReplaceEffect">
<attribute name="a">
<ref name="ST_PositiveFixedPercentage"/>
- <xs:documentation>Alpha</xs:documentation>
</attribute>
</define>
<define name="CT_BiLevelEffect">
<attribute name="thresh">
<ref name="ST_PositiveFixedPercentage"/>
- <xs:documentation>Threshold</xs:documentation>
</attribute>
</define>
<define name="CT_BlurEffect">
<optional>
<attribute name="rad">
<ref name="ST_PositiveCoordinate"/>
- <xs:documentation>Radius</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="grow">
- <data type="boolean">
- <xs:documentation>Grow Bounds</xs:documentation>
- </data>
- <xs:documentation>Grow Bounds</xs:documentation>
+ <data type="boolean"/>
</attribute>
</optional>
</define>
@@ -1721,10 +1604,7 @@
</group>
<optional>
<attribute name="useA">
- <data type="boolean">
- <xs:documentation>Consider Alpha Values</xs:documentation>
- </data>
- <xs:documentation>Consider Alpha Values</xs:documentation>
+ <data type="boolean"/>
</attribute>
</optional>
</define>
@@ -1741,7 +1621,6 @@
<optional>
<attribute name="rad">
<ref name="ST_PositiveCoordinate"/>
- <xs:documentation>Radius</xs:documentation>
</attribute>
</optional>
</define>
@@ -1752,19 +1631,16 @@
<optional>
<attribute name="hue">
<ref name="ST_PositiveFixedAngle"/>
- <xs:documentation>Hue</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="sat">
<ref name="ST_FixedPercentage"/>
- <xs:documentation>Saturation</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="lum">
<ref name="ST_FixedPercentage"/>
- <xs:documentation>Luminance</xs:documentation>
</attribute>
</optional>
</define>
@@ -1773,19 +1649,16 @@
<optional>
<attribute name="blurRad">
<ref name="ST_PositiveCoordinate"/>
- <xs:documentation>Blur Radius</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="dist">
<ref name="ST_PositiveCoordinate"/>
- <xs:documentation>Distance</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="dir">
<ref name="ST_PositiveFixedAngle"/>
- <xs:documentation>Direction</xs:documentation>
</attribute>
</optional>
</define>
@@ -1793,13 +1666,11 @@
<optional>
<attribute name="bright">
<ref name="ST_FixedPercentage"/>
- <xs:documentation>Brightness</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="contrast">
<ref name="ST_FixedPercentage"/>
- <xs:documentation>Contrast</xs:documentation>
</attribute>
</optional>
</define>
@@ -1808,63 +1679,51 @@
<optional>
<attribute name="blurRad">
<ref name="ST_PositiveCoordinate"/>
- <xs:documentation>Blur Radius</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="dist">
<ref name="ST_PositiveCoordinate"/>
- <xs:documentation>Shadow Offset Distance</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="dir">
<ref name="ST_PositiveFixedAngle"/>
- <xs:documentation>Shadow Direction</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="sx">
<ref name="ST_Percentage"/>
- <xs:documentation>Horizontal Scaling Factor</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="sy">
<ref name="ST_Percentage"/>
- <xs:documentation>Vertical Scaling Factor</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="kx">
<ref name="ST_FixedAngle"/>
- <xs:documentation>Horizontal Skew</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="ky">
<ref name="ST_FixedAngle"/>
- <xs:documentation>Vertical Skew</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="algn">
<ref name="ST_RectAlignment"/>
- <xs:documentation>Shadow Alignment</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="rotWithShape">
- <data type="boolean">
- <xs:documentation>Rotate With Shape</xs:documentation>
- </data>
- <xs:documentation>Rotate With Shape</xs:documentation>
+ <data type="boolean"/>
</attribute>
</optional>
</define>
<define name="ST_PresetShadowVal">
<list>
- <xs:documentation>Preset Shadow Type</xs:documentation>
<choice>
<!-- Top Left Drop Shadow -->
<value>shdw1</value>
@@ -1913,18 +1772,15 @@
<ref name="EG_ColorChoice"/>
<attribute name="prst">
<ref name="ST_PresetShadowVal"/>
- <xs:documentation>Preset Shadow</xs:documentation>
</attribute>
<optional>
<attribute name="dist">
<ref name="ST_PositiveCoordinate"/>
- <xs:documentation>Distance</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="dir">
<ref name="ST_PositiveFixedAngle"/>
- <xs:documentation>Direction</xs:documentation>
</attribute>
</optional>
</define>
@@ -1932,87 +1788,71 @@
<optional>
<attribute name="blurRad">
<ref name="ST_PositiveCoordinate"/>
- <xs:documentation>Blur Radius</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="stA">
<ref name="ST_PositiveFixedPercentage"/>
- <xs:documentation>Start Opacity</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="stPos">
<ref name="ST_PositiveFixedPercentage"/>
- <xs:documentation>Start Position</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="endA">
<ref name="ST_PositiveFixedPercentage"/>
- <xs:documentation>End Alpha</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="endPos">
<ref name="ST_PositiveFixedPercentage"/>
- <xs:documentation>End Position</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="dist">
<ref name="ST_PositiveCoordinate"/>
- <xs:documentation>Distance</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="dir">
<ref name="ST_PositiveFixedAngle"/>
- <xs:documentation>Direction</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="fadeDir">
<ref name="ST_PositiveFixedAngle"/>
- <xs:documentation>Fade Direction</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="sx">
<ref name="ST_Percentage"/>
- <xs:documentation>Horizontal Ratio</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="sy">
<ref name="ST_Percentage"/>
- <xs:documentation>Vertical Ratio</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="kx">
<ref name="ST_FixedAngle"/>
- <xs:documentation>Horizontal Skew</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="ky">
<ref name="ST_FixedAngle"/>
- <xs:documentation>Vertical Skew</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="algn">
<ref name="ST_RectAlignment"/>
- <xs:documentation>Shadow Alignment</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="rotWithShape">
- <data type="boolean">
- <xs:documentation>Rotate With Shape</xs:documentation>
- </data>
- <xs:documentation>Rotate With Shape</xs:documentation>
+ <data type="boolean"/>
</attribute>
</optional>
</define>
@@ -2020,33 +1860,28 @@
<optional>
<attribute name="tx">
<ref name="ST_Percentage"/>
- <xs:documentation>Offset X</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="ty">
<ref name="ST_Percentage"/>
- <xs:documentation>Offset Y</xs:documentation>
</attribute>
</optional>
</define>
<define name="CT_SoftEdgesEffect">
<attribute name="rad">
<ref name="ST_PositiveCoordinate"/>
- <xs:documentation>Radius</xs:documentation>
</attribute>
</define>
<define name="CT_TintEffect">
<optional>
<attribute name="hue">
<ref name="ST_PositiveFixedAngle"/>
- <xs:documentation>Hue</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="amt">
<ref name="ST_FixedPercentage"/>
- <xs:documentation>Amount</xs:documentation>
</attribute>
</optional>
</define>
@@ -2054,37 +1889,31 @@
<optional>
<attribute name="sx">
<ref name="ST_Percentage"/>
- <xs:documentation>Horizontal Ratio</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="sy">
<ref name="ST_Percentage"/>
- <xs:documentation>Vertical Ratio</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="kx">
<ref name="ST_FixedAngle"/>
- <xs:documentation>Horizontal Skew</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="ky">
<ref name="ST_FixedAngle"/>
- <xs:documentation>Vertical Skew</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="tx">
<ref name="ST_Percentage"/>
- <xs:documentation>Horizontal Shift</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="ty">
<ref name="ST_Percentage"/>
- <xs:documentation>Vertical Shift</xs:documentation>
</attribute>
</optional>
</define>
@@ -2100,21 +1929,16 @@
<optional>
<attribute name="ang">
<ref name="ST_PositiveFixedAngle"/>
- <xs:documentation>Angle</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="scaled">
- <data type="boolean">
- <xs:documentation>Scaled</xs:documentation>
- </data>
- <xs:documentation>Scaled</xs:documentation>
+ <data type="boolean"/>
</attribute>
</optional>
</define>
<define name="ST_PathShadeType">
<list>
- <xs:documentation>Path Shade Type</xs:documentation>
<choice>
<!-- Shape -->
<value>shape</value>
@@ -2134,7 +1958,6 @@
<optional>
<attribute name="path">
<ref name="ST_PathShadeType"/>
- <xs:documentation>Gradient Fill Path</xs:documentation>
</attribute>
</optional>
</define>
@@ -2150,7 +1973,6 @@
</define>
<define name="ST_TileFlipMode">
<list>
- <xs:documentation>Tile Flip Mode</xs:documentation>
<choice>
<!-- None -->
<value>none</value>
@@ -2167,7 +1989,6 @@
<ref name="EG_ColorChoice"/>
<attribute name="pos">
<ref name="ST_PositiveFixedPercentage"/>
- <xs:documentation>Position</xs:documentation>
</attribute>
</define>
<define name="CT_GradientStopList">
@@ -2196,15 +2017,11 @@
<optional>
<attribute name="flip">
<ref name="ST_TileFlipMode"/>
- <xs:documentation>Tile Flip</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="rotWithShape">
- <data type="boolean">
- <xs:documentation>Rotate With Shape</xs:documentation>
- </data>
- <xs:documentation>Rotate With Shape</xs:documentation>
+ <data type="boolean"/>
</attribute>
</optional>
</define>
@@ -2212,37 +2029,31 @@
<optional>
<attribute name="tx">
<ref name="ST_Coordinate"/>
- <xs:documentation>Horizontal Offset</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="ty">
<ref name="ST_Coordinate"/>
- <xs:documentation>Vertical Offset</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="sx">
<ref name="ST_Percentage"/>
- <xs:documentation>Horizontal Ratio</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="sy">
<ref name="ST_Percentage"/>
- <xs:documentation>Vertical Ratio</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="flip">
<ref name="ST_TileFlipMode"/>
- <xs:documentation>Tile Flipping</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="algn">
<ref name="ST_RectAlignment"/>
- <xs:documentation>Alignment</xs:documentation>
</attribute>
</optional>
</define>
@@ -2265,7 +2076,6 @@
</define>
<define name="ST_BlipCompression">
<list>
- <xs:documentation>Blip Compression Type</xs:documentation>
<choice>
<!-- Email Compression -->
<value>email</value>
@@ -2347,7 +2157,6 @@
<optional>
<attribute name="cstate">
<ref name="ST_BlipCompression"/>
- <xs:documentation>Compression State</xs:documentation>
</attribute>
</optional>
</define>
@@ -2369,24 +2178,17 @@
</group>
<optional>
<attribute name="dpi">
- <data type="unsignedInt">
- <xs:documentation>DPI Setting</xs:documentation>
- </data>
- <xs:documentation>DPI Setting</xs:documentation>
+ <data type="unsignedInt"/>
</attribute>
</optional>
<optional>
<attribute name="rotWithShape">
- <data type="boolean">
- <xs:documentation>Rotate With Shape</xs:documentation>
- </data>
- <xs:documentation>Rotate With Shape</xs:documentation>
+ <data type="boolean"/>
</attribute>
</optional>
</define>
<define name="ST_PresetPatternVal">
<list>
- <xs:documentation>Preset Pattern Value</xs:documentation>
<choice>
<!-- 5% -->
<value>pct5</value>
@@ -2515,7 +2317,6 @@
<optional>
<attribute name="prst">
<ref name="ST_PresetPatternVal"/>
- <xs:documentation>Preset Pattern</xs:documentation>
</attribute>
</optional>
</define>
@@ -2552,7 +2353,6 @@
</define>
<define name="ST_BlendMode">
<list>
- <xs:documentation>Blend Mode</xs:documentation>
<choice>
<!-- Overlay -->
<value>over</value>
@@ -2571,15 +2371,11 @@
<ref name="EG_FillProperties"/>
<attribute name="blend">
<ref name="ST_BlendMode"/>
- <xs:documentation>Blend</xs:documentation>
</attribute>
</define>
<define name="CT_EffectReference">
<attribute name="ref">
- <data type="token">
- <xs:documentation>Reference</xs:documentation>
- </data>
- <xs:documentation>Reference</xs:documentation>
+ <data type="token"/>
</attribute>
</define>
<define name="EG_Effect">
@@ -2678,7 +2474,6 @@
</define>
<define name="ST_EffectContainerType">
<list>
- <xs:documentation>Effect Container Type</xs:documentation>
<choice>
<!-- Sibling -->
<value>sib</value>
@@ -2694,15 +2489,11 @@
<optional>
<attribute name="type">
<ref name="ST_EffectContainerType"/>
- <xs:documentation>Effect Container Type</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="name">
- <data type="token">
- <xs:documentation>Name</xs:documentation>
- </data>
- <xs:documentation>Name</xs:documentation>
+ <data type="token"/>
</attribute>
</optional>
</define>
@@ -2717,7 +2508,6 @@
</element>
<attribute name="blend">
<ref name="ST_BlendMode"/>
- <xs:documentation>Blend Mode</xs:documentation>
</attribute>
</define>
<define name="CT_EffectList">
@@ -2977,7 +2767,6 @@
<include href="dml-shapeEffects.rng"/>
<define name="ST_LineEndType">
<list>
- <xs:documentation>Line End Type</xs:documentation>
<choice>
<!-- None -->
<value>none</value>
@@ -2996,7 +2785,6 @@
</define>
<define name="ST_LineEndWidth">
<list>
- <xs:documentation>Line End Width</xs:documentation>
<choice>
<!-- Small -->
<value>sm</value>
@@ -3009,7 +2797,6 @@
</define>
<define name="ST_LineEndLength">
<list>
- <xs:documentation>Line End Length</xs:documentation>
<choice>
<!-- Small -->
<value>sm</value>
@@ -3024,19 +2811,16 @@
<optional>
<attribute name="type">
<ref name="ST_LineEndType"/>
- <xs:documentation>Line Head/End Type</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="w">
<ref name="ST_LineEndWidth"/>
- <xs:documentation>Width of Head/End</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="len">
<ref name="ST_LineEndLength"/>
- <xs:documentation>Length of Head/End</xs:documentation>
</attribute>
</optional>
</define>
@@ -3066,7 +2850,6 @@
<optional>
<attribute name="lim">
<ref name="ST_PositivePercentage"/>
- <xs:documentation>Miter Join Limit</xs:documentation>
</attribute>
</optional>
</define>
@@ -3085,7 +2868,6 @@
</define>
<define name="ST_PresetLineDashVal">
<list>
- <xs:documentation>Preset Line Dash Value</xs:documentation>
<choice>
<!-- Solid -->
<value>solid</value>
@@ -3116,18 +2898,15 @@
<optional>
<attribute name="val">
<ref name="ST_PresetLineDashVal"/>
- <xs:documentation>Value</xs:documentation>
</attribute>
</optional>
</define>
<define name="CT_DashStop">
<attribute name="d">
<ref name="ST_PositivePercentage"/>
- <xs:documentation>Dash Length</xs:documentation>
</attribute>
<attribute name="sp">
<ref name="ST_PositivePercentage"/>
- <xs:documentation>Space Length</xs:documentation>
</attribute>
</define>
<define name="CT_DashStopList">
@@ -3149,7 +2928,6 @@
</define>
<define name="ST_LineCap">
<list>
- <xs:documentation>End Line Cap</xs:documentation>
<choice>
<!-- Round Line Cap -->
<value>rnd</value>
@@ -3165,7 +2943,6 @@
</define>
<define name="ST_PenAlignment">
<list>
- <xs:documentation>Alignment Type</xs:documentation>
<choice>
<!-- Center Alignment -->
<value>ctr</value>
@@ -3176,7 +2953,6 @@
</define>
<define name="ST_CompoundLine">
<list>
- <xs:documentation>Compound Line Type</xs:documentation>
<choice>
<!-- Single Line -->
<value>sng</value>
@@ -3221,25 +2997,21 @@
<optional>
<attribute name="w">
<ref name="ST_LineWidth"/>
- <xs:documentation>Line Width</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="cap">
<ref name="ST_LineCap"/>
- <xs:documentation>Line Ending Cap Type</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="cmpd">
<ref name="ST_CompoundLine"/>
- <xs:documentation>Compound Line Type</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="algn">
<ref name="ST_PenAlignment"/>
- <xs:documentation>Stroke Alignment</xs:documentation>
</attribute>
</optional>
</define>
@@ -3360,7 +3132,6 @@
<optional>
<attribute name="bwMode">
<ref name="ST_BlackWhiteMode"/>
- <xs:documentation>Black and White Mode</xs:documentation>
</attribute>
</optional>
</define>
@@ -3391,7 +3162,6 @@
<optional>
<attribute name="bwMode">
<ref name="ST_BlackWhiteMode"/>
- <xs:documentation>Black and White Mode</xs:documentation>
</attribute>
</optional>
</define>
@@ -3415,27 +3185,20 @@
<ref name="BUILT_IN_ANY_TYPE"/>
</element>
<attribute name="uri">
- <data type="token">
- <xs:documentation>Uniform Resource Identifier</xs:documentation>
- </data>
- <xs:documentation>Uniform Resource Identifier</xs:documentation>
+ <data type="token"/>
</attribute>
</define>
<define name="ST_Coordinate">
<data type="long">
- <xs:documentation>Coordinate</xs:documentation>
<param name="minInclusive">-27273042329600</param>
<param name="maxInclusive">27273042316900</param>
</data>
</define>
<define name="ST_Coordinate32">
- <data type="int">
- <xs:documentation>Coordinate Point</xs:documentation>
- </data>
+ <data type="int"/>
</define>
<define name="ST_PositiveCoordinate">
<data type="long">
- <xs:documentation>Positive Coordinate</xs:documentation>
<param name="minInclusive">0</param>
<param name="maxInclusive">27273042316900</param>
</data>
@@ -3444,14 +3207,11 @@
<empty/>
</define>
<define name="ST_Angle">
- <data type="int">
- <xs:documentation>Angle</xs:documentation>
- </data>
+ <data type="int"/>
</define>
<define name="CT_Angle">
<attribute name="val">
<ref name="ST_Angle"/>
- <xs:documentation>Value</xs:documentation>
</attribute>
</define>
<define name="ST_FixedAngle">
@@ -3463,18 +3223,14 @@
<define name="CT_PositiveFixedAngle">
<attribute name="val">
<ref name="ST_PositiveFixedAngle"/>
- <xs:documentation>Value</xs:documentation>
</attribute>
</define>
<define name="ST_Percentage">
- <data type="int">
- <xs:documentation>Percentage</xs:documentation>
- </data>
+ <data type="int"/>
</define>
<define name="CT_Percentage">
<attribute name="val">
<ref name="ST_Percentage"/>
- <xs:documentation>Value</xs:documentation>
</attribute>
</define>
<define name="ST_PositivePercentage">
@@ -3483,7 +3239,6 @@
<define name="CT_PositivePercentage">
<attribute name="val">
<ref name="ST_PositivePercentage"/>
- <xs:documentation>Value</xs:documentation>
</attribute>
</define>
<define name="ST_FixedPercentage">
@@ -3492,7 +3247,6 @@
<define name="CT_FixedPercentage">
<attribute name="val">
<ref name="ST_FixedPercentage"/>
- <xs:documentation>Value</xs:documentation>
</attribute>
</define>
<define name="ST_PositiveFixedPercentage">
@@ -3501,41 +3255,30 @@
<define name="CT_PositiveFixedPercentage">
<attribute name="val">
<ref name="ST_PositiveFixedPercentage"/>
- <xs:documentation>Value</xs:documentation>
</attribute>
</define>
<define name="CT_Ratio">
<attribute name="n">
- <data type="long">
- <xs:documentation>Numerator</xs:documentation>
- </data>
- <xs:documentation>Numerator</xs:documentation>
+ <data type="long"/>
</attribute>
<attribute name="d">
- <data type="long">
- <xs:documentation>Denominator</xs:documentation>
- </data>
- <xs:documentation>Denominator</xs:documentation>
+ <data type="long"/>
</attribute>
</define>
<define name="CT_Point2D">
<attribute name="x">
<ref name="ST_Coordinate"/>
- <xs:documentation>X-Axis Coordinate</xs:documentation>
</attribute>
<attribute name="y">
<ref name="ST_Coordinate"/>
- <xs:documentation>Y-Axis Coordinate</xs:documentation>
</attribute>
</define>
<define name="CT_PositiveSize2D">
<attribute name="cx">
<ref name="ST_PositiveCoordinate"/>
- <xs:documentation>Extent Length</xs:documentation>
</attribute>
<attribute name="cy">
<ref name="ST_PositiveCoordinate"/>
- <xs:documentation>Extent Width</xs:documentation>
</attribute>
</define>
<define name="CT_ComplementTransform">
@@ -3647,20 +3390,16 @@
</zeroOrMore>
<attribute name="r">
<ref name="ST_Percentage"/>
- <xs:documentation>Red</xs:documentation>
</attribute>
<attribute name="g">
<ref name="ST_Percentage"/>
- <xs:documentation>Green</xs:documentation>
</attribute>
<attribute name="b">
<ref name="ST_Percentage"/>
- <xs:documentation>Blue</xs:documentation>
</attribute>
</define>
<define name="ST_HexBinary3">
<data type="hexBinary">
- <xs:documentation>Hex Binary of Length 3</xs:documentation>
<param name="length">3</param>
</data>
</define>
@@ -3670,7 +3409,6 @@
</zeroOrMore>
<attribute name="val">
<ref name="ST_HexBinary3"/>
- <xs:documentation>Value</xs:documentation>
</attribute>
</define>
<define name="CT_HslColor">
@@ -3679,20 +3417,16 @@
</zeroOrMore>
<attribute name="hue">
<ref name="ST_PositiveFixedAngle"/>
- <xs:documentation>Hue</xs:documentation>
</attribute>
<attribute name="sat">
<ref name="ST_Percentage"/>
- <xs:documentation>Saturation</xs:documentation>
</attribute>
<attribute name="lum">
<ref name="ST_Percentage"/>
- <xs:documentation>Luminance</xs:documentation>
</attribute>
</define>
<define name="ST_SystemColorVal">
<list>
- <xs:documentation>System Color Value</xs:documentation>
<choice>
<!-- Scroll Bar System Color -->
<value>scrollBar</value>
@@ -3763,18 +3497,15 @@
</zeroOrMore>
<attribute name="val">
<ref name="ST_SystemColorVal"/>
- <xs:documentation>Value</xs:documentation>
</attribute>
<optional>
<attribute name="lastClr">
<ref name="ST_HexBinary3"/>
- <xs:documentation>Last Color</xs:documentation>
</attribute>
</optional>
</define>
<define name="ST_SchemeColorVal">
<list>
- <xs:documentation>Scheme Color</xs:documentation>
<choice>
<!-- Background Color 1 -->
<value>bg1</value>
@@ -3819,12 +3550,10 @@
</zeroOrMore>
<attribute name="val">
<ref name="ST_SchemeColorVal"/>
- <xs:documentation>Value</xs:documentation>
</attribute>
</define>
<define name="ST_PresetColorVal">
<list>
- <xs:documentation>Preset Color Value</xs:documentation>
<choice>
<!-- Alice Blue Preset Color -->
<value>aliceBlue</value>
@@ -4115,7 +3844,6 @@
</zeroOrMore>
<attribute name="val">
<ref name="ST_PresetColorVal"/>
- <xs:documentation>Value</xs:documentation>
</attribute>
</define>
<define name="EG_OfficeArtExtensionList">
@@ -4152,23 +3880,16 @@
<optional>
<attribute name="rot">
<ref name="ST_Angle"/>
- <xs:documentation>Rotation</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="flipH">
- <data type="boolean">
- <xs:documentation>Horizontal Flip</xs:documentation>
- </data>
- <xs:documentation>Horizontal Flip</xs:documentation>
+ <data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="flipV">
- <data type="boolean">
- <xs:documentation>Vertical Flip</xs:documentation>
- </data>
- <xs:documentation>Vertical Flip</xs:documentation>
+ <data type="boolean"/>
</attribute>
</optional>
</define>
@@ -4198,97 +3919,76 @@
<optional>
<attribute name="rot">
<ref name="ST_Angle"/>
- <xs:documentation>Rotation</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="flipH">
- <data type="boolean">
- <xs:documentation>Horizontal Flip</xs:documentation>
- </data>
- <xs:documentation>Horizontal Flip</xs:documentation>
+ <data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="flipV">
- <data type="boolean">
- <xs:documentation>Vertical Flip</xs:documentation>
- </data>
- <xs:documentation>Vertical Flip</xs:documentation>
+ <data type="boolean"/>
</attribute>
</optional>
</define>
<define name="CT_Point3D">
<attribute name="x">
<ref name="ST_Coordinate"/>
- <xs:documentation>X-Coordinate in 3D</xs:documentation>
</attribute>
<attribute name="y">
<ref name="ST_Coordinate"/>
- <xs:documentation>Y-Coordinate in 3D</xs:documentation>
</attribute>
<attribute name="z">
<ref name="ST_Coordinate"/>
- <xs:documentation>Z-Coordinate in 3D</xs:documentation>
</attribute>
</define>
<define name="CT_Vector3D">
<attribute name="dx">
<ref name="ST_Coordinate"/>
- <xs:documentation>Distance along X-axis in 3D</xs:documentation>
</attribute>
<attribute name="dy">
<ref name="ST_Coordinate"/>
- <xs:documentation>Distance along Y-axis in 3D</xs:documentation>
</attribute>
<attribute name="dz">
<ref name="ST_Coordinate"/>
- <xs:documentation>Distance along Z-axis in 3D</xs:documentation>
</attribute>
</define>
<define name="CT_SphereCoords">
<attribute name="lat">
<ref name="ST_PositiveFixedAngle"/>
- <xs:documentation>Latitude</xs:documentation>
</attribute>
<attribute name="lon">
<ref name="ST_PositiveFixedAngle"/>
- <xs:documentation>Longitude</xs:documentation>
</attribute>
<attribute name="rev">
<ref name="ST_PositiveFixedAngle"/>
- <xs:documentation>Revolution</xs:documentation>
</attribute>
</define>
<define name="CT_RelativeRect">
<optional>
<attribute name="l">
<ref name="ST_Percentage"/>
- <xs:documentation>Left Offset</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="t">
<ref name="ST_Percentage"/>
- <xs:documentation>Top Offset</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="r">
<ref name="ST_Percentage"/>
- <xs:documentation>Right Offset</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="b">
<ref name="ST_Percentage"/>
- <xs:documentation>Bottom Offset</xs:documentation>
</attribute>
</optional>
</define>
<define name="ST_RectAlignment">
<list>
- <xs:documentation>Rectangle Alignments</xs:documentation>
<choice>
<!-- Rectangle Alignment Enum ( Top Left ) -->
<value>tl</value>
@@ -4313,7 +4013,6 @@
</define>
<define name="ST_Guid">
<data type="token">
- <xs:documentation>GUID Method</xs:documentation>
<param name="pattern">\{[0-9A-F]{8}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{12}\}</param>
</data>
</define>
@@ -4349,7 +4048,6 @@
</define>
<define name="ST_BlackWhiteMode">
<list>
- <xs:documentation>Black and White Mode</xs:documentation>
<choice>
<!-- Color -->
<value>clr</value>
@@ -4392,18 +4090,12 @@
<attribute name="r:embed"/>
<optional>
<attribute name="name">
- <data type="string">
- <xs:documentation>Sound Name</xs:documentation>
- </data>
- <xs:documentation>Sound Name</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="builtIn">
- <data type="boolean">
- <xs:documentation>Recognized Built-In Sound</xs:documentation>
- </data>
- <xs:documentation>Recognized Built-In Sound</xs:documentation>
+ <data type="boolean"/>
</attribute>
</optional>
</define>
@@ -4425,65 +4117,42 @@
</optional>
<optional>
<attribute name="invalidUrl">
- <data type="string">
- <xs:documentation>Invalid URL</xs:documentation>
- </data>
- <xs:documentation>Invalid URL</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="action">
- <data type="string">
- <xs:documentation>Action Setting</xs:documentation>
- </data>
- <xs:documentation>Action Setting</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="tgtFrame">
- <data type="string">
- <xs:documentation>Target Frame</xs:documentation>
- </data>
- <xs:documentation>Target Frame</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="tooltip">
- <data type="string">
- <xs:documentation>Hyperlink Tooltip</xs:documentation>
- </data>
- <xs:documentation>Hyperlink Tooltip</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="history">
- <data type="boolean">
- <xs:documentation>Add Hyperlink to Page History</xs:documentation>
- </data>
- <xs:documentation>Add Hyperlink to Page History</xs:documentation>
+ <data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="highlightClick">
- <data type="boolean">
- <xs:documentation>Highlight Click</xs:documentation>
- </data>
- <xs:documentation>Highlight Click</xs:documentation>
+ <data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="endSnd">
- <data type="boolean">
- <xs:documentation>End Sounds</xs:documentation>
- </data>
- <xs:documentation>End Sounds</xs:documentation>
+ <data type="boolean"/>
</attribute>
</optional>
</define>
<define name="ST_DrawingElementId">
- <data type="unsignedInt">
- <xs:documentation>Drawing Element ID</xs:documentation>
- </data>
+ <data type="unsignedInt"/>
</define>
</grammar>
<resource name="ST_Coordinate" resource="Integer" generated="yes"/>
@@ -4794,82 +4463,52 @@
<define name="AG_Locking">
<optional>
<attribute name="noGrp">
- <data type="boolean">
- <xs:documentation>Disallow Shape Grouping</xs:documentation>
- </data>
- <xs:documentation>Disallow Shape Grouping</xs:documentation>
+ <data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="noSelect">
- <data type="boolean">
- <xs:documentation>Disallow Shape Selection</xs:documentation>
- </data>
- <xs:documentation>Disallow Shape Selection</xs:documentation>
+ <data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="noRot">
- <data type="boolean">
- <xs:documentation>Disallow Shape Rotation</xs:documentation>
- </data>
- <xs:documentation>Disallow Shape Rotation</xs:documentation>
+ <data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="noChangeAspect">
- <data type="boolean">
- <xs:documentation>Disallow Aspect Ratio Change</xs:documentation>
- </data>
- <xs:documentation>Disallow Aspect Ratio Change</xs:documentation>
+ <data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="noMove">
- <data type="boolean">
- <xs:documentation>Disallow Shape Movement</xs:documentation>
- </data>
- <xs:documentation>Disallow Shape Movement</xs:documentation>
+ <data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="noResize">
- <data type="boolean">
- <xs:documentation>Disallow Shape Resize</xs:documentation>
- </data>
- <xs:documentation>Disallow Shape Resize</xs:documentation>
+ <data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="noEditPoints">
- <data type="boolean">
- <xs:documentation>Disallow Shape Point Editing</xs:documentation>
- </data>
- <xs:documentation>Disallow Shape Point Editing</xs:documentation>
+ <data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="noAdjustHandles">
- <data type="boolean">
- <xs:documentation>Disallow Showing Adjust Handles</xs:documentation>
- </data>
- <xs:documentation>Disallow Showing Adjust Handles</xs:documentation>
+ <data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="noChangeArrowheads">
- <data type="boolean">
- <xs:documentation>Disallow Arrowhead Changes</xs:documentation>
- </data>
- <xs:documentation>Disallow Arrowhead Changes</xs:documentation>
+ <data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="noChangeShapeType">
- <data type="boolean">
- <xs:documentation>Disallow Shape Type Change</xs:documentation>
- </data>
- <xs:documentation>Disallow Shape Type Change</xs:documentation>
+ <data type="boolean"/>
</attribute>
</optional>
</define>
@@ -4890,10 +4529,7 @@
<ref name="AG_Locking"/>
<optional>
<attribute name="noTextEdit">
- <data type="boolean">
- <xs:documentation>Disallow Shape Text Editing</xs:documentation>
- </data>
- <xs:documentation>Disallow Shape Text Editing</xs:documentation>
+ <data type="boolean"/>
</attribute>
</optional>
</define>
@@ -4906,10 +4542,7 @@
<ref name="AG_Locking"/>
<optional>
<attribute name="noCrop">
- <data type="boolean">
- <xs:documentation>Disallow Crop Changes</xs:documentation>
- </data>
- <xs:documentation>Disallow Crop Changes</xs:documentation>
+ <data type="boolean"/>
</attribute>
</optional>
</define>
@@ -4921,58 +4554,37 @@
</optional>
<optional>
<attribute name="noGrp">
- <data type="boolean">
- <xs:documentation>Disallow Shape Grouping</xs:documentation>
- </data>
- <xs:documentation>Disallow Shape Grouping</xs:documentation>
+ <data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="noUngrp">
- <data type="boolean">
- <xs:documentation>Disallow Shape Ungrouping</xs:documentation>
- </data>
- <xs:documentation>Disallow Shape Ungrouping</xs:documentation>
+ <data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="noSelect">
- <data type="boolean">
- <xs:documentation>Disallow Shape Selection</xs:documentation>
- </data>
- <xs:documentation>Disallow Shape Selection</xs:documentation>
+ <data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="noRot">
- <data type="boolean">
- <xs:documentation>Disallow Shape Rotation</xs:documentation>
- </data>
- <xs:documentation>Disallow Shape Rotation</xs:documentation>
+ <data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="noChangeAspect">
- <data type="boolean">
- <xs:documentation>Disallow Aspect Ratio Change</xs:documentation>
- </data>
- <xs:documentation>Disallow Aspect Ratio Change</xs:documentation>
+ <data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="noMove">
- <data type="boolean">
- <xs:documentation>Disallow Moving Shape</xs:documentation>
- </data>
- <xs:documentation>Disallow Moving Shape</xs:documentation>
+ <data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="noResize">
- <data type="boolean">
- <xs:documentation>Disallow Shape Resizing</xs:documentation>
- </data>
- <xs:documentation>Disallow Shape Resizing</xs:documentation>
+ <data type="boolean"/>
</attribute>
</optional>
</define>
@@ -4984,50 +4596,32 @@
</optional>
<optional>
<attribute name="noGrp">
- <data type="boolean">
- <xs:documentation>Disallow Shape Grouping</xs:documentation>
- </data>
- <xs:documentation>Disallow Shape Grouping</xs:documentation>
+ <data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="noDrilldown">
- <data type="boolean">
- <xs:documentation>Disallow Selection of Child Shapes</xs:documentation>
- </data>
- <xs:documentation>Disallow Selection of Child Shapes</xs:documentation>
+ <data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="noSelect">
- <data type="boolean">
- <xs:documentation>Disallow Shape Selection</xs:documentation>
- </data>
- <xs:documentation>Disallow Shape Selection</xs:documentation>
+ <data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="noChangeAspect">
- <data type="boolean">
- <xs:documentation>Disallow Aspect Ratio Change</xs:documentation>
- </data>
- <xs:documentation>Disallow Aspect Ratio Change</xs:documentation>
+ <data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="noMove">
- <data type="boolean">
- <xs:documentation>Disallow Shape Movement</xs:documentation>
- </data>
- <xs:documentation>Disallow Shape Movement</xs:documentation>
+ <data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="noResize">
- <data type="boolean">
- <xs:documentation>Disallow Shape Resize</xs:documentation>
- </data>
- <xs:documentation>Disallow Shape Resize</xs:documentation>
+ <data type="boolean"/>
</attribute>
</optional>
</define>
@@ -5051,36 +4645,23 @@
</group>
<attribute name="id">
<ref name="ST_DrawingElementId"/>
- <xs:documentation>Unique Identifier</xs:documentation>
</attribute>
<attribute name="name">
- <data type="string">
- <xs:documentation>Name</xs:documentation>
- </data>
- <xs:documentation>Name</xs:documentation>
+ <data type="string"/>
</attribute>
<optional>
<attribute name="descr">
- <data type="string">
- <xs:documentation>Alternative Text for Object</xs:documentation>
- </data>
- <xs:documentation>Alternative Text for Object</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="hidden">
- <data type="boolean">
- <xs:documentation>Hidden</xs:documentation>
- </data>
- <xs:documentation>Hidden</xs:documentation>
+ <data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="title">
- <data type="string">
- <xs:documentation>Title</xs:documentation>
- </data>
- <xs:documentation>Title</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
</define>
@@ -5099,10 +4680,7 @@
</group>
<optional>
<attribute name="txBox">
- <data type="boolean">
- <xs:documentation>Text Box</xs:documentation>
- </data>
- <xs:documentation>Text Box</xs:documentation>
+ <data type="boolean"/>
</attribute>
</optional>
</define>
@@ -5143,10 +4721,7 @@
</group>
<optional>
<attribute name="preferRelativeResize">
- <data type="boolean">
- <xs:documentation>Relative Resize Preferred</xs:documentation>
- </data>
- <xs:documentation>Relative Resize Preferred</xs:documentation>
+ <data type="boolean"/>
</attribute>
</optional>
</define>
@@ -5223,10 +4798,7 @@
</element>
</zeroOrMore>
<attribute name="uri">
- <data type="token">
- <xs:documentation>Uniform Resource Identifier</xs:documentation>
- </data>
- <xs:documentation>Uniform Resource Identifier</xs:documentation>
+ <data type="token"/>
</attribute>
</define>
<define name="CT_GraphicalObject">
@@ -5637,63 +5209,53 @@
<define name="ST_PositiveCoordinate">
<data type="long">
- <xs:documentation>Positive Coordinate</xs:documentation>
<param name="minInclusive">0</param>
<param name="maxInclusive">27273042316900</param>
</data>
</define>
<define name="ST_HexColorRGB">
<data type="hexBinary">
- <xs:documentation>Hexadecimal Color Value</xs:documentation>
<param name="length">3</param>
</data>
</define>
<define name="ST_PositiveFixedPercentage">
<data type="long">
- <xs:documentation>Positive fixed precentage</xs:documentation>
<param name="minInclusive">0</param>
<param name="maxInclusive">27273042316900</param>
</data>
</define>
<define name="ST_PositivePercentage">
<data type="long">
- <xs:documentation>Positive precentage</xs:documentation>
<param name="minInclusive">0</param>
<param name="maxInclusive">27273042316900</param>
</data>
</define>
<define name="ST_Percentage">
<data type="long">
- <xs:documentation>Precentage</xs:documentation>
<param name="minInclusive">0</param>
<param name="maxInclusive">27273042316900</param>
</data>
</define>
<define name="ST_PositiveFixedAngle">
<data type="int">
- <xs:documentation>Positive fixed angle</xs:documentation>
<param name="minInclusive">0</param>
<param name="maxInclusive">21600000</param>
</data>
</define>
<define name="ST_FixedAngle">
<data type="int">
- <xs:documentation>Fixed angle</xs:documentation>
<param name="minInclusive">-5400000</param>
<param name="maxInclusive">5400000</param>
</data>
</define>
<define name="ST_LineWidth">
<data type="int">
- <xs:documentation>Line width</xs:documentation>
<param name="minInclusive">0</param>
<param name="maxInclusive">20116800</param>
</data>
</define>
<define name="ST_UnsignedDecimalNumber">
- <data type="unsignedLong">
- <xs:documentation>Unsigned Decimal Number Value</xs:documentation>
- </data>
+ <data type="unsignedLong"/>
</define>
<define name="EG_ColorChoice">
@@ -6289,14 +5851,11 @@
</define>
<define name="ST_String">
- <data type="string">
- <xs:documentation>String</xs:documentation>
- </data>
+ <data type="string"/>
</define>
<define name="CT_String">
<attribute name="val">
<ref name="ST_String"/>
- <xs:documentation>value</xs:documentation>
</attribute>
</define>
<define name="CT_SdtCheckbox">
@@ -6786,49 +6345,42 @@
<!-- Simple types -->
<define name="ST_ArtisticEffectParam10">
<data type="integer">
- <xs:documentation>Integer value (0 to 10)</xs:documentation>
<param name="minInclusive">0</param>
<param name="maxInclusive">10</param>
</data>
</define>
<define name="ST_ArtisticEffectParam100">
<data type="integer">
- <xs:documentation>Integer value (0 to 100)</xs:documentation>
<param name="minInclusive">0</param>
<param name="maxInclusive">100</param>
</data>
</define>
<define name="ST_ArtisticEffectParam4">
<data type="integer">
- <xs:documentation>Integer value (0 to 4)</xs:documentation>
<param name="minInclusive">0</param>
<param name="maxInclusive">4</param>
</data>
</define>
<define name="ST_ArtisticEffectParam6">
<data type="integer">
- <xs:documentation>Integer value (0 to 6)</xs:documentation>
<param name="minInclusive">0</param>
<param name="maxInclusive">6</param>
</data>
</define>
<define name="ST_ColorTemperature">
<data type="integer">
- <xs:documentation>Integer value (1500 to 11500)</xs:documentation>
<param name="minInclusive">1500</param>
<param name="maxInclusive">11500</param>
</data>
</define>
<define name="ST_LegacySpreadsheetColorIndex">
<data type="integer">
- <xs:documentation>Integer value (0 to 80)</xs:documentation>
<param name="minInclusive">0</param>
<param name="maxInclusive">80</param>
</data>
</define>
<define name="ST_SaturationAmount">
<data type="integer">
- <xs:documentation>Integer value (0 to 400000)</xs:documentation>
<param name="minInclusive">0</param>
<param name="maxInclusive">400000</param>
</data>
@@ -7180,7 +6732,6 @@
</zeroOrMore>
<attribute name="r:embed">
<text/>
- <xs:documentation>Embedded Image Relationship Target</xs:documentation>
</attribute>
</define>
<define name="CT_Photo">
@@ -7196,7 +6747,6 @@
<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" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
<define name="ST_ShapeType">
<list>
- <xs:documentation>Preset Shape Types</xs:documentation>
<choice>
<!-- Line Shape -->
<value>line</value>
@@ -7577,7 +7127,6 @@
</define>
<define name="ST_TextShapeType">
<list>
- <xs:documentation>Preset Text Shape Types</xs:documentation>
<choice>
<!-- No Text Shape -->
<value>textNoShape</value>
@@ -7665,23 +7214,17 @@
</list>
</define>
<define name="ST_GeomGuideName">
- <data type="token">
- <xs:documentation>Geometry Guide Name Properties</xs:documentation>
- </data>
+ <data type="token"/>
</define>
<define name="ST_GeomGuideFormula">
- <data type="string">
- <xs:documentation>Geometry Guide Formula Properties</xs:documentation>
- </data>
+ <data type="string"/>
</define>
<define name="CT_GeomGuide">
<attribute name="name">
<ref name="ST_GeomGuideName"/>
- <xs:documentation>Shape Guide Name</xs:documentation>
</attribute>
<attribute name="fmla">
<ref name="ST_GeomGuideFormula"/>
- <xs:documentation>Shape Guide Formula</xs:documentation>
</attribute>
</define>
<define name="CT_GeomGuideList">
@@ -7708,29 +7251,23 @@
<define name="CT_AdjPoint2D">
<attribute name="x">
<ref name="ST_AdjCoordinate"/>
- <xs:documentation>X-Coordinate</xs:documentation>
</attribute>
<attribute name="y">
<ref name="ST_AdjCoordinate"/>
- <xs:documentation>Y-Coordinate</xs:documentation>
</attribute>
</define>
<define name="CT_GeomRect">
<attribute name="l">
<ref name="ST_AdjCoordinate"/>
- <xs:documentation>Left</xs:documentation>
</attribute>
<attribute name="t">
<ref name="ST_AdjCoordinate"/>
- <xs:documentation>Top</xs:documentation>
</attribute>
<attribute name="r">
<ref name="ST_AdjCoordinate"/>
- <xs:documentation>Right</xs:documentation>
</attribute>
<attribute name="b">
<ref name="ST_AdjCoordinate"/>
- <xs:documentation>Bottom Position</xs:documentation>
</attribute>
</define>
<define name="CT_XYAdjustHandle">
@@ -7740,37 +7277,31 @@
<optional>
<attribute name="gdRefX">
<ref name="ST_GeomGuideName"/>
- <xs:documentation>Horizontal Adjustment Guide</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="minX">
<ref name="ST_AdjCoordinate"/>
- <xs:documentation>Minimum Horizontal Adjustment</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="maxX">
<ref name="ST_AdjCoordinate"/>
- <xs:documentation>Maximum Horizontal Adjustment</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="gdRefY">
<ref name="ST_GeomGuideName"/>
- <xs:documentation>Vertical Adjustment Guide</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="minY">
<ref name="ST_AdjCoordinate"/>
- <xs:documentation>Minimum Vertical Adjustment</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="maxY">
<ref name="ST_AdjCoordinate"/>
- <xs:documentation>Maximum Vertical Adjustment</xs:documentation>
</attribute>
</optional>
</define>
@@ -7781,37 +7312,31 @@
<optional>
<attribute name="gdRefR">
<ref name="ST_GeomGuideName"/>
- <xs:documentation>Radial Adjustment Guide</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="minR">
<ref name="ST_AdjCoordinate"/>
- <xs:documentation>Minimum Radial Adjustment</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="maxR">
<ref name="ST_AdjCoordinate"/>
- <xs:documentation>Maximum Radial Adjustment</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="gdRefAng">
<ref name="ST_GeomGuideName"/>
- <xs:documentation>Angle Adjustment Guide</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="minAng">
<ref name="ST_AdjCoordinate"/>
- <xs:documentation>Minimum Angle Adjustment</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="maxAng">
<ref name="ST_AdjCoordinate"/>
- <xs:documentation>Maximum Angle Adjustment</xs:documentation>
</attribute>
</optional>
</define>
@@ -7821,7 +7346,6 @@
</element>
<attribute name="ang">
<ref name="ST_AdjAngle"/>
- <xs:documentation>Connection Site Angle</xs:documentation>
</attribute>
</define>
<define name="CT_AdjustHandleList">
@@ -7846,13 +7370,9 @@
<define name="CT_Connection">
<attribute name="id">
<ref name="ST_DrawingElementId"/>
- <xs:documentation>Identifier</xs:documentation>
</attribute>
<attribute name="idx">
- <data type="unsignedInt">
- <xs:documentation>Index</xs:documentation>
- </data>
- <xs:documentation>Index</xs:documentation>
+ <data type="unsignedInt"/>
</attribute>
</define>
<define name="CT_Path2DMoveTo">
@@ -7868,19 +7388,15 @@
<define name="CT_Path2DArcTo">
<attribute name="wR">
<ref name="ST_AdjCoordinate"/>
- <xs:documentation>Shape Arc Width Radius</xs:documentation>
</attribute>
<attribute name="hR">
<ref name="ST_AdjCoordinate"/>
- <xs:documentation>Shape Arc Height Radius</xs:documentation>
</attribute>
<attribute name="stAng">
<ref name="ST_AdjAngle"/>
- <xs:documentation>Shape Arc Start Angle</xs:documentation>
</attribute>
<attribute name="swAng">
<ref name="ST_AdjAngle"/>
- <xs:documentation>Shape Arc Swing Angle</xs:documentation>
</attribute>
</define>
<define name="CT_Path2DQuadBezierTo">
@@ -7902,7 +7418,6 @@
</define>
<define name="ST_PathFillMode">
<list>
- <xs:documentation>Path Fill Mode</xs:documentation>
<choice>
<!-- No Path Fill -->
<value>none</value>
@@ -7945,35 +7460,26 @@
<optional>
<attribute name="w">
<ref name="ST_PositiveCoordinate"/>
- <xs:documentation>Path Width</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="h">
<ref name="ST_PositiveCoordinate"/>
- <xs:documentation>Path Height</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="fill">
<ref name="ST_PathFillMode"/>
- <xs:documentation>Path Fill</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="stroke">
- <data type="boolean">
- <xs:documentation>Path Stroke</xs:documentation>
- </data>
- <xs:documentation>Path Stroke</xs:documentation>
+ <data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="extrusionOk">
- <data type="boolean">
- <xs:documentation>3D Extrusion Allowed</xs:documentation>
- </data>
- <xs:documentation>3D Extrusion Allowed</xs:documentation>
+ <data type="boolean"/>
</attribute>
</optional>
</define>
@@ -7992,7 +7498,6 @@
</optional>
<attribute name="prst">
<ref name="ST_ShapeType"/>
- <xs:documentation>Preset Shape</xs:documentation>
</attribute>
</define>
<define name="CT_PresetTextShape">
@@ -8003,7 +7508,6 @@
</optional>
<attribute name="prst">
<ref name="ST_TextShapeType"/>
- <xs:documentation>Preset Warp Shape</xs:documentation>
</attribute>
</define>
<define name="CT_CustomGeometry2D">
@@ -8330,25 +7834,19 @@
<define name="CT_EffectExtent">
<attribute name="l">
<ref name="ST_Coordinate"/>
- <xs:documentation>Additional Extent on Left Edge</xs:documentation>
</attribute>
<attribute name="t">
<ref name="ST_Coordinate"/>
- <xs:documentation>Additional Extent on Top Edge</xs:documentation>
</attribute>
<attribute name="r">
<ref name="ST_Coordinate"/>
- <xs:documentation>Additional Extent on Right Edge</xs:documentation>
</attribute>
<attribute name="b">
<ref name="ST_Coordinate"/>
- <xs:documentation>Additional Extent on Bottom Edge</xs:documentation>
</attribute>
</define>
<define name="ST_WrapDistance">
- <data type="unsignedInt">
- <xs:documentation>Distance from Text</xs:documentation>
- </data>
+ <data type="unsignedInt"/>
</define>
<define name="ST_EditId">
<data type="hexBinary">
@@ -8390,25 +7888,21 @@
<optional>
<attribute name="distT">
<ref name="ST_WrapDistance"/>
- <xs:documentation>Distance From Text on Top Edge</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="distB">
<ref name="ST_WrapDistance"/>
- <xs:documentation>Distance From Text on Bottom Edge</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="distL">
<ref name="ST_WrapDistance"/>
- <xs:documentation>Distance From Text on Left Edge</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="distR">
<ref name="ST_WrapDistance"/>
- <xs:documentation>Distance From Text on Right Edge</xs:documentation>
</attribute>
</optional>
<optional>
@@ -8419,7 +7913,6 @@
</define>
<define name="ST_WrapText">
<list>
- <xs:documentation>Text Wrapping Location</xs:documentation>
<choice>
<!-- Both Sides -->
<value>bothSides</value>
@@ -8445,10 +7938,7 @@
</group>
<optional>
<attribute name="edited">
- <data type="boolean">
- <xs:documentation>Wrapping Points Modified</xs:documentation>
- </data>
- <xs:documentation>Wrapping Points Modified</xs:documentation>
+ <data type="boolean"/>
</attribute>
</optional>
</define>
@@ -8463,30 +7953,25 @@
</optional>
<attribute name="wrapText">
<ref name="ST_WrapText"/>
- <xs:documentation>Text Wrapping Location</xs:documentation>
</attribute>
<optional>
<attribute name="distT">
<ref name="ST_WrapDistance"/>
- <xs:documentation>Distance From Text (Top)</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="distB">
<ref name="ST_WrapDistance"/>
- <xs:documentation>Distance From Text on Bottom Edge</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="distL">
<ref name="ST_WrapDistance"/>
- <xs:documentation>Distance From Text on Left Edge</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="distR">
<ref name="ST_WrapDistance"/>
- <xs:documentation>Distance From Text on Right Edge</xs:documentation>
</attribute>
</optional>
</define>
@@ -8496,18 +7981,15 @@
</element>
<attribute name="wrapText">
<ref name="ST_WrapText"/>
- <xs:documentation>Text Wrapping Location</xs:documentation>
</attribute>
<optional>
<attribute name="distL">
<ref name="ST_WrapDistance"/>
- <xs:documentation>Distance From Test on Left Edge</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="distR">
<ref name="ST_WrapDistance"/>
- <xs:documentation>Distance From Text on Right Edge</xs:documentation>
</attribute>
</optional>
</define>
@@ -8517,18 +7999,15 @@
</element>
<attribute name="wrapText">
<ref name="ST_WrapText"/>
- <xs:documentation>Text Wrapping Location</xs:documentation>
</attribute>
<optional>
<attribute name="distL">
<ref name="ST_WrapDistance"/>
- <xs:documentation>Distance From Text on Left Edge</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="distR">
<ref name="ST_WrapDistance"/>
- <xs:documentation>Distance From Text on Right Edge</xs:documentation>
</attribute>
</optional>
</define>
@@ -8541,13 +8020,11 @@
<optional>
<attribute name="distT">
<ref name="ST_WrapDistance"/>
- <xs:documentation>Distance From Text on Top Edge</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="distB">
<ref name="ST_WrapDistance"/>
- <xs:documentation>Distance From Text on Bottom Edge</xs:documentation>
</attribute>
</optional>
</define>
@@ -8571,13 +8048,10 @@
</choice>
</define>
<define name="ST_PositionOffset">
- <data type="int">
- <xs:documentation>Absolute Position Offset Value</xs:documentation>
- </data>
+ <data type="int"/>
</define>
<define name="ST_AlignH">
<list>
- <xs:documentation>Relative Horizontal Alignment Positions</xs:documentation>
<choice>
<!-- Left Alignment -->
<value>left</value>
@@ -8594,7 +8068,6 @@
</define>
<define name="ST_RelFromH">
<list>
- <xs:documentation>Horizontal Relative Positioning</xs:documentation>
<choice>
<!-- Page Margin -->
<value>margin</value>
@@ -8626,12 +8099,10 @@
</choice>
<attribute name="relativeFrom">
<ref name="ST_RelFromH"/>
- <xs:documentation>Horizontal Position Relative Base</xs:documentation>
</attribute>
</define>
<define name="ST_AlignV">
<list>
- <xs:documentation>Vertical Alignment Definition</xs:documentation>
<choice>
<!-- Top -->
<value>top</value>
@@ -8648,7 +8119,6 @@
</define>
<define name="ST_RelFromV">
<list>
- <xs:documentation>Vertical Relative Positioning</xs:documentation>
<choice>
<!-- Page Margin -->
<value>margin</value>
@@ -8680,7 +8150,6 @@
</choice>
<attribute name="relativeFrom">
<ref name="ST_RelFromV"/>
- <xs:documentation>Vertical Position Relative Base</xs:documentation>
</attribute>
</define>
<define name="CT_Anchor">
@@ -8728,70 +8197,45 @@
<optional>
<attribute name="distT">
<ref name="ST_WrapDistance"/>
- <xs:documentation>Distance From Text on Top Edge</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="distB">
<ref name="ST_WrapDistance"/>
- <xs:documentation>Distance From Text on Bottom Edge</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="distL">
<ref name="ST_WrapDistance"/>
- <xs:documentation>Distance From Text on Left Edge</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="distR">
<ref name="ST_WrapDistance"/>
- <xs:documentation>Distance From Text on Right Edge</xs:documentation>
</attribute>
</optional>
<attribute name="simplePos">
- <data type="boolean">
- <xs:documentation>Page Positioning</xs:documentation>
- </data>
- <xs:documentation>Page Positioning</xs:documentation>
+ <data type="boolean"/>
</attribute>
<attribute name="relativeHeight">
- <data type="unsignedInt">
- <xs:documentation>Relative Z-Ordering Position</xs:documentation>
- </data>
- <xs:documentation>Relative Z-Ordering Position</xs:documentation>
+ <data type="unsignedInt"/>
</attribute>
<attribute name="behindDoc">
- <data type="boolean">
- <xs:documentation>Display Behind Document Text</xs:documentation>
- </data>
- <xs:documentation>Display Behind Document Text</xs:documentation>
+ <data type="boolean"/>
</attribute>
<attribute name="locked">
- <data type="boolean">
- <xs:documentation>Lock Anchor</xs:documentation>
- </data>
- <xs:documentation>Lock Anchor</xs:documentation>
+ <data type="boolean"/>
</attribute>
<attribute name="layoutInCell">
- <data type="boolean">
- <xs:documentation>Layout In Table Cell</xs:documentation>
- </data>
- <xs:documentation>Layout In Table Cell</xs:documentation>
+ <data type="boolean"/>
</attribute>
<optional>
<attribute name="hidden">
- <data type="boolean">
- <xs:documentation>Hidden</xs:documentation>
- </data>
- <xs:documentation>Hidden</xs:documentation>
+ <data type="boolean"/>
</attribute>
</optional>
<attribute name="allowOverlap">
- <data type="boolean">
- <xs:documentation>Allow Objects to Overlap</xs:documentation>
- </data>
- <xs:documentation>Allow Objects to Overlap</xs:documentation>
+ <data type="boolean"/>
</attribute>
<optional>
<attribute name="wp14:anchorId">
@@ -8952,22 +8396,13 @@
<!-- start = schemaLibrary -->
<define name="CT_Schema">
<attribute name="uri">
- <data type="string">
- <xs:documentation>Custom XML Schema Namespace</xs:documentation>
- </data>
- <xs:documentation>Custom XML Schema Namespace</xs:documentation>
+ <data type="string"/>
</attribute>
<attribute name="manifestLocation">
- <data type="string">
- <xs:documentation>Resource File Location</xs:documentation>
- </data>
- <xs:documentation>Resource File Location</xs:documentation>
+ <data type="string"/>
</attribute>
<attribute name="schemaLocation">
- <data type="string">
- <xs:documentation>Custom XML Schema Location</xs:documentation>
- </data>
- <xs:documentation>Custom XML Schema Location</xs:documentation>
+ <data type="string"/>
</attribute>
</define>
<define name="CT_SchemaLibrary">
@@ -8994,7 +8429,6 @@
<!-- start = mathPr | oMathPara | oMath -->
<define name="ST_Integer255">
<data type="integer">
- <xs:documentation>Integer value (1 to 255)</xs:documentation>
<param name="minInclusive">1</param>
<param name="maxInclusive">255</param>
</data>
@@ -9002,12 +8436,10 @@
<define name="CT_Integer255">
<attribute name="val">
<ref name="ST_Integer255"/>
- <xs:documentation>Value</xs:documentation>
</attribute>
</define>
<define name="ST_Integer2">
<data type="integer">
- <xs:documentation>Integer value (-2 to 2)</xs:documentation>
<param name="minInclusive">-2</param>
<param name="maxInclusive">2</param>
</data>
@@ -9015,12 +8447,10 @@
<define name="CT_Integer2">
<attribute name="val">
<ref name="ST_Integer2"/>
- <xs:documentation>Value</xs:documentation>
</attribute>
</define>
<define name="ST_SpacingRule">
<data type="integer">
- <xs:documentation>Spacing Rule</xs:documentation>
<param name="minInclusive">0</param>
<param name="maxInclusive">4</param>
</data>
@@ -9028,35 +8458,28 @@
<define name="CT_SpacingRule">
<attribute name="val">
<ref name="ST_SpacingRule"/>
- <xs:documentation>Value</xs:documentation>
</attribute>
</define>
<define name="ST_UnSignedInteger">
- <data type="unsignedInt">
- <xs:documentation>Unsigned integer.</xs:documentation>
- </data>
+ <data type="unsignedInt"/>
</define>
<define name="CT_UnSignedInteger">
<attribute name="val">
<ref name="ST_UnSignedInteger"/>
- <xs:documentation>Value</xs:documentation>
</attribute>
</define>
<define name="ST_Char">
<data type="string">
- <xs:documentation>Character</xs:documentation>
<param name="maxLength">1</param>
</data>
</define>
<define name="CT_Char">
<attribute name="val">
<ref name="ST_Char"/>
- <xs:documentation>value</xs:documentation>
</attribute>
</define>
<define name="ST_OnOff">
<list>
- <xs:documentation>On Off</xs:documentation>
<choice>
<!-- On -->
<value>on</value>
@@ -9068,23 +8491,18 @@
<define name="CT_OnOff">
<attribute name="val">
<ref name="ST_OnOff"/>
- <xs:documentation>value</xs:documentation>
</attribute>
</define>
<define name="ST_String">
- <data type="string">
- <xs:documentation>String</xs:documentation>
- </data>
+ <data type="string"/>
</define>
<define name="CT_String">
<attribute name="val">
<ref name="ST_String"/>
- <xs:documentation>value</xs:documentation>
</attribute>
</define>
<define name="ST_XAlign">
<list>
- <xs:documentation>Horizontal Alignment</xs:documentation>
<choice>
<!-- Left Justification -->
<value>left</value>
@@ -9098,12 +8516,10 @@
<define name="CT_XAlign">
<attribute name="val">
<ref name="ST_XAlign"/>
- <xs:documentation>Value</xs:documentation>
</attribute>
</define>
<define name="ST_YAlign">
<list>
- <xs:documentation>Vertical Alignment</xs:documentation>
<choice>
<!-- Top -->
<value>top</value>
@@ -9117,12 +8533,10 @@
<define name="CT_YAlign">
<attribute name="val">
<ref name="ST_YAlign"/>
- <xs:documentation>Value</xs:documentation>
</attribute>
</define>
<define name="ST_Shp">
<list>
- <xs:documentation>Shape (Delimiters)</xs:documentation>
<choice>
<!-- Centered (Delimiters) -->
<value>centered</value>
@@ -9134,12 +8548,10 @@
<define name="CT_Shp">
<attribute name="val">
<ref name="ST_Shp"/>
- <xs:documentation>Value</xs:documentation>
</attribute>
</define>
<define name="ST_FType">
<list>
- <xs:documentation>Fraction Type</xs:documentation>
<choice>
<!-- Bar Fraction -->
<value>bar</value>
@@ -9155,12 +8567,10 @@
<define name="CT_FType">
<attribute name="val">
<ref name="ST_FType"/>
- <xs:documentation>Value</xs:documentation>
</attribute>
</define>
<define name="ST_LimLoc">
<list>
- <xs:documentation>Limit Location</xs:documentation>
<choice>
<!-- Under-Over location -->
<value>undOvr</value>
@@ -9172,12 +8582,10 @@
<define name="CT_LimLoc">
<attribute name="val">
<ref name="ST_LimLoc"/>
- <xs:documentation>Value</xs:documentation>
</attribute>
</define>
<define name="ST_TopBot">
<list>
- <xs:documentation>Top-Bottom</xs:documentation>
<choice>
<!-- Top -->
<value>top</value>
@@ -9189,12 +8597,10 @@
<define name="CT_TopBot">
<attribute name="val">
<ref name="ST_TopBot"/>
- <xs:documentation>Value</xs:documentation>
</attribute>
</define>
<define name="ST_Script">
<list>
- <xs:documentation>Script</xs:documentation>
<choice>
<!-- Roman -->
<value>roman</value>
@@ -9214,12 +8620,10 @@
<define name="CT_Script">
<attribute name="val">
<ref name="ST_Script"/>
- <xs:documentation>Value</xs:documentation>
</attribute>
</define>
<define name="ST_Style">
<list>
- <xs:documentation>Style</xs:documentation>
<choice>
<!-- Plain -->
<value>p</value>
@@ -9235,13 +8639,11 @@
<define name="CT_Style">
<attribute name="val">
<ref name="ST_Style"/>
- <xs:documentation>Value</xs:documentation>
</attribute>
</define>
<define name="CT_ManualBreak">
<attribute name="alnAt">
<ref name="ST_Integer255"/>
- <xs:documentation>Index of Operator to Align To</xs:documentation>
</attribute>
</define>
<define name="EG_ScriptStyle">
@@ -10054,7 +9456,6 @@
</define>
<define name="ST_Jc">
<list>
- <xs:documentation>Justification</xs:documentation>
<choice>
<!-- Align To Leading Edge -->
<value>start</value>
@@ -10074,7 +9475,6 @@
<define name="CT_OMathJc">
<attribute name="val">
<ref name="ST_Jc"/>
- <xs:documentation>Value</xs:documentation>
</attribute>
</define>
<define name="CT_OMathParaPr">
@@ -10085,19 +9485,15 @@
</optional>
</define>
<define name="ST_TwipsMeasure">
- <data type="unsignedInt">
- <xs:documentation>Twips measurement</xs:documentation>
- </data>
+ <data type="unsignedInt"/>
</define>
<define name="CT_TwipsMeasure">
<attribute name="val">
<ref name="ST_TwipsMeasure"/>
- <xs:documentation>Value</xs:documentation>
</attribute>
</define>
<define name="ST_BreakBin">
<list>
- <xs:documentation>Break Binary Operators</xs:documentation>
<choice>
<!-- Before -->
<value>before</value>
@@ -10111,12 +9507,10 @@
<define name="CT_BreakBin">
<attribute name="val">
<ref name="ST_BreakBin"/>
- <xs:documentation>Value</xs:documentation>
</attribute>
</define>
<define name="ST_BreakBinSub">
<list>
- <xs:documentation>Break on Binary Subtraction</xs:documentation>
<choice>
<!-- Minus Minus -->
<value>--</value>
@@ -10130,7 +9524,6 @@
<define name="CT_BreakBinSub">
<attribute name="val">
<ref name="ST_BreakBinSub"/>
- <xs:documentation>Value</xs:documentation>
</attribute>
</define>
<define name="CT_MathPr">
@@ -10389,20 +9782,16 @@
<grammar xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" 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" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" ns="http://schemas.openxmlformats.org/officeDocument/2006/relationships">
<!-- ISO RELAX NG Schema -->
<define name="ST_RelationshipId">
- <data type="string">
- <xs:documentation>Explicit Relationship ID</xs:documentation>
- </data>
+ <data type="string"/>
</define>
<define name="id">
<attribute name="id">
<text/>
- <xs:documentation>Relationship ID</xs:documentation>
</attribute>
</define>
<define name="embed">
<attribute name="embed">
<text/>
- <xs:documentation>Embedded Image Relationship Target</xs:documentation>
</attribute>
</define>
<define name="link">
@@ -10429,7 +9818,6 @@
<define name="href">
<attribute name="href">
<text/>
- <xs:documentation>Hyperlink Target Relationship ID</xs:documentation>
</attribute>
</define>
</grammar>
@@ -10616,50 +10004,35 @@
<define name="AG_Id">
<optional>
<attribute name="id">
- <data type="string">
- <xs:documentation>Unique Identifier</xs:documentation>
- </data>
- <xs:documentation>Unique Identifier</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
</define>
<define name="AG_Style">
<optional>
<attribute name="style">
- <data type="string">
- <xs:documentation>Shape Styling Properties</xs:documentation>
- </data>
- <xs:documentation>Shape Styling Properties</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
</define>
<define name="AG_Type">
<optional>
<attribute name="type">
- <data type="string">
- <xs:documentation>Shape Type Reference</xs:documentation>
- </data>
- <xs:documentation>Shape Type Reference</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
</define>
<define name="AG_Adj">
<optional>
<attribute name="adj">
- <data type="string">
- <xs:documentation>Adjustment Parameters</xs:documentation>
- </data>
- <xs:documentation>Adjustment Parameters</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
</define>
<define name="AG_Path">
<optional>
<attribute name="path">
- <data type="string">
- <xs:documentation>Edge Path</xs:documentation>
- </data>
- <xs:documentation>Edge Path</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
</define>
@@ -10667,13 +10040,11 @@
<optional>
<attribute name="filled">
<text/>
- <xs:documentation>Shape Fill Toggle</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="fillcolor">
<text/>
- <xs:documentation>Fill Color</xs:documentation>
</attribute>
</optional>
</define>
@@ -10681,14 +10052,12 @@
<optional>
<attribute name="chromakey">
<text/>
- <xs:documentation>Image Transparency Color</xs:documentation>
</attribute>
</optional>
</define>
<define name="AG_Ext">
<attribute name="ext">
<text/>
- <xs:documentation>VML Extension Handling Behavior</xs:documentation>
</attribute>
</define>
<define name="AG_CoreAttributes">
@@ -10696,72 +10065,47 @@
<ref name="AG_Style"/>
<optional>
<attribute name="href">
- <data type="string">
- <xs:documentation>Hyperlink Target</xs:documentation>
- </data>
- <xs:documentation>Hyperlink Target</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="target">
- <data type="string">
- <xs:documentation>Hyperlink Display Target</xs:documentation>
- </data>
- <xs:documentation>Hyperlink Display Target</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="class">
- <data type="string">
- <xs:documentation>CSS Reference</xs:documentation>
- </data>
- <xs:documentation>CSS Reference</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="title">
- <data type="string">
- <xs:documentation>Shape Title</xs:documentation>
- </data>
- <xs:documentation>Shape Title</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="alt">
- <data type="string">
- <xs:documentation>Alternate Text</xs:documentation>
- </data>
- <xs:documentation>Alternate Text</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="coordsize">
- <data type="string">
- <xs:documentation>Coordinate Space Size</xs:documentation>
- </data>
- <xs:documentation>Coordinate Space Size</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="coordorigin">
- <data type="string">
- <xs:documentation>Coordinate Space Origin</xs:documentation>
- </data>
- <xs:documentation>Coordinate Space Origin</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="wrapcoords">
- <data type="string">
- <xs:documentation>Shape Bounding Polygon</xs:documentation>
- </data>
- <xs:documentation>Shape Bounding Polygon</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="print">
<text/>
- <xs:documentation>Print Toggle</xs:documentation>
</attribute>
</optional>
</define>
@@ -10770,36 +10114,27 @@
<ref name="AG_Fill"/>
<optional>
<attribute name="opacity">
- <data type="string">
- <xs:documentation>Fill Color Opacity</xs:documentation>
- </data>
- <xs:documentation>Fill Color Opacity</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="stroked">
<text/>
- <xs:documentation>Shape Stroke Toggle</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="strokecolor">
<text/>
- <xs:documentation>Shape Stroke Color</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="strokeweight">
- <data type="string">
- <xs:documentation>Shape Stroke Weight</xs:documentation>
- </data>
- <xs:documentation>Shape Stroke Weight</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="insetpen">
<text/>
- <xs:documentation>Inset Border From Path</xs:documentation>
</attribute>
</optional>
</define>
@@ -10852,78 +10187,52 @@
<define name="AG_ImageAttributes">
<optional>
<attribute name="src">
- <data type="string">
- <xs:documentation>Image Source</xs:documentation>
- </data>
- <xs:documentation>Image Source</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="cropleft">
- <data type="string">
- <xs:documentation>Image Left Crop</xs:documentation>
- </data>
- <xs:documentation>Image Left Crop</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="croptop">
- <data type="string">
- <xs:documentation>Image Top Crop</xs:documentation>
- </data>
- <xs:documentation>Image Top Crop</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="cropright">
- <data type="string">
- <xs:documentation>Image Right Crop</xs:documentation>
- </data>
- <xs:documentation>Image Right Crop</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="cropbottom">
- <data type="string">
- <xs:documentation>Image Bottom Crop</xs:documentation>
- </data>
- <xs:documentation>Image Bottom Crop</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="gain">
- <data type="string">
- <xs:documentation>Image Intensity</xs:documentation>
- </data>
- <xs:documentation>Image Intensity</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="blacklevel">
- <data type="string">
- <xs:documentation>Image Brightness</xs:documentation>
- </data>
- <xs:documentation>Image Brightness</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="gamma">
- <data type="string">
- <xs:documentation>Image Gamma Correction</xs:documentation>
- </data>
- <xs:documentation>Image Gamma Correction</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="grayscale">
<text/>
- <xs:documentation>Image Grayscale Toggle</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="bilevel">
<text/>
- <xs:documentation>Image Bilevel Toggle</xs:documentation>
</attribute>
</optional>
</define>
@@ -10931,139 +10240,106 @@
<optional>
<attribute name="on">
<text/>
- <xs:documentation>Stroke Toggle</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="weight">
- <data type="string">
- <xs:documentation>Stroke Weight</xs:documentation>
- </data>
- <xs:documentation>Stroke Weight</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="color">
<text/>
- <xs:documentation>Stroke Color</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="opacity">
- <data type="string">
- <xs:documentation>Stroke Opacity</xs:documentation>
- </data>
- <xs:documentation>Stroke Opacity</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="linestyle">
<text/>
- <xs:documentation>Stroke Line Style</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="miterlimit">
- <data type="decimal">
- <xs:documentation>Miter Joint Limit</xs:documentation>
- </data>
- <xs:documentation>Miter Joint Limit</xs:documentation>
+ <data type="decimal"/>
</attribute>
</optional>
<optional>
<attribute name="joinstyle">
<text/>
- <xs:documentation>Line End Join Style</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="endcap">
<text/>
- <xs:documentation>Line End Cap</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="dashstyle">
- <data type="string">
- <xs:documentation>Stroke Dash Pattern</xs:documentation>
- </data>
- <xs:documentation>Stroke Dash Pattern</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="filltype">
<text/>
- <xs:documentation>Stroke Image Style</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="src">
- <data type="string">
- <xs:documentation>Stroke Image Location</xs:documentation>
- </data>
- <xs:documentation>Stroke Image Location</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="imageaspect">
<text/>
- <xs:documentation>Stroke Image Aspect Ratio</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="imagesize">
- <data type="string">
- <xs:documentation>Stroke Image Size</xs:documentation>
- </data>
- <xs:documentation>Stroke Image Size</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="imagealignshape">
<text/>
- <xs:documentation>Stoke Image Alignment</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="color2">
<text/>
- <xs:documentation>Stroke Alternate Pattern Color</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="startarrow">
<text/>
- <xs:documentation>Line Start Arrowhead</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="startarrowwidth">
<text/>
- <xs:documentation>Line Start Arrowhead Width</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="startarrowlength">
<text/>
- <xs:documentation>Line Start Arrowhead Length</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="endarrow">
<text/>
- <xs:documentation>Line End Arrowhead</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="endarrowwidth">
<text/>
- <xs:documentation>Line End Arrowhead Width</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="endarrowlength">
<text/>
- <xs:documentation>Line End Arrowhead Length</xs:documentation>
</attribute>
</optional>
<attribute name="o:href"/>
@@ -11076,7 +10352,6 @@
<optional>
<attribute name="insetpen">
<text/>
- <xs:documentation>Inset Border From Path</xs:documentation>
</attribute>
</optional>
<attribute name="o:relid"/>
@@ -11180,10 +10455,7 @@
<attribute name="o:gfxdata"/>
<optional>
<attribute name="equationxml">
- <data type="string">
- <xs:documentation>Storage for Alternate Math Content</xs:documentation>
- </data>
- <xs:documentation>Storage for Alternate Math Content</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
</define>
@@ -11229,7 +10501,6 @@
<optional>
<attribute name="editas">
<text/>
- <xs:documentation>Group Diagram Type</xs:documentation>
</attribute>
</optional>
<attribute name="o:tableproperties"/>
@@ -11301,125 +10572,88 @@
<optional>
<attribute name="type">
<text/>
- <xs:documentation>Fill Type</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="on">
<text/>
- <xs:documentation>Fill Toggle</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="color">
<text/>
- <xs:documentation>Primary Color</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="opacity">
- <data type="string">
- <xs:documentation>Primary Color Opacity</xs:documentation>
- </data>
- <xs:documentation>Primary Color Opacity</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="color2">
<text/>
- <xs:documentation>Secondary Color</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="src">
- <data type="string">
- <xs:documentation>Fill Image Source</xs:documentation>
- </data>
- <xs:documentation>Fill Image Source</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<attribute name="o:href"/>
<attribute name="o:althref"/>
<optional>
<attribute name="size">
- <data type="string">
- <xs:documentation>Fill Image Size</xs:documentation>
- </data>
- <xs:documentation>Fill Image Size</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="origin">
- <data type="string">
- <xs:documentation>Fill Image Origin</xs:documentation>
- </data>
- <xs:documentation>Fill Image Origin</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="position">
- <data type="string">
- <xs:documentation>Fill Image Position</xs:documentation>
- </data>
- <xs:documentation>Fill Image Position</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="aspect">
<text/>
- <xs:documentation>Image Aspect Ratio</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="colors">
- <data type="string">
- <xs:documentation>Intermediate Colors</xs:documentation>
- </data>
- <xs:documentation>Intermediate Colors</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="angle">
- <data type="decimal">
- <xs:documentation>Gradient Angle</xs:documentation>
- </data>
- <xs:documentation>Gradient Angle</xs:documentation>
+ <data type="decimal"/>
</attribute>
</optional>
<optional>
<attribute name="alignshape">
<text/>
- <xs:documentation>Align Image With Shape</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="focus">
- <data type="string">
- <xs:documentation>Gradient Center</xs:documentation>
- </data>
- <xs:documentation>Gradient Center</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="focussize">
- <data type="string">
- <xs:documentation>Radial Gradient Size</xs:documentation>
- </data>
- <xs:documentation>Radial Gradient Size</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="focusposition">
- <data type="string">
- <xs:documentation>Radial Gradient Center</xs:documentation>
- </data>
- <xs:documentation>Radial Gradient Center</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="method">
<text/>
- <xs:documentation>Gradient Fill Method</xs:documentation>
</attribute>
</optional>
<attribute name="o:detectmouseclick"/>
@@ -11428,13 +10662,11 @@
<optional>
<attribute name="recolor">
<text/>
- <xs:documentation>Recolor Fill as Picture</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="rotate">
<text/>
- <xs:documentation>Rotate Fill with Shape</xs:documentation>
</attribute>
</optional>
<optional>
@@ -11453,10 +10685,7 @@
</define>
<define name="CT_F">
<attribute name="eqn">
- <data type="string">
- <xs:documentation>Equation</xs:documentation>
- </data>
- <xs:documentation>Equation</xs:documentation>
+ <data type="string"/>
</attribute>
</define>
<define name="CT_Handles">
@@ -11468,52 +10697,31 @@
</define>
<define name="CT_H">
<attribute name="position">
- <data type="string">
- <xs:documentation>Handle Position</xs:documentation>
- </data>
- <xs:documentation>Handle Position</xs:documentation>
+ <data type="string"/>
</attribute>
<attribute name="polar">
- <data type="string">
- <xs:documentation>Handle Polar Center</xs:documentation>
- </data>
- <xs:documentation>Handle Polar Center</xs:documentation>
+ <data type="string"/>
</attribute>
<attribute name="map">
- <data type="string">
- <xs:documentation>Handle Coordinate Mapping</xs:documentation>
- </data>
- <xs:documentation>Handle Coordinate Mapping</xs:documentation>
+ <data type="string"/>
</attribute>
<attribute name="invx">
<text/>
- <xs:documentation>Invert Handle's X Position</xs:documentation>
</attribute>
<attribute name="invy">
<text/>
- <xs:documentation>Invert Handle's Y Position</xs:documentation>
</attribute>
<attribute name="switch">
<text/>
- <xs:documentation>Handle Inversion Toggle</xs:documentation>
</attribute>
<attribute name="xrange">
- <data type="string">
- <xs:documentation>Handle X Position Range</xs:documentation>
- </data>
- <xs:documentation>Handle X Position Range</xs:documentation>
+ <data type="string"/>
</attribute>
<attribute name="yrange">
- <data type="string">
- <xs:documentation>Handle Y Position Range</xs:documentation>
- </data>
- <xs:documentation>Handle Y Position Range</xs:documentation>
+ <data type="string"/>
</attribute>
<attribute name="radiusrange">
- <data type="string">
- <xs:documentation>Handle Polar Radius Range</xs:documentation>
- </data>
- <xs:documentation>Handle Polar Radius Range</xs:documentation>
+ <data type="string"/>
</attribute>
</define>
<define name="CT_ImageData">
@@ -11523,12 +10731,10 @@
<optional>
<attribute name="embosscolor">
<text/>
- <xs:documentation>Embossed Color</xs:documentation>
</attribute>
</optional>
<attribute name="recolortarget">
<text/>
- <xs:documentation>Black Recoloring Color</xs:documentation>
</attribute>
<attribute name="o:href"/>
<attribute name="o:althref"/>
@@ -11545,68 +10751,52 @@
<ref name="AG_Id"/>
<optional>
<attribute name="v">
- <data type="string">
- <xs:documentation>Path Definition</xs:documentation>
- </data>
- <xs:documentation>Path Definition</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="limo">
- <data type="string">
- <xs:documentation>Limo Stretch Point</xs:documentation>
- </data>
- <xs:documentation>Limo Stretch Point</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="textboxrect">
- <data type="string">
- <xs:documentation>Text Box Bounding Box</xs:documentation>
- </data>
- <xs:documentation>Text Box Bounding Box</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="fillok">
<text/>
- <xs:documentation>Shape Fill Toggle</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="strokeok">
<text/>
- <xs:documentation>Stroke Toggle</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="shadowok">
<text/>
- <xs:documentation>Shadow Toggle</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="arrowok">
<text/>
- <xs:documentation>Arrowhead Display Toggle</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="gradientshapeok">
<text/>
- <xs:documentation>Gradient Shape Toggle</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="textpathok">
<text/>
- <xs:documentation>Text Path Toggle</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="insetpenok">
<text/>
- <xs:documentation>Inset Stroke From Path Flag</xs:documentation>
</attribute>
</optional>
<attribute name="o:connecttype"/>
@@ -11619,71 +10809,51 @@
<optional>
<attribute name="on">
<text/>
- <xs:documentation>Shadow Toggle</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="type">
<text/>
- <xs:documentation>Shadow Type</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="obscured">
<text/>
- <xs:documentation>Shadow Transparency</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="color">
<text/>
- <xs:documentation>Shadow Primary Color</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="opacity">
- <data type="string">
- <xs:documentation>Shadow Opacity</xs:documentation>
- </data>
- <xs:documentation>Shadow Opacity</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="offset">
- <data type="string">
- <xs:documentation>Shadow Primary Offset</xs:documentation>
- </data>
- <xs:documentation>Shadow Primary Offset</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="color2">
<text/>
- <xs:documentation>Shadow Secondary Color</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="offset2">
- <data type="string">
- <xs:documentation>Shadow Secondary Offset</xs:documentation>
- </data>
- <xs:documentation>Shadow Secondary Offset</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="origin">
- <data type="string">
- <xs:documentation>Shadow Origin</xs:documentation>
- </data>
- <xs:documentation>Shadow Origin</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="matrix">
- <data type="string">
- <xs:documentation>Shadow Perspective Matrix</xs:documentation>
- </data>
- <xs:documentation>Shadow Perspective Matrix</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
</define>
@@ -11734,10 +10904,7 @@
<ref name="AG_Style"/>
<optional>
<attribute name="inset">
- <data type="string">
- <xs:documentation>Text Box Inset</xs:documentation>
- </data>
- <xs:documentation>Text Box Inset</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<attribute name="o:singleclick"/>
@@ -11749,39 +10916,31 @@
<optional>
<attribute name="on">
<text/>
- <xs:documentation>Text Path Toggle</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="fitshape">
<text/>
- <xs:documentation>Shape Fit Toggle</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="fitpath">
<text/>
- <xs:documentation>Path Fit Toggle</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="trim">
<text/>
- <xs:documentation>Text Path Trim Toggle</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="xscale">
<text/>
- <xs:documentation>Text X-Scaling</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="string">
- <data type="string">
- <xs:documentation>Text Path Text</xs:documentation>
- </data>
- <xs:documentation>Text Path Text</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
</define>
@@ -11833,18 +10992,12 @@
<ref name="AG_AllShapeAttributes"/>
<optional>
<attribute name="startAngle">
- <data type="decimal">
- <xs:documentation>Starting Angle</xs:documentation>
- </data>
- <xs:documentation>Starting Angle</xs:documentation>
+ <data type="decimal"/>
</attribute>
</optional>
<optional>
<attribute name="endAngle">
- <data type="decimal">
- <xs:documentation>Ending Angle</xs:documentation>
- </data>
- <xs:documentation>Ending Angle</xs:documentation>
+ <data type="decimal"/>
</attribute>
</optional>
</define>
@@ -11856,34 +11009,22 @@
<ref name="AG_AllShapeAttributes"/>
<optional>
<attribute name="from">
- <data type="string">
- <xs:documentation>Curve Starting Point</xs:documentation>
- </data>
- <xs:documentation>Curve Starting Point</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="control1">
- <data type="string">
- <xs:documentation>First Curve Control Point</xs:documentation>
- </data>
- <xs:documentation>First Curve Control Point</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="control2">
- <data type="string">
- <xs:documentation>Second Curve Control Point</xs:documentation>
- </data>
- <xs:documentation>Second Curve Control Point</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="to">
- <data type="string">
- <xs:documentation>Curve Ending Point</xs:documentation>
- </data>
- <xs:documentation>Curve Ending Point</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
</define>
@@ -11903,18 +11044,12 @@
<ref name="AG_AllShapeAttributes"/>
<optional>
<attribute name="from">
- <data type="string">
- <xs:documentation>Line Start</xs:documentation>
- </data>
- <xs:documentation>Line Start</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="to">
- <data type="string">
- <xs:documentation>Line End Point</xs:documentation>
- </data>
- <xs:documentation>Line End Point</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
</define>
@@ -11940,10 +11075,7 @@
<ref name="AG_AllShapeAttributes"/>
<optional>
<attribute name="points">
- <data type="string">
- <xs:documentation>Points for Compound Line</xs:documentation>
- </data>
- <xs:documentation>Points for Compound Line</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
</define>
@@ -11966,16 +11098,12 @@
<ref name="AG_AllShapeAttributes"/>
<optional>
<attribute name="arcsize">
- <data type="string">
- <xs:documentation>Rounded Corner Arc Size</xs:documentation>
- </data>
- <xs:documentation>Rounded Corner Arc Size</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
</define>
<define name="ST_Ext">
<list>
- <xs:documentation>VML Extension Handling Behaviors</xs:documentation>
<choice>
<!-- Not renderable -->
<value>view</value>
@@ -11988,7 +11116,6 @@
</define>
<define name="ST_TrueFalse">
<list>
- <xs:documentation>Boolean Value</xs:documentation>
<choice>
<!-- True -->
<value>t</value>
@@ -12002,13 +11129,10 @@
</list>
</define>
<define name="ST_ColorType">
- <data type="string">
- <xs:documentation>Color Type</xs:documentation>
- </data>
+ <data type="string"/>
</define>
<define name="ST_FillType">
<list>
- <xs:documentation>Shape Fill Type</xs:documentation>
<choice>
<!-- Solid Fill -->
<value>solid</value>
@@ -12027,7 +11151,6 @@
</define>
<define name="ST_FillMethod">
<list>
- <xs:documentation>Gradient Fill Computation Type</xs:documentation>
<choice>
<!-- No Gradient Fill -->
<value>none</value>
@@ -12044,7 +11167,6 @@
</define>
<define name="ST_ShadowType">
<list>
- <xs:documentation>Shadow Type</xs:documentation>
<choice>
<!-- Single Shadow -->
<value>single</value>
@@ -12059,7 +11181,6 @@
</define>
<define name="ST_StrokeLineStyle">
<list>
- <xs:documentation>Stroke Line Style</xs:documentation>
<choice>
<!-- Single Line -->
<value>single</value>
@@ -12076,7 +11197,6 @@
</define>
<define name="ST_StrokeJoinStyle">
<list>
- <xs:documentation>Line Join Type</xs:documentation>
<choice>
<!-- Round Joint -->
<value>round</value>
@@ -12089,7 +11209,6 @@
</define>
<define name="ST_StrokeEndCap">
<list>
- <xs:documentation>Stroke End Cap Type</xs:documentation>
<choice>
<!-- Flat End -->
<value>flat</value>
@@ -12102,7 +11221,6 @@
</define>
<define name="ST_StrokeArrowLength">
<list>
- <xs:documentation>Stroke Arrowhead Length</xs:documentation>
<choice>
<!-- Short Arrowhead -->
<value>short</value>
@@ -12115,7 +11233,6 @@
</define>
<define name="ST_StrokeArrowWidth">
<list>
- <xs:documentation>Stroke Arrowhead Width</xs:documentation>
<choice>
<!-- Narrow Arrowhead -->
<value>narrow</value>
@@ -12128,7 +11245,6 @@
</define>
<define name="ST_StrokeArrowType">
<list>
- <xs:documentation>Stroke Arrowhead Type</xs:documentation>
<choice>
<!-- No Arrowhead -->
<value>none</value>
@@ -12147,7 +11263,6 @@
</define>
<define name="ST_ImageAspect">
<list>
- <xs:documentation>Image Scaling Behavior</xs:documentation>
<choice>
<!-- Ignore Aspect Ratio -->
<value>ignore</value>
@@ -12160,7 +11275,6 @@
</define>
<define name="ST_TrueFalseBlank">
<list>
- <xs:documentation>Boolean Value with Blank [False] State</xs:documentation>
<choice>
<!-- Logical True -->
<value>t</value>
@@ -12177,7 +11291,6 @@
</define>
<define name="ST_EditAs">
<list>
- <xs:documentation>Shape Grouping Types</xs:documentation>
<choice>
<!-- Shape Canvas -->
<value>canvas</value>
@@ -12594,11 +11707,9 @@
</optional>
<optional>
<ref name="callout"/>
- <xs:documentation>Callout</xs:documentation>
</optional>
<optional>
<ref name="lock"/>
- <xs:documentation>Shape Protections</xs:documentation>
</optional>
<optional>
<element name="colormru">
@@ -12615,121 +11726,82 @@
<ref name="BUILT_IN_ANY_TYPE"/>
<optional>
<attribute name="spidmax">
- <data type="integer">
- <xs:documentation>Shape ID Optional Storage</xs:documentation>
- </data>
- <xs:documentation>Shape ID Optional Storage</xs:documentation>
+ <data type="integer"/>
</attribute>
</optional>
<optional>
<attribute name="style">
- <data type="string">
- <xs:documentation>Shape Styling Properties</xs:documentation>
- </data>
- <xs:documentation>Shape Styling Properties</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="fill">
<text/>
- <xs:documentation>Shape Fill Toggle</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="fillcolor">
<text/>
- <xs:documentation>Default Fill Color</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="stroke">
<text/>
- <xs:documentation>Shape Stroke Toggle</xs:documentation>
</attribute>
</optional>
<attribute name="strokecolor">
<text/>
- <xs:documentation>Shape Stroke Color</xs:documentation>
</attribute>
<attribute name="allowincell">
<text/>
- <xs:documentation>Allow in Table Cell</xs:documentation>
</attribute>
</define>
<define name="CT_Ink">
<empty/>
<attribute name="i">
- <data type="base64Binary">
- <xs:documentation>Ink Data</xs:documentation>
- </data>
- <xs:documentation>Ink Data</xs:documentation>
+ <data type="base64Binary"/>
</attribute>
<attribute name="annotation">
<text/>
- <xs:documentation>Annotation Flag</xs:documentation>
</attribute>
</define>
<define name="CT_SignatureLine">
<ref name="BUILT_IN_ANY_TYPE"/>
<attribute name="issignatureline">
<text/>
- <xs:documentation>Signature Line Flag</xs:documentation>
</attribute>
<attribute name="id">
<text/>
- <xs:documentation>Unique ID</xs:documentation>
</attribute>
<attribute name="provid">
<text/>
- <xs:documentation>Signature Provider ID</xs:documentation>
</attribute>
<attribute name="signinginstructionsset">
<text/>
- <xs:documentation>Use Signing Instructions Flag</xs:documentation>
</attribute>
<attribute name="allowcomments">
<text/>
- <xs:documentation>User-specified Comments Flag</xs:documentation>
</attribute>
<attribute name="showsigndate">
<text/>
- <xs:documentation>Show Signed Date Flag</xs:documentation>
</attribute>
<attribute name="suggestedsigner">
- <data type="string">
- <xs:documentation>Suggested Signer Line 1</xs:documentation>
- </data>
- <xs:documentation>Suggested Signer Line 1</xs:documentation>
+ <data type="string"/>
</attribute>
<attribute name="suggestedsigner2">
- <data type="string">
- <xs:documentation>Suggested Signer Line 2</xs:documentation>
- </data>
- <xs:documentation>Suggested Signer Line 2</xs:documentation>
+ <data type="string"/>
</attribute>
<attribute name="suggestedsigneremail">
- <data type="string">
- <xs:documentation>Suggested Signer E-mail Address</xs:documentation>
- </data>
- <xs:documentation>Suggested Signer E-mail Address</xs:documentation>
+ <data type="string"/>
</attribute>
<attribute name="signinginstructions">
- <data type="string">
- <xs:documentation>Instructions for Signing</xs:documentation>
- </data>
- <xs:documentation>Instructions for Signing</xs:documentation>
+ <data type="string"/>
</attribute>
<attribute name="addlxml">
- <data type="string">
- <xs:documentation>Additional Signature Information</xs:documentation>
- </data>
- <xs:documentation>Additional Signature Information</xs:documentation>
+ <data type="string"/>
</attribute>
<attribute name="sigprovurl">
- <data type="string">
- <xs:documentation>Signature Provider Download URL</xs:documentation>
- </data>
- <xs:documentation>Signature Provider Download URL</xs:documentation>
+ <data type="string"/>
</attribute>
</define>
<define name="CT_ShapeLayout">
@@ -12756,10 +11828,7 @@
<ref name="BUILT_IN_ANY_TYPE"/>
<optional>
<attribute name="data">
- <data type="string">
- <xs:documentation>Shape IDs</xs:documentation>
- </data>
- <xs:documentation>Shape IDs</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
</define>
@@ -12774,18 +11843,12 @@
<define name="CT_Entry">
<optional>
<attribute name="new">
- <data type="int">
- <xs:documentation>New Group ID</xs:documentation>
- </data>
- <xs:documentation>New Group ID</xs:documentation>
+ <data type="int"/>
</attribute>
</optional>
<optional>
<attribute name="old">
- <data type="int">
- <xs:documentation>Old Group ID</xs:documentation>
- </data>
- <xs:documentation>Old Group ID</xs:documentation>
+ <data type="int"/>
</attribute>
</optional>
</define>
@@ -12804,29 +11867,21 @@
</element>
</zeroOrMore>
<attribute name="id">
- <data type="string">
- <xs:documentation>Rule ID</xs:documentation>
- </data>
- <xs:documentation>Rule ID</xs:documentation>
+ <data type="string"/>
</attribute>
<optional>
<attribute name="type">
<text/>
- <xs:documentation>Rule Type</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="how">
<text/>
- <xs:documentation>Alignment Rule Type</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="idref">
- <data type="string">
- <xs:documentation>Rule Shape Reference</xs:documentation>
- </data>
- <xs:documentation>Rule Shape Reference</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
</define>
@@ -12834,29 +11889,21 @@
<optional>
<attribute name="start">
<text/>
- <xs:documentation>Start Point Connection Flag</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="end">
<text/>
- <xs:documentation>End Point Connection Flag</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="idref">
- <data type="string">
- <xs:documentation>Proxy Shape Reference</xs:documentation>
- </data>
- <xs:documentation>Proxy Shape Reference</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="connectloc">
- <data type="int">
- <xs:documentation>Connection Location</xs:documentation>
- </data>
- <xs:documentation>Connection Location</xs:documentation>
+ <data type="int"/>
</attribute>
</optional>
</define>
@@ -12869,68 +11916,47 @@
<ref name="BUILT_IN_ANY_TYPE"/>
<optional>
<attribute name="dgmstyle">
- <data type="integer">
- <xs:documentation>Diagram Style Options</xs:documentation>
- </data>
- <xs:documentation>Diagram Style Options</xs:documentation>
+ <data type="integer"/>
</attribute>
</optional>
<optional>
<attribute name="autoformat">
<text/>
- <xs:documentation>Diagram Automatic Format</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="reverse">
<text/>
- <xs:documentation>Diagram Reverse Direction</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="autolayout">
<text/>
- <xs:documentation>Diagram Automatic Layout</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="dgmscalex">
- <data type="integer">
- <xs:documentation>Diagram Layout X Scale</xs:documentation>
- </data>
- <xs:documentation>Diagram Layout X Scale</xs:documentation>
+ <data type="integer"/>
</attribute>
</optional>
<optional>
<attribute name="dgmscaley">
- <data type="integer">
- <xs:documentation>Diagram Layout Y Scale</xs:documentation>
- </data>
- <xs:documentation>Diagram Layout Y Scale</xs:documentation>
+ <data type="integer"/>
</attribute>
</optional>
<optional>
<attribute name="dgmfontsize">
- <data type="integer">
- <xs:documentation>Diagram Font Size</xs:documentation>
- </data>
- <xs:documentation>Diagram Font Size</xs:documentation>
+ <data type="integer"/>
</attribute>
</optional>
<optional>
<attribute name="constrainbounds">
- <data type="string">
- <xs:documentation>Diagram Layout Extents</xs:documentation>
- </data>
- <xs:documentation>Diagram Layout Extents</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="dgmbasetextscale">
- <data type="integer">
- <xs:documentation>Diagram Base Font Size</xs:documentation>
- </data>
- <xs:documentation>Diagram Base Font Size</xs:documentation>
+ <data type="integer"/>
</attribute>
</optional>
</define>
@@ -12946,55 +11972,39 @@
<ref name="BUILT_IN_ANY_TYPE"/>
<optional>
<attribute name="idsrc">
- <data type="string">
- <xs:documentation>Diagram Relationship Source Shape</xs:documentation>
- </data>
- <xs:documentation>Diagram Relationship Source Shape</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="iddest">
- <data type="string">
- <xs:documentation>Diagram Relationship Destination Shape</xs:documentation>
- </data>
- <xs:documentation>Diagram Relationship Destination Shape</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="idcntr">
- <data type="string">
- <xs:documentation>Diagram Relationship Center Shape</xs:documentation>
- </data>
- <xs:documentation>Diagram Relationship Center Shape</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
</define>
<define name="CT_ColorMru">
<ref name="BUILT_IN_ANY_TYPE"/>
<attribute name="colors">
- <data type="string">
- <xs:documentation>Recent colors</xs:documentation>
- </data>
- <xs:documentation>Recent colors</xs:documentation>
+ <data type="string"/>
</attribute>
</define>
<define name="CT_ColorMenu">
<ref name="BUILT_IN_ANY_TYPE"/>
<attribute name="strokecolor">
<text/>
- <xs:documentation>Default stroke color</xs:documentation>
</attribute>
<attribute name="fillcolor">
<text/>
- <xs:documentation>Default fill color</xs:documentation>
</attribute>
<attribute name="shadowcolor">
<text/>
- <xs:documentation>Default shadow color</xs:documentation>
</attribute>
<attribute name="extrusioncolor">
<text/>
- <xs:documentation>Default extrusion color</xs:documentation>
</attribute>
</define>
<define name="skew">
@@ -13066,40 +12076,27 @@
<ref name="BUILT_IN_ANY_TYPE"/>
<optional>
<attribute name="id">
- <data type="string">
- <xs:documentation>Skew ID</xs:documentation>
- </data>
- <xs:documentation>Skew ID</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="on">
<text/>
- <xs:documentation>Skew Toggle</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="offset">
- <data type="string">
- <xs:documentation>Skew Offset</xs:documentation>
- </data>
- <xs:documentation>Skew Offset</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="origin">
- <data type="string">
- <xs:documentation>Skew Origin</xs:documentation>
- </data>
- <xs:documentation>Skew Origin</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="matrix">
- <data type="string">
- <xs:documentation>Skew Perspective Matrix</xs:documentation>
- </data>
- <xs:documentation>Skew Perspective Matrix</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
</define>
@@ -13108,233 +12105,161 @@
<optional>
<attribute name="on">
<text/>
- <xs:documentation>Extrusion Toggle</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="type">
<text/>
- <xs:documentation>Extrusion Type</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="render">
<text/>
- <xs:documentation>Extrusion Render Mode</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="viewpointorigin">
- <data type="string">
- <xs:documentation>Extrusion Viewpoint Origin</xs:documentation>
- </data>
- <xs:documentation>Extrusion Viewpoint Origin</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="viewpoint">
- <data type="string">
- <xs:documentation>Extrusion Viewpoint</xs:documentation>
- </data>
- <xs:documentation>Extrusion Viewpoint</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="plane">
<text/>
- <xs:documentation>Extrusion Direction</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="skewangle">
- <data type="float">
- <xs:documentation>Extrusion Skew Angle</xs:documentation>
- </data>
- <xs:documentation>Extrusion Skew Angle</xs:documentation>
+ <data type="float"/>
</attribute>
</optional>
<optional>
<attribute name="skewamt">
- <data type="string">
- <xs:documentation>Extrusion Skew</xs:documentation>
- </data>
- <xs:documentation>Extrusion Skew</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="foredepth">
- <data type="string">
- <xs:documentation>Forward Extrusion</xs:documentation>
- </data>
- <xs:documentation>Forward Extrusion</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="backdepth">
- <data type="string">
- <xs:documentation>Backward Extrusion Depth</xs:documentation>
- </data>
- <xs:documentation>Backward Extrusion Depth</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="orientation">
- <data type="string">
- <xs:documentation>Rotation Axis</xs:documentation>
- </data>
- <xs:documentation>Rotation Axis</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="orientationangle">
- <data type="float">
- <xs:documentation>Rotation Around Axis</xs:documentation>
- </data>
- <xs:documentation>Rotation Around Axis</xs:documentation>
+ <data type="float"/>
</attribute>
</optional>
<optional>
<attribute name="lockrotationcenter">
<text/>
- <xs:documentation>Rotation Toggle</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="autorotationcenter">
<text/>
- <xs:documentation>Center of Rotation Toggle</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="rotationcenter">
- <data type="string">
- <xs:documentation>Rotation Center</xs:documentation>
- </data>
- <xs:documentation>Rotation Center</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="rotationangle">
- <data type="string">
- <xs:documentation>X-Y Rotation Angle</xs:documentation>
- </data>
- <xs:documentation>X-Y Rotation Angle</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="colormode">
<text/>
- <xs:documentation>Extrusion Color Mode</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="color">
<text/>
- <xs:documentation>Extrusion Color</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="shininess">
- <data type="float">
- <xs:documentation>Shininess</xs:documentation>
- </data>
- <xs:documentation>Shininess</xs:documentation>
+ <data type="float"/>
</attribute>
</optional>
<optional>
<attribute name="specularity">
- <data type="string">
- <xs:documentation>Specularity</xs:documentation>
- </data>
- <xs:documentation>Specularity</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="diffusity">
- <data type="string">
- <xs:documentation>Diffuse Reflection</xs:documentation>
- </data>
- <xs:documentation>Diffuse Reflection</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="metal">
<text/>
- <xs:documentation>Metallic Surface Toggle</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="edge">
- <data type="string">
- <xs:documentation>Simulated Bevel</xs:documentation>
- </data>
- <xs:documentation>Simulated Bevel</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="facet">
- <data type="string">
- <xs:documentation>Faceting Quality</xs:documentation>
- </data>
- <xs:documentation>Faceting Quality</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="lightface">
<text/>
- <xs:documentation>Shape Face Lighting Toggle</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="brightness">
- <data type="string">
- <xs:documentation>Brightness</xs:documentation>
- </data>
- <xs:documentation>Brightness</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="lightposition">
- <data type="string">
- <xs:documentation>Primary Light Position</xs:documentation>
- </data>
- <xs:documentation>Primary Light Position</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="lightlevel">
- <data type="string">
- <xs:documentation>Primary Light Intensity</xs:documentation>
- </data>
- <xs:documentation>Primary Light Intensity</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="lightharsh">
<text/>
- <xs:documentation>Primary Light Harshness Toggle</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="lightposition2">
- <data type="string">
- <xs:documentation>Secondary Light Position</xs:documentation>
- </data>
- <xs:documentation>Secondary Light Position</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="lightlevel2">
- <data type="string">
- <xs:documentation>Secondary Light Intensity</xs:documentation>
- </data>
- <xs:documentation>Secondary Light Intensity</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="lightharsh2">
<text/>
- <xs:documentation>Secondary Light Harshness Toggle</xs:documentation>
</attribute>
</optional>
</define>
@@ -13343,87 +12268,66 @@
<optional>
<attribute name="on">
<text/>
- <xs:documentation>Callout toggle</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="type">
- <data type="string">
- <xs:documentation>Callout type</xs:documentation>
- </data>
- <xs:documentation>Callout type</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="gap">
- <data type="string">
- <xs:documentation>Callout gap</xs:documentation>
- </data>
- <xs:documentation>Callout gap</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="angle">
<text/>
- <xs:documentation>Callout angle</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="dropauto">
<text/>
- <xs:documentation>Callout automatic drop toggle</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="drop">
<text/>
- <xs:documentation>Callout drop position</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="distance">
- <data type="string">
- <xs:documentation>Callout drop distance</xs:documentation>
- </data>
- <xs:documentation>Callout drop distance</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="lengthspecified">
<text/>
- <xs:documentation>Callout length toggle</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="length">
- <data type="string">
- <xs:documentation>Callout length</xs:documentation>
- </data>
- <xs:documentation>Callout length</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="accentbar">
<text/>
- <xs:documentation>Callout accent bar toggle</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="textborder">
<text/>
- <xs:documentation>Callout text border toggle</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="minusx">
<text/>
- <xs:documentation>Callout flip x</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="minusy">
<text/>
- <xs:documentation>Callout flip y</xs:documentation>
</attribute>
</optional>
</define>
@@ -13432,67 +12336,56 @@
<optional>
<attribute name="position">
<text/>
- <xs:documentation>Position Lock</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="selection">
<text/>
- <xs:documentation>Selection Lock</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="grouping">
<text/>
- <xs:documentation>Grouping Lock</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="ungrouping">
<text/>
- <xs:documentation>Ungrouping Lock</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="rotation">
<text/>
- <xs:documentation>Rotation Lock</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="cropping">
<text/>
- <xs:documentation>Cropping Lock</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="verticies">
<text/>
- <xs:documentation>Vertices Lock</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="adjusthandles">
<text/>
- <xs:documentation>Handles Lock</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="text">
<text/>
- <xs:documentation>Text Lock</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="aspectratio">
<text/>
- <xs:documentation>Aspect Ratio Lock</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="shapetype">
<text/>
- <xs:documentation>AutoShape Type Lock</xs:documentation>
</attribute>
</optional>
</define>
@@ -13510,46 +12403,33 @@
</optional>
<optional>
<element name="FieldCodes">
- <data type="string">
- <xs:documentation>WordprocessingML Field Switches</xs:documentation>
- </data>
+ <data type="string"/>
</element>
</optional>
</group>
<optional>
<attribute name="Type">
<text/>
- <xs:documentation>OLE Object Type</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="ProgID">
- <data type="string">
- <xs:documentation>OLE Object Application</xs:documentation>
- </data>
- <xs:documentation>OLE Object Application</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="ShapeID">
- <data type="string">
- <xs:documentation>OLE Object Shape</xs:documentation>
- </data>
- <xs:documentation>OLE Object Shape</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="DrawAspect">
<text/>
- <xs:documentation>OLE Object Representation</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="ObjectID">
- <data type="string">
- <xs:documentation>OLE Object Unique ID</xs:documentation>
- </data>
- <xs:documentation>OLE Object Unique ID</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
@@ -13560,7 +12440,6 @@
<optional>
<attribute name="UpdateMode">
<text/>
- <xs:documentation>OLE Update Mode</xs:documentation>
</attribute>
</optional>
</define>
@@ -13572,174 +12451,131 @@
<optional>
<attribute name="on">
<text/>
- <xs:documentation>Stroke Toggle</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="weight">
- <data type="string">
- <xs:documentation>Stroke Weight</xs:documentation>
- </data>
- <xs:documentation>Stroke Weight</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="color">
<text/>
- <xs:documentation>Stroke Color</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="color2">
<text/>
- <xs:documentation>Stroke Alternate Pattern Color</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="opacity">
- <data type="string">
- <xs:documentation>Stroke Opacity</xs:documentation>
- </data>
- <xs:documentation>Stroke Opacity</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="linestyle">
<ref name="ST_StrokeLineStyle"/>
- <xs:documentation>Stroke Line Style</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="miterlimit">
- <data type="decimal">
- <xs:documentation>Miter Joint Limit</xs:documentation>
- </data>
- <xs:documentation>Miter Joint Limit</xs:documentation>
+ <data type="decimal"/>
</attribute>
</optional>
<optional>
<attribute name="joinstyle">
<ref name="ST_StrokeJoinStyle"/>
- <xs:documentation>Line End Join Style)</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="endcap">
<ref name="ST_StrokeEndCap"/>
- <xs:documentation>Line End Cap</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="dashstyle">
- <data type="string">
- <xs:documentation>Stroke Dash Pattern</xs:documentation>
- </data>
- <xs:documentation>Stroke Dash Pattern</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="insetpen">
<text/>
- <xs:documentation>Inset Border From Path</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="filltype">
<ref name="ST_FillType"/>
- <xs:documentation>Stroke Image Style</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="src">
- <data type="string">
- <xs:documentation>Stroke Image Location</xs:documentation>
- </data>
- <xs:documentation>Stroke Image Location</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="imageaspect">
<ref name="ST_ImageAspect"/>
- <xs:documentation>Stroke Image Aspect Ratio</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="imagesize">
- <data type="string">
- <xs:documentation>Stroke Image Size</xs:documentation>
- </data>
- <xs:documentation>Stroke Image Size</xs:documentation>
+ <data type="string"/>
</attribute>
</optional>
<optional>
<attribute name="imagealignshape">
<text/>
- <xs:documentation>Stoke Image Alignment</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="startarrow">
<ref name="ST_StrokeArrowType"/>
- <xs:documentation>Line Start Arrowhead</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="startarrowwidth">
<ref name="ST_StrokeArrowWidth"/>
- <xs:documentation>Line Start Arrowhead Width</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="startarrowlength">
<ref name="ST_StrokeArrowLength"/>
- <xs:documentation>Line Start Arrowhead Length</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="endarrow">
<ref name="ST_StrokeArrowType"/>
- <xs:documentation>Line End Arrowhead</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="endarrowwidth">
<ref name="ST_StrokeArrowWidth"/>
- <xs:documentation>Line End Arrowhead Width</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="endarrowlength">
<ref name="ST_StrokeArrowLength"/>
- <xs:documentation>Line End Arrowhead Length</xs:documentation>
</attribute>
</optional>
<ref name="href"/>
- <xs:documentation>Original Image Reference</xs:documentation>
<ref name="althref"/>
- <xs:documentation>Alternate Image Reference</xs:documentation>
<ref name="title"/>
- <xs:documentation>Stroke Title</xs:documentation>
<ref name="forcedash"/>
- <xs:documentation>Force Dashed Outline</xs:documentation>
</define>
<define name="CT_ClipPath">
<attribute name="v">
- <data type="string">
- <xs:documentation>Path Definition</xs:documentation>
- </data>
- <xs:documentation>Path Definition</xs:documentation>
+ <data type="string"/>
</attribute>
</define>
<define name="CT_Fill">
<ref name="BUILT_IN_ANY_TYPE"/>
<attribute name="type">
<text/>
- <xs:documentation>Fill Type</xs:documentation>
</attribute>
</define>
<define name="ST_RType">
<list>
- <xs:documentation>Rule Type</xs:documentation>
<choice>
<!-- Arc Rule -->
<value>arc</value>
@@ -13754,7 +12590,6 @@
</define>
<define name="ST_How">
<list>
- <xs:documentation>Alignment Type</xs:documentation>
<choice>
<!-- Top Alignment -->
<value>top</value>
@@ -13773,7 +12608,6 @@
</define>
<define name="ST_BWMode">
<list>
- <xs:documentation>Black And White Modes</xs:documentation>
<choice>
<!-- Color -->
<value>color</value>
@@ -13804,7 +12638,6 @@
</define>
<define name="ST_ScreenSize">
<list>
- <xs:documentation>Screen Sizes Type</xs:documentation>
<choice>
<!-- 544x376 pixels -->
<value>544,376</value>
@@ -13823,7 +12656,6 @@
</define>
<define name="ST_InsetMode">
<list>
- <xs:documentation>Inset Margin Type</xs:documentation>
<choice>
<!-- Automatic Margins -->
<value>auto</value>
@@ -13834,7 +12666,6 @@
</define>
<define name="ST_ColorMode">
<list>
- <xs:documentation>Extrusion Color Types</xs:documentation>
<choice>
<!-- Use Shape Fill Color -->
<value>auto</value>
@@ -13844,13 +12675,10 @@
</list>
</define>
<define name="ST_ColorType">
- <data type="string">
- <xs:documentation>Color Type</xs:documentation>
- </data>
+ <data type="string"/>
</define>
<define name="ST_ExtrusionType">
<list>
- <xs:documentation>Extrusion Type</xs:documentation>
<choice>
<!-- Perspective Projection -->
<value>perspective</value>
@@ -13861,7 +12689,6 @@
</define>
<define name="ST_ExtrusionRender">
<list>
- <xs:documentation>Extrusion Rendering Types</xs:documentation>
<choice>
<!-- Solid -->
<value>solid</value>
@@ -13874,7 +12701,6 @@
</define>
<define name="ST_ExtrusionPlane">
<list>
- <xs:documentation>Extrusion Planes</xs:documentation>
<choice>
<!-- XY Plane -->
<value>XY</value>
@@ -13887,7 +12713,6 @@
</define>
<define name="ST_Angle">
<list>
- <xs:documentation>Callout Angles</xs:documentation>
<choice>
<!-- Any Angle -->
<value>any</value>
@@ -13905,13 +12730,10 @@
</list>
</define>
<define name="ST_CalloutDrop">
- <data type="string">
- <xs:documentation>Callout Drop Location</xs:documentation>
- </data>
+ <data type="string"/>
</define>
<define name="ST_CalloutPlacement">
<list>
- <xs:documentation>Callout Placement</xs:documentation>
<choice>
<!-- Top placement -->
<value>top</value>
@@ -13926,7 +12748,6 @@
</define>
<define name="ST_ConnectorType">
<list>
- <xs:documentation>Connector Type</xs:documentation>
<choice>
<!-- No Connector -->
<value>none</value>
@@ -13941,7 +12762,6 @@
</define>
<define name="ST_HrAlign">
<list>
- <xs:documentation>Alignment Type</xs:documentation>
<choice>
<!-- Left Alignment -->
<value>left</value>
@@ -13954,7 +12774,6 @@
</define>
<define name="ST_ConnectType">
<list>
- <xs:documentation>Connection Locations Type</xs:documentation>
<choice>
<!-- No -->
<value>none</value>
@@ -13969,7 +12788,6 @@
</define>
<define name="ST_OLELinkType">
<list>
- <xs:documentation>Embedded Object Alternate Image Request Types</xs:documentation>
<choice>
<!-- Other Image -->
<value>Picture</value>
@@ -13982,7 +12800,6 @@
</define>
<define name="ST_OLEType">
<list>
- <xs:documentation>OLE Connection Type</xs:documentation>
<choice>
<!-- Embedded Object -->
<value>Embed</value>
@@ -13993,7 +12810,6 @@
</define>
<define name="ST_OLEDrawAspect">
<list>
- <xs:documentation>OLE Object Representations</xs:documentation>
<choice>
<!-- Snapshot -->
<value>Content</value>
@@ -14004,7 +12820,6 @@
</define>
<define name="ST_OLEUpdateMode">
<list>
- <xs:documentation>OLE Update Method Type</xs:documentation>
<choice>
<!-- Server Application Update -->
<value>Always</value>
@@ -14015,18 +12830,14 @@
</define>
<define name="ST_Guid">
<data type="token">
- <xs:documentation>128-Bit GUID</xs:documentation>
<param name="pattern">\{[0-9A-F]{8}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{12}\}</param>
</data>
</define>
<define name="ST_RelationshipId">
- <data type="string">
- <xs:documentation>Explicit Relationship ID</xs:documentation>
- </data>
+ <data type="string"/>
</define>
<define name="ST_TrueFalse">
<list>
- <xs:documentation>Boolean Value</xs:documentation>
<choice>
<!-- True -->
<value>t</value>
@@ -14041,7 +12852,6 @@
</define>
<define name="ST_TrueFalseBlank">
<list>
- <xs:documentation>Boolean Value with Blank [False] State</xs:documentation>
<choice>
<!-- Blank - Logical False -->
<value/>
@@ -14058,7 +12868,6 @@
</define>
<define name="ST_FillType">
<list>
- <xs:documentation>Shape Fill Type</xs:documentation>
<choice>
<!-- Centered Radial Gradient -->
<value>gradientCenter</value>
@@ -14320,21 +13129,16 @@
<optional>
<attribute name="type">
<text/>
- <xs:documentation>Border Style</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="width">
- <data type="positiveInteger">
- <xs:documentation>Border Width</xs:documentation>
- </data>
- <xs:documentation>Border Width</xs:documentation>
+ <data type="positiveInteger"/>
</attribute>
</optional>
<optional>
<attribute name="shadow">
<text/>
- <xs:documentation>Border shadow</xs:documentation>
</attribute>
</optional>
</define>
@@ -14347,25 +13151,21 @@
<optional>
<attribute name="type">
<ref name="ST_WrapType"/>
- <xs:documentation>Wrapping type</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="side">
<ref name="ST_WrapSide"/>
- <xs:documentation>Wrapping side</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="anchorx">
<ref name="ST_HorizontalAnchor"/>
- <xs:documentation>Horizontal Positioning Base</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="anchory">
<ref name="ST_VerticalAnchor"/>
- <xs:documentation>Vertical Positioning Base</xs:documentation>
</attribute>
</optional>
</define>
@@ -14379,7 +13179,6 @@
</define>
<define name="ST_BorderType">
<list>
- <xs:documentation>Border Type</xs:documentation>
<choice>
<!-- No Border -->
<value>none</value>
@@ -14440,7 +13239,6 @@
</define>
<define name="ST_BorderShadow">
<list>
- <xs:documentation>Border Shadow Type</xs:documentation>
<choice>
<!-- True -->
<value>t</value>
@@ -14455,7 +13253,6 @@
</define>
<define name="ST_WrapType">
<list>
- <xs:documentation>Text Wrapping Type</xs:documentation>
<choice>
<!-- Top and bottom wrapping -->
<value>topAndBottom</value>
@@ -14472,7 +13269,6 @@
</define>
<define name="ST_WrapSide">
<list>
- <xs:documentation>Text Wrapping Side</xs:documentation>
<choice>
<!-- Both sides -->
<value>both</value>
@@ -14487,7 +13283,6 @@
</define>
<define name="ST_HorizontalAnchor">
<list>
- <xs:documentation>Horizontal Anchor Type</xs:documentation>
<choice>
<!-- Margin -->
<value>margin</value>
@@ -14502,7 +13297,6 @@
</define>
<define name="ST_VerticalAnchor">
<list>
- <xs:documentation>Vertical Anchor Type</xs:documentation>
<choice>
<!-- Margin -->
<value>margin</value>
@@ -14611,7 +13405,6 @@
</define>
<define name="ST_OnOff">
<list>
- <xs:documentation>On/Off Value</xs:documentation>
<choice>
<!-- True -->
<value>true</value>
@@ -14631,157 +13424,118 @@
<define name="CT_OnOff">
<attribute name="val">
<ref name="ST_OnOff"/>
- <xs:documentation>On/Off Value</xs:documentation>
</attribute>
</define>
<define name="ST_LongHexNumber">
<data type="hexBinary">
- <xs:documentation>Four Digit Hexadecimal Number Value</xs:documentation>
<param name="length">4</param>
</data>
</define>
<define name="CT_LongHexNumber">
<attribute name="val">
<ref name="ST_LongHexNumber"/>
- <xs:documentation>Long Hexadecimal Number Value</xs:documentation>
</attribute>
</define>
<define name="ST_ShortHexNumber">
<data type="hexBinary">
- <xs:documentation>Two Digit Hexadecimal Number Value</xs:documentation>
<param name="length">2</param>
</data>
</define>
<define name="CT_ShortHexNumber">
<attribute name="val">
<ref name="ST_ShortHexNumber"/>
- <xs:documentation>Two Digit Hexadecimal Value</xs:documentation>
</attribute>
</define>
<define name="ST_UcharHexNumber">
<data type="hexBinary">
- <xs:documentation>Two Digit Hexadecimal Number Value</xs:documentation>
<param name="length">1</param>
</data>
</define>
<define name="CT_UcharHexNumber">
<attribute name="val">
<ref name="ST_UcharHexNumber"/>
- <xs:documentation>Value</xs:documentation>
</attribute>
</define>
<define name="ST_DecimalNumber">
- <data type="integer">
- <xs:documentation>Decimal Number Value</xs:documentation>
- </data>
+ <data type="integer"/>
</define>
<define name="CT_DecimalNumber">
<attribute name="val">
<ref name="ST_DecimalNumber"/>
- <xs:documentation>Decimal Number Value</xs:documentation>
</attribute>
</define>
<define name="ST_UnsignedDecimalNumber">
- <data type="unsignedLong">
- <xs:documentation>Unsigned Decimal Number Value</xs:documentation>
- </data>
+ <data type="unsignedLong"/>
</define>
<define name="ST_TwipsMeasure">
- <data type="unsignedLong">
- <xs:documentation>Measurement in Twentieths of a Point</xs:documentation>
- </data>
+ <data type="unsignedLong"/>
</define>
<define name="CT_TwipsMeasure">
<attribute name="val">
<ref name="ST_TwipsMeasure"/>
- <xs:documentation>Measurement in Twentieths of a Point</xs:documentation>
</attribute>
</define>
<define name="ST_SignedTwipsMeasure">
- <data type="integer">
- <xs:documentation>Signed Measurement in Twentieths of a Point</xs:documentation>
- </data>
+ <data type="integer"/>
</define>
<define name="CT_SignedTwipsMeasure">
<attribute name="val">
<ref name="ST_SignedTwipsMeasure"/>
- <xs:documentation>Positive or Negative Value in Twentieths of a Point</xs:documentation>
</attribute>
</define>
<define name="ST_PixelsMeasure">
- <data type="unsignedLong">
- <xs:documentation>Measurement in Pixels</xs:documentation>
- </data>
+ <data type="unsignedLong"/>
</define>
<define name="CT_PixelsMeasure">
<attribute name="val">
<ref name="ST_PixelsMeasure"/>
- <xs:documentation>Measurement in Pixels</xs:documentation>
</attribute>
</define>
<define name="ST_HpsMeasure">
- <data type="unsignedLong">
- <xs:documentation>Measurement in Half-Points</xs:documentation>
- </data>
+ <data type="unsignedLong"/>
</define>
<define name="CT_HpsMeasure">
<attribute name="val">
<ref name="ST_HpsMeasure"/>
- <xs:documentation>Half Point Measurement</xs:documentation>
</attribute>
</define>
<define name="ST_SignedHpsMeasure">
- <data type="integer">
- <xs:documentation>Signed Measurement in Half-Points</xs:documentation>
- </data>
+ <data type="integer"/>
</define>
<define name="CT_SignedHpsMeasure">
<attribute name="val">
<ref name="ST_SignedHpsMeasure"/>
- <xs:documentation>Signed Half-Point Measurement</xs:documentation>
</attribute>
</define>
<define name="ST_DateTime">
- <data type="dateTime">
- <xs:documentation>Standard Date and Time Storage Format</xs:documentation>
- </data>
+ <data type="dateTime"/>
</define>
<define name="ST_MacroName">
<data type="string">
- <xs:documentation>Script Subroutine Name Value</xs:documentation>
<param name="maxLength">33</param>
</data>
</define>
<define name="CT_MacroName">
<attribute name="val">
<text/>
- <xs:documentation>Name of Script Function</xs:documentation>
</attribute>
</define>
<define name="ST_EighthPointMeasure">
- <data type="unsignedLong">
- <xs:documentation>Measurement in Eighths of a Point</xs:documentation>
- </data>
+ <data type="unsignedLong"/>
</define>
<define name="ST_PointMeasure">
- <data type="unsignedLong">
- <xs:documentation>Measurement in Points</xs:documentation>
- </data>
+ <data type="unsignedLong"/>
</define>
<define name="ST_String">
- <data type="string">
- <xs:documentation>String</xs:documentation>
- </data>
+ <data type="string"/>
</define>
<define name="CT_String">
<attribute name="val">
<text/>
- <xs:documentation>String Value</xs:documentation>
</attribute>
</define>
<define name="ST_TextScale">
<data type="integer">
- <xs:documentation>Text Expansion/Compression Percentage</xs:documentation>
<param name="minInclusive">0</param>
<param name="maxInclusive">600</param>
</data>
@@ -14789,12 +13543,10 @@
<define name="CT_TextScale">
<attribute name="val">
<ref name="ST_TextScale"/>
- <xs:documentation>Text Expansion/Compression Value</xs:documentation>
</attribute>
</define>
<define name="ST_HighlightColor">
<list>
- <xs:documentation>Text Highlight Colors</xs:documentation>
<choice>
<!-- Black Highlighting Color -->
<value>black</value>
@@ -14836,19 +13588,16 @@
<define name="CT_Highlight">
<attribute name="val">
<ref name="ST_HighlightColor"/>
- <xs:documentation>Highlighting Color</xs:documentation>
</attribute>
</define>
<define name="ST_HexColorAuto">
<list>
- <xs:documentation>'Automatic' Color Value</xs:documentation>
<!-- Automatically Determined Color -->
<value>auto</value>
</list>
</define>
<define name="ST_HexColorRGB">
<data type="hexBinary">
- <xs:documentation>Hexadecimal Color Value</xs:documentation>
<param name="length">3</param>
</data>
</define>
@@ -14862,30 +13611,25 @@
<define name="CT_Color">
<attribute name="val">
<ref name="ST_HexColor"/>
- <xs:documentation>Run Content Color</xs:documentation>
</attribute>
<optional>
<attribute name="themeColor">
<ref name="ST_ThemeColor"/>
- <xs:documentation>Run Content Theme Color</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="themeTint">
<ref name="ST_UcharHexNumber"/>
- <xs:documentation>Run Content Theme Color Tint</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="themeShade">
<ref name="ST_UcharHexNumber"/>
- <xs:documentation>Run Content Theme Color Shade</xs:documentation>
</attribute>
</optional>
</define>
<define name="ST_LangCode">
<data type="hexBinary">
- <xs:documentation>Two Digit Hexadecimal Language Code</xs:documentation>
<param name="length">2</param>
</data>
</define>
@@ -14899,24 +13643,20 @@
<define name="CT_Lang">
<attribute name="val">
<ref name="ST_Lang"/>
- <xs:documentation>Language Code</xs:documentation>
</attribute>
</define>
<define name="ST_Guid">
<data type="token">
- <xs:documentation>128-Bit GUID</xs:documentation>
<param name="pattern">\{[0-9A-F]{8}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{12}\}</param>
</data>
</define>
<define name="CT_Guid">
<attribute name="val">
<text/>
- <xs:documentation>GUID Value</xs:documentation>
</attribute>
</define>
<define name="ST_Underline">
<list>
- <xs:documentation>Underline Patterns</xs:documentation>
<choice>
<!-- Single Underline -->
<value>single</value>
@@ -14961,37 +13701,31 @@
<optional>
<attribute name="val">
<ref name="ST_Underline"/>
- <xs:documentation>Underline Style</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="color">
<ref name="ST_HexColor"/>
- <xs:documentation>Underline Color</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="themeColor">
<text/>
- <xs:documentation>Underline Theme Color</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="themeTint">
<text/>
- <xs:documentation>Underline Theme Color Tint</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="themeShade">
<text/>
- <xs:documentation>Underline Theme Color Shade</xs:documentation>
</attribute>
</optional>
</define>
<define name="ST_TextEffect">
<list>
- <xs:documentation>Animated Text Effects</xs:documentation>
<choice>
<!-- Blinking Background Animation -->
<value>blinkBackground</value>
@@ -15013,12 +13747,10 @@
<define name="CT_TextEffect">
<attribute name="val">
<ref name="ST_TextEffect"/>
- <xs:documentation>Animated Text Effect Type</xs:documentation>
</attribute>
</define>
<define name="ST_Border">
<list>
- <xs:documentation>Border Styles</xs:documentation>
<choice>
<!-- No Border -->
<value>nil</value>
@@ -15408,60 +14140,50 @@
<define name="CT_Border">
<attribute name="val">
<ref name="ST_Border"/>
- <xs:documentation>Border Style</xs:documentation>
</attribute>
<optional>
<attribute name="color">
<ref name="ST_HexColor"/>
- <xs:documentation>Border Color</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="themeColor">
<ref name="ST_ThemeColor"/>
- <xs:documentation>Border Theme Color</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="themeTint">
<ref name="ST_UcharHexNumber"/>
- <xs:documentation>Border Theme Color Tint</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="themeShade">
<ref name="ST_UcharHexNumber"/>
- <xs:documentation>Border Theme Color Shade</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="sz">
<ref name="ST_EighthPointMeasure"/>
- <xs:documentation>Border Width</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="space">
<ref name="ST_PointMeasure"/>
- <xs:documentation>Border Spacing Measurement</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="shadow">
<ref name="ST_OnOff"/>
- <xs:documentation>Border Shadow</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="frame">
<ref name="ST_OnOff"/>
- <xs:documentation>Create Frame Effect</xs:documentation>
</attribute>
</optional>
</define>
<define name="ST_Shd">
<list>
- <xs:documentation>Shading Patterns</xs:documentation>
<choice>
<!-- No Pattern -->
<value>nil</value>
@@ -15545,60 +14267,50 @@
<define name="CT_Shd">
<attribute name="val">
<ref name="ST_Shd"/>
- <xs:documentation>Shading Pattern</xs:documentation>
</attribute>
<optional>
<attribute name="color">
<ref name="ST_HexColor"/>
- <xs:documentation>Shading Pattern Color</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="themeColor">
<ref name="ST_ThemeColor"/>
- <xs:documentation>Shading Pattern Theme Color</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="themeTint">
<ref name="ST_UcharHexNumber"/>
- <xs:documentation>Shading Pattern Theme Color Tint</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="themeShade">
<ref name="ST_UcharHexNumber"/>
- <xs:documentation>Shading Pattern Theme Color Shade</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="fill">
<ref name="ST_HexColor"/>
- <xs:documentation>Shading Background Color</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="themeFill">
<ref name="ST_ThemeColor"/>
- <xs:documentation>Shading Background Theme Color</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="themeFillTint">
<ref name="ST_UcharHexNumber"/>
- <xs:documentation>Shading Background Theme Color Tint</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="themeFillShade">
<ref name="ST_UcharHexNumber"/>
- <xs:documentation>Shading Background Theme Color Shade</xs:documentation>
</attribute>
</optional>
</define>
<define name="ST_VerticalAlignRun">
<list>
- <xs:documentation>Vertical Positioning Location</xs:documentation>
<choice>
<!-- Regular Vertical Positioning -->
<value>baseline</value>
@@ -15612,24 +14324,20 @@
<define name="CT_VerticalAlignRun">
<attribute name="val">
<text/>
- <xs:documentation>Subscript/Superscript Value</xs:documentation>
</attribute>
</define>
<define name="CT_FitText">
<attribute name="val">
<text/>
- <xs:documentation>Value</xs:documentation>
</attribute>
<optional>
<attribute name="id">
<text/>
- <xs:documentation>Fit Text Run ID</xs:documentation>
</attribute>
</optional>
</define>
<define name="ST_Em">
<list>
- <xs:documentation>Emphasis Mark Type</xs:documentation>
<choice>
<!-- No Emphasis Mark -->
<value>none</value>
@@ -15647,32 +14355,27 @@
<define name="CT_Em">
<attribute name="val">
<ref name="ST_Em"/>
- <xs:documentation>Emphasis Mark Type</xs:documentation>
</attribute>
</define>
<define name="CT_Language">
<optional>
<attribute name="val">
<ref name="ST_Lang"/>
- <xs:documentation>Latin Language</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="eastAsia">
<ref name="ST_Lang"/>
- <xs:documentation>East Asian Language</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="bidi">
<ref name="ST_Lang"/>
- <xs:documentation>Complex Script Language</xs:documentation>
</attribute>
</optional>
</define>
<define name="ST_CombineBrackets">
<list>
- <xs:documentation>Two Lines in One Enclosing Character Type</xs:documentation>
<choice>
<!-- No Enclosing Brackets -->
<value>none</value>
@@ -15691,37 +14394,31 @@
<optional>
<attribute name="id">
<ref name="ST_DecimalNumber"/>
- <xs:documentation>East Asian Typography Run ID</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="combine">
<ref name="ST_OnOff"/>
- <xs:documentation>Two Lines in One</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="combineBrackets">
<ref name="ST_CombineBrackets"/>
- <xs:documentation>Display Brackets Around Two Lines in One</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="vert">
<ref name="ST_OnOff"/>
- <xs:documentation>Horizontal in Vertical (Rotate Text)</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="vertCompress">
<ref name="ST_OnOff"/>
- <xs:documentation>Compress Rotated Text to Line Height</xs:documentation>
</attribute>
</optional>
</define>
<define name="ST_XAlign">
<list>
- <xs:documentation>Horizontal Alignment Location</xs:documentation>
<choice>
<!-- Left Aligned Horizontally -->
<value>left</value>
@@ -15738,7 +14435,6 @@
</define>
<define name="ST_YAlign">
<list>
- <xs:documentation>Vertical Alignment Location</xs:documentation>
<choice>
<!-- In line With Text -->
<value>inline</value>
@@ -15757,7 +14453,6 @@
</define>
<define name="ST_HeightRule">
<list>
- <xs:documentation>Height Rule</xs:documentation>
<choice>
<!-- Determine Height Based On Contents -->
<value>auto</value>
@@ -15770,7 +14465,6 @@
</define>
<define name="ST_Wrap">
<list>
- <xs:documentation>Text Wrapping around Text Frame Type</xs:documentation>
<choice>
<!-- Default Text Wrapping Around Frame -->
<value>auto</value>
@@ -15789,7 +14483,6 @@
</define>
<define name="ST_VAnchor">
<list>
- <xs:documentation>Vertical Anchor Location</xs:documentation>
<choice>
<!-- Relative To Vertical Text Extents -->
<value>text</value>
@@ -15802,7 +14495,6 @@
</define>
<define name="ST_HAnchor">
<list>
- <xs:documentation>Horizontal Anchor Location</xs:documentation>
<choice>
<!-- Relative to Text Extents -->
<value>text</value>
@@ -15815,7 +14507,6 @@
</define>
<define name="ST_DropCap">
<list>
- <xs:documentation>Text Frame Drop Cap Location</xs:documentation>
<choice>
<!-- Not Drop Cap -->
<value>none</value>
@@ -15830,97 +14521,81 @@
<optional>
<attribute name="dropCap">
<ref name="ST_DropCap"/>
- <xs:documentation>Drop Cap Frame</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="lines">
<ref name="ST_DecimalNumber"/>
- <xs:documentation>Drop Cap Vertical Height in Lines</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="w">
<ref name="ST_TwipsMeasure"/>
- <xs:documentation>Frame Width</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="h">
<ref name="ST_TwipsMeasure"/>
- <xs:documentation>Frame Height</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="vSpace">
<ref name="ST_TwipsMeasure"/>
- <xs:documentation>Vertical Frame Padding</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="hSpace">
<ref name="ST_TwipsMeasure"/>
- <xs:documentation>Horizontal Frame Padding</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="wrap">
<ref name="ST_Wrap"/>
- <xs:documentation>Text Wrapping Around Frame</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="hAnchor">
<ref name="ST_HAnchor"/>
- <xs:documentation>Frame Horizontal Positioning Base</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="vAnchor">
<ref name="ST_VAnchor"/>
- <xs:documentation>Frame Vertical Positioning Base</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="x">
<ref name="ST_SignedTwipsMeasure"/>
- <xs:documentation>Absolute Horizontal Position</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="xAlign">
<ref name="ST_XAlign"/>
- <xs:documentation>Relative Horizontal Position</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="y">
<ref name="ST_SignedTwipsMeasure"/>
- <xs:documentation>Absolute Vertical Position</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="yAlign">
<ref name="ST_YAlign"/>
- <xs:documentation>Relative Vertical Position</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="hRule">
<ref name="ST_HeightRule"/>
- <xs:documentation>Frame Height Type</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="anchorLock">
<ref name="ST_OnOff"/>
- <xs:documentation>Lock Frame Anchor to Paragraph</xs:documentation>
</attribute>
</optional>
</define>
<define name="ST_TabJc">
<list>
- <xs:documentation>Custom Tab Stop Type</xs:documentation>
<choice>
<!-- No Tab Stop -->
<value>clear</value>
@@ -15945,7 +14620,6 @@
</define>
<define name="ST_TabTlc">
<list>
- <xs:documentation>Custom Tab Stop Leader Character</xs:documentation>
<choice>
<!-- No tab stop leader -->
<value>none</value>
@@ -15965,22 +14639,18 @@
<define name="CT_TabStop">
<attribute name="val">
<ref name="ST_TabJc"/>
- <xs:documentation>Tab Stop Type</xs:documentation>
</attribute>
<optional>
<attribute name="leader">
<ref name="ST_TabTlc"/>
- <xs:documentation>Tab Leader Character</xs:documentation>
</attribute>
</optional>
<attribute name="pos">
<ref name="ST_SignedTwipsMeasure"/>
- <xs:documentation>Tab Stop Position</xs:documentation>
</attribute>
</define>
<define name="ST_LineSpacingRule">
<list>
- <xs:documentation>Line Spacing Rule</xs:documentation>
<choice>
<!-- Automatically Determined Line Height -->
<value>auto</value>
@@ -15995,49 +14665,41 @@
<optional>
<attribute name="before">
<ref name="ST_TwipsMeasure"/>
- <xs:documentation>Spacing Above Paragraph</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="beforeLines">
<ref name="ST_DecimalNumber"/>
- <xs:documentation>Spacing Above Paragraph IN Line Units</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="beforeAutospacing">
<ref name="ST_OnOff"/>
- <xs:documentation>Automatically Determine Spacing Above Paragraph</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="after">
<ref name="ST_TwipsMeasure"/>
- <xs:documentation>Spacing Below Paragraph</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="afterLines">
<ref name="ST_DecimalNumber"/>
- <xs:documentation>Spacing Below Paragraph in Line Units</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="afterAutospacing">
<ref name="ST_OnOff"/>
- <xs:documentation>Automatically Determine Spacing Below Paragraph</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="line">
<ref name="ST_SignedTwipsMeasure"/>
- <xs:documentation>Spacing Between Lines in Paragraph</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="lineRule">
<ref name="ST_LineSpacingRule"/>
- <xs:documentation>Type of Spacing Between Lines</xs:documentation>
</attribute>
</optional>
</define>
@@ -16045,79 +14707,66 @@
<optional>
<attribute name="end">
<ref name="ST_SignedTwipsMeasure"/>
- <xs:documentation>Left Indentation</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="endChars">
<ref name="ST_DecimalNumber"/>
- <xs:documentation>Left Indentation in Character Units</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="start">
<ref name="ST_SignedTwipsMeasure"/>
- <xs:documentation>Left Indentation</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="startChars">
<ref name="ST_DecimalNumber"/>
- <xs:documentation>Left Indentation in Character Units</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="left">
<ref name="ST_SignedTwipsMeasure"/>
- <xs:documentation>Left Indentation</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="leftChars">
<ref name="ST_DecimalNumber"/>
- <xs:documentation>Left Indentation in Character Units</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="right">
<ref name="ST_SignedTwipsMeasure"/>
- <xs:documentation>Right Indentation</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="rightChars">
<ref name="ST_DecimalNumber"/>
- <xs:documentation>Right Indentation in Character Units</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="hanging">
<ref name="ST_TwipsMeasure"/>
- <xs:documentation>Indentation Removed from First Line</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="hangingChars">
<ref name="ST_DecimalNumber"/>
- <xs:documentation>Indentation Removed From First Line in Character Units</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="firstLine">
<ref name="ST_TwipsMeasure"/>
- <xs:documentation>Additional First Line Indentation</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="firstLineChars">
<ref name="ST_DecimalNumber"/>
- <xs:documentation>Additional First Line Indentation in Character Units</xs:documentation>
</attribute>
</optional>
</define>
<define name="ST_Jc">
<list>
- <xs:documentation>Horizontal Alignment Type</xs:documentation>
<choice>
<!-- Align To Leading Edge -->
<value>start</value>
@@ -16149,12 +14798,10 @@
<define name="CT_Jc">
<attribute name="val">
<ref name="ST_Jc"/>
- <xs:documentation>Alignment Type</xs:documentation>
</attribute>
</define>
<define name="ST_View">
<list>
- <xs:documentation>Document View Values</xs:documentation>
<choice>
<!-- Default View -->
<value>none</value>
@@ -16174,12 +14821,10 @@
<define name="CT_View">
<attribute name="val">
<ref name="ST_View"/>
- <xs:documentation>Document View Setting Value</xs:documentation>
</attribute>
</define>
<define name="ST_Zoom">
<list>
- <xs:documentation>Magnification Preset Values</xs:documentation>
<choice>
<!-- No Preset Magnification -->
<value>none</value>
@@ -16193,53 +14838,42 @@
</list>
</define>
<define name="ST_Percentage">
- <data type="int">
- <xs:documentation>Percentage</xs:documentation>
- </data>
+ <data type="int"/>
</define>
<define name="CT_Zoom">
<optional>
<attribute name="val">
<ref name="ST_Zoom"/>
- <xs:documentation>Zoom Type</xs:documentation>
</attribute>
</optional>
<attribute name="percent">
<ref name="ST_Percentage"/>
- <xs:documentation>Zoom Percentage</xs:documentation>
</attribute>
</define>
<define name="CT_WritingStyle">
<attribute name="lang">
<text/>
- <xs:documentation>Writing Style Language</xs:documentation>
</attribute>
<attribute name="vendorID">
<text/>
- <xs:documentation>Grammatical Engine ID</xs:documentation>
</attribute>
<attribute name="dllVersion">
<text/>
- <xs:documentation>Grammatical Check Engine Version</xs:documentation>
</attribute>
<optional>
<attribute name="nlCheck">
<text/>
- <xs:documentation>Natural Language Grammar Check</xs:documentation>
</attribute>
</optional>
<attribute name="checkStyle">
<text/>
- <xs:documentation>Check Stylistic Rules With Grammar</xs:documentation>
</attribute>
<attribute name="appName">
<text/>
- <xs:documentation>Application Name</xs:documentation>
</attribute>
</define>
<define name="ST_Proof">
<list>
- <xs:documentation>Proofing State Values</xs:documentation>
<choice>
<!-- Check Completed -->
<value>clean</value>
@@ -16252,19 +14886,16 @@
<optional>
<attribute name="spelling">
<text/>
- <xs:documentation>Spell Checking State</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="grammar">
<text/>
- <xs:documentation>Grammatical Checking State</xs:documentation>
</attribute>
</optional>
</define>
<define name="ST_DocType">
<list>
- <xs:documentation>Document Classification Values</xs:documentation>
<choice>
<!-- Default Document -->
<value>notSpecified</value>
@@ -16278,12 +14909,10 @@
<define name="CT_DocType">
<attribute name="val">
<ref name="ST_DocType"/>
- <xs:documentation>Document Classification Value</xs:documentation>
</attribute>
</define>
<define name="ST_DocProtect">
<list>
- <xs:documentation>Document Protection Types</xs:documentation>
<choice>
<!-- No Editing Restrictions -->
<value>none</value>
@@ -16300,7 +14929,6 @@
</define>
<define name="ST_CryptProv">
<list>
- <xs:documentation>Cryptographic Provider Types</xs:documentation>
<choice>
<!-- AES Provider -->
<value>rsaAES</value>
@@ -16311,14 +14939,12 @@
</define>
<define name="ST_AlgClass">
<list>
- <xs:documentation>Cryptographic Algorithm Classes</xs:documentation>
<!-- Hashing -->
<value>hash</value>
</list>
</define>
<define name="ST_AlgType">
<list>
- <xs:documentation>Cryptographic Algorithm Types</xs:documentation>
<!-- Any Type -->
<value>typeAny</value>
</list>
@@ -16326,79 +14952,59 @@
<define name="AG_Password">
<attribute name="cryptProviderType">
<ref name="ST_CryptProv"/>
- <xs:documentation>Cryptographic Provider Type</xs:documentation>
</attribute>
<attribute name="cryptAlgorithmClass">
<ref name="ST_AlgClass"/>
- <xs:documentation>Cryptographic Algorithm Class</xs:documentation>
</attribute>
<attribute name="cryptAlgorithmType">
<ref name="ST_AlgType"/>
- <xs:documentation>Cryptographic Algorithm Type</xs:documentation>
</attribute>
<attribute name="cryptAlgorithmSid">
<text/>
- <xs:documentation>Cryptographic Hashing Algorithm</xs:documentation>
</attribute>
<attribute name="cryptSpinCount">
<ref name="ST_DecimalNumber"/>
- <xs:documentation>Iterations to Run Hashing Algorithm</xs:documentation>
</attribute>
<attribute name="cryptProvider">
<text/>
- <xs:documentation>Cryptographic Provider</xs:documentation>
</attribute>
<attribute name="algIdExt">
<text/>
- <xs:documentation>Cryptographic Algorithm Extensibility</xs:documentation>
</attribute>
<attribute name="algIdExtSource">
<text/>
- <xs:documentation>Algorithm Extensibility Source</xs:documentation>
</attribute>
<attribute name="cryptProviderTypeExt">
<text/>
- <xs:documentation>Cryptographic Provider Type Extensibility</xs:documentation>
</attribute>
<attribute name="cryptProviderTypeExtSource">
<text/>
- <xs:documentation>Provider Type Extensibility Source</xs:documentation>
</attribute>
<attribute name="hash">
- <data type="base64Binary">
- <xs:documentation>Password Hash</xs:documentation>
- </data>
- <xs:documentation>Password Hash</xs:documentation>
+ <data type="base64Binary"/>
</attribute>
<attribute name="salt">
- <data type="base64Binary">
- <xs:documentation>Salt for Password Verifier</xs:documentation>
- </data>
- <xs:documentation>Salt for Password Verifier</xs:documentation>
+ <data type="base64Binary"/>
</attribute>
</define>
<define name="CT_DocProtect">
<optional>
<attribute name="edit">
<ref name="ST_DocProtect"/>
- <xs:documentation>Document Editing Restrictions</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="formatting">
<ref name="ST_OnOff"/>
- <xs:documentation>Only Allow Formatting With Unlocked Styles</xs:documentation>
</attribute>
</optional>
<attribute name="enforcement">
<ref name="ST_OnOff"/>
- <xs:documentation>Enforce Document Protection Settings</xs:documentation>
</attribute>
<ref name="AG_Password"/>
</define>
<define name="ST_MailMergeDocType">
<list>
- <xs:documentation>Source Document Types</xs:documentation>
<choice>
<!-- Catalog Source Document -->
<value>catalog</value>
@@ -16418,12 +15024,10 @@
<define name="CT_MailMergeDocType">
<attribute name="val">
<text/>
- <xs:documentation>Mail Merge Source Document Type</xs:documentation>
</attribute>
</define>
<define name="ST_MailMergeDataType">
<list>
- <xs:documentation>Mail Merge Data Source Type Values</xs:documentation>
<choice>
<!-- Text File Data Source -->
<value>textFile</value>
@@ -16443,12 +15047,10 @@
<define name="CT_MailMergeDataType">
<attribute name="val">
<text/>
- <xs:documentation>Value</xs:documentation>
</attribute>
</define>
<define name="ST_MailMergeDest">
<list>
- <xs:documentation>Merged Document Destination Types</xs:documentation>
<choice>
<!-- Send Merged Documents to New Documents -->
<value>newDocument</value>
@@ -16464,12 +15066,10 @@
<define name="CT_MailMergeDest">
<attribute name="val">
<text/>
- <xs:documentation>Mail Merge Merged Document Type</xs:documentation>
</attribute>
</define>
<define name="ST_MailMergeOdsoFMDFieldType">
<list>
- <xs:documentation>Merge Field Mapping Types</xs:documentation>
<choice>
<!-- Field Not Mapped -->
<value>null</value>
@@ -16481,54 +15081,45 @@
<define name="CT_MailMergeOdsoFMDFieldType">
<attribute name="val">
<text/>
- <xs:documentation>Merge Field Mapping Type</xs:documentation>
</attribute>
</define>
<define name="CT_TrackChangesView">
<optional>
<attribute name="markup">
<ref name="ST_OnOff"/>
- <xs:documentation>Display Visual Indicator Of Markup Area</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="comments">
<ref name="ST_OnOff"/>
- <xs:documentation>Display Comments</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="insDel">
<ref name="ST_OnOff"/>
- <xs:documentation>Display Content Revisions</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="formatting">
<ref name="ST_OnOff"/>
- <xs:documentation>Display Formatting Revisions</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="inkAnnotations">
<ref name="ST_OnOff"/>
- <xs:documentation>Display Ink Annotations</xs:documentation>
</attribute>
</optional>
</define>
<define name="CT_Kinsoku">
<attribute name="lang">
<ref name="ST_Lang"/>
- <xs:documentation>Language For Which Custom Line Breaking Rule Applies</xs:documentation>
</attribute>
<attribute name="val">
<ref name="ST_String"/>
- <xs:documentation>Characters For Custom Line Breaking Rule</xs:documentation>
</attribute>
</define>
<define name="ST_TextDirection">
<list>
- <xs:documentation>Text Flow Direction</xs:documentation>
<choice>
<!-- Left to Right, Top to Bottom -->
<value>lrTb</value>
@@ -16548,12 +15139,10 @@
<define name="CT_TextDirection">
<attribute name="val">
<ref name="ST_TextDirection"/>
- <xs:documentation>Direction of Text Flow</xs:documentation>
</attribute>
</define>
<define name="ST_TextAlignment">
<list>
- <xs:documentation>Vertical Text Alignment Types</xs:documentation>
<choice>
<!-- Align Text at Top -->
<value>top</value>
@@ -16571,12 +15160,10 @@
<define name="CT_TextAlignment">
<attribute name="val">
<ref name="ST_TextAlignment"/>
- <xs:documentation>Vertical Character Alignment Position</xs:documentation>
</attribute>
</define>
<define name="ST_DisplacedByCustomXml">
<list>
- <xs:documentation>Location of Custom XML Markup Displacing an Annotation</xs:documentation>
<choice>
<!-- Displaced by Next Custom XML Markup Tag -->
<value>next</value>
@@ -16587,7 +15174,6 @@
</define>
<define name="ST_AnnotationVMerge">
<list>
- <xs:documentation>Table Cell Vertical Merge Revision Type</xs:documentation>
<choice>
<!-- Vertically Merged Cell -->
<value>cont</value>
@@ -16599,19 +15185,16 @@
<define name="CT_Markup">
<attribute name="id">
<ref name="ST_DecimalNumber"/>
- <xs:documentation>Annotation Identifier</xs:documentation>
</attribute>
</define>
<define name="CT_TrackChange">
<ref name="CT_Markup"/>
<attribute name="author">
<ref name="ST_String"/>
- <xs:documentation>Annotation Author</xs:documentation>
</attribute>
<optional>
<attribute name="date">
<ref name="ST_DateTime"/>
- <xs:documentation>Annotation Date</xs:documentation>
</attribute>
</optional>
</define>
@@ -16620,13 +15203,11 @@
<optional>
<attribute name="vMerge">
<ref name="ST_AnnotationVMerge"/>
- <xs:documentation>Revised Vertical Merge Setting</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="vMergeOrig">
<ref name="ST_AnnotationVMerge"/>
- <xs:documentation>Vertical Merge Setting Removed by Revision</xs:documentation>
</attribute>
</optional>
</define>
@@ -16635,7 +15216,6 @@
<optional>
<attribute name="displacedByCustomXml">
<ref name="ST_DisplacedByCustomXml"/>
- <xs:documentation>Annotation Marker Displaced By Custom XML Markup</xs:documentation>
</attribute>
</optional>
</define>
@@ -16644,14 +15224,12 @@
<optional>
<attribute name="displacedByCustomXml">
<ref name="ST_DisplacedByCustomXml"/>
- <xs:documentation>Annotation Marker Relocated For Custom XML Markup</xs:documentation>
</attribute>
</optional>
</define>
<define name="CT_MarkupRangeBookmark">
<attribute name="id">
<text/>
- <xs:documentation>Annotation Identifier</xs:documentation>
</attribute>
<ref name="CT_MarkupRange"/>
</define>
@@ -16666,13 +15244,11 @@
<optional>
<attribute name="colFirst">
<text/>
- <xs:documentation>First Table Column Covered By Bookmark</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="colLast">
<text/>
- <xs:documentation>Last Table Column Covered By Bookmark</xs:documentation>
</attribute>
</optional>
</define>
@@ -16680,24 +15256,20 @@
<ref name="CT_BookmarkRange"/>
<attribute name="name">
<text/>
- <xs:documentation>Bookmark Name</xs:documentation>
</attribute>
</define>
<define name="CT_MoveBookmark">
<ref name="CT_Bookmark"/>
<attribute name="author">
<text/>
- <xs:documentation>Annotation Author</xs:documentation>
</attribute>
<attribute name="date">
<text/>
- <xs:documentation>Annotation Date</xs:documentation>
</attribute>
</define>
<define name="CT_Comment">
<attribute name="id">
<ref name="ST_DecimalNumber"/>
- <xs:documentation>Annotation Identifier</xs:documentation>
</attribute>
<ref name="CT_TrackChange"/>
<zeroOrMore>
@@ -16706,7 +15278,6 @@
<optional>
<attribute name="initials">
<ref name="ST_String"/>
- <xs:documentation>Initials of Comment Author</xs:documentation>
</attribute>
</optional>
</define>
@@ -16715,7 +15286,6 @@
<optional>
<attribute name="original">
<text/>
- <xs:documentation>Previous Numbering Value</xs:documentation>
</attribute>
</optional>
</define>
@@ -16918,7 +15488,6 @@
</define>
<define name="ST_TextboxTightWrap">
<list>
- <xs:documentation>Lines To Tight Wrap Within Text Box</xs:documentation>
<choice>
<!-- Do Not Tight Wrap -->
<value>none</value>
@@ -16936,7 +15505,6 @@
<define name="CT_TextboxTightWrap">
<attribute name="val">
<text/>
- <xs:documentation>Lines to Tight Wrap to Paragraph Extents</xs:documentation>
</attribute>
</define>
<define name="CT_PPrBase">
@@ -17130,13 +15698,11 @@
<optional>
<attribute name="name">
<text/>
- <xs:documentation>Unique Name for Embedded Control</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="shapeid">
<text/>
- <xs:documentation>Associated VML Data Reference</xs:documentation>
</attribute>
</optional>
<optional>
@@ -17150,25 +15716,21 @@
<optional>
<attribute name="color">
<ref name="ST_HexColor"/>
- <xs:documentation>Background Color</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="themeColor">
<text/>
- <xs:documentation>Background Theme Color</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="themeTint">
<text/>
- <xs:documentation>Border Theme Color Tint</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="themeShade">
<text/>
- <xs:documentation>Border Theme Color Shade</xs:documentation>
</attribute>
</optional>
<optional>
@@ -17202,13 +15764,11 @@
<optional>
<attribute name="dxaOrig">
<text/>
- <xs:documentation>Original Image Width</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="dyaOrig">
<text/>
- <xs:documentation>Original Image Height</xs:documentation>
</attribute>
</optional>
</define>
@@ -17252,20 +15812,16 @@
</group>
<attribute name="instr">
<text/>
- <xs:documentation>Field Codes</xs:documentation>
</attribute>
<attribute name="fldLock">
<text/>
- <xs:documentation>Field Should Not Be Recalculated</xs:documentation>
</attribute>
<attribute name="dirty">
<text/>
- <xs:documentation>Field Result Invalidated</xs:documentation>
</attribute>
</define>
<define name="ST_FldCharType">
<list>
- <xs:documentation>Complex Field Character Type</xs:documentation>
<choice>
<!-- Start Character -->
<value>begin</value>
@@ -17278,7 +15834,6 @@
</define>
<define name="ST_InfoTextType">
<list>
- <xs:documentation>Help or Status Text Type</xs:documentation>
<choice>
<!-- Literal Text -->
<value>text</value>
@@ -17289,25 +15844,21 @@
</define>
<define name="ST_FFHelpTextVal">
<data type="string">
- <xs:documentation>Help Text Value</xs:documentation>
<param name="maxLength">256</param>
</data>
</define>
<define name="ST_FFStatusTextVal">
<data type="string">
- <xs:documentation>Status Text Value</xs:documentation>
<param name="maxLength">140</param>
</data>
</define>
<define name="ST_FFName">
<data type="string">
- <xs:documentation>Form Field Name Value</xs:documentation>
<param name="maxLength">65</param>
</data>
</define>
<define name="ST_FFTextType">
<list>
- <xs:documentation>Text Box Form Field Type Values</xs:documentation>
<choice>
<!-- Text Box -->
<value>regular</value>
@@ -17327,13 +15878,11 @@
<define name="CT_FFTextType">
<attribute name="val">
<ref name="ST_FFName"/>
- <xs:documentation>Text Box Form Field Type Values</xs:documentation>
</attribute>
</define>
<define name="CT_FFName">
<attribute name="val">
<text/>
- <xs:documentation>Form Field Name Value</xs:documentation>
</attribute>
</define>
<define name="CT_FldChar">
@@ -17356,15 +15905,12 @@
</choice>
<attribute name="fldCharType">
<ref name="ST_FldCharType"/>
- <xs:documentation>Field Character Type</xs:documentation>
</attribute>
<attribute name="fldLock">
<text/>
- <xs:documentation>Field Should Not Be Recalculated</xs:documentation>
</attribute>
<attribute name="dirty">
<text/>
- <xs:documentation>Field Result Invalidated</xs:documentation>
</attribute>
</define>
<define name="CT_Hyperlink">
@@ -17374,31 +15920,26 @@
<optional>
<attribute name="tgtFrame">
<text/>
- <xs:documentation>Hyperlink Target Frame</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="tooltip">
<text/>
- <xs:documentation>Associated String</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="docLocation">
<text/>
- <xs:documentation>Location in Target Document</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="history">
<ref name="ST_OnOff"/>
- <xs:documentation>Add To Viewed Hyperlinks</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="anchor">
<text/>
- <xs:documentation>Hyperlink Anchor</xs:documentation>
</attribute>
</optional>
<attribute name="r:id">
@@ -17457,21 +15998,17 @@
<define name="CT_FFHelpText">
<attribute name="type">
<ref name="ST_InfoTextType"/>
- <xs:documentation>Help Text Type</xs:documentation>
</attribute>
<attribute name="val">
<text/>
- <xs:documentation>Help Text Value</xs:documentation>
</attribute>
</define>
<define name="CT_FFStatusText">
<attribute name="type">
<ref name="ST_InfoTextType"/>
- <xs:documentation>Status Text Type</xs:documentation>
</attribute>
<attribute name="val">
<text/>
- <xs:documentation>Status Text Value</xs:documentation>
</attribute>
</define>
<define name="CT_FFCheckBox">
@@ -17535,7 +16072,6 @@
</define>
<define name="ST_SectionMark">
<list>
- <xs:documentation>Section Type</xs:documentation>
<choice>
<!-- Next Page Section Break -->
<value>nextPage</value>
@@ -17553,22 +16089,18 @@
<define name="CT_SectType">
<attribute name="val">
<ref name="ST_SectionMark"/>
- <xs:documentation>Section Type Setting</xs:documentation>
</attribute>
</define>
<define name="CT_PaperSource">
<attribute name="first">
<text/>
- <xs:documentation>First Page Printer Tray Code</xs:documentation>
</attribute>
<attribute name="other">
<text/>
- <xs:documentation>Non-First Page Printer Tray Code</xs:documentation>
</attribute>
</define>
<define name="ST_NumberFormat">
<list>
- <xs:documentation>Numbering Format</xs:documentation>
<choice>
<!-- Decimal Numbers -->
<value>decimal</value>
@@ -17695,7 +16227,6 @@
</define>
<define name="ST_PageOrientation">
<list>
- <xs:documentation>Page Orientation</xs:documentation>
<choice>
<!-- Portrait Mode -->
<value>portrait</value>
@@ -17708,59 +16239,47 @@
<optional>
<attribute name="w">
<ref name="ST_TwipsMeasure"/>
- <xs:documentation>Page Width</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="h">
<ref name="ST_TwipsMeasure"/>
- <xs:documentation>Page Height</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="orient">
<ref name="ST_PageOrientation"/>
- <xs:documentation>Page Orientation</xs:documentation>
</attribute>
</optional>
<attribute name="code">
<ref name="ST_DecimalNumber"/>
- <xs:documentation>Printer Paper Code</xs:documentation>
</attribute>
</define>
<define name="CT_PageMar">
<attribute name="top">
<ref name="ST_SignedTwipsMeasure"/>
- <xs:documentation>Top Margin Spacing</xs:documentation>
</attribute>
<attribute name="right">
<ref name="ST_TwipsMeasure"/>
- <xs:documentation>Right Margin Spacing</xs:documentation>
</attribute>
<attribute name="bottom">
<ref name="ST_SignedTwipsMeasure"/>
- <xs:documentation>Page Bottom Spacing</xs:documentation>
</attribute>
<attribute name="left">
<ref name="ST_TwipsMeasure"/>
- <xs:documentation>Left Margin Spacing</xs:documentation>
</attribute>
<attribute name="header">
<ref name="ST_TwipsMeasure"/>
- <xs:documentation>Spacing to Top of Header</xs:documentation>
</attribute>
<attribute name="footer">
<ref name="ST_TwipsMeasure"/>
- <xs:documentation>Spacing to Bottom of Footer</xs:documentation>
</attribute>
<attribute name="gutter">
<ref name="ST_TwipsMeasure"/>
- <xs:documentation>Page Gutter Spacing</xs:documentation>
</attribute>
</define>
<define name="ST_PageBorderZOrder">
<list>
- <xs:documentation>Page Border Z-Order</xs:documentation>
<choice>
<!-- Page Border Ahead of Text -->
<value>front</value>
@@ -17771,7 +16290,6 @@
</define>
<define name="ST_PageBorderDisplay">
<list>
- <xs:documentation>Page Border Display Options</xs:documentation>
<choice>
<!-- Display Page Border on All Pages -->
<value>allPages</value>
@@ -17784,7 +16302,6 @@
</define>
<define name="ST_PageBorderOffset">
<list>
- <xs:documentation>Page Border Positioning Base</xs:documentation>
<choice>
<!-- Page Border Is Positioned Relative to Page Edges -->
<value>page</value>
@@ -17819,25 +16336,21 @@
<optional>
<attribute name="zOrder">
<ref name="ST_PageBorderZOrder"/>
- <xs:documentation>Z-Ordering of Page Border</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="display">
<ref name="ST_PageBorderDisplay"/>
- <xs:documentation>Pages to Display Page Borders</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="offsetFrom">
<ref name="ST_PageBorderOffset"/>
- <xs:documentation>Page Border Positioning</xs:documentation>
</attribute>
</optional>
</define>
<define name="ST_ChapterSep">
<list>
- <xs:documentation>Chapter Separator Types</xs:documentation>
<choice>
<!-- Hyphen Chapter Separator -->
<value>hyphen</value>
@@ -17854,7 +16367,6 @@
</define>
<define name="ST_LineNumberRestart">
<list>
- <xs:documentation>Line Numbering Restart Position</xs:documentation>
<choice>
<!-- Restart Line Numbering on Each Page -->
<value>newPage</value>
@@ -17869,25 +16381,21 @@
<optional>
<attribute name="countBy">
<ref name="ST_DecimalNumber"/>
- <xs:documentation>Line Number Increments to Display</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="start">
<ref name="ST_DecimalNumber"/>
- <xs:documentation>Line Numbering Starting Value</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="distance">
<ref name="ST_TwipsMeasure"/>
- <xs:documentation>Distance Between Text and Line Numbering</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="restart">
<ref name="ST_LineNumberRestart"/>
- <xs:documentation>Line Numbering Restart Setting</xs:documentation>
</attribute>
</optional>
</define>
@@ -17895,25 +16403,21 @@
<optional>
<attribute name="fmt">
<ref name="ST_NumberFormat"/>
- <xs:documentation>Page Number Format</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="start">
<ref name="ST_DecimalNumber"/>
- <xs:documentation>Starting Page Number</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="chapStyle">
<ref name="ST_DecimalNumber"/>
- <xs:documentation>Chapter Heading Style</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="chapSep">
<ref name="ST_ChapterSep"/>
- <xs:documentation>Chapter Separator Character</xs:documentation>
</attribute>
</optional>
</define>
@@ -17921,13 +16425,11 @@
<optional>
<attribute name="w">
<ref name="ST_TwipsMeasure"/>
- <xs:documentation>Column Width</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="space">
<ref name="ST_TwipsMeasure"/>
- <xs:documentation>Space Before Following Column</xs:documentation>
</attribute>
</optional>
</define>
@@ -17940,31 +16442,26 @@
<optional>
<attribute name="equalWidth">
<ref name="ST_OnOff"/>
- <xs:documentation>Equal Column Widths</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="space">
<ref name="ST_TwipsMeasure"/>
- <xs:documentation>Spacing Between Equal Width Columns</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="num">
<ref name="ST_DecimalNumber"/>
- <xs:documentation>Number of Equal Width Columns</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="sep">
<ref name="ST_OnOff"/>
- <xs:documentation>Draw Line Between Columns</xs:documentation>
</attribute>
</optional>
</define>
<define name="ST_VerticalJc">
<list>
- <xs:documentation>Vertical Alignment Type</xs:documentation>
<choice>
<!-- Align Top -->
<value>top</value>
@@ -17980,12 +16477,10 @@
<define name="CT_VerticalJc">
<attribute name="val">
<ref name="ST_VerticalJc"/>
- <xs:documentation>Vertical Alignment Setting</xs:documentation>
</attribute>
</define>
<define name="ST_DocGrid">
<list>
- <xs:documentation>Document Grid Types</xs:documentation>
<choice>
<!-- No Document Grid -->
<value>default</value>
@@ -18001,20 +16496,16 @@
<define name="CT_DocGrid">
<attribute name="type">
<ref name="ST_DocGrid"/>
- <xs:documentation>Document Grid Type</xs:documentation>
</attribute>
<attribute name="linePitch">
<ref name="ST_DecimalNumber"/>
- <xs:documentation>Document Grid Line Pitch</xs:documentation>
</attribute>
<attribute name="charSpace">
<ref name="ST_DecimalNumber"/>
- <xs:documentation>Document Grid Character Pitch</xs:documentation>
</attribute>
</define>
<define name="ST_HdrFtr">
<list>
- <xs:documentation>Header or Footer Type</xs:documentation>
<choice>
<!-- Even Numbered Pages Only -->
<value>even</value>
@@ -18027,7 +16518,6 @@
</define>
<define name="ST_FtnEdn">
<list>
- <xs:documentation>Footnote or Endnote Type</xs:documentation>
<choice>
<!-- Normal Footnote/Endnote -->
<value>normal</value>
@@ -18043,7 +16533,6 @@
<define name="CT_HdrFtrRef">
<attribute name="type">
<ref name="ST_HdrFtr"/>
- <xs:documentation>Header or Footer Type</xs:documentation>
</attribute>
<optional>
<attribute name="r:id">
@@ -18170,19 +16659,15 @@
<define name="AG_SectPrAttributes">
<attribute name="rsidRPr">
<text/>
- <xs:documentation>Physical Section Mark Character Revision ID</xs:documentation>
</attribute>
<attribute name="rsidDel">
<text/>
- <xs:documentation>Section Deletion Revision ID</xs:documentation>
</attribute>
<attribute name="rsidR">
<text/>
- <xs:documentation>Section Addition Revision ID</xs:documentation>
</attribute>
<attribute name="rsidSect">
<text/>
- <xs:documentation>Section Properties Revision ID</xs:documentation>
</attribute>
</define>
<define name="CT_SectPrBase">
@@ -18209,7 +16694,6 @@
</define>
<define name="ST_BrType">
<list>
- <xs:documentation>Break Types</xs:documentation>
<choice>
<!-- Page Break -->
<value>page</value>
@@ -18222,7 +16706,6 @@
</define>
<define name="ST_BrClear">
<list>
- <xs:documentation>Line Break Text Wrapping Restart Location</xs:documentation>
<choice>
<!-- Restart On Next Line -->
<value>none</value>
@@ -18239,19 +16722,16 @@
<optional>
<attribute name="type">
<ref name="ST_BrType"/>
- <xs:documentation>Break Type</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="clear">
<ref name="ST_BrClear"/>
- <xs:documentation>Restart Location For Text Wrapping Break</xs:documentation>
</attribute>
</optional>
</define>
<define name="ST_PTabAlignment">
<list>
- <xs:documentation>Absolute Position Tab Alignment</xs:documentation>
<choice>
<!-- Left -->
<value>left</value>
@@ -18264,7 +16744,6 @@
</define>
<define name="ST_PTabRelativeTo">
<list>
- <xs:documentation>Absolute Position Tab Positioning Base</xs:documentation>
<choice>
<!-- Relative To Text Margins -->
<value>margin</value>
@@ -18275,7 +16754,6 @@
</define>
<define name="ST_PTabLeader">
<list>
- <xs:documentation>Absolute Position Tab Leader Character</xs:documentation>
<choice>
<!-- No Leader Character -->
<value>none</value>
@@ -18293,30 +16771,24 @@
<define name="CT_PTab">
<attribute name="alignment">
<ref name="ST_PTabAlignment"/>
- <xs:documentation>Positional Tab Stop Alignment</xs:documentation>
</attribute>
<attribute name="relativeTo">
<ref name="ST_PTabRelativeTo"/>
- <xs:documentation>Positional Tab Base</xs:documentation>
</attribute>
<attribute name="leader">
<ref name="ST_PTabLeader"/>
- <xs:documentation>Tab Leader Character</xs:documentation>
</attribute>
</define>
<define name="CT_Sym">
<attribute name="font">
<text/>
- <xs:documentation>Symbol Character Font</xs:documentation>
</attribute>
<attribute name="char">
<ref name="ST_ShortHexNumber"/>
- <xs:documentation>Symbol Character Code</xs:documentation>
</attribute>
</define>
<define name="ST_ProofErr">
<list>
- <xs:documentation>Proofing Error Type</xs:documentation>
<choice>
<!-- Start of Region Marked as Spelling Error -->
<value>spellStart</value>
@@ -18332,12 +16804,10 @@
<define name="CT_ProofErr">
<attribute name="type">
<text/>
- <xs:documentation>Proofing Error Anchor Type</xs:documentation>
</attribute>
</define>
<define name="ST_EdGrp">
<list>
- <xs:documentation>Range Permision Editing Group</xs:documentation>
<choice>
<!-- No Users Have Editing Permissions -->
<value>none</value>
@@ -18359,12 +16829,10 @@
<define name="CT_Perm">
<attribute name="id">
<text/>
- <xs:documentation>Annotation ID</xs:documentation>
</attribute>
<optional>
<attribute name="displacedByCustomXml">
<text/>
- <xs:documentation>Annotation Displaced By Custom XML Markup</xs:documentation>
</attribute>
</optional>
</define>
@@ -18373,25 +16841,21 @@
<optional>
<attribute name="edGrp">
<text/>
- <xs:documentation>Editor Group For Range Permission</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="ed">
<text/>
- <xs:documentation>Single User For Range Permission</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="colFirst">
<text/>
- <xs:documentation>First Table Column Covered By Range Permission</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="colLast">
<text/>
- <xs:documentation>Last Table Column Covered By Range Permission</xs:documentation>
</attribute>
</optional>
</define>
@@ -18568,20 +17032,16 @@
</group>
<attribute name="rsidRPr">
<text/>
- <xs:documentation>Revision Identifier for Run Properties</xs:documentation>
</attribute>
<attribute name="rsidDel">
<text/>
- <xs:documentation>Revision Identifier for Run Deletion</xs:documentation>
</attribute>
<attribute name="rsidR">
<text/>
- <xs:documentation>Revision Identifier for Run</xs:documentation>
</attribute>
</define>
<define name="ST_Hint">
<list>
- <xs:documentation>Font Type Hint</xs:documentation>
<choice>
<!-- High ANSI Font -->
<value>default</value>
@@ -18594,7 +17054,6 @@
</define>
<define name="ST_Theme">
<list>
- <xs:documentation>Theme Font</xs:documentation>
<choice>
<!-- Major East Asian Theme Font -->
<value>majorEastAsia</value>
@@ -18618,39 +17077,30 @@
<define name="CT_Fonts">
<attribute name="hint">
<ref name="ST_Hint"/>
- <xs:documentation>Font Content Type</xs:documentation>
</attribute>
<attribute name="ascii">
<ref name="ST_String"/>
- <xs:documentation>ASCII Font</xs:documentation>
</attribute>
<attribute name="hAnsi">
<ref name="ST_String"/>
- <xs:documentation>High ANSI Font</xs:documentation>
</attribute>
<attribute name="eastAsia">
<ref name="ST_String"/>
- <xs:documentation>East Asian Font</xs:documentation>
</attribute>
<attribute name="cs">
<ref name="ST_String"/>
- <xs:documentation>Complex Script Font</xs:documentation>
</attribute>
<attribute name="asciiTheme">
<ref name="ST_Theme"/>
- <xs:documentation>ASCII Theme Font</xs:documentation>
</attribute>
<attribute name="hAnsiTheme">
<ref name="ST_Theme"/>
- <xs:documentation>High ANSI Theme Font</xs:documentation>
</attribute>
<attribute name="eastAsiaTheme">
<ref name="ST_Theme"/>
- <xs:documentation>East Asian Theme Font</xs:documentation>
</attribute>
<attribute name="cstheme">
<ref name="ST_Theme"/>
- <xs:documentation>Complex Script Theme Font</xs:documentation>
</attribute>
</define>
<define name="EG_RPrBase">
@@ -19015,7 +17465,6 @@
</define>
<define name="ST_RubyAlign">
<list>
- <xs:documentation>Phonetic Guide Text Alignment</xs:documentation>
<choice>
<!-- Center -->
<value>center</value>
@@ -19035,7 +17484,6 @@
<define name="CT_RubyAlign">
<attribute name="val">
<text/>
- <xs:documentation>Phonetic Guide Text Alignment Value</xs:documentation>
</attribute>
</define>
<define name="CT_RubyPr">
@@ -19088,7 +17536,6 @@
</define>
<define name="ST_Lock">
<list>
- <xs:documentation>Locking Types</xs:documentation>
<choice>
<!-- SDT Cannot Be Deleted -->
<value>sdtLocked</value>
@@ -19104,22 +17551,18 @@
<define name="CT_Lock">
<attribute name="val">
<text/>
- <xs:documentation>Locking Type</xs:documentation>
</attribute>
</define>
<define name="CT_SdtListItem">
<attribute name="displayText">
<text/>
- <xs:documentation>List Entry Display Text</xs:documentation>
</attribute>
<attribute name="value">
<text/>
- <xs:documentation>List Entry Value</xs:documentation>
</attribute>
</define>
<define name="ST_SdtDateMappingType">
<list>
- <xs:documentation>Date Storage Format Types</xs:documentation>
<choice>
<!-- Same As Display -->
<value>text</value>
@@ -19133,12 +17576,10 @@
<define name="CT_SdtDateMappingType">
<attribute name="val">
<text/>
- <xs:documentation>Date Storage Type</xs:documentation>
</attribute>
</define>
<define name="ST_CalendarType">
<list>
- <xs:documentation>Calendar Types</xs:documentation>
<choice>
<!-- Gregorian -->
<value>gregorian</value>
@@ -19166,7 +17607,6 @@
<define name="CT_CalendarType">
<attribute name="val">
<text/>
- <xs:documentation>Calendar Type Value</xs:documentation>
</attribute>
</define>
<define name="CT_SdtDate">
@@ -19195,7 +17635,6 @@
<optional>
<attribute name="fullDate">
<text/>
- <xs:documentation>Last Known Date in XML Schema DateTime Format</xs:documentation>
</attribute>
</optional>
</define>
@@ -19225,7 +17664,6 @@
<optional>
<attribute name="lastValue">
<text/>
- <xs:documentation>Drop-down List Last Saved Value</xs:documentation>
</attribute>
</optional>
</define>
@@ -19237,21 +17675,17 @@
<define name="CT_SdtText">
<attribute name="multiLine">
<text/>
- <xs:documentation>Allow Soft Line Breaks</xs:documentation>
</attribute>
</define>
<define name="CT_DataBinding">
<attribute name="prefixMappings">
<text/>
- <xs:documentation>XML Namespace Prefix Mappings</xs:documentation>
</attribute>
<attribute name="xpath">
<text/>
- <xs:documentation>XPath</xs:documentation>
</attribute>
<attribute name="storeItemID">
<text/>
- <xs:documentation>Custom XML Data Storage ID</xs:documentation>
</attribute>
</define>
<define name="CT_SdtPr">
@@ -19526,15 +17960,12 @@
<define name="CT_Attr">
<attribute name="uri">
<text/>
- <xs:documentation>Namespace</xs:documentation>
</attribute>
<attribute name="name">
<text/>
- <xs:documentation>Name</xs:documentation>
</attribute>
<attribute name="val">
<text/>
- <xs:documentation>Value</xs:documentation>
</attribute>
</define>
<define name="CT_CustomXmlRun">
@@ -19550,11 +17981,9 @@
</group>
<attribute name="uri">
<text/>
- <xs:documentation>Custom XML Markup Namespace</xs:documentation>
</attribute>
<attribute name="element">
<text/>
- <xs:documentation>Element name</xs:documentation>
</attribute>
</define>
<define name="CT_SmartTagRun">
@@ -19570,11 +17999,9 @@
</group>
<attribute name="uri">
<text/>
- <xs:documentation>Smart Tag Namespace</xs:documentation>
</attribute>
<attribute name="element">
<text/>
- <xs:documentation>Smart Tag Name</xs:documentation>
</attribute>
</define>
<define name="CT_CustomXmlBlock">
@@ -19590,11 +18017,9 @@
</group>
<attribute name="uri">
<text/>
- <xs:documentation>Custom XML Element Namespace</xs:documentation>
</attribute>
<attribute name="element">
<text/>
- <xs:documentation>Custom XML Element Name</xs:documentation>
</attribute>
</define>
<define name="CT_CustomXmlPr">
@@ -19622,11 +18047,9 @@
</group>
<attribute name="uri">
<text/>
- <xs:documentation>Custom XML Element Namespace</xs:documentation>
</attribute>
<attribute name="element">
<text/>
- <xs:documentation>Custom XML Element Name</xs:documentation>
</attribute>
</define>
<define name="CT_CustomXmlCell">
@@ -19642,11 +18065,9 @@
</group>
<attribute name="uri">
<text/>
- <xs:documentation>Custom XML Element Namespace</xs:documentation>
</attribute>
<attribute name="element">
<text/>
- <xs:documentation>Custom XML Element Name</xs:documentation>
</attribute>
</define>
<define name="CT_SmartTagPr">
@@ -19687,28 +18108,22 @@
</group>
<attribute name="rsidRPr">
<text/>
- <xs:documentation>Revision Identifier for Paragraph Glyph Formatting</xs:documentation>
</attribute>
<attribute name="rsidR">
<text/>
- <xs:documentation>Revision Identifier for Paragraph</xs:documentation>
</attribute>
<attribute name="rsidDel">
<text/>
- <xs:documentation>Revision Identifier for Paragraph Deletion</xs:documentation>
</attribute>
<attribute name="rsidP">
<text/>
- <xs:documentation>Revision Identifier for Paragraph Properties</xs:documentation>
</attribute>
<attribute name="rsidRDefault">
<text/>
- <xs:documentation>Default Revision Identifier for Runs</xs:documentation>
</attribute>
</define>
<define name="ST_TblWidth">
<list>
- <xs:documentation>Table Width Units</xs:documentation>
<choice>
<!-- No Width -->
<value>nil</value>
@@ -19724,27 +18139,22 @@
<define name="CT_Height">
<attribute name="val">
<text/>
- <xs:documentation>Table Row Height</xs:documentation>
</attribute>
<attribute name="hRule">
<text/>
- <xs:documentation>Table Row Height Type</xs:documentation>
</attribute>
</define>
<define name="CT_TblWidth">
<attribute name="w">
<ref name="ST_DecimalNumber"/>
- <xs:documentation>Table Width Value</xs:documentation>
</attribute>
<attribute name="type">
<ref name="ST_TblWidth"/>
- <xs:documentation>Table Width Type</xs:documentation>
</attribute>
</define>
<define name="CT_TblGridCol">
<attribute name="w">
<ref name="ST_TwipsMeasure"/>
- <xs:documentation>Grid Column Width</xs:documentation>
</attribute>
</define>
<define name="CT_TblGridBase">
@@ -19848,7 +18258,6 @@
</define>
<define name="ST_Merge">
<list>
- <xs:documentation>Merged Cell Type</xs:documentation>
<choice>
<!-- Continue Merged Region -->
<value>continue</value>
@@ -19860,13 +18269,11 @@
<define name="CT_VMerge">
<attribute name="val">
<ref name="ST_Merge"/>
- <xs:documentation>Vertical Merge Type</xs:documentation>
</attribute>
</define>
<define name="CT_HMerge">
<attribute name="val">
<ref name="ST_Merge"/>
- <xs:documentation>Horizontal Merge Type</xs:documentation>
</attribute>
</define>
<define name="CT_TcPrBase">
@@ -19962,7 +18369,6 @@
</define>
<define name="ST_Cnf">
<data type="string">
- <xs:documentation>Conditional Formatting Bitmask</xs:documentation>
<param name="length">12</param>
<param name="pattern">[01]*</param>
</data>
@@ -19970,7 +18376,6 @@
<define name="CT_Cnf">
<attribute name="val">
<ref name="ST_Cnf"/>
- <xs:documentation>Conditional Formatting Bit Mask</xs:documentation>
</attribute>
</define>
<define name="CT_TrPrBase">
@@ -20082,24 +18487,19 @@
</group>
<attribute name="rsidRPr">
<text/>
- <xs:documentation>Revision Identifier for Table Row Glyph Formatting</xs:documentation>
</attribute>
<attribute name="rsidR">
<text/>
- <xs:documentation>Revision Identifier for Table Row</xs:documentation>
</attribute>
<attribute name="rsidDel">
<text/>
- <xs:documentation>Revision Identifier for Table Row Deletion</xs:documentation>
</attribute>
<attribute name="rsidTr">
<text/>
- <xs:documentation>Revision Identifier for Table Row Properties</xs:documentation>
</attribute>
</define>
<define name="ST_TblLayout">
<list>
- <xs:documentation>Table Layout Type</xs:documentation>
<choice>
<!-- Fixed Width Table Layout -->
<value>fixed</value>
@@ -20111,12 +18511,10 @@
<define name="CT_TblLayoutType">
<attribute name="type">
<ref name="ST_TblLayout"/>
- <xs:documentation>Table Layout Setting</xs:documentation>
</attribute>
</define>
<define name="ST_TblOverlap">
<list>
- <xs:documentation>Table Overlap Setting</xs:documentation>
<choice>
<!-- Floating Table Cannot Overlap -->
<value>never</value>
@@ -20128,49 +18526,38 @@
<define name="CT_TblOverlap">
<attribute name="val">
<ref name="ST_TblOverlap"/>
- <xs:documentation>Floating Table Overlap Setting</xs:documentation>
</attribute>
</define>
<define name="CT_TblPPr">
<attribute name="leftFromText">
<ref name="ST_SignedTwipsMeasure"/>
- <xs:documentation>Distance From Left of Table to Text</xs:documentation>
</attribute>
<attribute name="rightFromText">
<ref name="ST_SignedTwipsMeasure"/>
- <xs:documentation>(Distance From Right of Table to Text</xs:documentation>
</attribute>
<attribute name="topFromText">
<ref name="ST_SignedTwipsMeasure"/>
- <xs:documentation>Distance From Top of Table to Text</xs:documentation>
</attribute>
<attribute name="bottomFromText">
<ref name="ST_SignedTwipsMeasure"/>
- <xs:documentation>Distance From Bottom of Table to Text</xs:documentation>
</attribute>
<attribute name="vertAnchor">
<text/>
- <xs:documentation>Table Vertical Anchor</xs:documentation>
</attribute>
<attribute name="horzAnchor">
<text/>
- <xs:documentation>Table Horizontal Anchor</xs:documentation>
</attribute>
<attribute name="tblpXSpec">
<text/>
- <xs:documentation>Relative Horizontal Alignment From Anchor</xs:documentation>
</attribute>
<attribute name="tblpX">
<ref name="ST_SignedTwipsMeasure"/>
- <xs:documentation>Absolute Horizontal Distance From Anchor</xs:documentation>
</attribute>
<attribute name="tblpYSpec">
<text/>
- <xs:documentation>Relative Vertical Alignment from Anchor</xs:documentation>
</attribute>
<attribute name="tblpY">
<ref name="ST_SignedTwipsMeasure"/>
- <xs:documentation>Absolute Vertical Distance From Anchor</xs:documentation>
</attribute>
</define>
<define name="CT_TblCellMar">
@@ -20403,7 +18790,6 @@
</define>
<define name="ST_FtnPos">
<list>
- <xs:documentation>Footnote Positioning Location</xs:documentation>
<choice>
<!-- Footnotes Positioned at Page Bottom -->
<value>pageBottom</value>
@@ -20419,12 +18805,10 @@
<define name="CT_FtnPos">
<attribute name="val">
<ref name="ST_FtnPos"/>
- <xs:documentation>Footnote Position Type</xs:documentation>
</attribute>
</define>
<define name="ST_EdnPos">
<list>
- <xs:documentation>Endnote Positioning Location</xs:documentation>
<choice>
<!-- Endnotes Positioned at End of Section -->
<value>sectEnd</value>
@@ -20436,18 +18820,15 @@
<define name="CT_EdnPos">
<attribute name="val">
<ref name="ST_EdnPos"/>
- <xs:documentation>Endnote Position Type</xs:documentation>
</attribute>
</define>
<define name="CT_NumFmt">
<attribute name="val">
<ref name="ST_NumberFormat"/>
- <xs:documentation>Numbering Format Type</xs:documentation>
</attribute>
</define>
<define name="ST_RestartNumber">
<list>
- <xs:documentation>Footnote/Endnote Numbering Restart Locations</xs:documentation>
<choice>
<!-- Continue Numbering From Previous Section -->
<value>continuous</value>
@@ -20461,25 +18842,21 @@
<define name="CT_NumRestart">
<attribute name="val">
<ref name="ST_RestartNumber"/>
- <xs:documentation>Automatic Numbering Restart Value</xs:documentation>
</attribute>
</define>
<define name="CT_FtnEdnRef">
<optional>
<attribute name="customMarkFollows">
<ref name="ST_OnOff"/>
- <xs:documentation>Suppress Footnote/Endnote Reference Mark</xs:documentation>
</attribute>
</optional>
<attribute name="id">
<ref name="ST_DecimalNumber"/>
- <xs:documentation>Footnote/Endnote ID Reference</xs:documentation>
</attribute>
</define>
<define name="CT_FtnEdnSepRef">
<attribute name="id">
<ref name="ST_DecimalNumber"/>
- <xs:documentation>Footnote/Endnote ID</xs:documentation>
</attribute>
</define>
<define name="CT_FtnEdn">
@@ -20489,12 +18866,10 @@
<optional>
<attribute name="type">
<ref name="ST_FtnEdn"/>
- <xs:documentation>Footnote/Endnote Type</xs:documentation>
</attribute>
</optional>
<attribute name="id">
<ref name="ST_DecimalNumber"/>
- <xs:documentation>Footnote/Endnote ID</xs:documentation>
</attribute>
</define>
<define name="CT_CommentRef">
@@ -20568,9 +18943,7 @@
<ref name="CT_DecimalNumber"/>
</element>
<element name="uniqueTag">
- <data type="base64Binary">
- <xs:documentation>Unique Value for Record</xs:documentation>
- </data>
+ <data type="base64Binary"/>
</element>
</define>
<define name="CT_Recipients">
@@ -20619,7 +18992,6 @@
</define>
<define name="ST_MailMergeSourceType">
<list>
- <xs:documentation>Mail Merge ODSO Data Source Types</xs:documentation>
<choice>
<!-- Database Data Source -->
<value>database</value>
@@ -20645,7 +19017,6 @@
<define name="CT_MailMergeSourceType">
<attribute name="val">
<text/>
- <xs:documentation>Data Source Type Value</xs:documentation>
</attribute>
</define>
<define name="CT_Odso">
@@ -20770,7 +19141,6 @@
</define>
<define name="ST_TargetScreenSz">
<list>
- <xs:documentation>Target Screen Sizes for Generated Web Pages</xs:documentation>
<choice>
<!-- Optimize for 544x376 -->
<value>544x376</value>
@@ -20800,7 +19170,6 @@
<define name="CT_TargetScreenSz">
<attribute name="val">
<text/>
- <xs:documentation>Target Screen Size Value</xs:documentation>
</attribute>
</define>
<define name="CT_Compat">
@@ -21149,11 +19518,9 @@
<define name="CT_DocVar">
<attribute name="name">
<text/>
- <xs:documentation>Document Variable Name</xs:documentation>
</attribute>
<attribute name="val">
<text/>
- <xs:documentation>Document Variable Value</xs:documentation>
</attribute>
</define>
<define name="CT_DocVars">
@@ -21177,7 +19544,6 @@
</define>
<define name="ST_CharacterSpacing">
<list>
- <xs:documentation>Character-Level Whitespace Compression Settings</xs:documentation>
<choice>
<!-- Do Not Compress Whitespace -->
<value>doNotCompress</value>
@@ -21191,7 +19557,6 @@
<define name="CT_CharacterSpacing">
<attribute name="val">
<text/>
- <xs:documentation>Value</xs:documentation>
</attribute>
</define>
<define name="CT_SaveThroughXslt">
@@ -21203,7 +19568,6 @@
<optional>
<attribute name="solutionID">
<text/>
- <xs:documentation>Local Identifier for XSL Transform</xs:documentation>
</attribute>
</optional>
</define>
@@ -21235,7 +19599,6 @@
</define>
<define name="ST_ColorSchemeIndex">
<list>
- <xs:documentation>Theme Color Reference</xs:documentation>
<choice>
<!-- Dark 1 Theme Color Reference -->
<value>dark1</value>
@@ -21267,76 +19630,59 @@
<define name="CT_ColorSchemeMapping">
<attribute name="bg1">
<text/>
- <xs:documentation>Background 1 Theme Color Mapping</xs:documentation>
</attribute>
<attribute name="t1">
<text/>
- <xs:documentation>Text 1 Theme Color Mapping</xs:documentation>
</attribute>
<attribute name="bg2">
<text/>
- <xs:documentation>Background 2 Theme Color Mapping</xs:documentation>
</attribute>
<attribute name="t2">
<text/>
- <xs:documentation>Text 2 Theme Color Mapping</xs:documentation>
</attribute>
<attribute name="accent1">
<text/>
- <xs:documentation>Accent 1 Theme Color Mapping</xs:documentation>
</attribute>
<attribute name="accent2">
<text/>
- <xs:documentation>Accent 2 Theme Color Mapping</xs:documentation>
</attribute>
<attribute name="accent3">
<text/>
- <xs:documentation>Accent3 Theme Color Mapping</xs:documentation>
</attribute>
<attribute name="accent4">
<text/>
- <xs:documentation>Accent4 Theme Color Mapping</xs:documentation>
</attribute>
<attribute name="accent5">
<text/>
- <xs:documentation>Accent5 Theme Color Mapping</xs:documentation>
</attribute>
<attribute name="accent6">
<text/>
- <xs:documentation>Accent6 Theme Color Mapping</xs:documentation>
</attribute>
<attribute name="hyperlink">
<text/>
- <xs:documentation>Hyperlink Theme Color Mapping</xs:documentation>
</attribute>
<attribute name="followedHyperlink">
<text/>
- <xs:documentation>Followed Hyperlink Theme Color Mapping</xs:documentation>
</attribute>
</define>
<define name="CT_ReadingModeInkLockDown">
<attribute name="actualPg">
<text/>
- <xs:documentation>Use Actual Pages, Not Virtual Pages</xs:documentation>
</attribute>
<attribute name="w">
<text/>
- <xs:documentation>Virtual Page Width</xs:documentation>
</attribute>
<attribute name="h">
<text/>
- <xs:documentation>Virtual Page Height</xs:documentation>
</attribute>
<attribute name="fontSz">
<text/>
- <xs:documentation>Font Size Scaling</xs:documentation>
</attribute>
</define>
<define name="CT_WriteProtection">
<optional>
<attribute name="recommended">
<ref name="ST_OnOff"/>
- <xs:documentation>Recommend Write Protection in User Interface</xs:documentation>
</attribute>
</optional>
<ref name="AG_Password"/>
@@ -21908,7 +20254,6 @@
</define>
<define name="ST_FrameScrollbar">
<list>
- <xs:documentation>Frame Scrollbar Visibility</xs:documentation>
<choice>
<!-- Always Show Scrollbar -->
<value>on</value>
@@ -21922,7 +20267,6 @@
<define name="CT_FrameScrollbar">
<attribute name="val">
<text/>
- <xs:documentation>Scrollbar Display Option Value</xs:documentation>
</attribute>
</define>
<define name="CT_Frame">
@@ -21969,7 +20313,6 @@
</define>
<define name="ST_FrameLayout">
<list>
- <xs:documentation>Frameset Layout Order</xs:documentation>
<choice>
<!-- Stack Frames Vertically -->
<value>rows</value>
@@ -21983,7 +20326,6 @@
<define name="CT_FrameLayout">
<attribute name="val">
<text/>
- <xs:documentation>Frameset Layout Value</xs:documentation>
</attribute>
</define>
<define name="CT_FramesetSplitbar">
@@ -22045,12 +20387,10 @@
</element>
<attribute name="numPicBulletId">
<text/>
- <xs:documentation>Picture Numbering Symbol ID</xs:documentation>
</attribute>
</define>
<define name="ST_LevelSuffix">
<list>
- <xs:documentation>Content Between Numbering Symbol and Paragraph Text</xs:documentation>
<choice>
<!-- Tab Between Numbering and Text -->
<value>tab</value>
@@ -22064,20 +20404,17 @@
<define name="CT_LevelSuffix">
<attribute name="val">
<text/>
- <xs:documentation>Character Type Between Numbering and Text</xs:documentation>
</attribute>
</define>
<define name="CT_LevelText">
<optional>
<attribute name="val">
<text/>
- <xs:documentation>Level Text</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="null">
<text/>
- <xs:documentation>Level Text Is Null Character</xs:documentation>
</attribute>
</optional>
</define>
@@ -22085,19 +20422,16 @@
<optional>
<attribute name="legacy">
<text/>
- <xs:documentation>Use Legacy Numbering Properties</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="legacySpace">
<text/>
- <xs:documentation>Legacy Spacing</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="legacyIndent">
<text/>
- <xs:documentation>Legacy Indent</xs:documentation>
</attribute>
</optional>
</define>
@@ -22166,24 +20500,20 @@
</group>
<attribute name="ilvl">
<text/>
- <xs:documentation>Numbering Level</xs:documentation>
</attribute>
<optional>
<attribute name="tplc">
<text/>
- <xs:documentation>Template Code</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="tentative">
<text/>
- <xs:documentation>Tentative Numbering</xs:documentation>
</attribute>
</optional>
</define>
<define name="ST_MultiLevelType">
<list>
- <xs:documentation>Numbering Definition Type</xs:documentation>
<choice>
<!-- Single Level Numbering Definition -->
<value>singleLevel</value>
@@ -22197,7 +20527,6 @@
<define name="CT_MultiLevelType">
<attribute name="val">
<ref name="ST_MultiLevelType"/>
- <xs:documentation>Abstract Numbering Definition Type</xs:documentation>
</attribute>
</define>
<define name="CT_AbstractNum">
@@ -22240,7 +20569,6 @@
</group>
<attribute name="abstractNumId">
<text/>
- <xs:documentation>Abstract Numbering Definition ID</xs:documentation>
</attribute>
</define>
<define name="CT_NumLvl">
@@ -22258,7 +20586,6 @@
</group>
<attribute name="ilvl">
<text/>
- <xs:documentation>Numbering Level ID</xs:documentation>
</attribute>
</define>
<define name="CT_Num">
@@ -22274,7 +20601,6 @@
</group>
<attribute name="numId">
<text/>
- <xs:documentation>Numbering Definition Instance ID</xs:documentation>
</attribute>
</define>
<define name="CT_Numbering">
@@ -22301,7 +20627,6 @@
</define>
<define name="ST_TblStyleOverrideType">
<list>
- <xs:documentation>Conditional Table Style Formatting Types</xs:documentation>
<choice>
<!-- Whole table formatting -->
<value>wholeTable</value>
@@ -22362,7 +20687,6 @@
</group>
<attribute name="type">
<ref name="ST_TblStyleOverrideType"/>
- <xs:documentation>Table Style Conditional Formatting Type</xs:documentation>
</attribute>
</define>
<define name="CT_Style_TblPr">
@@ -22376,7 +20700,6 @@
</define>
<define name="ST_StyleType">
<list>
- <xs:documentation>Style Types</xs:documentation>
<choice>
<!-- Paragraph Style -->
<value>paragraph</value>
@@ -22505,52 +20828,42 @@
<optional>
<attribute name="type">
<ref name="ST_StyleType"/>
- <xs:documentation>Style Type</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="styleId">
<ref name="ST_String"/>
- <xs:documentation>Style ID</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="default">
<ref name="ST_OnOff"/>
- <xs:documentation>Default Style</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="customStyle">
<ref name="ST_OnOff"/>
- <xs:documentation>User-Defined Style</xs:documentation>
</attribute>
</optional>
</define>
<define name="CT_LsdException">
<attribute name="name">
<text/>
- <xs:documentation>Primary Style Name</xs:documentation>
</attribute>
<attribute name="locked">
<text/>
- <xs:documentation>Latent Style Locking Setting</xs:documentation>
</attribute>
<attribute name="uiPriority">
<text/>
- <xs:documentation>Override default sorting order</xs:documentation>
</attribute>
<attribute name="semiHidden">
<text/>
- <xs:documentation>Semi hidden text override</xs:documentation>
</attribute>
<attribute name="unhideWhenUsed">
<text/>
- <xs:documentation>Unhide when used</xs:documentation>
</attribute>
<attribute name="qFormat">
<text/>
- <xs:documentation>Latent Style Primary Style Setting</xs:documentation>
</attribute>
</define>
<define name="CT_LatentStyles">
@@ -22561,27 +20874,21 @@
</zeroOrMore>
<attribute name="defLockedState">
<text/>
- <xs:documentation>Default Style Locking Setting</xs:documentation>
</attribute>
<attribute name="defUIPriority">
<text/>
- <xs:documentation>Default User Interface Priority Setting</xs:documentation>
</attribute>
<attribute name="defSemiHidden">
<text/>
- <xs:documentation>Default Semi-Hidden Setting</xs:documentation>
</attribute>
<attribute name="defUnhideWhenUsed">
<text/>
- <xs:documentation>Default Hidden Until Used Setting</xs:documentation>
</attribute>
<attribute name="defQFormat">
<text/>
- <xs:documentation>Default Primary Style Setting</xs:documentation>
</attribute>
<attribute name="count">
<text/>
- <xs:documentation>Latent Style Count</xs:documentation>
</attribute>
</define>
<define name="CT_Styles">
@@ -22603,19 +20910,16 @@
</define>
<define name="ST_Panose">
<data type="hexBinary">
- <xs:documentation>Panose-1 Number</xs:documentation>
<param name="length">10</param>
</data>
</define>
<define name="CT_Panose">
<attribute name="val">
<ref name="ST_Panose"/>
- <xs:documentation>Value</xs:documentation>
</attribute>
</define>
<define name="ST_FontFamily">
<list>
- <xs:documentation>Font Family Value</xs:documentation>
<choice>
<!-- Novelty Font -->
<value>decorative</value>
@@ -22635,12 +20939,10 @@
<define name="CT_FontFamily">
<attribute name="val">
<ref name="ST_FontFamily"/>
- <xs:documentation>Font Family Value</xs:documentation>
</attribute>
</define>
<define name="ST_Pitch">
<list>
- <xs:documentation>Font Pitch Value</xs:documentation>
<choice>
<!-- Fixed Width -->
<value>fixed</value>
@@ -22654,44 +20956,35 @@
<define name="CT_Pitch">
<attribute name="val">
<ref name="ST_Pitch"/>
- <xs:documentation>Value</xs:documentation>
</attribute>
</define>
<define name="CT_FontSig">
<attribute name="usb0">
<ref name="ST_UcharHexNumber"/>
- <xs:documentation>First 32 Bits of Unicode Subset Bitfield</xs:documentation>
</attribute>
<attribute name="usb1">
<ref name="ST_UcharHexNumber"/>
- <xs:documentation>Second 32 Bits of Unicode Subset Bitfield</xs:documentation>
</attribute>
<attribute name="usb2">
<ref name="ST_UcharHexNumber"/>
- <xs:documentation>Third 32 Bits of Unicode Subset Bitfield</xs:documentation>
</attribute>
<attribute name="usb3">
<ref name="ST_UcharHexNumber"/>
- <xs:documentation>Fourth 32 Bits of Unicode Subset Bitfield</xs:documentation>
</attribute>
<attribute name="csb0">
<ref name="ST_UcharHexNumber"/>
- <xs:documentation>Lower 32 Bits of Code Page Bit Field</xs:documentation>
</attribute>
<attribute name="csb1">
<ref name="ST_UcharHexNumber"/>
- <xs:documentation>Upper 32 Bits of Code Page Bit Field</xs:documentation>
</attribute>
</define>
<define name="CT_FontRel">
<ref name="CT_Rel"/>
<attribute name="fontKey">
<text/>
- <xs:documentation>Embedded Font Obfuscation Key</xs:documentation>
</attribute>
<attribute name="subsetted">
<text/>
- <xs:documentation>Embedded Font Is Subsetted</xs:documentation>
</attribute>
</define>
<define name="CT_Font">
@@ -22759,7 +21052,6 @@
</group>
<attribute name="name">
<text/>
- <xs:documentation>Primary Font Name</xs:documentation>
</attribute>
</define>
<define name="CT_FontsList">
@@ -22840,7 +21132,6 @@
</group>
<attribute name="id">
<text/>
- <xs:documentation>div Data ID</xs:documentation>
</attribute>
</define>
<define name="CT_Divs">
@@ -22993,20 +21284,16 @@
<define name="CT_SmartTagType">
<attribute name="namespaceuri">
<text/>
- <xs:documentation>Smart Tag Namespace</xs:documentation>
</attribute>
<attribute name="name">
<text/>
- <xs:documentation>Smart Tag Name</xs:documentation>
</attribute>
<attribute name="url">
<text/>
- <xs:documentation>Smart Tag Supplementary URL</xs:documentation>
</attribute>
</define>
<define name="ST_ThemeColor">
<list>
- <xs:documentation>Theme Color</xs:documentation>
<choice>
<!-- Dark 1 Theme Color -->
<value>dark1</value>
@@ -23047,7 +21334,6 @@
</define>
<define name="ST_DocPartBehavior">
<list>
- <xs:documentation>Insertion Behavior Types</xs:documentation>
<choice>
<!-- Insert Content At Specified Location -->
<value>content</value>
@@ -23061,7 +21347,6 @@
<define name="CT_DocPartBehavior">
<attribute name="val">
<text/>
- <xs:documentation>Insertion Behavior Value</xs:documentation>
</attribute>
</define>
<define name="CT_DocPartBehaviors">
@@ -23073,7 +21358,6 @@
</define>
<define name="ST_DocPartType">
<list>
- <xs:documentation>Entry Types</xs:documentation>
<choice>
<!-- No Type -->
<value>none</value>
@@ -23095,7 +21379,6 @@
<define name="CT_DocPartType">
<attribute name="val">
<text/>
- <xs:documentation>Type Value</xs:documentation>
</attribute>
</define>
<define name="CT_DocPartTypes">
@@ -23107,13 +21390,11 @@
<optional>
<attribute name="all">
<text/>
- <xs:documentation>Entry Is Of All Types</xs:documentation>
</attribute>
</optional>
</define>
<define name="ST_DocPartGallery">
<list>
- <xs:documentation>Entry Gallery Types</xs:documentation>
<choice>
<!-- Structured Document Tag Placeholder Text Gallery -->
<value>placeholder</value>
@@ -23197,7 +21478,6 @@
<define name="CT_DocPartGallery">
<attribute name="val">
<text/>
- <xs:documentation>Gallery Value</xs:documentation>
</attribute>
</define>
<define name="CT_DocPartCategory">
@@ -23211,12 +21491,10 @@
<define name="CT_DocPartName">
<attribute name="val">
<text/>
- <xs:documentation>Name Value</xs:documentation>
</attribute>
<optional>
<attribute name="decorated">
<text/>
- <xs:documentation>Built-In Entry</xs:documentation>
</attribute>
</optional>
</define>
@@ -23293,7 +21571,6 @@
</define>
<define name="ST_CaptionPos">
<list>
- <xs:documentation>Automatic Caption Positioning Values</xs:documentation>
<choice>
<!-- Position Caption Above Object -->
<value>above</value>
@@ -23309,53 +21586,44 @@
<define name="CT_Caption">
<attribute name="name">
<ref name="ST_String"/>
- <xs:documentation>Caption Type Name</xs:documentation>
</attribute>
<optional>
<attribute name="pos">
<ref name="ST_CaptionPos"/>
- <xs:documentation>Automatic Caption Placement</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="chapNum">
<ref name="ST_OnOff"/>
- <xs:documentation>Include Chapter Number in Field for Caption</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="heading">
<ref name="ST_DecimalNumber"/>
- <xs:documentation>Style for Chapter Headings</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="noLabel">
<ref name="ST_OnOff"/>
- <xs:documentation>Do Not Include Name In Caption</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="numFmt">
<ref name="ST_NumberFormat"/>
- <xs:documentation>Caption Numbering Format</xs:documentation>
</attribute>
</optional>
<optional>
<attribute name="sep">
<ref name="ST_ChapterSep"/>
- <xs:documentation>Chapter Number/Item Index Separator</xs:documentation>
</attribute>
</optional>
</define>
<define name="CT_AutoCaption">
<attribute name="name">
<ref name="ST_String"/>
- <xs:documentation>Identifier of Object to be Automatically Captioned</xs:documentation>
</attribute>
<attribute name="caption">
<ref name="ST_String"/>
- <xs:documentation>Caption Used for Automatic Captioning</xs:documentation>
</attribute>
</define>
<define name="CT_AutoCaptions">