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
|
<html dir="ltr"><head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<META HTTP-EQUIV="assetid" CONTENT="HV01085717"><META NAME="lcid" CONTENT="1033"><title>Type Element</title><link rel="stylesheet" type="text/css" href="office10.css"><script type="text/javascript" language="Javascript" src="ExpCollapse.js"></script><script type="text/javascript" language="JavaScript" src="inline.js"></script></head><body><h1>Type Element</h1><p>
<p>Specifies various types, based on the element in which it is contained.</p>
<p>In a <b class="bterm">Connection</b> element, <b class="bterm">Type</b> specifies the connection point type.</p>
</p><table>
<tr>
<th>
<b class="bterm">Value</b>
</th>
<th>
<b class="bterm">Description</b>
</th>
</tr>
<tr>
<td>
<p>0</p>
</td>
<td>
<p>Inward.</p>
</td>
</tr>
<tr>
<td>
<p>1</p>
</td>
<td>
<p>Outward.</p>
</td>
</tr>
<tr>
<td>
<p>2</p>
</td>
<td>
<p>Inward and outward.</p>
</td>
</tr>
</table><p>In a <b class="bterm">Field</b> element, <b class="bterm">Type</b> specifies a data type for the text field value.</p><table>
<tr>
<th>
<b class="bterm">Value</b>
</th>
<th>
<b class="bterm">Description</b>
</th>
</tr>
<tr>
<td>
<p>0</p>
</td>
<td>
<p>String.</p>
</td>
</tr>
<tr>
<td>
<p>2</p>
</td>
<td>
<p>Number. Includes date, time, duration, and currency values as well as scalars, dimensions, and angles.</p>
</td>
</tr>
<tr>
<td>
<p>5</p>
</td>
<td>
<p>Date or time value. Displays days, months, and years, or seconds, minutes, and hours, or a combined date and time value.</p>
</td>
</tr>
<tr>
<td>
<p>6</p>
</td>
<td>
<p>Duration value. Displays elapsed time.</p>
</td>
</tr>
<tr>
<td>
<p>7</p>
</td>
<td>
<p>Currency value. Uses the system's current regional settings.</p>
</td>
</tr>
</table><p>In a <a href="vixmlelemProp.htm" id="HV01085611" lcid=" ">Prop</a>, <b class="bterm">Type</b> specifies a data type for the custom property value.</p><table>
<tr>
<th>
<b class="bterm">Value</b>
</th>
<th>
<b class="bterm">Description</b>
</th>
</tr>
<tr>
<td>
<p>0</p>
</td>
<td>
<p>String. This is the default.</p>
</td>
</tr>
<tr>
<td>
<p>1</p>
</td>
<td>
<p>Fixed list. Displays the list items in a drop-down combo box in the <b class="bterm">Custom Properties</b> dialog box in Microsoft Office Visio.</p>
</td>
</tr>
<tr>
<td>
<p>2</p>
</td>
<td>
<p>Number. Includes date, time, duration, and currency values as well as scalars, dimensions, and angles.</p>
</td>
</tr>
<tr>
<td>
<p>3</p>
</td>
<td>
<p>Boolean. Displays FALSE and TRUE as items users can select from a drop-down list box in the <b class="bterm">Custom Properties</b> dialog box in the Visio application.</p>
</td>
</tr>
<tr>
<td>
<p>4</p>
</td>
<td>
<p>Variable list. Displays the list items in a drop-down combo box in the <b class="bterm">Custom Properties</b> dialog box in Visio. Users can select a list item or enter a new item that is added to the current list in the <b class="bterm">Format</b> element.</p>
</td>
</tr>
<tr>
<td>
<p>5</p>
</td>
<td>
<p>Date or time value. Displays days, months, and years, or seconds, minutes, and hours, or a combined date and time value.</p>
</td>
</tr>
<tr>
<td>
<p>6</p>
</td>
<td>
<p>Duration value. Displays elapsed time.</p>
</td>
</tr>
<tr>
<td>
<p>7</p>
</td>
<td>
<p>Currency value. Uses the system's current Regional Settings.</p>
</td>
</tr>
</table><h2>Syntax</h2><pre><code>
<Type>
[Unit]
[F]
[Err]>
</Type>
</code></pre><h2>Attributes</h2><p>
<b class="bterm">Unit</b>
</p><p>Optional string. Represents a unit of measure. The default is NUM. For details about NUM, see <a href="vixmlconUnitsOfMeasure.htm" id="HV83150825" lcid=" ">Units of measure</a>.</p><p><b class="bterm">F</b></p><p>Optional string. Represents the element's formula. This attribute can contain one of the following strings: "<i>someFormula</i>" if the formula exists locally, "No Formula" if the formula is locally deleted or blocked, or "Inh" if the formula is inherited.</p><p>If the attribute is not present, the element's formula is a simple constant, for example, <<i>element</i>>5<<i>/element</i>>.
</p><p><b class="bterm">Err</b></p><p>Optional string. Indicates that the formula evaluates to an error. The value of <b class="bterm">Err</b> is the current value (an error message string); the value of the element is the last valid value.</p><h2>Element properties</h2><table><tr><th>Property</th><th>Value</th></tr>
<tr><td>Name</td><td>Type </td></tr>
<tr><td>Minimum Occurrences</td><td>0 </td></tr>
<tr><td>Maximum Occurrences</td><td>1 </td></tr>
</table><h2>Element information</h2><p><b class="bterm">Parent elements</b></p><p><a href="vixmlelemConnection.htm" id="HV01085354" lcid=""><b class="bterm">Connection</b></a></p><p><a href="vixmlelemField.htm" id="HV01085421" lcid=""><b class="bterm">Field</b></a></p><p><a href="vixmlelemProp.htm" id="HV01085611" lcid=""><b class="bterm">Prop</b></a></p><p><b class="bterm">Child elements</b></p><p>None</p><h2>Remarks</h2><p>
<p>The <b class="bterm">Type</b> element is relevant only when contained in a <a href="vixmlelemShape.htm" id="HV01085631" lcid=" "><b class="bterm">Shape</b></a> element. It is ignored when contained in a <a href="vixmlelemDocumentSheet.htm" id="HV01085388" lcid=" "><b class="bterm">DocumentSheet</b></a>, <a href="vixmlelemPageSheet.htm" id="HV01085573" lcid=" "><b class="bterm">PageSheet</b></a>, or <a href="vixmlelemStyleSheet.htm" id="HV01085684" lcid=" "><b class="bterm">StyleSheet</b></a> element.</p>
</p><h2>See also</h2><p><a target="_blank" href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vissdk11/html/DSS_Cells_(T-Z)_1346.asp" id="HV82251346" lcid=" ">Type</a> cell (Custom Properties section)</p><p><a target="_blank" href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vissdk11/html/DSS_Cells_(T-Z)_1702.asp" id="HV82251702" lcid=" ">Type</a> cell (Text Field section)</p><p><a target="_blank" href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vissdk11/html/DSS_Cells_(T-Z)_1723.asp" id="HV82251723" lcid=" ">Type</a> cell (Connection Points section)</p><center><a href="XMLSchemaCopyright_HV01147162.htm">©2003-2004 Microsoft Corporation. All rights reserved.</a>
Permission to copy, display and distribute this document is available at: <a
href="http://r.office.microsoft.com/r/rlidAWSContentRedir?AssetID=XT010988631033&CTT=11&Origin=HV011232471033"
target="_new">http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp</a></center></body></html>
|