wml-2010.xsd 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560
  1. <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:w12="http://schemas.openxmlformats.org/wordprocessingml/2006/main" elementFormDefault="qualified" attributeFormDefault="qualified" blockDefault="#all" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" xmlns:s="http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes" xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main" xmlns="http://schemas.microsoft.com/office/word/2010/wordml" targetNamespace="http://schemas.microsoft.com/office/word/2010/wordml">
  2. <!-- <xsd:import id="rel" namespace="http://schemas.openxmlformats.org/officeDocument/2006/relationships" schemaLocation="orel.xsd"/> -->
  3. <xsd:import id="w" namespace="http://schemas.openxmlformats.org/wordprocessingml/2006/main" schemaLocation="../ISO-IEC29500-4_2016/wml.xsd"/>
  4. <!-- <xsd:import namespace="http://schemas.openxmlformats.org/drawingml/2006/main" schemaLocation="oartbasetypes.xsd"/>
  5. <xsd:import namespace="http://schemas.openxmlformats.org/drawingml/2006/main" schemaLocation="oartsplineproperties.xsd"/> -->
  6. <xsd:complexType name="CT_LongHexNumber">
  7. <xsd:attribute name="val" type="w:ST_LongHexNumber" use="required"/>
  8. </xsd:complexType>
  9. <xsd:simpleType name="ST_OnOff">
  10. <xsd:restriction base="xsd:string">
  11. <xsd:enumeration value="true"/>
  12. <xsd:enumeration value="false"/>
  13. <xsd:enumeration value="0"/>
  14. <xsd:enumeration value="1"/>
  15. </xsd:restriction>
  16. </xsd:simpleType>
  17. <xsd:complexType name="CT_OnOff">
  18. <xsd:attribute name="val" type="ST_OnOff"/>
  19. </xsd:complexType>
  20. <xsd:element name="docId" type="CT_LongHexNumber"/>
  21. <xsd:element name="conflictMode" type="CT_OnOff"/>
  22. <xsd:attributeGroup name="AG_Parids">
  23. <xsd:attribute name="paraId" type="w:ST_LongHexNumber"/>
  24. <xsd:attribute name="textId" type="w:ST_LongHexNumber"/>
  25. </xsd:attributeGroup>
  26. <xsd:attribute name="anchorId" type="w:ST_LongHexNumber"/>
  27. <xsd:attribute name="noSpellErr" type="ST_OnOff"/>
  28. <xsd:element name="customXmlConflictInsRangeStart" type="w:CT_TrackChange"/>
  29. <xsd:element name="customXmlConflictInsRangeEnd" type="w:CT_Markup"/>
  30. <xsd:element name="customXmlConflictDelRangeStart" type="w:CT_TrackChange"/>
  31. <xsd:element name="customXmlConflictDelRangeEnd" type="w:CT_Markup"/>
  32. <xsd:group name="EG_RunLevelConflicts">
  33. <xsd:sequence>
  34. <xsd:element name="conflictIns" type="w:CT_RunTrackChange" minOccurs="0"/>
  35. <xsd:element name="conflictDel" type="w:CT_RunTrackChange" minOccurs="0"/>
  36. </xsd:sequence>
  37. </xsd:group>
  38. <xsd:group name="EG_Conflicts">
  39. <xsd:choice>
  40. <xsd:element name="conflictIns" type="w:CT_TrackChange" minOccurs="0"/>
  41. <xsd:element name="conflictDel" type="w:CT_TrackChange" minOccurs="0"/>
  42. </xsd:choice>
  43. </xsd:group>
  44. <xsd:complexType name="CT_Percentage">
  45. <xsd:attribute name="val" type="a:ST_Percentage" use="required"/>
  46. </xsd:complexType>
  47. <xsd:complexType name="CT_PositiveFixedPercentage">
  48. <xsd:attribute name="val" type="a:ST_PositiveFixedPercentage" use="required"/>
  49. </xsd:complexType>
  50. <xsd:complexType name="CT_PositivePercentage">
  51. <xsd:attribute name="val" type="a:ST_PositivePercentage" use="required"/>
  52. </xsd:complexType>
  53. <xsd:simpleType name="ST_SchemeColorVal">
  54. <xsd:restriction base="xsd:string">
  55. <xsd:enumeration value="bg1"/>
  56. <xsd:enumeration value="tx1"/>
  57. <xsd:enumeration value="bg2"/>
  58. <xsd:enumeration value="tx2"/>
  59. <xsd:enumeration value="accent1"/>
  60. <xsd:enumeration value="accent2"/>
  61. <xsd:enumeration value="accent3"/>
  62. <xsd:enumeration value="accent4"/>
  63. <xsd:enumeration value="accent5"/>
  64. <xsd:enumeration value="accent6"/>
  65. <xsd:enumeration value="hlink"/>
  66. <xsd:enumeration value="folHlink"/>
  67. <xsd:enumeration value="dk1"/>
  68. <xsd:enumeration value="lt1"/>
  69. <xsd:enumeration value="dk2"/>
  70. <xsd:enumeration value="lt2"/>
  71. <xsd:enumeration value="phClr"/>
  72. </xsd:restriction>
  73. </xsd:simpleType>
  74. <xsd:simpleType name="ST_RectAlignment">
  75. <xsd:restriction base="xsd:string">
  76. <xsd:enumeration value="none"/>
  77. <xsd:enumeration value="tl"/>
  78. <xsd:enumeration value="t"/>
  79. <xsd:enumeration value="tr"/>
  80. <xsd:enumeration value="l"/>
  81. <xsd:enumeration value="ctr"/>
  82. <xsd:enumeration value="r"/>
  83. <xsd:enumeration value="bl"/>
  84. <xsd:enumeration value="b"/>
  85. <xsd:enumeration value="br"/>
  86. </xsd:restriction>
  87. </xsd:simpleType>
  88. <xsd:simpleType name="ST_PathShadeType">
  89. <xsd:restriction base="xsd:string">
  90. <xsd:enumeration value="shape"/>
  91. <xsd:enumeration value="circle"/>
  92. <xsd:enumeration value="rect"/>
  93. </xsd:restriction>
  94. </xsd:simpleType>
  95. <xsd:simpleType name="ST_LineCap">
  96. <xsd:restriction base="xsd:string">
  97. <xsd:enumeration value="rnd"/>
  98. <xsd:enumeration value="sq"/>
  99. <xsd:enumeration value="flat"/>
  100. </xsd:restriction>
  101. </xsd:simpleType>
  102. <xsd:simpleType name="ST_PresetLineDashVal">
  103. <xsd:restriction base="xsd:string">
  104. <xsd:enumeration value="solid"/>
  105. <xsd:enumeration value="dot"/>
  106. <xsd:enumeration value="sysDot"/>
  107. <xsd:enumeration value="dash"/>
  108. <xsd:enumeration value="sysDash"/>
  109. <xsd:enumeration value="lgDash"/>
  110. <xsd:enumeration value="dashDot"/>
  111. <xsd:enumeration value="sysDashDot"/>
  112. <xsd:enumeration value="lgDashDot"/>
  113. <xsd:enumeration value="lgDashDotDot"/>
  114. <xsd:enumeration value="sysDashDotDot"/>
  115. </xsd:restriction>
  116. </xsd:simpleType>
  117. <xsd:simpleType name="ST_PenAlignment">
  118. <xsd:restriction base="xsd:string">
  119. <xsd:enumeration value="ctr"/>
  120. <xsd:enumeration value="in"/>
  121. </xsd:restriction>
  122. </xsd:simpleType>
  123. <xsd:simpleType name="ST_CompoundLine">
  124. <xsd:restriction base="xsd:string">
  125. <xsd:enumeration value="sng"/>
  126. <xsd:enumeration value="dbl"/>
  127. <xsd:enumeration value="thickThin"/>
  128. <xsd:enumeration value="thinThick"/>
  129. <xsd:enumeration value="tri"/>
  130. </xsd:restriction>
  131. </xsd:simpleType>
  132. <xsd:complexType name="CT_RelativeRect">
  133. <xsd:attribute name="l" use="optional" type="a:ST_Percentage"/>
  134. <xsd:attribute name="t" use="optional" type="a:ST_Percentage"/>
  135. <xsd:attribute name="r" use="optional" type="a:ST_Percentage"/>
  136. <xsd:attribute name="b" use="optional" type="a:ST_Percentage"/>
  137. </xsd:complexType>
  138. <xsd:group name="EG_ColorTransform">
  139. <xsd:choice>
  140. <xsd:element name="tint" type="CT_PositiveFixedPercentage"/>
  141. <xsd:element name="shade" type="CT_PositiveFixedPercentage"/>
  142. <xsd:element name="alpha" type="CT_PositiveFixedPercentage"/>
  143. <xsd:element name="hueMod" type="CT_PositivePercentage"/>
  144. <xsd:element name="sat" type="CT_Percentage"/>
  145. <xsd:element name="satOff" type="CT_Percentage"/>
  146. <xsd:element name="satMod" type="CT_Percentage"/>
  147. <xsd:element name="lum" type="CT_Percentage"/>
  148. <xsd:element name="lumOff" type="CT_Percentage"/>
  149. <xsd:element name="lumMod" type="CT_Percentage"/>
  150. </xsd:choice>
  151. </xsd:group>
  152. <xsd:complexType name="CT_SRgbColor">
  153. <xsd:sequence>
  154. <xsd:group ref="EG_ColorTransform" minOccurs="0" maxOccurs="unbounded"/>
  155. </xsd:sequence>
  156. <xsd:attribute name="val" type="s:ST_HexColorRGB" use="required"/>
  157. </xsd:complexType>
  158. <xsd:complexType name="CT_SchemeColor">
  159. <xsd:sequence>
  160. <xsd:group ref="EG_ColorTransform" minOccurs="0" maxOccurs="unbounded"/>
  161. </xsd:sequence>
  162. <xsd:attribute name="val" type="ST_SchemeColorVal" use="required"/>
  163. </xsd:complexType>
  164. <xsd:group name="EG_ColorChoice">
  165. <xsd:choice>
  166. <xsd:element name="srgbClr" type="CT_SRgbColor"/>
  167. <xsd:element name="schemeClr" type="CT_SchemeColor"/>
  168. </xsd:choice>
  169. </xsd:group>
  170. <xsd:complexType name="CT_Color">
  171. <xsd:sequence>
  172. <xsd:group ref="EG_ColorChoice"/>
  173. </xsd:sequence>
  174. </xsd:complexType>
  175. <xsd:complexType name="CT_GradientStop">
  176. <xsd:sequence>
  177. <xsd:group ref="EG_ColorChoice"/>
  178. </xsd:sequence>
  179. <xsd:attribute name="pos" type="a:ST_PositiveFixedPercentage" use="required"/>
  180. </xsd:complexType>
  181. <xsd:complexType name="CT_GradientStopList">
  182. <xsd:sequence>
  183. <xsd:element name="gs" type="CT_GradientStop" minOccurs="2" maxOccurs="10"/>
  184. </xsd:sequence>
  185. </xsd:complexType>
  186. <xsd:complexType name="CT_LinearShadeProperties">
  187. <xsd:attribute name="ang" type="a:ST_PositiveFixedAngle" use="optional"/>
  188. <xsd:attribute name="scaled" type="ST_OnOff" use="optional"/>
  189. </xsd:complexType>
  190. <xsd:complexType name="CT_PathShadeProperties">
  191. <xsd:sequence>
  192. <xsd:element name="fillToRect" type="CT_RelativeRect" minOccurs="0"/>
  193. </xsd:sequence>
  194. <xsd:attribute name="path" type="ST_PathShadeType" use="optional"/>
  195. </xsd:complexType>
  196. <xsd:group name="EG_ShadeProperties">
  197. <xsd:choice>
  198. <xsd:element name="lin" type="CT_LinearShadeProperties"/>
  199. <xsd:element name="path" type="CT_PathShadeProperties"/>
  200. </xsd:choice>
  201. </xsd:group>
  202. <xsd:complexType name="CT_SolidColorFillProperties">
  203. <xsd:sequence>
  204. <xsd:group ref="EG_ColorChoice" minOccurs="0"/>
  205. </xsd:sequence>
  206. </xsd:complexType>
  207. <xsd:complexType name="CT_GradientFillProperties">
  208. <xsd:sequence>
  209. <xsd:element name="gsLst" type="CT_GradientStopList" minOccurs="0"/>
  210. <xsd:group ref="EG_ShadeProperties" minOccurs="0"/>
  211. </xsd:sequence>
  212. </xsd:complexType>
  213. <xsd:group name="EG_FillProperties">
  214. <xsd:choice>
  215. <xsd:element name="noFill" type="w:CT_Empty"/>
  216. <xsd:element name="solidFill" type="CT_SolidColorFillProperties"/>
  217. <xsd:element name="gradFill" type="CT_GradientFillProperties"/>
  218. </xsd:choice>
  219. </xsd:group>
  220. <xsd:complexType name="CT_PresetLineDashProperties">
  221. <xsd:attribute name="val" type="ST_PresetLineDashVal" use="optional"/>
  222. </xsd:complexType>
  223. <xsd:group name="EG_LineDashProperties">
  224. <xsd:choice>
  225. <xsd:element name="prstDash" type="CT_PresetLineDashProperties"/>
  226. </xsd:choice>
  227. </xsd:group>
  228. <xsd:complexType name="CT_LineJoinMiterProperties">
  229. <xsd:attribute name="lim" type="a:ST_PositivePercentage" use="optional"/>
  230. </xsd:complexType>
  231. <xsd:group name="EG_LineJoinProperties">
  232. <xsd:choice>
  233. <xsd:element name="round" type="w:CT_Empty"/>
  234. <xsd:element name="bevel" type="w:CT_Empty"/>
  235. <xsd:element name="miter" type="CT_LineJoinMiterProperties"/>
  236. </xsd:choice>
  237. </xsd:group>
  238. <xsd:simpleType name="ST_PresetCameraType">
  239. <xsd:restriction base="xsd:token">
  240. <xsd:enumeration value="legacyObliqueTopLeft"/>
  241. <xsd:enumeration value="legacyObliqueTop"/>
  242. <xsd:enumeration value="legacyObliqueTopRight"/>
  243. <xsd:enumeration value="legacyObliqueLeft"/>
  244. <xsd:enumeration value="legacyObliqueFront"/>
  245. <xsd:enumeration value="legacyObliqueRight"/>
  246. <xsd:enumeration value="legacyObliqueBottomLeft"/>
  247. <xsd:enumeration value="legacyObliqueBottom"/>
  248. <xsd:enumeration value="legacyObliqueBottomRight"/>
  249. <xsd:enumeration value="legacyPerspectiveTopLeft"/>
  250. <xsd:enumeration value="legacyPerspectiveTop"/>
  251. <xsd:enumeration value="legacyPerspectiveTopRight"/>
  252. <xsd:enumeration value="legacyPerspectiveLeft"/>
  253. <xsd:enumeration value="legacyPerspectiveFront"/>
  254. <xsd:enumeration value="legacyPerspectiveRight"/>
  255. <xsd:enumeration value="legacyPerspectiveBottomLeft"/>
  256. <xsd:enumeration value="legacyPerspectiveBottom"/>
  257. <xsd:enumeration value="legacyPerspectiveBottomRight"/>
  258. <xsd:enumeration value="orthographicFront"/>
  259. <xsd:enumeration value="isometricTopUp"/>
  260. <xsd:enumeration value="isometricTopDown"/>
  261. <xsd:enumeration value="isometricBottomUp"/>
  262. <xsd:enumeration value="isometricBottomDown"/>
  263. <xsd:enumeration value="isometricLeftUp"/>
  264. <xsd:enumeration value="isometricLeftDown"/>
  265. <xsd:enumeration value="isometricRightUp"/>
  266. <xsd:enumeration value="isometricRightDown"/>
  267. <xsd:enumeration value="isometricOffAxis1Left"/>
  268. <xsd:enumeration value="isometricOffAxis1Right"/>
  269. <xsd:enumeration value="isometricOffAxis1Top"/>
  270. <xsd:enumeration value="isometricOffAxis2Left"/>
  271. <xsd:enumeration value="isometricOffAxis2Right"/>
  272. <xsd:enumeration value="isometricOffAxis2Top"/>
  273. <xsd:enumeration value="isometricOffAxis3Left"/>
  274. <xsd:enumeration value="isometricOffAxis3Right"/>
  275. <xsd:enumeration value="isometricOffAxis3Bottom"/>
  276. <xsd:enumeration value="isometricOffAxis4Left"/>
  277. <xsd:enumeration value="isometricOffAxis4Right"/>
  278. <xsd:enumeration value="isometricOffAxis4Bottom"/>
  279. <xsd:enumeration value="obliqueTopLeft"/>
  280. <xsd:enumeration value="obliqueTop"/>
  281. <xsd:enumeration value="obliqueTopRight"/>
  282. <xsd:enumeration value="obliqueLeft"/>
  283. <xsd:enumeration value="obliqueRight"/>
  284. <xsd:enumeration value="obliqueBottomLeft"/>
  285. <xsd:enumeration value="obliqueBottom"/>
  286. <xsd:enumeration value="obliqueBottomRight"/>
  287. <xsd:enumeration value="perspectiveFront"/>
  288. <xsd:enumeration value="perspectiveLeft"/>
  289. <xsd:enumeration value="perspectiveRight"/>
  290. <xsd:enumeration value="perspectiveAbove"/>
  291. <xsd:enumeration value="perspectiveBelow"/>
  292. <xsd:enumeration value="perspectiveAboveLeftFacing"/>
  293. <xsd:enumeration value="perspectiveAboveRightFacing"/>
  294. <xsd:enumeration value="perspectiveContrastingLeftFacing"/>
  295. <xsd:enumeration value="perspectiveContrastingRightFacing"/>
  296. <xsd:enumeration value="perspectiveHeroicLeftFacing"/>
  297. <xsd:enumeration value="perspectiveHeroicRightFacing"/>
  298. <xsd:enumeration value="perspectiveHeroicExtremeLeftFacing"/>
  299. <xsd:enumeration value="perspectiveHeroicExtremeRightFacing"/>
  300. <xsd:enumeration value="perspectiveRelaxed"/>
  301. <xsd:enumeration value="perspectiveRelaxedModerately"/>
  302. </xsd:restriction>
  303. </xsd:simpleType>
  304. <xsd:complexType name="CT_Camera">
  305. <xsd:attribute name="prst" use="required" type="ST_PresetCameraType"/>
  306. </xsd:complexType>
  307. <xsd:complexType name="CT_SphereCoords">
  308. <xsd:attribute name="lat" type="a:ST_PositiveFixedAngle" use="required"/>
  309. <xsd:attribute name="lon" type="a:ST_PositiveFixedAngle" use="required"/>
  310. <xsd:attribute name="rev" type="a:ST_PositiveFixedAngle" use="required"/>
  311. </xsd:complexType>
  312. <xsd:simpleType name="ST_LightRigType">
  313. <xsd:restriction base="xsd:token">
  314. <xsd:enumeration value="legacyFlat1"/>
  315. <xsd:enumeration value="legacyFlat2"/>
  316. <xsd:enumeration value="legacyFlat3"/>
  317. <xsd:enumeration value="legacyFlat4"/>
  318. <xsd:enumeration value="legacyNormal1"/>
  319. <xsd:enumeration value="legacyNormal2"/>
  320. <xsd:enumeration value="legacyNormal3"/>
  321. <xsd:enumeration value="legacyNormal4"/>
  322. <xsd:enumeration value="legacyHarsh1"/>
  323. <xsd:enumeration value="legacyHarsh2"/>
  324. <xsd:enumeration value="legacyHarsh3"/>
  325. <xsd:enumeration value="legacyHarsh4"/>
  326. <xsd:enumeration value="threePt"/>
  327. <xsd:enumeration value="balanced"/>
  328. <xsd:enumeration value="soft"/>
  329. <xsd:enumeration value="harsh"/>
  330. <xsd:enumeration value="flood"/>
  331. <xsd:enumeration value="contrasting"/>
  332. <xsd:enumeration value="morning"/>
  333. <xsd:enumeration value="sunrise"/>
  334. <xsd:enumeration value="sunset"/>
  335. <xsd:enumeration value="chilly"/>
  336. <xsd:enumeration value="freezing"/>
  337. <xsd:enumeration value="flat"/>
  338. <xsd:enumeration value="twoPt"/>
  339. <xsd:enumeration value="glow"/>
  340. <xsd:enumeration value="brightRoom"/>
  341. </xsd:restriction>
  342. </xsd:simpleType>
  343. <xsd:simpleType name="ST_LightRigDirection">
  344. <xsd:restriction base="xsd:token">
  345. <xsd:enumeration value="tl"/>
  346. <xsd:enumeration value="t"/>
  347. <xsd:enumeration value="tr"/>
  348. <xsd:enumeration value="l"/>
  349. <xsd:enumeration value="r"/>
  350. <xsd:enumeration value="bl"/>
  351. <xsd:enumeration value="b"/>
  352. <xsd:enumeration value="br"/>
  353. </xsd:restriction>
  354. </xsd:simpleType>
  355. <xsd:complexType name="CT_LightRig">
  356. <xsd:sequence>
  357. <xsd:element name="rot" type="CT_SphereCoords" minOccurs="0"/>
  358. </xsd:sequence>
  359. <xsd:attribute name="rig" type="ST_LightRigType" use="required"/>
  360. <xsd:attribute name="dir" type="ST_LightRigDirection" use="required"/>
  361. </xsd:complexType>
  362. <xsd:simpleType name="ST_BevelPresetType">
  363. <xsd:restriction base="xsd:token">
  364. <xsd:enumeration value="relaxedInset"/>
  365. <xsd:enumeration value="circle"/>
  366. <xsd:enumeration value="slope"/>
  367. <xsd:enumeration value="cross"/>
  368. <xsd:enumeration value="angle"/>
  369. <xsd:enumeration value="softRound"/>
  370. <xsd:enumeration value="convex"/>
  371. <xsd:enumeration value="coolSlant"/>
  372. <xsd:enumeration value="divot"/>
  373. <xsd:enumeration value="riblet"/>
  374. <xsd:enumeration value="hardEdge"/>
  375. <xsd:enumeration value="artDeco"/>
  376. </xsd:restriction>
  377. </xsd:simpleType>
  378. <xsd:complexType name="CT_Bevel">
  379. <xsd:attribute name="w" type="a:ST_PositiveCoordinate" use="optional"/>
  380. <xsd:attribute name="h" type="a:ST_PositiveCoordinate" use="optional"/>
  381. <xsd:attribute name="prst" type="ST_BevelPresetType" use="optional"/>
  382. </xsd:complexType>
  383. <xsd:simpleType name="ST_PresetMaterialType">
  384. <xsd:restriction base="xsd:token">
  385. <xsd:enumeration value="legacyMatte"/>
  386. <xsd:enumeration value="legacyPlastic"/>
  387. <xsd:enumeration value="legacyMetal"/>
  388. <xsd:enumeration value="legacyWireframe"/>
  389. <xsd:enumeration value="matte"/>
  390. <xsd:enumeration value="plastic"/>
  391. <xsd:enumeration value="metal"/>
  392. <xsd:enumeration value="warmMatte"/>
  393. <xsd:enumeration value="translucentPowder"/>
  394. <xsd:enumeration value="powder"/>
  395. <xsd:enumeration value="dkEdge"/>
  396. <xsd:enumeration value="softEdge"/>
  397. <xsd:enumeration value="clear"/>
  398. <xsd:enumeration value="flat"/>
  399. <xsd:enumeration value="softmetal"/>
  400. <xsd:enumeration value="none"/>
  401. </xsd:restriction>
  402. </xsd:simpleType>
  403. <xsd:complexType name="CT_Glow">
  404. <xsd:sequence>
  405. <xsd:group ref="EG_ColorChoice"/>
  406. </xsd:sequence>
  407. <xsd:attribute name="rad" use="optional" type="a:ST_PositiveCoordinate"/>
  408. </xsd:complexType>
  409. <xsd:complexType name="CT_Shadow">
  410. <xsd:sequence>
  411. <xsd:group ref="EG_ColorChoice"/>
  412. </xsd:sequence>
  413. <xsd:attribute name="blurRad" use="optional" type="a:ST_PositiveCoordinate"/>
  414. <xsd:attribute name="dist" use="optional" type="a:ST_PositiveCoordinate"/>
  415. <xsd:attribute name="dir" use="optional" type="a:ST_PositiveFixedAngle"/>
  416. <xsd:attribute name="sx" use="optional" type="a:ST_Percentage"/>
  417. <xsd:attribute name="sy" use="optional" type="a:ST_Percentage"/>
  418. <xsd:attribute name="kx" use="optional" type="a:ST_FixedAngle"/>
  419. <xsd:attribute name="ky" use="optional" type="a:ST_FixedAngle"/>
  420. <xsd:attribute name="algn" use="optional" type="ST_RectAlignment"/>
  421. </xsd:complexType>
  422. <xsd:complexType name="CT_Reflection">
  423. <xsd:attribute name="blurRad" use="optional" type="a:ST_PositiveCoordinate"/>
  424. <xsd:attribute name="stA" use="optional" type="a:ST_PositiveFixedPercentage"/>
  425. <xsd:attribute name="stPos" use="optional" type="a:ST_PositiveFixedPercentage"/>
  426. <xsd:attribute name="endA" use="optional" type="a:ST_PositiveFixedPercentage"/>
  427. <xsd:attribute name="endPos" use="optional" type="a:ST_PositiveFixedPercentage"/>
  428. <xsd:attribute name="dist" use="optional" type="a:ST_PositiveCoordinate"/>
  429. <xsd:attribute name="dir" use="optional" type="a:ST_PositiveFixedAngle"/>
  430. <xsd:attribute name="fadeDir" use="optional" type="a:ST_PositiveFixedAngle"/>
  431. <xsd:attribute name="sx" use="optional" type="a:ST_Percentage"/>
  432. <xsd:attribute name="sy" use="optional" type="a:ST_Percentage"/>
  433. <xsd:attribute name="kx" use="optional" type="a:ST_FixedAngle"/>
  434. <xsd:attribute name="ky" use="optional" type="a:ST_FixedAngle"/>
  435. <xsd:attribute name="algn" use="optional" type="ST_RectAlignment"/>
  436. </xsd:complexType>
  437. <xsd:complexType name="CT_FillTextEffect">
  438. <xsd:sequence>
  439. <xsd:group ref="EG_FillProperties" minOccurs="0"/>
  440. </xsd:sequence>
  441. </xsd:complexType>
  442. <xsd:complexType name="CT_TextOutlineEffect">
  443. <xsd:sequence>
  444. <xsd:group ref="EG_FillProperties" minOccurs="0"/>
  445. <xsd:group ref="EG_LineDashProperties" minOccurs="0"/>
  446. <xsd:group ref="EG_LineJoinProperties" minOccurs="0"/>
  447. </xsd:sequence>
  448. <xsd:attribute name="w" use="optional" type="a:ST_LineWidth"/>
  449. <xsd:attribute name="cap" use="optional" type="ST_LineCap"/>
  450. <xsd:attribute name="cmpd" use="optional" type="ST_CompoundLine"/>
  451. <xsd:attribute name="algn" use="optional" type="ST_PenAlignment"/>
  452. </xsd:complexType>
  453. <xsd:complexType name="CT_Scene3D">
  454. <xsd:sequence>
  455. <xsd:element name="camera" type="CT_Camera"/>
  456. <xsd:element name="lightRig" type="CT_LightRig"/>
  457. </xsd:sequence>
  458. </xsd:complexType>
  459. <xsd:complexType name="CT_Props3D">
  460. <xsd:sequence>
  461. <xsd:element name="bevelT" type="CT_Bevel" minOccurs="0"/>
  462. <xsd:element name="bevelB" type="CT_Bevel" minOccurs="0"/>
  463. <xsd:element name="extrusionClr" type="CT_Color" minOccurs="0"/>
  464. <xsd:element name="contourClr" type="CT_Color" minOccurs="0"/>
  465. </xsd:sequence>
  466. <xsd:attribute name="extrusionH" type="a:ST_PositiveCoordinate" use="optional"/>
  467. <xsd:attribute name="contourW" type="a:ST_PositiveCoordinate" use="optional"/>
  468. <xsd:attribute name="prstMaterial" type="ST_PresetMaterialType" use="optional"/>
  469. </xsd:complexType>
  470. <xsd:group name="EG_RPrTextEffects">
  471. <xsd:sequence>
  472. <xsd:element name="glow" minOccurs="0" type="CT_Glow"/>
  473. <xsd:element name="shadow" minOccurs="0" type="CT_Shadow"/>
  474. <xsd:element name="reflection" minOccurs="0" type="CT_Reflection"/>
  475. <xsd:element name="textOutline" minOccurs="0" type="CT_TextOutlineEffect"/>
  476. <xsd:element name="textFill" minOccurs="0" type="CT_FillTextEffect"/>
  477. <xsd:element name="scene3d" minOccurs="0" type="CT_Scene3D"/>
  478. <xsd:element name="props3d" minOccurs="0" type="CT_Props3D"/>
  479. </xsd:sequence>
  480. </xsd:group>
  481. <xsd:simpleType name="ST_Ligatures">
  482. <xsd:restriction base="xsd:string">
  483. <xsd:enumeration value="none"/>
  484. <xsd:enumeration value="standard"/>
  485. <xsd:enumeration value="contextual"/>
  486. <xsd:enumeration value="historical"/>
  487. <xsd:enumeration value="discretional"/>
  488. <xsd:enumeration value="standardContextual"/>
  489. <xsd:enumeration value="standardHistorical"/>
  490. <xsd:enumeration value="contextualHistorical"/>
  491. <xsd:enumeration value="standardDiscretional"/>
  492. <xsd:enumeration value="contextualDiscretional"/>
  493. <xsd:enumeration value="historicalDiscretional"/>
  494. <xsd:enumeration value="standardContextualHistorical"/>
  495. <xsd:enumeration value="standardContextualDiscretional"/>
  496. <xsd:enumeration value="standardHistoricalDiscretional"/>
  497. <xsd:enumeration value="contextualHistoricalDiscretional"/>
  498. <xsd:enumeration value="all"/>
  499. </xsd:restriction>
  500. </xsd:simpleType>
  501. <xsd:complexType name="CT_Ligatures">
  502. <xsd:attribute name="val" type="ST_Ligatures" use="required"/>
  503. </xsd:complexType>
  504. <xsd:simpleType name="ST_NumForm">
  505. <xsd:restriction base="xsd:string">
  506. <xsd:enumeration value="default"/>
  507. <xsd:enumeration value="lining"/>
  508. <xsd:enumeration value="oldStyle"/>
  509. </xsd:restriction>
  510. </xsd:simpleType>
  511. <xsd:complexType name="CT_NumForm">
  512. <xsd:attribute name="val" type="ST_NumForm" use="required"/>
  513. </xsd:complexType>
  514. <xsd:simpleType name="ST_NumSpacing">
  515. <xsd:restriction base="xsd:string">
  516. <xsd:enumeration value="default"/>
  517. <xsd:enumeration value="proportional"/>
  518. <xsd:enumeration value="tabular"/>
  519. </xsd:restriction>
  520. </xsd:simpleType>
  521. <xsd:complexType name="CT_NumSpacing">
  522. <xsd:attribute name="val" type="ST_NumSpacing" use="required"/>
  523. </xsd:complexType>
  524. <xsd:complexType name="CT_StyleSet">
  525. <xsd:attribute name="id" type="s:ST_UnsignedDecimalNumber" use="required"/>
  526. <xsd:attribute name="val" type="ST_OnOff" use="optional"/>
  527. </xsd:complexType>
  528. <xsd:complexType name="CT_StylisticSets">
  529. <xsd:sequence minOccurs="0">
  530. <xsd:element name="styleSet" minOccurs="0" maxOccurs="unbounded" type="CT_StyleSet"/>
  531. </xsd:sequence>
  532. </xsd:complexType>
  533. <xsd:group name="EG_RPrOpenType">
  534. <xsd:sequence>
  535. <xsd:element name="ligatures" minOccurs="0" type="CT_Ligatures"/>
  536. <xsd:element name="numForm" minOccurs="0" type="CT_NumForm"/>
  537. <xsd:element name="numSpacing" minOccurs="0" type="CT_NumSpacing"/>
  538. <xsd:element name="stylisticSets" minOccurs="0" type="CT_StylisticSets"/>
  539. <xsd:element name="cntxtAlts" minOccurs="0" type="CT_OnOff"/>
  540. </xsd:sequence>
  541. </xsd:group>
  542. <xsd:element name="discardImageEditingData" type="CT_OnOff"/>
  543. <xsd:element name="defaultImageDpi" type="CT_DefaultImageDpi"/>
  544. <xsd:complexType name="CT_DefaultImageDpi">
  545. <xsd:attribute name="val" type="w:ST_DecimalNumber" use="required"/>
  546. </xsd:complexType>
  547. <xsd:element name="entityPicker" type="w:CT_Empty"/>
  548. <xsd:complexType name="CT_SdtCheckboxSymbol">
  549. <xsd:attribute name="font" type="s:ST_String"/>
  550. <xsd:attribute name="val" type="w:ST_ShortHexNumber"/>
  551. </xsd:complexType>
  552. <xsd:complexType name="CT_SdtCheckbox">
  553. <xsd:sequence>
  554. <xsd:element name="checked" type="CT_OnOff" minOccurs="0"/>
  555. <xsd:element name="checkedState" type="CT_SdtCheckboxSymbol" minOccurs="0"/>
  556. <xsd:element name="uncheckedState" type="CT_SdtCheckboxSymbol" minOccurs="0"/>
  557. </xsd:sequence>
  558. </xsd:complexType>
  559. <xsd:element name="checkbox" type="CT_SdtCheckbox"/>
  560. </xsd:schema>