File: pjxml_typTimephasedDataType.htm

package info (click to toggle)
office2003-schemas 1.0%2Bds-1
  • links: PTS, VCS
  • area: non-free
  • in suites: bookworm, sid, trixie
  • size: 42,304 kB
  • sloc: javascript: 2,429; makefile: 29
file content (240 lines) | stat: -rw-r--r-- 13,812 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
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
<html dir="ltr"><head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<META HTTP-EQUIV="assetid" CONTENT="HV01051071"><META NAME="lcid" CONTENT="1033"><title>XML Structure and Schema of the &lt;TimephasedDataType&gt; 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><p id="ExpandAllLine" class="ExpFav"><a href="#" onclick="ExpandAll()" onkeypress="ExpandAll()" class="DropDown"><img id="picHeader" border="0" src="expandtri.gif" alt="Show All"><span id="ExpandAll">Show All</span></a></p><h1>XML Structure and Schema of the &lt;TimephasedDataType&gt; Element</h1><p>Timephased data is a complex data type defined in the Microsoft Office Project 2003 schema. 
		The element &lt;TimephasedData&gt; is of type &lt;TimephasedDataType&gt;, and contains information about 
		a task, resource, or assignment that is distrubuted over time. 
		The following shows the &lt;TimephasedDataType&gt; structure and schema. </p>
			<p><a href="#" class="DropDown" onclick="Outline2()" onkeypress="Outline2()"><img border="0" src="blueup.gif" alt="Show">See Also</a></p>
			<div id="ExpCol" class="collapsed" border="0">
				<a href="pjxml_schema.htm" id="HV01051088" lcid=" ">Overview of XML Schema for Project</a><br>
				<a href="pjxml_structure.htm" id="HV01051032" lcid=" ">Overview of XML Structure for Project</a><br>
				<p><a href="pjxml_elemTimephasedData.htm" id="HV01056849" lcid=" ">&lt;TimephasedData&gt; Element</a><br></p>
			</div>
		<h2>Structure</h2><p><b class="bterm">
&lt;TimephasedDataType&gt;<br>
				<code>&nbsp;&nbsp;&nbsp;</code>&lt;<a href="pjxml_elemType.htm" id="HV01056853" lcid=" ">Type</a> /&gt;<br>
				<code>&nbsp;&nbsp;&nbsp;</code>&lt;<a href="pjxml_elemUID.htm" id="HV01056854" lcid=" ">UID</a> /&gt;<br>
				<code>&nbsp;&nbsp;&nbsp;</code>&lt;<a href="pjxml_elemStart.htm" id="HV01056835" lcid=" ">Start</a> /&gt;<br>
				<code>&nbsp;&nbsp;&nbsp;</code>&lt;<a href="pjxml_elemFinish.htm" id="HV01056718" lcid=" ">Finish</a> /&gt;<br>
				<code>&nbsp;&nbsp;&nbsp;</code>&lt;<a href="pjxml_elemUnit.htm" id="HV01056855" lcid=" ">Unit</a> /&gt;<br>
				<code>&nbsp;&nbsp;&nbsp;</code>&lt;<a href="pjxml_elemValue.htm" id="HV01056859" lcid=" ">Value</a> /&gt;<br>
&lt;/TimephasedDataType&gt;
		</b></p>
			<p><a href="#" class="DropDown" onclick="Outline2()" onkeypress="Outline2()"><img border="0" src="blueup.gif" alt="Show">Schema of the &lt;TimephasedDataType&gt;</a></p>
			<div id="ExpCol" class="collapsed" border="0">
				<pre><code>&lt;?xml version="1.0"?&gt;
    ...
&lt;!-- data type definitions - @TimephasedData schema --&gt;
&lt;xsd:complexType name="TimephasedDataType"&gt;
    &lt;xsd:annotation&gt;
        &lt;xsd:documentation&gt;The definition of the time phased data block.
        &lt;/xsd:documentation&gt;
    &lt;/xsd:annotation&gt;
    &lt;xsd:sequence&gt;
        &lt;xsd:element name="Type" minOccurs="0"&gt;
            &lt;xsd:annotation&gt;
                &lt;xsd:documentation&gt;
                The type of task timephased data. Values are:
                    1=Assignment Remaining Work
                    2=Assignment Actual Work
                    3=Assignment Actual Overtime Work
                    4=Assignment Baseline Work
                    5=Assignment Baseline Cost
                    6=Assignment Actual Cost
                    7=Resource Baseline Work
                    8=Resource Baseline Cost
                    9=Task Baseline Work
                    10=Task Baseline Cost
                    11=Task Percent Complete
                    16=Assignment Baseline 1 Work
                    17=Assignment Baseline 1 Cost
                    18=Task Baseline 1 Work
                    19=Task Baseline 1 Cost
                    20=Resource Baseline 1 Work
                    21=Resource Baseline 1 Cost
                    22=Assignment Baseline 2 Work
                    23=Assignment Baseline 2 Cost
                    24=Task Baseline 2 Work
                    25=Task Baseline 2 Cost
                    26=Resource Baseline 2 Work
                    27=Resource Baseline 2 Cost
                    28=Assignment Baseline 3 Work
                    29=Assignment Baseline 3 Cost
                    30=Task Baseline 3 Work
                    31=Task Baseline 3 Cost
                    32=Resource Baseline 3 Work
                    33=Resource Baseline 3 Cost
                    34=Assignment Baseline 4 Work
                    35=Assignment Baseline 4 Cost
                    36=Task Baseline 4 Work
                    37=Task Baseline 4 Cost
                    38=Resource Baseline 4 Work
                    39=Resource Baseline 4 Cost
                    40=Assignment Baseline 5 Work
                    41=Assignment Baseline 5 Cost
                    42=Task Baseline 5 Work
                    43=Task Baseline 5 Cost
                    44=Resource Baseline 5 Work
                    45=Resource Baseline 5 Cost
                    46=Assignment Baseline 6 Work
                    47=Assignment Baseline 6 Cost
                    48=Task Baseline 6 Work
                    49=Task Baseline 6 Cost
                    50=Resource Baseline 6 Work
                    51=Resource Baseline 6 Cost
                    52=Assignment Baseline 7 Work
                    53=Assignment Baseline 7 Cost
                    54=Task Baseline 7 Work
                    55=Task Baseline 7 Cost
                    56=Resource Baseline 7 Work
                    57=Resource Baseline 7 Cost
                    58=Assignment Baseline 8 Work
                    59=Assignment Baseline 8 Cost
                    60=Task Baseline 8 Work
                    61=Task Baseline 8 Cost
                    62=Resource Baseline 8 Work
                    63=Resource Baseline 8 Cost
                    64=Assignment Baseline 9 Work
                    65=Assignment Baseline 9 Cost
                    66=Task Baseline 9 Work
                    67=Task Baseline 9 Cost
                    68=Resource Baseline 9 Work
                    69=Resource Baseline 9 Cost
                    70=Assignment Baseline 10 Work
                    71=Assignment Baseline 10 Cost
                    72=Task Baseline 10 Work
                    73=Task Baseline 10 Cost
                    74=Resource Baseline 10 Work
                    75=Resource Baseline 10 Cost
                    76=Physical Percent Complete
                &lt;/xsd:documentation&gt;
            &lt;/xsd:annotation&gt;
            &lt;xsd:simpleType&gt;
                &lt;xsd:restriction base="xsd:integer"&gt;
                    &lt;xsd:enumeration value="1" /&gt;
                    &lt;xsd:enumeration value="2" /&gt;
                    &lt;xsd:enumeration value="3" /&gt;
                    &lt;xsd:enumeration value="4" /&gt;
                    &lt;xsd:enumeration value="5" /&gt;
                    &lt;xsd:enumeration value="6" /&gt;
                    &lt;xsd:enumeration value="7" /&gt;
                    &lt;xsd:enumeration value="8" /&gt;
                    &lt;xsd:enumeration value="9" /&gt;
                    &lt;xsd:enumeration value="10" /&gt;
                    &lt;xsd:enumeration value="11" /&gt;
                    &lt;xsd:enumeration value="16" /&gt;
                    &lt;xsd:enumeration value="17" /&gt;
                    &lt;xsd:enumeration value="18" /&gt;
                    &lt;xsd:enumeration value="19" /&gt;
                    &lt;xsd:enumeration value="20" /&gt;
                    &lt;xsd:enumeration value="21" /&gt;
                    &lt;xsd:enumeration value="22" /&gt;
                    &lt;xsd:enumeration value="23" /&gt;
                    &lt;xsd:enumeration value="24" /&gt;
                    &lt;xsd:enumeration value="25" /&gt;
                    &lt;xsd:enumeration value="26" /&gt;
                    &lt;xsd:enumeration value="27" /&gt;
                    &lt;xsd:enumeration value="28" /&gt;
                    &lt;xsd:enumeration value="29" /&gt;
                    &lt;xsd:enumeration value="30" /&gt;
                    &lt;xsd:enumeration value="31" /&gt;
                    &lt;xsd:enumeration value="32" /&gt;
                    &lt;xsd:enumeration value="33" /&gt;
                    &lt;xsd:enumeration value="34" /&gt;
                    &lt;xsd:enumeration value="35" /&gt;
                    &lt;xsd:enumeration value="36" /&gt;
                    &lt;xsd:enumeration value="37" /&gt;
                    &lt;xsd:enumeration value="38" /&gt;
                    &lt;xsd:enumeration value="39" /&gt;
                    &lt;xsd:enumeration value="40" /&gt;
                    &lt;xsd:enumeration value="41" /&gt;
                    &lt;xsd:enumeration value="42" /&gt;
                    &lt;xsd:enumeration value="43" /&gt;
                    &lt;xsd:enumeration value="44" /&gt;
                    &lt;xsd:enumeration value="45" /&gt;
                    &lt;xsd:enumeration value="46" /&gt;
                    &lt;xsd:enumeration value="47" /&gt;
                    &lt;xsd:enumeration value="48" /&gt;
                    &lt;xsd:enumeration value="49" /&gt;
                    &lt;xsd:enumeration value="50" /&gt;
                    &lt;xsd:enumeration value="51" /&gt;
                    &lt;xsd:enumeration value="52" /&gt;
                    &lt;xsd:enumeration value="53" /&gt;
                    &lt;xsd:enumeration value="54" /&gt;
                    &lt;xsd:enumeration value="55" /&gt;
                    &lt;xsd:enumeration value="56" /&gt;
                    &lt;xsd:enumeration value="57" /&gt;
                    &lt;xsd:enumeration value="58" /&gt;
                    &lt;xsd:enumeration value="59" /&gt;
                    &lt;xsd:enumeration value="60" /&gt;
                    &lt;xsd:enumeration value="61" /&gt;
                    &lt;xsd:enumeration value="62" /&gt;
                    &lt;xsd:enumeration value="63" /&gt;
                    &lt;xsd:enumeration value="64" /&gt;
                    &lt;xsd:enumeration value="65" /&gt;
                    &lt;xsd:enumeration value="66" /&gt;
                    &lt;xsd:enumeration value="67" /&gt;
                    &lt;xsd:enumeration value="68" /&gt;
                    &lt;xsd:enumeration value="69" /&gt;
                    &lt;xsd:enumeration value="70" /&gt;
                    &lt;xsd:enumeration value="71" /&gt;
                    &lt;xsd:enumeration value="72" /&gt;
                    &lt;xsd:enumeration value="73" /&gt;
                    &lt;xsd:enumeration value="74" /&gt;
                    &lt;xsd:enumeration value="75" /&gt;
                    &lt;xsd:enumeration value="76" /&gt;
                &lt;/xsd:restriction&gt;
            &lt;/xsd:simpleType&gt;
        &lt;/xsd:element&gt;
        &lt;xsd:element name="UID" type="xsd:integer"&gt;
            &lt;xsd:annotation&gt;
                &lt;xsd:documentation&gt;The unique identifier of the timephased data record.
                &lt;/xsd:documentation&gt;
            &lt;/xsd:annotation&gt;
        &lt;/xsd:element&gt;
        &lt;xsd:element name="Start" type="xsd:dateTime" minOccurs="0"&gt;
            &lt;xsd:annotation&gt;
                &lt;xsd:documentation&gt;The start date of the timephased data period.
                &lt;/xsd:documentation&gt;
            &lt;/xsd:annotation&gt;
        &lt;/xsd:element&gt;
        &lt;xsd:element name="Finish" type="xsd:dateTime" minOccurs="0"&gt;
            &lt;xsd:annotation&gt;
                &lt;xsd:documentation&gt;The finish date of the timephased data period.
                &lt;/xsd:documentation&gt;
            &lt;/xsd:annotation&gt;
        &lt;/xsd:element&gt;
        &lt;xsd:element name="Unit" minOccurs="0"&gt;
            &lt;xsd:annotation&gt;
                &lt;xsd:documentation&gt;The time unit of the timephased data period. 
                Values are: 0=m, 1=h, 2=d, 3=w, 5=mo, 8=y
                &lt;/xsd:documentation&gt;
            &lt;/xsd:annotation&gt;
            &lt;xsd:simpleType&gt;
                &lt;xsd:restriction base="xsd:integer"&gt;
                    &lt;xsd:enumeration value="0" /&gt;
                    &lt;xsd:enumeration value="1" /&gt;
                    &lt;xsd:enumeration value="2" /&gt;
                    &lt;xsd:enumeration value="3" /&gt;
                    &lt;xsd:enumeration value="5" /&gt;
                    &lt;xsd:enumeration value="8" /&gt;
                &lt;/xsd:restriction&gt;
            &lt;/xsd:simpleType&gt;
        &lt;/xsd:element&gt;
        &lt;xsd:element name="Value" type="xsd:string" minOccurs="0"&gt;
            &lt;xsd:annotation&gt;
                &lt;xsd:documentation&gt;The value per unit of time for the timephased data period.
                &lt;/xsd:documentation&gt;
            &lt;/xsd:annotation&gt;
        &lt;/xsd:element&gt;
    &lt;/xsd:sequence&gt;
&lt;/xsd:complexType&gt;
</code></pre>
			</div>
		<center><a href="XMLSchemaCopyright_HV01147162.htm">&copy;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&amp;CTT=11&amp;Origin=HV011232471033" 

target="_new">http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp</a></center></body></html>