File: wordnet_xmltsishdValues_HV12345678.htm

package info (click to toggle)
office2003-schemas 1.0%2Bds-1
  • links: PTS, VCS
  • area: non-free
  • in suites: bookworm, forky, sid, trixie
  • size: 42,304 kB
  • sloc: javascript: 2,429; makefile: 29
file content (87 lines) | stat: -rw-r--r-- 5,327 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<html dir="ltr"><head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="assetid" content="HV12345678"><title>shdValues simpleType</title><link rel="stylesheet" href="content.css"><script language="JavaScript" src="pExpandCollapse.js"></script><script>
   
function AppendPopup(oSource, sPopup)
{
//Replace any occurrences of double quotes with single quotes
//The double quotes originally replaced single quotes for proper transmission of strings from XSLT to this Javascript block
//This is done to carefully handle the inline defterm strings containing the single quotes (for example : it's, can't, don't)
sPopup = sPopup.replace("\"", "'");

if (oSource.tagName=="A" && oSource.getAttribute("State")!="On")
{
  oSource.insertAdjacentHTML("BeforeEnd", "<SPAN ID='Pop' class='GlossaryDef'>&nbsp;" + sPopup + "</SPAN>");
  oSource.setAttribute("State", "On");
  window.event.returnValue=false;
}
else if (oSource.tagName=="A" && oSource.getAttribute("State")=="On" )
{
  oSource.all("Pop").outerHTML="";
  oSource.setAttribute("State", "Off");
  window.event.returnValue=false;
}
}

</script></head><body><div class="devdocvsbody"><div id="header"><table width="100%" id="topTable"><tr id="headerTableRow1"><td align="left"><span id="runningHeaderText"></span></td></tr><tr id="headerTableRow2"><td align="left"><span id="nsrTitle"><b class="mainheaders">shdValues simpleType</b></span></td></tr></table></div><p>Defines shading-style values.</p><h2>Type Information</h2><div id="vstable"><table>
      <tr>
        <td>
          <b class="bterm">Namespace</b>
        </td>
        <td>http://schemas.microsoft.com/office/word/2003/wordml</td>
      </tr>
      <tr>
        <td>
          <b class="bterm">Schema name</b>
        </td>
        <td>wordnet</td>
      </tr>
    </table></div><h2>Definition</h2>
      <div id="vstable"><table><tr><th>XML</th></tr><tr><td><pre><code>
&lt;xsd:simpleType name="shdValues" "&gt;
    
    &lt;xsd:restriction base="xsd:string"&gt;
      &lt;xsd:enumeration value="nil"&gt;&lt;/xsd:enumeration&gt;
      &lt;xsd:enumeration value="clear"&gt;&lt;/xsd:enumeration&gt;
      &lt;xsd:enumeration value="solid"&gt;&lt;/xsd:enumeration&gt;
      &lt;xsd:enumeration value="horz-stripe"&gt;&lt;/xsd:enumeration&gt;
      &lt;xsd:enumeration value="vert-stripe"&gt;&lt;/xsd:enumeration&gt;
      &lt;xsd:enumeration value="reverse-diag-stripe"&gt;&lt;/xsd:enumeration&gt;
      &lt;xsd:enumeration value="diag-stripe"&gt;&lt;/xsd:enumeration&gt;
      &lt;xsd:enumeration value="horz-cross"&gt;&lt;/xsd:enumeration&gt;
      &lt;xsd:enumeration value="diag-cross"&gt;&lt;/xsd:enumeration&gt;
      &lt;xsd:enumeration value="thin-horz-stripe"&gt;&lt;/xsd:enumeration&gt;
      &lt;xsd:enumeration value="thin-vert-stripe"&gt;&lt;/xsd:enumeration&gt;
      &lt;xsd:enumeration value="thin-reverse-diag-stripe"&gt;&lt;/xsd:enumeration&gt;
      &lt;xsd:enumeration value="thin-diag-stripe"&gt;&lt;/xsd:enumeration&gt;
      &lt;xsd:enumeration value="thin-horz-cross"&gt;&lt;/xsd:enumeration&gt;
      &lt;xsd:enumeration value="thin-diag-cross"&gt;&lt;/xsd:enumeration&gt;
      &lt;xsd:enumeration value="pct-5"&gt;&lt;/xsd:enumeration&gt;
      &lt;xsd:enumeration value="pct-10"&gt;&lt;/xsd:enumeration&gt;
      &lt;xsd:enumeration value="pct-12"&gt;&lt;/xsd:enumeration&gt;
      &lt;xsd:enumeration value="pct-15"&gt;&lt;/xsd:enumeration&gt;
      &lt;xsd:enumeration value="pct-20"&gt;&lt;/xsd:enumeration&gt;
      &lt;xsd:enumeration value="pct-25"&gt;&lt;/xsd:enumeration&gt;
      &lt;xsd:enumeration value="pct-30"&gt;&lt;/xsd:enumeration&gt;
      &lt;xsd:enumeration value="pct-35"&gt;&lt;/xsd:enumeration&gt;
      &lt;xsd:enumeration value="pct-37"&gt;&lt;/xsd:enumeration&gt;
      &lt;xsd:enumeration value="pct-40"&gt;&lt;/xsd:enumeration&gt;
      &lt;xsd:enumeration value="pct-45"&gt;&lt;/xsd:enumeration&gt;
      &lt;xsd:enumeration value="pct-50"&gt;&lt;/xsd:enumeration&gt;
      &lt;xsd:enumeration value="pct-55"&gt;&lt;/xsd:enumeration&gt;
      &lt;xsd:enumeration value="pct-60"&gt;&lt;/xsd:enumeration&gt;
      &lt;xsd:enumeration value="pct-62"&gt;&lt;/xsd:enumeration&gt;
      &lt;xsd:enumeration value="pct-65"&gt;&lt;/xsd:enumeration&gt;
      &lt;xsd:enumeration value="pct-70"&gt;&lt;/xsd:enumeration&gt;
      &lt;xsd:enumeration value="pct-75"&gt;&lt;/xsd:enumeration&gt;
      &lt;xsd:enumeration value="pct-80"&gt;&lt;/xsd:enumeration&gt;
      &lt;xsd:enumeration value="pct-85"&gt;&lt;/xsd:enumeration&gt;
      &lt;xsd:enumeration value="pct-87"&gt;&lt;/xsd:enumeration&gt;
      &lt;xsd:enumeration value="pct-90"&gt;&lt;/xsd:enumeration&gt;
      &lt;xsd:enumeration value="pct-95"&gt;&lt;/xsd:enumeration&gt;
    &lt;/xsd:restriction&gt;
  &lt;/xsd:simpleType&gt;
</code></pre></td></tr></table></div>
    <p>
      <a href="odcXMLRefCopyright12.htm" id="" lcid=" ">©2006 Microsoft Corporation. All rights reserved. </a> Permission to copy, display and distribute this document is available at:<br><a href="http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice12.asp" id="" lcid=" ">http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice12.asp</a>
</p></div></body></html>