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 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263
|
<html dir="ltr"><head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="assetid" content="HV12345678"><title>documentPropertiesElt complexType</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'> " + 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">documentPropertiesElt complexType</b></span></td></tr></table></div><p>Defines the collection of standard document properties.</p><h2>Type Information</h2><div id="vstable"><table>
<tr>
<td>
<b class="bterm">Namespace</b>
</td>
<td>urn:schemas-microsoft-com:office:office</td>
</tr>
<tr>
<td>
<b class="bterm">Schema name</b>
</td>
<td>office</td>
</tr>
</table></div><h2>Elements and Attributes</h2><h3>Child Elements</h3><div id="vstable"><table>
<tr>
<th>Element</th>
<th>Type</th>
<th>Description</th>
</tr>
<tr>
<td><a href="office_xmleleTitle_HV12345678.htm" id="" lcid="">Title</a></td>
<td>xsd:string</td>
<td>Represents the title of the document. The title can be different than the file name. The title is used when searching for the document and also when creating Web pages from the document.</td>
</tr>
<tr>
<td><a href="office_xmleleSubject_HV12345678.htm" id="" lcid="">Subject</a></td>
<td>xsd:string</td>
<td>Represents the subject of the document. This property can be used to group similar files together, so you can search for all files that have the same subject.</td>
</tr>
<tr>
<td><a href="office_xmleleAuthor_HV12345678.htm" id="" lcid="">Author</a></td>
<td>xsd:string</td>
<td>Represents the author who created the document.</td>
</tr>
<tr>
<td><a href="office_xmleleKeywords_HV12345678.htm" id="" lcid="">Keywords</a></td>
<td>xsd:string</td>
<td>Represents keywords to be used when searching for the document.</td>
</tr>
<tr>
<td><a href="office_xmleleDescription_HV12345678.htm" id="" lcid="">Description</a></td>
<td>xsd:string</td>
<td>Represents comments to be used when searching for the document.</td>
</tr>
<tr>
<td><a href="office_xmleleLastAuthor_HV12345678.htm" id="" lcid="">LastAuthor</a></td>
<td>xsd:string</td>
<td>Represents the name of the author who last saved the document.</td>
</tr>
<tr>
<td><a href="office_xmleleRevision_HV12345678.htm" id="" lcid="">Revision</a></td>
<td>xsd:nonNegativeInteger</td>
<td>Represents the number of times the document has been saved.</td>
</tr>
<tr>
<td><a href="office_xmleleAppName_HV12345678.htm" id="" lcid="">AppName</a></td>
<td>xsd:string</td>
<td>Represents the name of the application that created the document.</td>
</tr>
<tr>
<td><a href="office_xmleleTotalTime_HV12345678.htm" id="" lcid="">TotalTime</a></td>
<td>xsd:nonNegativeInteger</td>
<td>Represents the number of minutes that the document has been open for editing since it was created.</td>
</tr>
<tr>
<td><a href="office_xmleleLastPrinted_HV12345678.htm" id="" lcid="">LastPrinted</a></td>
<td>xsd:dateTime</td>
<td>Represents the date and time that the document was last printed.</td>
</tr>
<tr>
<td><a href="office_xmleleCreated_HV12345678.htm" id="" lcid="">Created</a></td>
<td>xsd:dateTime</td>
<td>Represents the date and time that the document was originally created.</td>
</tr>
<tr>
<td><a href="office_xmleleLastSaved_HV12345678.htm" id="" lcid="">LastSaved</a></td>
<td>xsd:dateTime</td>
<td>Represents the date and time that the document was last saved.</td>
</tr>
<tr>
<td><a href="office_xmlelePages_HV12345678.htm" id="" lcid="">Pages</a></td>
<td>xsd:nonNegativeInteger</td>
<td>Represents an estimate of the number of pages in the document.</td>
</tr>
<tr>
<td><a href="office_xmleleWords_HV12345678.htm" id="" lcid="">Words</a></td>
<td>xsd:nonNegativeInteger</td>
<td>Represents an estimate of the number of words in the document.</td>
</tr>
<tr>
<td><a href="office_xmleleCharacters_HV12345678.htm" id="" lcid="">Characters</a></td>
<td>xsd:nonNegativeInteger</td>
<td>Represents an estimate of the number of characters in the document.</td>
</tr>
<tr>
<td><a href="office_xmleleCategory_HV12345678.htm" id="" lcid="">Category</a></td>
<td>xsd:string</td>
<td>Represents the category of the document. This property can be used to group similar files together, so you can search for all files that have the same category.</td>
</tr>
<tr>
<td><a href="office_xmlelePresentationFormat_HV12345678.htm" id="" lcid="">PresentationFormat</a></td>
<td>xsd:string</td>
<td>Represents the presentation format of the document.</td>
</tr>
<tr>
<td><a href="office_xmleleManager_HV12345678.htm" id="" lcid="">Manager</a></td>
<td>xsd:string</td>
<td>Represents the manager of the author of the document. This property can be used to group similar files together, so you can search for all the files that have the same manager.</td>
</tr>
<tr>
<td><a href="office_xmleleCompany_HV12345678.htm" id="" lcid="">Company</a></td>
<td>xsd:string</td>
<td>Represents the company that employs the author. This property can be used to group similar files together, so you can search for all files that have the same company.</td>
</tr>
<tr>
<td><a href="office_xmleleGuid_HV12345678.htm" id="" lcid="">Guid</a></td>
<td>xsd:string</td>
<td>Represents the globally unique identifier for the document.</td>
</tr>
<tr>
<td><a href="office_xmleleHyperlinkBase_HV12345678.htm" id="" lcid="">HyperlinkBase</a></td>
<td>xsd:string</td>
<td>Represents the path or URL that is used for all hyperlinks with the same base address that are inserted in the document. This can be an Internet address (for example, http://www.microsoft.com), a path to a folder on your hard disk (for example, c:\personal\documents), or a path to a folder on a network (for example, \\myserver\public\documents).</td>
</tr>
<tr>
<td><a href="office_xmleleBytes_HV12345678.htm" id="" lcid="">Bytes</a></td>
<td>xsd:nonNegativeInteger</td>
<td>Represents an estimate of the number of bytes in the document.</td>
</tr>
<tr>
<td><a href="office_xmleleLines_HV12345678.htm" id="" lcid="">Lines</a></td>
<td>xsd:nonNegativeInteger</td>
<td>Represents an estimate of the number of lines in the document.</td>
</tr>
<tr>
<td><a href="office_xmleleParagraphs_HV12345678.htm" id="" lcid="">Paragraphs</a></td>
<td>xsd:nonNegativeInteger</td>
<td>Represents an estimate of the number of paragraphs in the document.</td>
</tr>
<tr>
<td><a href="office_xmleleCharactersWithSpaces_HV12345678.htm" id="" lcid="">CharactersWithSpaces</a></td>
<td>xsd:nonNegativeInteger</td>
<td>Represents an estimate of the number of characters (including spaces) in the document.</td>
</tr>
<tr>
<td><a href="office_xmleleVersion_HV12345678.htm" id="" lcid="">Version</a></td>
<td>versionType</td>
<td>Represents the version number of the application that created the document.</td>
</tr>
</table></div><h3>Attributes</h3><p>None.</p><h2>Definition</h2>
<div id="vstable"><table><tr><th>XML</th></tr><tr><td><pre><code>
<xsd:complexType name="documentPropertiesElt" ">
<xsd:sequence>
<xsd:element name="Title" minOccurs="0" maxOccurs="1" type="xsd:string">
</xsd:element>
<xsd:element name="Subject" minOccurs="0" maxOccurs="1" type="xsd:string">
</xsd:element>
<xsd:element name="Author" minOccurs="0" maxOccurs="1" type="xsd:string">
</xsd:element>
<xsd:element name="Keywords" minOccurs="0" maxOccurs="1" type="xsd:string">
</xsd:element>
<xsd:element name="Description" minOccurs="0" maxOccurs="1" type="xsd:string">
</xsd:element>
<xsd:element name="LastAuthor" minOccurs="0" maxOccurs="1" type="xsd:string">
</xsd:element>
<xsd:element name="Revision" minOccurs="0" maxOccurs="1" type="xsd:nonNegativeInteger">
</xsd:element>
<xsd:element name="AppName" minOccurs="0" maxOccurs="1" type="xsd:string">
</xsd:element>
<xsd:element name="TotalTime" minOccurs="0" maxOccurs="1" type="xsd:nonNegativeInteger">
</xsd:element>
<xsd:element name="LastPrinted" minOccurs="0" maxOccurs="1" type="xsd:dateTime">
</xsd:element>
<xsd:element name="Created" minOccurs="0" maxOccurs="1" type="xsd:dateTime">
</xsd:element>
<xsd:element name="LastSaved" minOccurs="0" maxOccurs="1" type="xsd:dateTime">
</xsd:element>
<xsd:element name="Pages" minOccurs="0" maxOccurs="1" type="xsd:nonNegativeInteger">
</xsd:element>
<xsd:element name="Words" minOccurs="0" maxOccurs="1" type="xsd:nonNegativeInteger">
</xsd:element>
<xsd:element name="Characters" minOccurs="0" maxOccurs="1" type="xsd:nonNegativeInteger">
</xsd:element>
<xsd:element name="Category" minOccurs="0" maxOccurs="1" type="xsd:string">
</xsd:element>
<xsd:element name="PresentationFormat" minOccurs="0" maxOccurs="1" type="xsd:string">
</xsd:element>
<xsd:element name="Manager" minOccurs="0" maxOccurs="1" type="xsd:string">
</xsd:element>
<xsd:element name="Company" minOccurs="0" maxOccurs="1" type="xsd:string">
</xsd:element>
<xsd:element name="Guid" minOccurs="0" maxOccurs="1" type="xsd:string">
</xsd:element>
<xsd:element name="HyperlinkBase" minOccurs="0" maxOccurs="1" type="xsd:string">
</xsd:element>
<xsd:element name="Bytes" minOccurs="0" maxOccurs="1" type="xsd:nonNegativeInteger">
</xsd:element>
<xsd:element name="Lines" minOccurs="0" maxOccurs="1" type="xsd:nonNegativeInteger">
</xsd:element>
<xsd:element name="Paragraphs" minOccurs="0" maxOccurs="1" type="xsd:nonNegativeInteger">
</xsd:element>
<xsd:element name="CharactersWithSpaces" minOccurs="0" maxOccurs="1" type="xsd:nonNegativeInteger">
</xsd:element>
<xsd:element name="Version" minOccurs="0" maxOccurs="1" type="versionType">
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</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>
|