PageRenderTime 53ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 1ms

/tools/MSBuildCommunity/MSBuild.Community.Tasks.xsd

https://bitbucket.org/garethl/zebraflickr
XML Schema | 6599 lines | 6588 code | 11 blank | 0 comment | 0 complexity | 0ce300e5f9abda6defab4103221f30a4 MD5 | raw file
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <xs:schema xmlns:msb="http://schemas.microsoft.com/developer/msbuild/2003" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/developer/msbuild/2003" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  3. <xs:include schemaLocation="Microsoft.Build.Commontypes.xsd" />
  4. <xs:element name="InstallAspNet" substitutionGroup="msb:Task">
  5. <xs:annotation>
  6. <xs:documentation>Installs and register script mappings for ASP.NET</xs:documentation>
  7. </xs:annotation>
  8. <xs:complexType>
  9. <xs:complexContent mixed="false">
  10. <xs:extension base="msb:TaskType">
  11. <xs:attribute name="ApplyScriptMaps" type="xs:string">
  12. <xs:annotation>
  13. <xs:documentation>[Optional] The method used to determine if ASP.NET script mappings should be applied</xs:documentation>
  14. </xs:annotation>
  15. </xs:attribute>
  16. <xs:attribute name="ClientScriptsOnly" type="msb:non_empty_string">
  17. <xs:annotation>
  18. <xs:documentation>[Optional] When , the aspnet_client scripts will be installed. No script mappings will be updated.</xs:documentation>
  19. </xs:annotation>
  20. </xs:attribute>
  21. <xs:attribute name="ExitCode" />
  22. <xs:attribute name="Path" type="xs:string">
  23. <xs:annotation>
  24. <xs:documentation>[Optional] The web application that should have its script maps updated.</xs:documentation>
  25. </xs:annotation>
  26. </xs:attribute>
  27. <xs:attribute name="Recursive" type="msb:non_empty_string">
  28. <xs:annotation>
  29. <xs:documentation>[Optional] When , script maps are applied recursively under .</xs:documentation>
  30. </xs:annotation>
  31. </xs:attribute>
  32. <xs:attribute name="Timeout" />
  33. <xs:attribute name="ToolPath" type="xs:string" />
  34. <xs:attribute name="Version" type="xs:string">
  35. <xs:annotation>
  36. <xs:documentation>[Optional] The version of ASP.NET to install</xs:documentation>
  37. </xs:annotation>
  38. </xs:attribute>
  39. </xs:extension>
  40. </xs:complexContent>
  41. </xs:complexType>
  42. </xs:element>
  43. <xs:element name="AssemblyInfo" substitutionGroup="msb:Task">
  44. <xs:annotation>
  45. <xs:documentation>Generates an AssemblyInfo files</xs:documentation>
  46. </xs:annotation>
  47. <xs:complexType>
  48. <xs:complexContent mixed="false">
  49. <xs:extension base="msb:TaskType">
  50. <xs:attribute name="AllowPartiallyTrustedCallers" type="msb:non_empty_string">
  51. <xs:annotation>
  52. <xs:documentation>[Optional] Gets or sets whether to allow strong-named assemblies to be called by partially trusted code.</xs:documentation>
  53. </xs:annotation>
  54. </xs:attribute>
  55. <xs:attribute name="AssemblyCompany" type="xs:string">
  56. <xs:annotation>
  57. <xs:documentation>[Optional] Gets or sets the assembly company.</xs:documentation>
  58. </xs:annotation>
  59. </xs:attribute>
  60. <xs:attribute name="AssemblyConfiguration" type="xs:string">
  61. <xs:annotation>
  62. <xs:documentation>[Optional] Gets or sets the assembly configuration.</xs:documentation>
  63. </xs:annotation>
  64. </xs:attribute>
  65. <xs:attribute name="AssemblyCopyright" type="xs:string">
  66. <xs:annotation>
  67. <xs:documentation>[Optional] Gets or sets the assembly copyright.</xs:documentation>
  68. </xs:annotation>
  69. </xs:attribute>
  70. <xs:attribute name="AssemblyCulture" type="xs:string">
  71. <xs:annotation>
  72. <xs:documentation>[Optional] Gets or sets the assembly culture.</xs:documentation>
  73. </xs:annotation>
  74. </xs:attribute>
  75. <xs:attribute name="AssemblyDelaySign" type="msb:non_empty_string">
  76. <xs:annotation>
  77. <xs:documentation>[Optional] Gets or sets the assembly delay sign value.</xs:documentation>
  78. </xs:annotation>
  79. </xs:attribute>
  80. <xs:attribute name="AssemblyDescription" type="xs:string">
  81. <xs:annotation>
  82. <xs:documentation>[Optional] Gets or sets the assembly description.</xs:documentation>
  83. </xs:annotation>
  84. </xs:attribute>
  85. <xs:attribute name="AssemblyFileVersion" type="xs:string">
  86. <xs:annotation>
  87. <xs:documentation>[Optional] Gets or sets the assembly file version.</xs:documentation>
  88. </xs:annotation>
  89. </xs:attribute>
  90. <xs:attribute name="AssemblyInformationalVersion" type="xs:string">
  91. <xs:annotation>
  92. <xs:documentation>[Optional] Gets or sets the assembly informational version.</xs:documentation>
  93. </xs:annotation>
  94. </xs:attribute>
  95. <xs:attribute name="AssemblyKeyFile" type="xs:string">
  96. <xs:annotation>
  97. <xs:documentation>[Optional] Gets or sets the assembly key file.</xs:documentation>
  98. </xs:annotation>
  99. </xs:attribute>
  100. <xs:attribute name="AssemblyKeyName" type="xs:string">
  101. <xs:annotation>
  102. <xs:documentation>[Optional] Gets or sets the assembly key name.</xs:documentation>
  103. </xs:annotation>
  104. </xs:attribute>
  105. <xs:attribute name="AssemblyProduct" type="xs:string">
  106. <xs:annotation>
  107. <xs:documentation>[Optional] Gets or sets the assembly product.</xs:documentation>
  108. </xs:annotation>
  109. </xs:attribute>
  110. <xs:attribute name="AssemblyTitle" type="xs:string">
  111. <xs:annotation>
  112. <xs:documentation>[Optional] Gets or sets the assembly title.</xs:documentation>
  113. </xs:annotation>
  114. </xs:attribute>
  115. <xs:attribute name="AssemblyTrademark" type="xs:string">
  116. <xs:annotation>
  117. <xs:documentation>[Optional] Gets or sets the assembly trademark.</xs:documentation>
  118. </xs:annotation>
  119. </xs:attribute>
  120. <xs:attribute name="AssemblyVersion" type="xs:string">
  121. <xs:annotation>
  122. <xs:documentation>[Optional] Gets or sets the assembly version.</xs:documentation>
  123. </xs:annotation>
  124. </xs:attribute>
  125. <xs:attribute name="CLSCompliant" type="msb:non_empty_string">
  126. <xs:annotation>
  127. <xs:documentation>[Optional] Gets or sets a value indicating whether [CLSCompliant].</xs:documentation>
  128. </xs:annotation>
  129. </xs:attribute>
  130. <xs:attribute name="CodeLanguage" type="msb:non_empty_string" use="required">
  131. <xs:annotation>
  132. <xs:documentation>Gets or sets the code language.</xs:documentation>
  133. </xs:annotation>
  134. </xs:attribute>
  135. <xs:attribute name="ComVisible" type="msb:non_empty_string">
  136. <xs:annotation>
  137. <xs:documentation>[Optional] Gets or sets a value indicating whether [COMVisible].</xs:documentation>
  138. </xs:annotation>
  139. </xs:attribute>
  140. <xs:attribute name="GenerateClass" type="msb:non_empty_string">
  141. <xs:annotation>
  142. <xs:documentation>[Optional] Gets or sets a value indicating whether to generate the ThisAssmebly class.</xs:documentation>
  143. </xs:annotation>
  144. </xs:attribute>
  145. <xs:attribute name="Guid" type="xs:string">
  146. <xs:annotation>
  147. <xs:documentation>[Optional] Gets or sets the GUID.</xs:documentation>
  148. </xs:annotation>
  149. </xs:attribute>
  150. <xs:attribute name="InternalsVisibleTo" type="xs:string">
  151. <xs:annotation>
  152. <xs:documentation>[Optional] Makes it possible to make certain assemblies able to use constructs marked as internal.
  153. Example might be setting this value to "UnitTests" assembly. The typical use case might
  154. be constructors in classes which shouldn't be available to other assemblies, but the unit
  155. tests should be able to use them.</xs:documentation>
  156. </xs:annotation>
  157. </xs:attribute>
  158. <xs:attribute name="NeutralResourcesLanguage" type="xs:string">
  159. <xs:annotation>
  160. <xs:documentation>[Optional] Gets or sets the neutral language which is used as a fallback language configuration
  161. if the locale on the computer isn't supported. Example is setting this to "en-US".</xs:documentation>
  162. </xs:annotation>
  163. </xs:attribute>
  164. <xs:attribute name="OutputFile" type="xs:string">
  165. <xs:annotation>
  166. <xs:documentation>[Optional] [Output] Gets or sets the output file.</xs:documentation>
  167. </xs:annotation>
  168. </xs:attribute>
  169. <xs:attribute name="SkipVerification" type="msb:non_empty_string">
  170. <xs:annotation>
  171. <xs:documentation>[Optional] Gets or sets the assembly delay sign value.</xs:documentation>
  172. </xs:annotation>
  173. </xs:attribute>
  174. <xs:attribute name="UltimateResourceFallbackLocation" type="xs:string">
  175. <xs:annotation>
  176. <xs:documentation>[Optional] Gets or sets the ultimate resource fallback location.</xs:documentation>
  177. </xs:annotation>
  178. </xs:attribute>
  179. <xs:attribute name="UnmanagedCode" type="msb:non_empty_string">
  180. <xs:annotation>
  181. <xs:documentation>[Optional] Gets or sets the assembly delay sign value.</xs:documentation>
  182. </xs:annotation>
  183. </xs:attribute>
  184. </xs:extension>
  185. </xs:complexContent>
  186. </xs:complexType>
  187. </xs:element>
  188. <xs:element name="Attrib" substitutionGroup="msb:Task">
  189. <xs:annotation>
  190. <xs:documentation>Changes the attributes of files and/or directories</xs:documentation>
  191. </xs:annotation>
  192. <xs:complexType>
  193. <xs:complexContent mixed="false">
  194. <xs:extension base="msb:TaskType">
  195. <xs:attribute name="Archive" type="msb:non_empty_string">
  196. <xs:annotation>
  197. <xs:documentation>[Optional] Gets or sets file's archive status.</xs:documentation>
  198. </xs:annotation>
  199. </xs:attribute>
  200. <xs:attribute name="Compressed" type="msb:non_empty_string">
  201. <xs:annotation>
  202. <xs:documentation>[Optional] Gets or sets a value indicating file is compressed.</xs:documentation>
  203. </xs:annotation>
  204. </xs:attribute>
  205. <xs:attribute name="Directories" type="xs:string">
  206. <xs:annotation>
  207. <xs:documentation>[Optional] Gets or sets the list of directories to change attributes on.</xs:documentation>
  208. </xs:annotation>
  209. </xs:attribute>
  210. <xs:attribute name="Encrypted" type="msb:non_empty_string">
  211. <xs:annotation>
  212. <xs:documentation>[Optional] Gets or sets a value indicating file is encrypted.</xs:documentation>
  213. </xs:annotation>
  214. </xs:attribute>
  215. <xs:attribute name="Files" type="xs:string">
  216. <xs:annotation>
  217. <xs:documentation>[Optional] Gets or sets the list of files to change attributes on.</xs:documentation>
  218. </xs:annotation>
  219. </xs:attribute>
  220. <xs:attribute name="Hidden" type="msb:non_empty_string">
  221. <xs:annotation>
  222. <xs:documentation>[Optional] Gets or sets a value indicating file is hidden, and thus is not included in an ordinary directory listing.</xs:documentation>
  223. </xs:annotation>
  224. </xs:attribute>
  225. <xs:attribute name="Normal" type="msb:non_empty_string">
  226. <xs:annotation>
  227. <xs:documentation>[Optional] Gets or sets a value indicating file is normal and has no other attributes set.</xs:documentation>
  228. </xs:annotation>
  229. </xs:attribute>
  230. <xs:attribute name="ReadOnly" type="msb:non_empty_string">
  231. <xs:annotation>
  232. <xs:documentation>[Optional] Gets or sets a value indicating file is read-only.</xs:documentation>
  233. </xs:annotation>
  234. </xs:attribute>
  235. <xs:attribute name="System" type="msb:non_empty_string">
  236. <xs:annotation>
  237. <xs:documentation>[Optional] Gets or sets a value indicating file is a system file.</xs:documentation>
  238. </xs:annotation>
  239. </xs:attribute>
  240. </xs:extension>
  241. </xs:complexContent>
  242. </xs:complexType>
  243. </xs:element>
  244. <xs:element name="Beep" substitutionGroup="msb:Task">
  245. <xs:annotation>
  246. <xs:documentation>A task to play the sound of a beep through the console speaker.</xs:documentation>
  247. </xs:annotation>
  248. <xs:complexType>
  249. <xs:complexContent mixed="false">
  250. <xs:extension base="msb:TaskType">
  251. <xs:attribute name="Duration" type="xs:string">
  252. <xs:annotation>
  253. <xs:documentation>[Optional] Gets or sets the of the beep measured in milliseconds.
  254. Defaults to 200 milliseconds.</xs:documentation>
  255. </xs:annotation>
  256. </xs:attribute>
  257. <xs:attribute name="Frequency" type="xs:string">
  258. <xs:annotation>
  259. <xs:documentation>[Optional] Gets or sets the frequency of the beep, ranging from 37 to 32767 hertz.
  260. Defaults to 800 hertz.</xs:documentation>
  261. </xs:annotation>
  262. </xs:attribute>
  263. </xs:extension>
  264. </xs:complexContent>
  265. </xs:complexType>
  266. </xs:element>
  267. <xs:element name="Computer" substitutionGroup="msb:Task">
  268. <xs:annotation>
  269. <xs:documentation>Provides information about the build computer.</xs:documentation>
  270. </xs:annotation>
  271. <xs:complexType>
  272. <xs:complexContent mixed="false">
  273. <xs:extension base="msb:TaskType">
  274. <xs:attribute name="IPAddress" type="xs:string">
  275. <xs:annotation>
  276. <xs:documentation>[Optional] [Output] Gets the IP address of the build computer.</xs:documentation>
  277. </xs:annotation>
  278. </xs:attribute>
  279. <xs:attribute name="Name" type="xs:string">
  280. <xs:annotation>
  281. <xs:documentation>[Optional] [Output] Gets the host name of the build computer.</xs:documentation>
  282. </xs:annotation>
  283. </xs:attribute>
  284. <xs:attribute name="OSPlatform" type="xs:string">
  285. <xs:annotation>
  286. <xs:documentation>[Optional] [Output] Gets the platform identifier of the build computer's operating system .</xs:documentation>
  287. </xs:annotation>
  288. </xs:attribute>
  289. <xs:attribute name="OSVersion" type="xs:string">
  290. <xs:annotation>
  291. <xs:documentation>[Optional] [Output] Gets the version number of the build computer's operating system.</xs:documentation>
  292. </xs:annotation>
  293. </xs:attribute>
  294. </xs:extension>
  295. </xs:complexContent>
  296. </xs:complexType>
  297. </xs:element>
  298. <xs:element name="DeleteTree" substitutionGroup="msb:Task">
  299. <xs:annotation>
  300. <xs:documentation>Delete a directory tree. This task supports wild card directory selection.</xs:documentation>
  301. </xs:annotation>
  302. <xs:complexType>
  303. <xs:complexContent mixed="false">
  304. <xs:extension base="msb:TaskType">
  305. <xs:attribute name="DeletedDirectories" type="xs:string">
  306. <xs:annotation>
  307. <xs:documentation>[Optional] [Output] Gets the deleted directories.</xs:documentation>
  308. </xs:annotation>
  309. </xs:attribute>
  310. <xs:attribute name="Directories" type="msb:non_empty_string" use="required">
  311. <xs:annotation>
  312. <xs:documentation>Gets or sets the directories to be deleted.</xs:documentation>
  313. </xs:annotation>
  314. </xs:attribute>
  315. <xs:attribute name="Recursive" type="msb:non_empty_string">
  316. <xs:annotation>
  317. <xs:documentation>[Optional] Gets or sets a value indicating whether this is recursive.</xs:documentation>
  318. </xs:annotation>
  319. </xs:attribute>
  320. </xs:extension>
  321. </xs:complexContent>
  322. </xs:complexType>
  323. </xs:element>
  324. <xs:element name="FileUpdate" substitutionGroup="msb:Task">
  325. <xs:annotation>
  326. <xs:documentation>Replace text in file(s) using a Regular Expression.</xs:documentation>
  327. </xs:annotation>
  328. <xs:complexType>
  329. <xs:complexContent mixed="false">
  330. <xs:extension base="msb:TaskType">
  331. <xs:attribute name="Encoding" type="xs:string">
  332. <xs:annotation>
  333. <xs:documentation>[Optional] The character encoding used to read and write the file.</xs:documentation>
  334. </xs:annotation>
  335. </xs:attribute>
  336. <xs:attribute name="Files" type="xs:string">
  337. <xs:annotation>
  338. <xs:documentation>[Optional] Gets or sets the files to update.</xs:documentation>
  339. </xs:annotation>
  340. </xs:attribute>
  341. <xs:attribute name="IgnoreCase" type="msb:non_empty_string">
  342. <xs:annotation>
  343. <xs:documentation>[Optional] Gets or sets a value specifies case-insensitive matching. .</xs:documentation>
  344. </xs:annotation>
  345. </xs:attribute>
  346. <xs:attribute name="Multiline" type="msb:non_empty_string">
  347. <xs:annotation>
  348. <xs:documentation>[Optional] Gets or sets a value changing the meaning of ^ and $ so they match at the beginning and end,
  349. respectively, of any line, and not just the beginning and end of the entire string.</xs:documentation>
  350. </xs:annotation>
  351. </xs:attribute>
  352. <xs:attribute name="Regex" type="xs:string">
  353. <xs:annotation>
  354. <xs:documentation>[Optional] Gets or sets the regex.</xs:documentation>
  355. </xs:annotation>
  356. </xs:attribute>
  357. <xs:attribute name="ReplacementCount" type="xs:string">
  358. <xs:annotation>
  359. <xs:documentation>[Optional] Gets or sets the maximum number of times the replacement can occur.</xs:documentation>
  360. </xs:annotation>
  361. </xs:attribute>
  362. <xs:attribute name="ReplacementText" type="xs:string">
  363. <xs:annotation>
  364. <xs:documentation>[Optional] Gets or sets the replacement text.</xs:documentation>
  365. </xs:annotation>
  366. </xs:attribute>
  367. <xs:attribute name="Singleline" type="msb:non_empty_string">
  368. <xs:annotation>
  369. <xs:documentation>[Optional] Gets or sets a value changing the meaning of the dot (.) so it matches
  370. every character (instead of every character except \n).</xs:documentation>
  371. </xs:annotation>
  372. </xs:attribute>
  373. <xs:attribute name="WarnOnNoUpdate" type="msb:non_empty_string">
  374. <xs:annotation>
  375. <xs:documentation>[Optional] When TRUE, a warning will be generated to show which file was not updated.</xs:documentation>
  376. </xs:annotation>
  377. </xs:attribute>
  378. </xs:extension>
  379. </xs:complexContent>
  380. </xs:complexType>
  381. </xs:element>
  382. <xs:element name="FtpCreateRemoteDirectory" substitutionGroup="msb:Task">
  383. <xs:annotation>
  384. <xs:documentation>Creates a full remote directory on the remote server if not exists using the File Transfer Protocol (FTP).
  385. This can be one directory or a full path to create.</xs:documentation>
  386. </xs:annotation>
  387. <xs:complexType>
  388. <xs:complexContent mixed="false">
  389. <xs:extension base="msb:TaskType">
  390. <xs:attribute name="BufferSize" type="xs:string">
  391. <xs:annotation>
  392. <xs:documentation>[Optional] Gets or sets the size of the data buffer.</xs:documentation>
  393. </xs:annotation>
  394. </xs:attribute>
  395. <xs:attribute name="LastReply" type="xs:string">
  396. <xs:annotation>
  397. <xs:documentation>[Optional] Gets the last recieved FTP response over the client socket.</xs:documentation>
  398. </xs:annotation>
  399. </xs:attribute>
  400. <xs:attribute name="Password" type="xs:string">
  401. <xs:annotation>
  402. <xs:documentation>[Optional] Gets or sets the password to login.</xs:documentation>
  403. </xs:annotation>
  404. </xs:attribute>
  405. <xs:attribute name="Port" type="xs:string">
  406. <xs:annotation>
  407. <xs:documentation>[Optional] Gets or sets the port number.</xs:documentation>
  408. </xs:annotation>
  409. </xs:attribute>
  410. <xs:attribute name="RemoteDirectory" type="msb:non_empty_string" use="required">
  411. <xs:annotation>
  412. <xs:documentation>Gets or sets the remote directory to create.</xs:documentation>
  413. </xs:annotation>
  414. </xs:attribute>
  415. <xs:attribute name="ServerHost" type="msb:non_empty_string" use="required">
  416. <xs:annotation>
  417. <xs:documentation>Gets or sets the server host.</xs:documentation>
  418. </xs:annotation>
  419. </xs:attribute>
  420. <xs:attribute name="Username" type="xs:string">
  421. <xs:annotation>
  422. <xs:documentation>[Optional] Gets or sets the username to login.</xs:documentation>
  423. </xs:annotation>
  424. </xs:attribute>
  425. </xs:extension>
  426. </xs:complexContent>
  427. </xs:complexType>
  428. </xs:element>
  429. <xs:element name="FtpDirectoryExists" substitutionGroup="msb:Task">
  430. <xs:annotation>
  431. <xs:documentation>Determ if a remote directory exists on a FTP server or not.</xs:documentation>
  432. </xs:annotation>
  433. <xs:complexType>
  434. <xs:complexContent mixed="false">
  435. <xs:extension base="msb:TaskType">
  436. <xs:attribute name="BufferSize" type="xs:string">
  437. <xs:annotation>
  438. <xs:documentation>[Optional] Gets or sets the size of the data buffer.</xs:documentation>
  439. </xs:annotation>
  440. </xs:attribute>
  441. <xs:attribute name="Exists" type="msb:non_empty_string">
  442. <xs:annotation>
  443. <xs:documentation>[Optional] [Output] Gets an indication whether the directory exists on the server.</xs:documentation>
  444. </xs:annotation>
  445. </xs:attribute>
  446. <xs:attribute name="LastReply" type="xs:string">
  447. <xs:annotation>
  448. <xs:documentation>[Optional] Gets the last recieved FTP response over the client socket.</xs:documentation>
  449. </xs:annotation>
  450. </xs:attribute>
  451. <xs:attribute name="Password" type="xs:string">
  452. <xs:annotation>
  453. <xs:documentation>[Optional] Gets or sets the password to login.</xs:documentation>
  454. </xs:annotation>
  455. </xs:attribute>
  456. <xs:attribute name="Port" type="xs:string">
  457. <xs:annotation>
  458. <xs:documentation>[Optional] Gets or sets the port number.</xs:documentation>
  459. </xs:annotation>
  460. </xs:attribute>
  461. <xs:attribute name="RemoteDirectory" type="msb:non_empty_string" use="required">
  462. <xs:annotation>
  463. <xs:documentation>Gets or sets the remote directory to create.</xs:documentation>
  464. </xs:annotation>
  465. </xs:attribute>
  466. <xs:attribute name="ServerHost" type="msb:non_empty_string" use="required">
  467. <xs:annotation>
  468. <xs:documentation>Gets or sets the server host.</xs:documentation>
  469. </xs:annotation>
  470. </xs:attribute>
  471. <xs:attribute name="Username" type="xs:string">
  472. <xs:annotation>
  473. <xs:documentation>[Optional] Gets or sets the username to login.</xs:documentation>
  474. </xs:annotation>
  475. </xs:attribute>
  476. </xs:extension>
  477. </xs:complexContent>
  478. </xs:complexType>
  479. </xs:element>
  480. <xs:element name="FtpUploadDirectoryContent" substitutionGroup="msb:Task">
  481. <xs:annotation>
  482. <xs:documentation>Uploads a full directory content to a remote directory.</xs:documentation>
  483. </xs:annotation>
  484. <xs:complexType>
  485. <xs:complexContent mixed="false">
  486. <xs:extension base="msb:TaskType">
  487. <xs:attribute name="BufferSize" type="xs:string">
  488. <xs:annotation>
  489. <xs:documentation>[Optional] Gets or sets the size of the data buffer.</xs:documentation>
  490. </xs:annotation>
  491. </xs:attribute>
  492. <xs:attribute name="LastReply" type="xs:string">
  493. <xs:annotation>
  494. <xs:documentation>[Optional] Gets the last recieved FTP response over the client socket.</xs:documentation>
  495. </xs:annotation>
  496. </xs:attribute>
  497. <xs:attribute name="LocalDirectory" type="xs:string">
  498. <xs:annotation>
  499. <xs:documentation>[Optional] Gets or sets the local directory that contains the content to upload.</xs:documentation>
  500. </xs:annotation>
  501. </xs:attribute>
  502. <xs:attribute name="Password" type="xs:string">
  503. <xs:annotation>
  504. <xs:documentation>[Optional] Gets or sets the password to login.</xs:documentation>
  505. </xs:annotation>
  506. </xs:attribute>
  507. <xs:attribute name="Port" type="xs:string">
  508. <xs:annotation>
  509. <xs:documentation>[Optional] Gets or sets the port number.</xs:documentation>
  510. </xs:annotation>
  511. </xs:attribute>
  512. <xs:attribute name="Recursive" type="msb:non_empty_string">
  513. <xs:annotation>
  514. <xs:documentation>[Optional] Gets or sets a value indicating whether the subdirectories of the local directory should be created remotely and the content of these should also be uploaded.</xs:documentation>
  515. </xs:annotation>
  516. </xs:attribute>
  517. <xs:attribute name="RemoteDirectory" type="xs:string">
  518. <xs:annotation>
  519. <xs:documentation>[Optional] Gets or sets the remote directory destination for the local files.</xs:documentation>
  520. </xs:annotation>
  521. </xs:attribute>
  522. <xs:attribute name="ServerHost" type="msb:non_empty_string" use="required">
  523. <xs:annotation>
  524. <xs:documentation>Gets or sets the server host.</xs:documentation>
  525. </xs:annotation>
  526. </xs:attribute>
  527. <xs:attribute name="Username" type="xs:string">
  528. <xs:annotation>
  529. <xs:documentation>[Optional] Gets or sets the username to login.</xs:documentation>
  530. </xs:annotation>
  531. </xs:attribute>
  532. </xs:extension>
  533. </xs:complexContent>
  534. </xs:complexType>
  535. </xs:element>
  536. <xs:element name="FtpUpload" substitutionGroup="msb:Task">
  537. <xs:annotation>
  538. <xs:documentation>Uploads a group of files using File Transfer Protocol (FTP).</xs:documentation>
  539. </xs:annotation>
  540. <xs:complexType>
  541. <xs:complexContent mixed="false">
  542. <xs:extension base="msb:TaskType">
  543. <xs:attribute name="LocalFile" type="xs:string">
  544. <xs:annotation>
  545. <xs:documentation>[Optional] Gets or sets the single file to upload. Use
  546. this or LocalFiles, but not both.</xs:documentation>
  547. </xs:annotation>
  548. </xs:attribute>
  549. <xs:attribute name="LocalFiles" type="xs:string">
  550. <xs:annotation>
  551. <xs:documentation>[Optional] Gets or sets the local files to upload. Use this
  552. or LocalFile, but not both.</xs:documentation>
  553. </xs:annotation>
  554. </xs:attribute>
  555. <xs:attribute name="Password" type="xs:string">
  556. <xs:annotation>
  557. <xs:documentation>[Optional] Gets or sets the password.</xs:documentation>
  558. </xs:annotation>
  559. </xs:attribute>
  560. <xs:attribute name="RemoteFiles" type="msb:non_empty_string" use="required">
  561. <xs:annotation>
  562. <xs:documentation>Gets or sets the remote files to upload.
  563. Each item in this list should have a corresponding item in LocalFiles.</xs:documentation>
  564. </xs:annotation>
  565. </xs:attribute>
  566. <xs:attribute name="RemoteUri" type="msb:non_empty_string" use="required">
  567. <xs:annotation>
  568. <xs:documentation>Gets or sets the remote URI to upload.</xs:documentation>
  569. </xs:annotation>
  570. </xs:attribute>
  571. <xs:attribute name="UsePassive" type="msb:non_empty_string">
  572. <xs:annotation>
  573. <xs:documentation>[Optional] Gets or sets the behavior of a client application's data transfer process.</xs:documentation>
  574. </xs:annotation>
  575. </xs:attribute>
  576. <xs:attribute name="Username" type="xs:string">
  577. <xs:annotation>
  578. <xs:documentation>[Optional] Gets or sets the username.</xs:documentation>
  579. </xs:annotation>
  580. </xs:attribute>
  581. </xs:extension>
  582. </xs:complexContent>
  583. </xs:complexType>
  584. </xs:element>
  585. <xs:element name="FxCop" substitutionGroup="msb:Task">
  586. <xs:annotation>
  587. <xs:documentation>Uses FxCop to analyse managed code assemblies and reports on
  588. their design best-practice compliance.</xs:documentation>
  589. </xs:annotation>
  590. <xs:complexType>
  591. <xs:complexContent mixed="false">
  592. <xs:extension base="msb:TaskType">
  593. <xs:attribute name="AnalysisReportFileName" type="xs:string">
  594. <xs:annotation>
  595. <xs:documentation>[Optional] Specifies the file name for the analysis report.</xs:documentation>
  596. </xs:annotation>
  597. </xs:attribute>
  598. <xs:attribute name="ApplyOutXsl" type="msb:non_empty_string">
  599. <xs:annotation>
  600. <xs:documentation>[Optional] Applies the XSL transformation specified in /outXsl to the
  601. analysis report before saving the file.</xs:documentation>
  602. </xs:annotation>
  603. </xs:attribute>
  604. <xs:attribute name="ConsoleXslFileName" type="xs:string">
  605. <xs:annotation>
  606. <xs:documentation>[Optional] Specifies the XSL or XSLT file that contains a transformation to
  607. be applied to the analysis output before it is displayed in the console.</xs:documentation>
  608. </xs:annotation>
  609. </xs:attribute>
  610. <xs:attribute name="CustomDictionary" type="xs:string">
  611. <xs:annotation>
  612. <xs:documentation>[Optional] Specifies the custom dictionary.</xs:documentation>
  613. </xs:annotation>
  614. </xs:attribute>
  615. <xs:attribute name="DependencyDirectories" type="xs:string">
  616. <xs:annotation>
  617. <xs:documentation>[Optional] Specifies additional directories to search for assembly dependencies.
  618. FxCopCmd always searches the target assembly directory and the current
  619. working directory.</xs:documentation>
  620. </xs:annotation>
  621. </xs:attribute>
  622. <xs:attribute name="DirectOutputToConsole" type="msb:non_empty_string">
  623. <xs:annotation>
  624. <xs:documentation>[Optional] Directs analysis output to the console or to the
  625. Output window in Visual Studio .NET. By default,
  626. the XSL file FxCopConsoleOutput.xsl is applied to the
  627. output before it is displayed.</xs:documentation>
  628. </xs:annotation>
  629. </xs:attribute>
  630. <xs:attribute name="ExitCode" />
  631. <xs:attribute name="FailOnError" type="msb:non_empty_string">
  632. <xs:annotation>
  633. <xs:documentation>[Optional] Gets or sets a value indicating whether the build should
  634. fail if static code analysis reports errors. Defaults to
  635. true.</xs:documentation>
  636. </xs:annotation>
  637. </xs:attribute>
  638. <xs:attribute name="ImportFiles" type="xs:string">
  639. <xs:annotation>
  640. <xs:documentation>[Optional] Specifies the name of an analysis report or project file to import.
  641. Any messages in the imported file that are marked as excluded are not
  642. included in the analysis results.</xs:documentation>
  643. </xs:annotation>
  644. </xs:attribute>
  645. <xs:attribute name="IncludeSummaryReport" type="msb:non_empty_string">
  646. <xs:annotation>
  647. <xs:documentation>[Optional] Includes a summary report with the informational
  648. messages returned by FxCopCmd.</xs:documentation>
  649. </xs:annotation>
  650. </xs:attribute>
  651. <xs:attribute name="OutputXslFileName" type="xs:string">
  652. <xs:annotation>
  653. <xs:documentation>[Optional] Specifies the XSL or XSLT file that is referenced by the
  654. xml-stylesheet processing instruction in the analysis report.</xs:documentation>
  655. </xs:annotation>
  656. </xs:attribute>
  657. <xs:attribute name="PlatformDirectory" type="xs:string">
  658. <xs:annotation>
  659. <xs:documentation>[Optional] Specifies the location of the version of Mscorlib.dll
  660. that was used when building the target assemblies if this
  661. version is not installed on the computer running FxCopCmd.</xs:documentation>
  662. </xs:annotation>
  663. </xs:attribute>
  664. <xs:attribute name="ProjectFile" type="xs:string">
  665. <xs:annotation>
  666. <xs:documentation>[Optional] Specifies the filename of FxCop project file.</xs:documentation>
  667. </xs:annotation>
  668. </xs:attribute>
  669. <xs:attribute name="RuleLibraries" type="xs:string">
  670. <xs:annotation>
  671. <xs:documentation>[Optional] Specifies the filename(s) of FxCop rule assemblies</xs:documentation>
  672. </xs:annotation>
  673. </xs:attribute>
  674. <xs:attribute name="Rules" type="xs:string">
  675. <xs:annotation>
  676. <xs:documentation>[Optional] The list of rules to run</xs:documentation>
  677. </xs:annotation>
  678. </xs:attribute>
  679. <xs:attribute name="SaveResults" type="msb:non_empty_string">
  680. <xs:annotation>
  681. <xs:documentation>[Optional] Saves the results of the analysis in the project file.</xs:documentation>
  682. </xs:annotation>
  683. </xs:attribute>
  684. <xs:attribute name="SearchGac" type="msb:non_empty_string">
  685. <xs:annotation>
  686. <xs:documentation>[Optional] Tells FxCop to search the GAC for assembly references. This parameter was added in FxCop 1.35</xs:documentation>
  687. </xs:annotation>
  688. </xs:attribute>
  689. <xs:attribute name="TargetAssemblies" type="xs:string">
  690. <xs:annotation>
  691. <xs:documentation>[Optional] Specifies the target assembly to analyze.</xs:documentation>
  692. </xs:annotation>
  693. </xs:attribute>
  694. <xs:attribute name="Timeout" />
  695. <xs:attribute name="ToolPath" type="xs:string" />
  696. <xs:attribute name="TypeList" type="xs:string">
  697. <xs:annotation>
  698. <xs:documentation>[Optional] Comma-separated list of type names to analyze. This option disables
  699. analysis of assemblies, namespaces, and resources; only the specified
  700. types and their members are included in the analysis.
  701. Use the wildcard character '*' at the end of the name to select multiple types.</xs:documentation>
  702. </xs:annotation>
  703. </xs:attribute>
  704. <xs:attribute name="Verbose" type="msb:non_empty_string">
  705. <xs:annotation>
  706. <xs:documentation>[Optional] Gets or sets a value indicating whether the output is verbose.</xs:documentation>
  707. </xs:annotation>
  708. </xs:attribute>
  709. <xs:attribute name="WorkingDirectory" type="xs:string">
  710. <xs:annotation>
  711. <xs:documentation>[Optional] Gets or sets the working directory.</xs:documentation>
  712. </xs:annotation>
  713. </xs:attribute>
  714. </xs:extension>
  715. </xs:complexContent>
  716. </xs:complexType>
  717. </xs:element>
  718. <xs:element name="GacUtil" substitutionGroup="msb:Task">
  719. <xs:annotation>
  720. <xs:documentation>MSBuild task to install and uninstall assemblies into the GAC</xs:documentation>
  721. </xs:annotation>
  722. <xs:complexType>
  723. <xs:complexContent mixed="false">
  724. <xs:extension base="msb:TaskType">
  725. <xs:attribute name="Assemblies" type="msb:non_empty_string" use="required">
  726. <xs:annotation>
  727. <xs:documentation>Gets or sets the assembly name or file.</xs:documentation>
  728. </xs:annotation>
  729. </xs:attribute>
  730. <xs:attribute name="Command" type="msb:GacUtilCommandsType">
  731. <xs:annotation>
  732. <xs:documentation>[Optional] Gets or sets the command.</xs:documentation>
  733. </xs:annotation>
  734. </xs:attribute>
  735. <xs:attribute name="Failed" type="xs:string">
  736. <xs:annotation>
  737. <xs:documentation>[Optional] [Output] Gets the number of assemblies that failed to installed/uninstalled.</xs:documentation>
  738. </xs:annotation>
  739. </xs:attribute>
  740. <xs:attribute name="Force" type="msb:non_empty_string">
  741. <xs:annotation>
  742. <xs:documentation>[Optional] Gets or sets a value indicating whether to force reinstall of an assembly.</xs:documentation>
  743. </xs:annotation>
  744. </xs:attribute>
  745. <xs:attribute name="IncludeRelatedFiles" type="msb:non_empty_string">
  746. <xs:annotation>
  747. <xs:documentation>[Optional] Gets or sets a value indicating whether related files are included when installing in GAC.</xs:documentation>
  748. </xs:annotation>
  749. </xs:attribute>
  750. <xs:attribute name="InstalledNames" type="xs:string">
  751. <xs:annotation>
  752. <xs:documentation>[Optional] [Output] Gets the installed assembly names.</xs:documentation>
  753. </xs:annotation>
  754. </xs:attribute>
  755. <xs:attribute name="InstalledPaths" type="xs:string">
  756. <xs:annotation>
  757. <xs:documentation>[Optional] [Output] Gets the installed assembly paths.</xs:documentation>
  758. </xs:annotation>
  759. </xs:attribute>
  760. <xs:attribute name="Quiet" type="msb:non_empty_string">
  761. <xs:annotation>
  762. <xs:documentation>[Optional] Gets or sets a value indicating whether warning messages are output.</xs:documentation>
  763. </xs:annotation>
  764. </xs:attribute>
  765. <xs:attribute name="RelatedFileExtensions" type="xs:string">
  766. <xs:annotation>
  767. <xs:documentation>[Optional] Gets or sets the related file extensions to copy when is true.</xs:documentation>
  768. </xs:annotation>
  769. </xs:attribute>
  770. <xs:attribute name="Skipped" type="xs:string">
  771. <xs:annotation>
  772. <xs:documentation>[Optional] [Output] Gets the number of assemblies that were skipped during installed/uninstalled.</xs:documentation>
  773. </xs:annotation>
  774. </xs:attribute>
  775. <xs:attribute name="Successful" type="xs:string">
  776. <xs:annotation>
  777. <xs:documentation>[Optional] [Output] Gets the number of assemblies successfully installed/uninstalled.</xs:documentation>
  778. </xs:annotation>
  779. </xs:attribute>
  780. </xs:extension>
  781. </xs:complexContent>
  782. </xs:complexType>
  783. </xs:element>
  784. <xs:simpleType name="GacUtilCommandsType">
  785. <xs:union memberTypes="msb:non_empty_string">
  786. <xs:simpleType>
  787. <xs:restriction base="xs:string">
  788. <xs:enumeration value="Install">
  789. <xs:annotation>
  790. <xs:documentation>Install the list of assemblies into the GAC.</xs:documentation>
  791. </xs:annotation>
  792. </xs:enumeration>
  793. <xs:enumeration value="Uninstall">
  794. <xs:annotation>
  795. <xs:documentation>Uninstall the list of assembly names from the GAC.</xs:documentation>
  796. </xs:annotation>
  797. </xs:enumeration>
  798. </xs:restriction>
  799. </xs:simpleType>
  800. </xs:union>
  801. </xs:simpleType>
  802. <xs:element name="GetSolutionProjects" substitutionGroup="msb:Task">
  803. <xs:annotation>
  804. <xs:documentation>Retrieves the list of Projects contained within a Visual Studio Solution (.sln) file</xs:documentation>
  805. </xs:annotation>
  806. <xs:complexType>
  807. <xs:complexContent mixed="false">
  808. <xs:extension base="msb:TaskType">
  809. <xs:attribute name="Output" type="xs:string">
  810. <xs:annotation>
  811. <xs:documentation>[Optional] [Output] A list of the project files found in</xs:documentation>
  812. </xs:annotation>
  813. </xs:attribute>
  814. <xs:attribute name="Solution" type="msb:non_empty_string" use="required">
  815. <xs:annotation>
  816. <xs:documentation>Name of Solution to get Projects from</xs:documentation>
  817. </xs:annotation>
  818. </xs:attribute>
  819. </xs:extension>
  820. </xs:complexContent>
  821. </xs:complexType>
  822. </xs:element>
  823. <xs:element name="ChmCompiler" substitutionGroup="msb:Task">
  824. <xs:annotation>
  825. <xs:documentation>Html Help 1x compiler task.</xs:documentation>
  826. </xs:annotation>
  827. <xs:complexType>
  828. <xs:complexContent mixed="false">
  829. <xs:extension base="msb:TaskType">
  830. <xs:attribute name="ExitCode" />
  831. <xs:attribute name="ProjectFile" type="msb:non_empty_string" use="required">
  832. <xs:annotation>
  833. <xs:documentation>Gets or sets the project file path.</xs:documentation>
  834. </xs:annotation>
  835. </xs:attribute>
  836. <xs:attribute name="Timeout" />
  837. <xs:attribute name="ToolPath" type="xs:string" />
  838. </xs:extension>
  839. </xs:complexContent>
  840. </xs:complexType>
  841. </xs:element>
  842. <xs:element name="HxCompiler" substitutionGroup="msb:Task">
  843. <xs:annotation>
  844. <xs:documentation>A Html Help 2.0 compiler task.</xs:documentation>
  845. </xs:annotation>
  846. <xs:complexType>
  847. <xs:complexContent mixed="false">
  848. <xs:extension base="msb:TaskType">
  849. <xs:attribute name="ExitCode" />
  850. <xs:attribute name="LogFile" type="xs:string">
  851. <xs:annotation>
  852. <xs:documentation>[Optional] Gets or sets the log file.</xs:documentation>
  853. </xs:annotation>
  854. </xs:attribute>
  855. <xs:attribute name="NoErrorMessages" type="msb:non_empty_string">
  856. <xs:annotation>
  857. <xs:documentation>[Optional] Gets or sets a value indicating whether no error messages will be output.</xs:documentation>
  858. </xs:annotation>
  859. </xs:attribute>
  860. <xs:attribute name="NoInfoMessages" type="msb:non_empty_string">
  861. <xs:annotation>
  862. <xs:documentation>[Optional] Gets or sets a value indicating whether no info messages will be output.</xs:documentation>
  863. </xs:annotation>
  864. </xs:attribute>
  865. <xs:attribute name="NoWarningMessages" type="msb:non_empty_string">
  866. <xs:annotation>
  867. <xs:documentation>[Optional] Gets or sets a value indicating whether no warning messages will be output.</xs:documentation>
  868. </xs:annotation>
  869. </xs:attribute>
  870. <xs:attribute name="OutputFile" type="xs:string">
  871. <xs:annotation>
  872. <xs:documentation>[Optional] Gets or sets the output file.</xs:documentation>
  873. </xs:annotation>
  874. </xs:attribute>
  875. <xs:attribute name="ProjectFile" type="msb:non_empty_string" use="required">
  876. <xs:annotation>
  877. <xs:documentation>Gets or sets the project file path.</xs:documentation>
  878. </xs:annotation>
  879. </xs:attribute>
  880. <xs:attribute name="ProjectRoot" type="xs:string">
  881. <xs:annotation>
  882. <xs:documentation>[Optional] Gets or sets the project root.</xs:documentation>
  883. </xs:annotation>
  884. </xs:attribute>
  885. <xs:attribute name="QuiteMode" type="msb:non_empty_string">
  886. <xs:annotation>
  887. <xs:documentation>[Optional] Gets or sets a value indicating quite mode.</xs:documentation>
  888. </xs:annotation>
  889. </xs:attribute>
  890. <xs:attribute name="Timeout" />
  891. <xs:attribute name="ToolPath" type="xs:string" />
  892. <xs:attribute name="UncompileDirectory" type="xs:string">
  893. <xs:annotation>
  894. <xs:documentation>[Optional] Gets or sets the uncompile directory.</xs:documentation>
  895. </xs:annotation>
  896. </xs:attribute>
  897. <xs:attribute name="UncompileFile" type="xs:string">
  898. <xs:annotation>
  899. <xs:documentation>[Optional] Gets or sets the uncompile file.</xs:documentation>
  900. </xs:annotation>
  901. </xs:attribute>
  902. </xs:extension>
  903. </xs:complexContent>
  904. </xs:complexType>
  905. </xs:element>
  906. <xs:element name="AppPoolController" substitutionGroup="msb:Task">
  907. <xs:annotation>
  908. <xs:documentation>Allows control for an application pool on a local or remote machine with IIS installed. The default is
  909. to control the application pool on the local machine. If connecting to a remote machine, you can
  910. specify the and for the task
  911. to run under.</xs:documentation>
  912. </xs:annotation>
  913. <xs:complexType>
  914. <xs:complexContent mixed="false">
  915. <xs:extension base="msb:TaskType">
  916. <xs:attribute name="Action" type="msb:AppPoolControllerActionsType" use="required">
  917. <xs:annotation>
  918. <xs:documentation>Gets or sets the application pool action.</xs:documentation>
  919. </xs:annotation>
  920. </xs:attribute>
  921. <xs:attribute name="ApplicationPoolName" type="msb:non_empty_string" use="required">
  922. <xs:annotation>
  923. <xs:documentation>Gets or sets the name of the app pool.</xs:documentation>
  924. </xs:annotation>
  925. </xs:attribute>
  926. <xs:attribute name="HostHeaderName" type="xs:string">
  927. <xs:annotation>
  928. <xs:documentation>[Optional] Gets or sets host header. Used when you have more than one website in IIS that have the same port but different host headers.</xs:documentation>
  929. </xs:annotation>
  930. </xs:attribute>
  931. <xs:attribute name="Password" type="xs:string">
  932. <xs:annotation>
  933. <xs:documentation>[Optional] Gets or sets the password for the account the task will run under. This property
  934. is needed if you specified a for a remote machine.</xs:documentation>
  935. </xs:annotation>
  936. </xs:attribute>
  937. <xs:attribute name="ServerName" type="xs:string">
  938. <xs:annotation>
  939. <xs:documentation>[Optional] Gets or sets the name of the server. The default value is 'localhost'.</xs:documentation>
  940. </xs:annotation>
  941. </xs:attribute>
  942. <xs:attribute name="ServerPort" type="xs:string">
  943. <xs:annotation>
  944. <xs:documentation>[Optional] Gets or sets the server port.</xs:documentation>
  945. </xs:annotation>
  946. </xs:attribute>
  947. <xs:attribute name="Username" type="xs:string">
  948. <xs:annotation>
  949. <xs:documentation>[Optional] Gets or sets the username for the account the task will run under. This property
  950. is needed if you specified a for a remote machine.</xs:documentation>
  951. </xs:annotation>
  952. </xs:attribute>
  953. </xs:extension>
  954. </xs:complexContent>
  955. </xs:complexType>
  956. </xs:element>
  957. <xs:simpleType name="AppPoolControllerActionsType">
  958. <xs:union memberTypes="msb:non_empty_string">
  959. <xs:simpleType>
  960. <xs:restriction base="xs:string">
  961. <xs:enumeration value="Start">
  962. <xs:annotation>
  963. <xs:documentation>Start the applicaiton pool</xs:documentation>
  964. </xs:annotation>
  965. </xs:enumeration>
  966. <xs:enumeration value="Stop">
  967. <xs:annotation>
  968. <xs:documentation>Stop the applicaiton pool</xs:documentation>
  969. </xs:annotation>
  970. </xs:enumeration>
  971. <xs:enumeration value="Restart">
  972. <xs:annotation>
  973. <xs:documentation>Restart the applicaiton pool</xs:documentation>
  974. </xs:annotation>
  975. </xs:enumeration>
  976. <xs:enumeration value="Recycle">
  977. <xs:annotation>
  978. <xs:documentation>Recycle the applicaiton pool</xs:documentation>
  979. </xs:annotation>
  980. </xs:enumeration>
  981. </xs:restriction>
  982. </xs:simpleType>
  983. </xs:union>
  984. </xs:simpleType>
  985. <xs:element name="AppPoolCreate" substitutionGroup="msb:Task">
  986. <xs:annotation>
  987. <xs:documentation>Creates a new application pool on a local or remote machine with IIS installed. The default is
  988. to create the new application pool on the local machine. If connecting to a remote machine, you can
  989. specify the and for the task
  990. to run under.</xs:documentation>
  991. </xs:annotation>
  992. <xs:complexType>
  993. <xs:complexContent mixed="false">
  994. <xs:extension base="msb:TaskType">
  995. <xs:attribute name="ApplicationPoolName" type="msb:non_empty_string" use="required">
  996. <xs:annotation>
  997. <xs:documentation>Gets or sets the name of the application pool.</xs:documentation>
  998. </xs:annotation>
  999. </xs:attribute>
  1000. <xs:attribute name="AppPoolAutoStart" type="msb:non_empty_string">
  1001. <xs:annotation>
  1002. <xs:documentation>[Optional] The AppPoolAutoStart property indicates to the World Wide Web Publishing Service (WWW service)
  1003. to automatically start an application pool when the application pool is created or when IIS
  1004. is started, if the value of this property is set to true.</xs:documentation>
  1005. </xs:annotation>
  1006. </xs:attribute>
  1007. <xs:attribute name="AppPoolIdentityType" type="xs:string">
  1008. <xs:annotation>
  1009. <xs:documentation>[Optional] The AppPoolIdentityType property allows application pools to run as a specific user account:
  1010. 0 - The application pool runs as NT AUTHORITY\SYSTEM.
  1011. 1 - The application pool runs as NT AUTHORITY\LOCAL SERVICE.
  1012. 2 - The application pool runs as NT AUTHORITY\NETWORK SERVICE.
  1013. 3 - The application pool runs as a specific user account, defined by the property.</xs:documentation>
  1014. </xs:annotation>
  1015. </xs:attribute>
  1016. <xs:attribute name="AppPoolQueueLength" type="xs:string">
  1017. <xs:annotation>
  1018. <xs:documentation>[Optional] The AppPoolQueueLength property indicates to the Universal Listener how many requests
  1019. to queue up for an application pool before rejecting future requests. When the limit
  1020. for this property is exceeded, IIS rejects the additional requests with a 503 error.</xs:documentation>
  1021. </xs:annotation>
  1022. </xs:attribute>
  1023. <xs:attribute name="AutoShutdownAppPoolExe" type="xs:string">
  1024. <xs:annotation>
  1025. <xs:documentation>[Optional] The AutoShutdownAppPoolExe property specifies an executable to run when the World Wide Web
  1026. Publishing Service (WWW service) shuts down an application pool for rapid fail protection. You
  1027. can use the property to send parameters to the executable.</xs:documentation>
  1028. </xs:annotation>
  1029. </xs:attribute>
  1030. <xs:attribute name="AutoShutdownAppPoolParams" type="xs:string">
  1031. <xs:annotation>
  1032. <xs:documentation>[Optional] The AutoShutdownAppPoolParams property specifies any command-line parameters for the executable that
  1033. is specified in the AutoShutdownAppPoolExe property. You can use these two properties in the following
  1034. way to send e-mail, for example, when the World Wide Web Publishing Service (WWW service) shuts down
  1035. an application pool for rapid fail protection:
  1036. AutoShutdownAppPoolExe = "C:\LogAndSendMail.bat"
  1037. AutoShutdownAppPoolParams = "-AppPoolName %1%"
  1038. where %1% represents the application pool name.</xs:documentation>
  1039. </xs:annotation>
  1040. </xs:attribute>
  1041. <xs:attribute name="CPUAction" type="xs:string">
  1042. <xs:annotation>
  1043. <xs:documentation>[Optional] The CPUAction property configures the action(s) that IIS takes when Microsoft Windows NT ® job objects
  1044. run. Only one Windows NT job object exists per application pool, therefore the CPUAction property
  1045. is configured on a per application pool basis.
  1046. Possible values:
  1047. 0 - No action is taken except that a warning is written to the event log when the CPU limit is exceeded.
  1048. 1 - Application pool worker processes that exceed their CPU limit will be forced to shut down.</xs:documentation>
  1049. </xs:annotation>
  1050. </xs:attribute>
  1051. <xs:attribute name="CPULimit" type="xs:string">
  1052. <xs:annotation>
  1053. <xs:documentation>[Optional] The CPULimit property configures the maximum percentage of CPU resources that worker processes
  1054. in an application pool are allowed to consume over a period of time, as indicated by the
  1055. property. Set this property by specifying a percentage of CPU
  1056. usage, multiplied by 1000. For example, if you want the CPU usage limit to be 50%, set CPULimit to 50,000.</xs:documentation>
  1057. </xs:annotation>
  1058. </xs:attribute>
  1059. <xs:attribute name="CPUResetInterval" type="xs:string">
  1060. <xs:annotation>
  1061. <xs:documentation>[Optional] The CPUResetInterval property specifies the reset period (in minutes) for CPU monitoring and
  1062. throttling limits on the application pool. When the number of minutes elapsed since the last
  1063. process accounting reset equals the number specified by this property, IIS will reset the CPU
  1064. timers for both the logging and limit intervals. Setting the value of this property to 0
  1065. disables CPU monitoring.</xs:documentation>
  1066. </xs:annotation>
  1067. </xs:attribute>
  1068. <xs:attribute name="DisallowOverlappingRotation" type="msb:non_empty_string">
  1069. <xs:annotation>
  1070. <xs:documentation>[Optional] The DisallowOverlappingRotation property specifies whether or not the World Wide Web Publishing
  1071. Service (WWW Service) should start up another worker process to replace the existing worker
  1072. process while it is shutting down.</xs:documentation>
  1073. </xs:annotation>
  1074. </xs:attribute>
  1075. <xs:attribute name="DisallowRotationOnConfigChange" type="msb:non_empty_string">
  1076. <xs:annotation>
  1077. <xs:documentation>[Optional] The DisallowRotationOnConfigChange property specifies whether or not the World Wide Web Publishing
  1078. Service (WWW Service) should rotate worker processes in an application pool when the configuration
  1079. has changed. This means that the worker processes will not pick up application pool changes to
  1080. values passed to the worker process, such as and .</xs:documentation>
  1081. </xs:annotation>
  1082. </xs:attribute>
  1083. <xs:attribute name="HostHeaderName" type="xs:string">
  1084. <xs:annotation>
  1085. <xs:documentation>[Optional] Gets or sets host header. Used when you have more than one website in IIS that have the same port but different host headers.</xs:documentation>
  1086. </xs:annotation>
  1087. </xs:attribute>
  1088. <xs:attribute name="IdleTimeout" type="xs:string">
  1089. <xs:annotation>
  1090. <xs:documentation>[Optional] The IdleTimeout property specifies how long (in minutes) a worker process should run idle if no new
  1091. requests are received and the worker process is not processing requests. After the allotted time
  1092. passes, the worker process should request to be shut down by the World Wide Web Publishing Service (WWW Service).</xs:documentation>
  1093. </xs:annotation>
  1094. </xs:attribute>
  1095. <xs:attribute name="LoadBalancerCapabilities" type="xs:string">
  1096. <xs:annotation>
  1097. <xs:documentation>[Optional] The LoadBalancerCapabilities property specifies behavior when a service is unavailable. A setting of 1
  1098. terminates the connection. A setting of 2 sends error code 503.</xs:documentation>
  1099. </xs:annotation>
  1100. </xs:attribute>
  1101. <xs:attribute name="LogEventOnRecycle" type="xs:string">
  1102. <xs:annotation>
  1103. <xs:documentation>[Optional] The LogEventOnRecycle property specifies that IIS should log an event when an application pool is
  1104. recycled. Application pools recycle for a variety of reasons. In order for IIS to log the event, the
  1105. LogEventOnRecycle property must have a bit set corresponding to the reason for the recycle.</xs:documentation>
  1106. </xs:annotation>
  1107. </xs:attribute>
  1108. <xs:attribute name="LogonMethod" type="xs:string">
  1109. <xs:annotation>
  1110. <xs:documentation>[Optional] The LogonMethod property contains an integer that specifies the logon method for cleartext
  1111. logons. Valid settings are:
  1112. 0 for interactive logon.
  1113. 1 for batch logon.
  1114. 2 for network logon.
  1115. 3 for cleartext logon.</xs:documentation>
  1116. </xs:annotation>
  1117. </xs:attribute>
  1118. <xs:attribute name="MaxProcesses" type="xs:string">
  1119. <xs:annotation>
  1120. <xs:documentation>[Optional] The MaxProcesses property determines the maximum number of worker processes an application pool
  1121. allows to service requests for an application pool. This property cannot be set to 0 because there
  1122. are no unmanaged pools.</xs:documentation>
  1123. </xs:annotation>
  1124. </xs:attribute>
  1125. <xs:attribute name="OrphanActionExe" type="xs:string">
  1126. <xs:annotation>
  1127. <xs:documentation>[Optional] The OrphanActionExe property specifies an executable to run when the World Wide Web Publishing
  1128. Service (WWW service) orphans a worker process. You can use the property
  1129. to send parameters to the executable.</xs:documentation>
  1130. </xs:annotation>
  1131. </xs:attribute>
  1132. <xs:attribute name="OrphanActionParams" type="xs:string">
  1133. <xs:annotation>
  1134. <xs:documentation>[Optional] The OrphanActionParams property specifies command-line parameters for the executable
  1135. specified by the property.</xs:documentation>
  1136. </xs:annotation>
  1137. </xs:attribute>
  1138. <xs:attribute name="OrphanWorkerProcess" type="msb:non_empty_string">
  1139. <xs:annotation>
  1140. <xs:documentation>[Optional] The OrphanWorkerProcess property, when set to true, notifies the World Wide Web Publishing
  1141. Service (WWW Service) not to terminate a worker process that fails to respond to pings, but
  1142. to instead orphan the worker process in the application pool if the worker process suffers
  1143. fatal errors.</xs:documentation>
  1144. </xs:annotation>
  1145. </xs:attribute>
  1146. <xs:attribute name="Password" type="xs:string">
  1147. <xs:annotation>
  1148. <xs:documentation>[Optional] Gets or sets the password for the account the task will run under. This property
  1149. is needed if you specified a for a remote machine.</xs:documentation>
  1150. </xs:annotation>
  1151. </xs:attribute>
  1152. <xs:attribute name="PeriodicRestartMemory" type="xs:string">
  1153. <xs:annotation>
  1154. <xs:documentation>[Optional] The PeriodicRestartMemory property specifies the amount of virtual memory (in KB) that a
  1155. worker process can use before the worker process recycles. The maximum value supported
  1156. for this property is 4,294,967 KB.</xs:documentation>
  1157. </xs:annotation>
  1158. </xs:attribute>
  1159. <xs:attribute name="PeriodicRestartPrivateMemory" type="xs:string">
  1160. <xs:annotation>
  1161. <xs:documentation>[Optional] The PeriodicRestartPrivateMemory property specifies the amount of private memory (in KB) that a
  1162. worker process can use before the worker process recycles. The maximum value supported
  1163. for this property is 4,294,967 KB.</xs:documentation>
  1164. </xs:annotation>
  1165. </xs:attribute>
  1166. <xs:attribute name="PeriodicRestartRequests" type="xs:string">
  1167. <xs:annotation>
  1168. <xs:documentation>[Optional] The PeriodicRestartRequests property indicates the number of requests the OOP application
  1169. should process, after which it is recycled.</xs:documentation>
  1170. </xs:annotation>
  1171. </xs:attribute>
  1172. <xs:attribute name="PeriodicRestartSchedule" type="xs:string">
  1173. <xs:annotation>
  1174. <xs:documentation>[Optional] The PeriodicRestartSchedule property specifies the time (in 24 hour format) that the application
  1175. will be rotated. Each time is in local time and is specified in the following format:
  1176. PeriodicRestartSchedule="hh:mm,hh:mm,hh:mm"</xs:documentation>
  1177. </xs:annotation>
  1178. </xs:attribute>
  1179. <xs:attribute name="PeriodicRestartTime" type="xs:string">
  1180. <xs:annotation>
  1181. <xs:documentation>[Optional] The PeriodicRestartTime property specifies the period of time, in minutes, after which IIS
  1182. rotates an isolated OOP application. Setting the value of this property to 0 disables the
  1183. property. The maximum supported value for this property is 71,582.</xs:documentation>
  1184. </xs:annotation>
  1185. </xs:attribute>
  1186. <xs:attribute name="PingingEnabled" type="msb:non_empty_string">
  1187. <xs:annotation>
  1188. <xs:documentation>[Optional] The PingingEnabled property specifies whether the World Wide Web Publishing Service
  1189. (WWW Service) should periodically monitor the health of a worker process. Setting the
  1190. value of this property to true indicates to the WWW service to monitor the worker
  1191. processes to ensure that the they are running and healthy.</xs:documentation>
  1192. </xs:annotation>
  1193. </xs:attribute>
  1194. <xs:attribute name="PingInterval" type="xs:string">
  1195. <xs:annotation>
  1196. <xs:documentation>[Optional] The PingInterval property specifies the period of time (in seconds) between health-monitoring
  1197. pings that the World Wide Web Publishing Service (WWW Service) sends to a worker process.</xs:documentation>
  1198. </xs:annotation>
  1199. </xs:attribute>
  1200. <xs:attribute name="PingResponseTime" type="xs:string">
  1201. <xs:annotation>
  1202. <xs:documentation>[Optional] The PingResponseTime property specifies the amount of time (in seconds) that a worker process
  1203. is given to respond to a health monitoring ping. After the time limit is exceeded, the World
  1204. Wide Web Publishing Service (WWW Service) terminates the worker process.</xs:documentation>
  1205. </xs:annotation>
  1206. </xs:attribute>
  1207. <xs:attribute name="RapidFailProtection" type="msb:non_empty_string">
  1208. <xs:annotation>
  1209. <xs:documentation>[Optional] Setting the RapidFailProtection property to true instructs the World Wide Web Publishing
  1210. Service (WWW service) to put all applications in an application pool out of service if the
  1211. number of worker process crashes has reached the maximum specified by the
  1212. property, within the number of minutes specified
  1213. by the property.</xs:documentation>
  1214. </xs:annotation>
  1215. </xs:attribute>
  1216. <xs:attribute name="RapidFailProtectionInterval" type="xs:string">
  1217. <xs:annotation>
  1218. <xs:documentation>[Optional] The RapidFailProtectionInterval property specifies the number of minutes before the failure
  1219. count for a process is reset. See .</xs:documentation>
  1220. </xs:annotation>
  1221. </xs:attribute>
  1222. <xs:attribute name="RapidFailProtectionMaxCrashes" type="xs:string">
  1223. <xs:annotation>
  1224. <xs:documentation>[Optional] The RapidFailProtectionMaxCrashes property specifies the maximum number of failures
  1225. allowed within the number of minutes specified by the
  1226. property. See .</xs:documentation>
  1227. </xs:annotation>
  1228. </xs:attribute>
  1229. <xs:attribute name="ServerName" type="xs:string">
  1230. <xs:annotation>
  1231. <xs:documentation>[Optional] Gets or sets the name of the server. The default value is 'localhost'.</xs:documentation>
  1232. </xs:annotation>
  1233. </xs:attribute>
  1234. <xs:attribute name="ServerPort" type="xs:string">
  1235. <xs:annotation>
  1236. <xs:documentation>[Optional] Gets or sets the server port.</xs:documentation>
  1237. </xs:annotation>
  1238. </xs:attribute>
  1239. <xs:attribute name="ShutdownTimeLimit" type="xs:string">
  1240. <xs:annotation>
  1241. <xs:documentation>[Optional] The ShutdownTimeLimit property specifies the amount of time (in seconds) after a recycle
  1242. threshold has been reached that IIS waits for all old requests to finish running in a worker
  1243. process before terminating the worker process.</xs:documentation>
  1244. </xs:annotation>
  1245. </xs:attribute>
  1246. <xs:attribute name="SMPAffinitized" type="msb:non_empty_string">
  1247. <xs:annotation>
  1248. <xs:documentation>[Optional] Setting the SMPAffinitized property to true indicates that a particular worker process
  1249. assigned to an application pool should be assigned to a given CPU. This property is used
  1250. in conjunction with the property to configure a
  1251. particular processor a worker process will be assigned to.</xs:documentation>
  1252. </xs:annotation>
  1253. </xs:attribute>
  1254. <xs:attribute name="SMPProcessorAffinityMask" type="xs:string">
  1255. <xs:annotation>
  1256. <xs:documentation>[Optional] The SMPProcessorAffinityMask property configures the hexadecimal processor mask. The hexadecimal
  1257. processor mask indicates to which CPU the worker processes in an application pool should be
  1258. bound. Before this property takes affect, the property must be set
  1259. to true for the application pool. These properties cannot be set through IIS Manager.
  1260. Do not set this property to zero. Doing so causes no SMP affinity to be configured, creating an
  1261. error condition. The default DWORD value is 4294967295 (or -1), which is represented in hexadecimal
  1262. as 0xFFFFFFFF. A value of 0xFFFFFFFF in SMPProcessorAffinityMask indicates that all processors are enabled.</xs:documentation>
  1263. </xs:annotation>
  1264. </xs:attribute>
  1265. <xs:attribute name="StartupTimeLimit" type="xs:string">
  1266. <xs:annotation>
  1267. <xs:documentation>[Optional] The value of the StartupTimeLimit property specifies the amount of time (in seconds) that the World Wide
  1268. Web Publishing Service (WWW Service) should wait for a worker process to finish starting up and
  1269. reporting to the WWW Service.</xs:documentation>
  1270. </xs:annotation>
  1271. </xs:attribute>
  1272. <xs:attribute name="Username" type="xs:string">
  1273. <xs:annotation>
  1274. <xs:documentation>[Optional] Gets or sets the username for the account the task will run under. This property
  1275. is needed if you specified a for a remote machine.</xs:documentation>
  1276. </xs:annotation>
  1277. </xs:attribute>
  1278. <xs:attribute name="WAMUserName" type="xs:string">
  1279. <xs:annotation>
  1280. <xs:documentation>[Optional] The WAMUserName property specifies the account user name that IIS uses by default as the COM+
  1281. application identity for newly created IIS out-of-process applications. The values of this
  1282. property and its companion property, , are set when IIS is installed, and
  1283. match the user name and password values in the Microsoft Windows user account, which is established
  1284. at the same time. Changing the value of this property is not recommended. If you do, change
  1285. it to a valid Windows user account, and change WAMUserPass to the corresponding password
  1286. for the new account.
  1287. Important:
  1288. Changes to WAMUserName and WAMUserPass may disrupt the operation of existing IIS out-of-process
  1289. applications. You can synchronize application identities using Component Services to edit the
  1290. user name and password values, found on the Identity tab of the property sheet for each package.
  1291. In-process applications are not affected by these property values.</xs:documentation>
  1292. </xs:annotation>
  1293. </xs:attribute>
  1294. <xs:attribute name="WAMUserPass" type="xs:string">
  1295. <xs:annotation>
  1296. <xs:documentation>[Optional] The WAMUserPass property specifies the password for the account that IIS uses by default as the COM+
  1297. application identity for newly created IIS out-of-process applications. The values of this property
  1298. and its companion property, , are set when IIS is installed, and match the
  1299. password and user name values in the Microsoft Windows user account (IWAM_ MachineName, where MachineName
  1300. is the name of the machine on which IIS is installed) established at the same time.
  1301. Important:
  1302. Changing the value of this property is not recommended. If you do, you must change the Windows account
  1303. password to the identical value. You must also synchronize existing IIS out-of-process application
  1304. identities, using Component Services to edit the user name and password values, which are found on the
  1305. Identity tab of the property sheet for each package.
  1306. In-process applications are not affected by these property values.</xs:documentation>
  1307. </xs:annotation>
  1308. </xs:attribute>
  1309. </xs:extension>
  1310. </xs:complexContent>
  1311. </xs:complexType>
  1312. </xs:element>
  1313. <xs:element name="AppPoolDelete" substitutionGroup="msb:Task">
  1314. <xs:annotation>
  1315. <xs:documentation>Deletes an existing application pool on a local or remote machine with IIS installed. The default is
  1316. to delete an existing application pool on the local machine. If connecting to a remote machine, you can
  1317. specify the and for the task
  1318. to run under.</xs:documentation>
  1319. </xs:annotation>
  1320. <xs:complexType>
  1321. <xs:complexContent mixed="false">
  1322. <xs:extension base="msb:TaskType">
  1323. <xs:attribute name="ApplicationPoolName" type="msb:non_empty_string" use="required">
  1324. <xs:annotation>
  1325. <xs:documentation>Gets or sets the name of the application pool.</xs:documentation>
  1326. </xs:annotation>
  1327. </xs:attribute>
  1328. <xs:attribute name="HostHeaderName" type="xs:string">
  1329. <xs:annotation>
  1330. <xs:documentation>[Optional] Gets or sets host header. Used when you have more than one website in IIS that have the same port but different host headers.</xs:documentation>
  1331. </xs:annotation>
  1332. </xs:attribute>
  1333. <xs:attribute name="Password" type="xs:string">
  1334. <xs:annotation>
  1335. <xs:documentation>[Optional] Gets or sets the password for the account the task will run under. This property
  1336. is needed if you specified a for a remote machine.</xs:documentation>
  1337. </xs:annotation>
  1338. </xs:attribute>
  1339. <xs:attribute name="ServerName" type="xs:string">
  1340. <xs:annotation>
  1341. <xs:documentation>[Optional] Gets or sets the name of the server. The default value is 'localhost'.</xs:documentation>
  1342. </xs:annotation>
  1343. </xs:attribute>
  1344. <xs:attribute name="ServerPort" type="xs:string">
  1345. <xs:annotation>
  1346. <xs:documentation>[Optional] Gets or sets the server port.</xs:documentation>
  1347. </xs:annotation>
  1348. </xs:attribute>
  1349. <xs:attribute name="Username" type="xs:string">
  1350. <xs:annotation>
  1351. <xs:documentation>[Optional] Gets or sets the username for the account the task will run under. This property
  1352. is needed if you specified a for a remote machine.</xs:documentation>
  1353. </xs:annotation>
  1354. </xs:attribute>
  1355. </xs:extension>
  1356. </xs:complexContent>
  1357. </xs:complexType>
  1358. </xs:element>
  1359. <xs:element name="WebDirectoryCreate" substitutionGroup="msb:Task">
  1360. <xs:annotation>
  1361. <xs:documentation>Creates a new web directory on a local or remote machine with IIS installed. The default is
  1362. to create the new web directory on the local machine. The physical path is required to already exist
  1363. on the target machine. If connecting to a remote machine, you can specify the
  1364. and for the task to run under.</xs:documentation>
  1365. </xs:annotation>
  1366. <xs:complexType>
  1367. <xs:complexContent mixed="false">
  1368. <xs:extension base="msb:TaskType">
  1369. <xs:attribute name="AccessExecute" type="msb:non_empty_string">
  1370. <xs:annotation>
  1371. <xs:documentation>[Optional] Gets or sets a value that indicates if the file
  1372. or the contents of the folder may be executed, regardless of file type.</xs:documentation>
  1373. </xs:annotation>
  1374. </xs:attribute>
  1375. <xs:attribute name="AccessNoRemoteExecute" type="msb:non_empty_string">
  1376. <xs:annotation>
  1377. <xs:documentation>[Optional] A value of true indicates that remote requests to execute applications
  1378. are denied; only requests from the same computer as the IIS server succeed
  1379. if the AccessExecute property is set to true. You cannot set
  1380. AccessNoRemoteExecute to false to enable remote requests, and set
  1381. to false to disable local requests.</xs:documentation>
  1382. </xs:annotation>
  1383. </xs:attribute>
  1384. <xs:attribute name="AccessNoRemoteRead" type="msb:non_empty_string">
  1385. <xs:annotation>
  1386. <xs:documentation>[Optional] A value of true indicates that remote requests to view files are denied; only
  1387. requests from the same computer as the IIS server succeed if the
  1388. property is set to true. You cannot set to false to enable
  1389. remote requests, and set to false to disable local requests.</xs:documentation>
  1390. </xs:annotation>
  1391. </xs:attribute>
  1392. <xs:attribute name="AccessNoRemoteScript" type="msb:non_empty_string">
  1393. <xs:annotation>
  1394. <xs:documentation>[Optional] A value of true indicates that remote requests to view dynamic content are denied; only
  1395. requests from the same computer as the IIS server succeed if the property
  1396. is set to true. You cannot set AccessNoRemoteScript to false to enable remote requests,
  1397. and set to false to disable local requests.</xs:documentation>
  1398. </xs:annotation>
  1399. </xs:attribute>
  1400. <xs:attribute name="AccessNoRemoteWrite" type="msb:non_empty_string">
  1401. <xs:annotation>
  1402. <xs:documentation>[Optional] A value of true indicates that remote requests to create or change files are denied; only
  1403. requests from the same computer as the IIS server succeed if the property
  1404. is set to true. You cannot set AccessNoRemoteWrite to false to enable remote requests,
  1405. and set to false to disable local requests.</xs:documentation>
  1406. </xs:annotation>
  1407. </xs:attribute>
  1408. <xs:attribute name="AccessRead" type="msb:non_empty_string">
  1409. <xs:annotation>
  1410. <xs:documentation>[Optional] A value of true indicates that the file or the contents of the folder may be read
  1411. through Microsoft Internet Explorer.</xs:documentation>
  1412. </xs:annotation>
  1413. </xs:attribute>
  1414. <xs:attribute name="AccessScript" type="msb:non_empty_string">
  1415. <xs:annotation>
  1416. <xs:documentation>[Optional] A value of true indicates that the file or the contents of the folder may be executed
  1417. if they are script files or static content. A value of false only allows static files,
  1418. such as HTML files, to be served.</xs:documentation>
  1419. </xs:annotation>
  1420. </xs:attribute>
  1421. <xs:attribute name="AccessSource" type="msb:non_empty_string">
  1422. <xs:annotation>
  1423. <xs:documentation>[Optional] A value of true indicates that users are allowed to access source code if either
  1424. Read or Write permissions are set. Source code includes scripts in Microsoft ® Active
  1425. Server Pages (ASP) applications.</xs:documentation>
  1426. </xs:annotation>
  1427. </xs:attribute>
  1428. <xs:attribute name="AccessSsl" type="msb:non_empty_string">
  1429. <xs:annotation>
  1430. <xs:documentation>[Optional] A value of true indicates that file access requires SSL file permission processing, with
  1431. or without a client certificate.</xs:documentation>
  1432. </xs:annotation>
  1433. </xs:attribute>
  1434. <xs:attribute name="AccessSsl128" type="msb:non_empty_string">
  1435. <xs:annotation>
  1436. <xs:documentation>[Optional] A value of true indicates that file access requires SSL file permission processing
  1437. with a minimum key size of 128 bits, with or without a client certificate.</xs:documentation>
  1438. </xs:annotation>
  1439. </xs:attribute>
  1440. <xs:attribute name="AccessSslMapCert" type="msb:non_empty_string">
  1441. <xs:annotation>
  1442. <xs:documentation>[Optional] A value of true indicates that SSL file permission processing maps a client certificate
  1443. to a Microsoft Windows ® operating system user-account. The property
  1444. must also be set to true for the mapping to occur.</xs:documentation>
  1445. </xs:annotation>
  1446. </xs:attribute>
  1447. <xs:attribute name="AccessSslNegotiateCert" type="msb:non_empty_string">
  1448. <xs:annotation>
  1449. <xs:documentation>[Optional] A value of true indicates that SSL file access processing requests a certificate from
  1450. the client. A value of false indicates that access continues if the client does not have
  1451. a certificate. Some versions of Internet Explorer will close the connection if the server
  1452. requests a certificate and a certificate is not available (even if
  1453. is also set to true).</xs:documentation>
  1454. </xs:annotation>
  1455. </xs:attribute>
  1456. <xs:attribute name="AccessSslRequireCert" type="msb:non_empty_string">
  1457. <xs:annotation>
  1458. <xs:documentation>[Optional] A value of true indicates that SSL file access processing requests a certificate from the
  1459. client. If the client provides no certificate, the connection is closed.
  1460. must also be set to true when using AccessSSLRequireCert.</xs:documentation>
  1461. </xs:annotation>
  1462. </xs:attribute>
  1463. <xs:attribute name="AccessWrite" type="msb:non_empty_string">
  1464. <xs:annotation>
  1465. <xs:documentation>[Optional] A value of true indicates that users are allowed to upload files and their associated
  1466. properties to the enabled directory on your server or to change content in a Write-enabled
  1467. file. Write can be implemented only with a browser that supports the PUT feature of
  1468. the HTTP 1.1 protocol standard.</xs:documentation>
  1469. </xs:annotation>
  1470. </xs:attribute>
  1471. <xs:attribute name="AnonymousPasswordSync" type="msb:non_empty_string">
  1472. <xs:annotation>
  1473. <xs:documentation>[Optional] The AnonymousPasswordSync property indicates whether IIS should handle the user password
  1474. for anonymous users attempting to access resources.</xs:documentation>
  1475. </xs:annotation>
  1476. </xs:attribute>
  1477. <xs:attribute name="AppAllowClientDebug" type="msb:non_empty_string">
  1478. <xs:annotation>
  1479. <xs:documentation>[Optional] The AppAllowClientDebug property specifies whether ASP client-side debugging
  1480. is enabled. This property is independent of , which
  1481. applies to server-side debugging.</xs:documentation>
  1482. </xs:annotation>
  1483. </xs:attribute>
  1484. <xs:attribute name="AppAllowDebugging" type="msb:non_empty_string">
  1485. <xs:annotation>
  1486. <xs:documentation>[Optional] The AppAllowDebugging property specifies whether ASP debugging is enabled on
  1487. the server. This property is independent of the property,
  1488. which applies to client-side debugging.</xs:documentation>
  1489. </xs:annotation>
  1490. </xs:attribute>
  1491. <xs:attribute name="AspAllowSessionState" type="msb:non_empty_string">
  1492. <xs:annotation>
  1493. <xs:documentation>[Optional] The AspAllowSessionState property enables session state persistence for the ASP application.</xs:documentation>
  1494. </xs:annotation>
  1495. </xs:attribute>
  1496. <xs:attribute name="AspBufferingOn" type="msb:non_empty_string">
  1497. <xs:annotation>
  1498. <xs:documentation>[Optional] The AspBufferingOn property specifies whether output from an ASP application will be buffered.</xs:documentation>
  1499. </xs:annotation>
  1500. </xs:attribute>
  1501. <xs:attribute name="AspEnableApplicationRestart" type="msb:non_empty_string">
  1502. <xs:annotation>
  1503. <xs:documentation>[Optional] The AspEnableApplicationRestart determines whether an ASP application can be
  1504. automatically restarted. When changes are made to Global.asa or metabase properties
  1505. that affect an application, the application will not restart unless the
  1506. AspEnableApplicationRestart property is set to true.</xs:documentation>
  1507. </xs:annotation>
  1508. </xs:attribute>
  1509. <xs:attribute name="AspEnableAspHtmlFallback" type="msb:non_empty_string">
  1510. <xs:annotation>
  1511. <xs:documentation>[Optional] The AspEnableAspHtmlFallback property controls the behavior of ASP when a
  1512. new request is to be rejected due to a full request queue.</xs:documentation>
  1513. </xs:annotation>
  1514. </xs:attribute>
  1515. <xs:attribute name="AspEnableChunkedEncoding" type="msb:non_empty_string">
  1516. <xs:annotation>
  1517. <xs:documentation>[Optional] The AspEnableChunkedEncoding property specifies whether HTTP 1.1 chunked
  1518. transfer encoding is enabled for the World Wide Web Publishing Service (WWW service).</xs:documentation>
  1519. </xs:annotation>
  1520. </xs:attribute>
  1521. <xs:attribute name="AspEnableParentPaths" type="msb:non_empty_string">
  1522. <xs:annotation>
  1523. <xs:documentation>[Optional] The AspEnableParentPaths property specifies whether an ASP page allows paths
  1524. relative to the current directory (using the ..\ notation) or above the current directory.</xs:documentation>
  1525. </xs:annotation>
  1526. </xs:attribute>
  1527. <xs:attribute name="AspEnableTypelibCache" type="msb:non_empty_string">
  1528. <xs:annotation>
  1529. <xs:documentation>[Optional] The AspEnableTypelibCache property specifies whether type libraries are cached
  1530. on the server. The World Wide Web Publishing Service (WWW service) setting for
  1531. this property is applicable to all in-process and pooled out-of-process application
  1532. nodes, at all levels. Metabase settings at the Web server level or lower are ignored
  1533. for in-process and pooled out-of-process applications. However, settings at the Web
  1534. server level or lower are used if that node is an isolated out-of-process application.</xs:documentation>
  1535. </xs:annotation>
  1536. </xs:attribute>
  1537. <xs:attribute name="AspErrorsToNTLog" type="msb:non_empty_string">
  1538. <xs:annotation>
  1539. <xs:documentation>[Optional] The AspErrorsToNTLog property specifies which ASP errors are written to the
  1540. Windows event log. ASP errors are written to the client browser and to the IIS
  1541. log files by default.</xs:documentation>
  1542. </xs:annotation>
  1543. </xs:attribute>
  1544. <xs:attribute name="AspExceptionCatchEnable" type="msb:non_empty_string">
  1545. <xs:annotation>
  1546. <xs:documentation>[Optional] The AspExceptionCatchEnable property specifies whether ASP pages trap exceptions
  1547. thrown by components.</xs:documentation>
  1548. </xs:annotation>
  1549. </xs:attribute>
  1550. <xs:attribute name="AspLogErrorRequests" type="msb:non_empty_string">
  1551. <xs:annotation>
  1552. <xs:documentation>[Optional] The AspLogErrorRequests property controls whether the Web server writes ASP errors
  1553. to the application section of the Windows event log. ASP errors are written to the
  1554. client browser and to the IIS log files by default.</xs:documentation>
  1555. </xs:annotation>
  1556. </xs:attribute>
  1557. <xs:attribute name="AspScriptErrorMessage" type="xs:string">
  1558. <xs:annotation>
  1559. <xs:documentation>[Optional] The AspScriptErrorMessage property specifies the error message to send to the browser
  1560. if specific debugging errors are not sent to the client (if
  1561. is set to false).</xs:documentation>
  1562. </xs:annotation>
  1563. </xs:attribute>
  1564. <xs:attribute name="AspScriptErrorSentToBrowser" type="msb:non_empty_string">
  1565. <xs:annotation>
  1566. <xs:documentation>[Optional] The AspScriptErrorSentToBrowser property specifies whether the Web server writes
  1567. debugging specifics (file name, error, line number, description) to the client
  1568. browser, in addition to logging them to the Windows Event Log. The
  1569. property provides the error message to be sent if this property is set to false.</xs:documentation>
  1570. </xs:annotation>
  1571. </xs:attribute>
  1572. <xs:attribute name="AspTrackThreadingModel" type="msb:non_empty_string">
  1573. <xs:annotation>
  1574. <xs:documentation>[Optional] The AspTrackThreadingModel property specifies whether IIS checks the threading model
  1575. of any components (COM objects) that your application creates. The preferred setting
  1576. of this metabase property is false.</xs:documentation>
  1577. </xs:annotation>
  1578. </xs:attribute>
  1579. <xs:attribute name="AuthAnonymous" type="msb:non_empty_string">
  1580. <xs:annotation>
  1581. <xs:documentation>[Optional] Specifies Anonymous authentication as one of the possible Windows authentication
  1582. schemes returned to clients as being available.</xs:documentation>
  1583. </xs:annotation>
  1584. </xs:attribute>
  1585. <xs:attribute name="AuthBasic" type="msb:non_empty_string">
  1586. <xs:annotation>
  1587. <xs:documentation>[Optional] Specifies Basic authentication as one of the possible Windows authentication
  1588. schemes returned to clients as being available.</xs:documentation>
  1589. </xs:annotation>
  1590. </xs:attribute>
  1591. <xs:attribute name="AuthNtlm" type="msb:non_empty_string">
  1592. <xs:annotation>
  1593. <xs:documentation>[Optional] Specifies Integrated Windows authentication (also known as Challenge/Response or
  1594. NTLM authentication) as one of the possible Windows authentication schemes
  1595. returned to clients as being available.</xs:documentation>
  1596. </xs:annotation>
  1597. </xs:attribute>
  1598. <xs:attribute name="AuthPersistSingleRequest" type="msb:non_empty_string">
  1599. <xs:annotation>
  1600. <xs:documentation>[Optional] Setting this flag to true specifies that authentication persists only for a single
  1601. request on a connection. IIS resets the authentication at the end of each request, and
  1602. forces re-authentication on the next request of the session.</xs:documentation>
  1603. </xs:annotation>
  1604. </xs:attribute>
  1605. <xs:attribute name="AuthPersistSingleRequestAlwaysIfProxy" type="msb:non_empty_string">
  1606. <xs:annotation>
  1607. <xs:documentation>[Optional] Setting this flag to true specifies that authentication is valid for a single request if
  1608. by proxy. IIS will reset the authentication at the end of the request and force
  1609. re-authentication on the next request if the current authenticated request is by
  1610. proxy of any type.</xs:documentation>
  1611. </xs:annotation>
  1612. </xs:attribute>
  1613. <xs:attribute name="AuthPersistSingleRequestIfProxy" type="msb:non_empty_string">
  1614. <xs:annotation>
  1615. <xs:documentation>[Optional] Setting this flag to true specifies authentication will persist only across single
  1616. requests on a connection if the connection is by proxy. IIS will reset the authentication
  1617. at the end of the request if the current authenticated request is by proxy and it is
  1618. not the special case where IIS is running MSPROXY.</xs:documentation>
  1619. </xs:annotation>
  1620. </xs:attribute>
  1621. <xs:attribute name="CacheControlNoCache" type="msb:non_empty_string">
  1622. <xs:annotation>
  1623. <xs:documentation>[Optional] The CacheControlNoCache property specifies the HTTP 1.1 directive to prevent caching of content.</xs:documentation>
  1624. </xs:annotation>
  1625. </xs:attribute>
  1626. <xs:attribute name="CacheIsapi" type="msb:non_empty_string">
  1627. <xs:annotation>
  1628. <xs:documentation>[Optional] The CacheISAPI property indicates whether ISAPI extensions are cached in memory after first use.</xs:documentation>
  1629. </xs:annotation>
  1630. </xs:attribute>
  1631. <xs:attribute name="ContentIndexed" type="msb:non_empty_string">
  1632. <xs:annotation>
  1633. <xs:documentation>[Optional] The ContentIndexed property specifies whether the installed content indexer should
  1634. index content under this directory tree.</xs:documentation>
  1635. </xs:annotation>
  1636. </xs:attribute>
  1637. <xs:attribute name="CpuAppEnabled" type="msb:non_empty_string">
  1638. <xs:annotation>
  1639. <xs:documentation>[Optional] This property specifies whether process accounting and throttling should be performed
  1640. for ISAPI extensions and ASP applications. To perform process accounting on CGI
  1641. applications, use the property .</xs:documentation>
  1642. </xs:annotation>
  1643. </xs:attribute>
  1644. <xs:attribute name="CpuCgiEnabled" type="msb:non_empty_string">
  1645. <xs:annotation>
  1646. <xs:documentation>[Optional] This property indicates whether IIS should perform process accounting for CGI
  1647. applications. To effectively throttle CGI applications, use the CgiTimeout
  1648. property. To use process accounting for ISAPI and ASP applications, use .</xs:documentation>
  1649. </xs:annotation>
  1650. </xs:attribute>
  1651. <xs:attribute name="CreateCgiWithNewConsole" type="msb:non_empty_string">
  1652. <xs:annotation>
  1653. <xs:documentation>[Optional] The CreateCGIWithNewConsole property indicates whether a CGI application runs in its own console.</xs:documentation>
  1654. </xs:annotation>
  1655. </xs:attribute>
  1656. <xs:attribute name="CreateProcessAsUser" type="msb:non_empty_string">
  1657. <xs:annotation>
  1658. <xs:documentation>[Optional] The CreateProcessAsUser property specifies whether a CGI process is created in the system context or in the context of the requesting user.</xs:documentation>
  1659. </xs:annotation>
  1660. </xs:attribute>
  1661. <xs:attribute name="DefaultDoc" type="xs:string">
  1662. <xs:annotation>
  1663. <xs:documentation>[Optional] The DefaultDoc contains one or more file names of default documents that will be returned
  1664. to the client if no file name is included in the client's request. The default document
  1665. will be returned if the flag of the DirBrowseFlags property
  1666. is set to true for the directory. This property can contain a list of default document
  1667. file names separated by a comma and a space, for example Default.htm, Default.asp.</xs:documentation>
  1668. </xs:annotation>
  1669. </xs:attribute>
  1670. <xs:attribute name="DirBrowseShowDate" type="msb:non_empty_string">
  1671. <xs:annotation>
  1672. <xs:documentation>[Optional] When set to true, date information is displayed when browsing directories.</xs:documentation>
  1673. </xs:annotation>
  1674. </xs:attribute>
  1675. <xs:attribute name="DirBrowseShowExtension" type="msb:non_empty_string">
  1676. <xs:annotation>
  1677. <xs:documentation>[Optional] When set to true, file name extensions are displayed when browsing directories.</xs:documentation>
  1678. </xs:annotation>
  1679. </xs:attribute>
  1680. <xs:attribute name="DirBrowseShowLongDate" type="msb:non_empty_string">
  1681. <xs:annotation>
  1682. <xs:documentation>[Optional] When set to true, date information is displayed in extended format when displaying directories.</xs:documentation>
  1683. </xs:annotation>
  1684. </xs:attribute>
  1685. <xs:attribute name="DirBrowseShowSize" type="msb:non_empty_string">
  1686. <xs:annotation>
  1687. <xs:documentation>[Optional] When set to true, file size information is displayed when browsing directories.</xs:documentation>
  1688. </xs:annotation>
  1689. </xs:attribute>
  1690. <xs:attribute name="DirBrowseShowTime" type="msb:non_empty_string">
  1691. <xs:annotation>
  1692. <xs:documentation>[Optional] When set to true, file time information is displayed when displaying directories.</xs:documentation>
  1693. </xs:annotation>
  1694. </xs:attribute>
  1695. <xs:attribute name="DontLog" type="msb:non_empty_string">
  1696. <xs:annotation>
  1697. <xs:documentation>[Optional] The DontLog property specifies whether client requests are written to the IIS log files.</xs:documentation>
  1698. </xs:annotation>
  1699. </xs:attribute>
  1700. <xs:attribute name="EnableDefaultDoc" type="msb:non_empty_string">
  1701. <xs:annotation>
  1702. <xs:documentation>[Optional] When set to true, the default document (specified by the property) for
  1703. a directory is loaded when the directory is browsed.</xs:documentation>
  1704. </xs:annotation>
  1705. </xs:attribute>
  1706. <xs:attribute name="EnableDirBrowsing" type="msb:non_empty_string">
  1707. <xs:annotation>
  1708. <xs:documentation>[Optional] When set to true, directory browsing is enabled.</xs:documentation>
  1709. </xs:annotation>
  1710. </xs:attribute>
  1711. <xs:attribute name="EnableDocFooter" type="msb:non_empty_string">
  1712. <xs:annotation>
  1713. <xs:documentation>[Optional] The EnableDocFooter property enables or disables custom footers specified by
  1714. the DefaultDocFooter property.</xs:documentation>
  1715. </xs:annotation>
  1716. </xs:attribute>
  1717. <xs:attribute name="EnableReverseDns" type="msb:non_empty_string">
  1718. <xs:annotation>
  1719. <xs:documentation>[Optional] The EnableReverseDns property enables or disables reverse Domain Name Server (DNS) lookups
  1720. for the World Wide Web Publishing Service (WWW service). Reverse lookups involve looking
  1721. up the domain name when the IP address is known. Reverse DNS lookups can use significant
  1722. resources and time.</xs:documentation>
  1723. </xs:annotation>
  1724. </xs:attribute>
  1725. <xs:attribute name="HostHeaderName" type="xs:string">
  1726. <xs:annotation>
  1727. <xs:documentation>[Optional] Gets or sets host header. Used when you have more than one website in IIS that have the same port but different host headers.</xs:documentation>
  1728. </xs:annotation>
  1729. </xs:attribute>
  1730. <xs:attribute name="Password" type="xs:string">
  1731. <xs:annotation>
  1732. <xs:documentation>[Optional] Gets or sets the password for the account the task will run under. This property
  1733. is needed if you specified a for a remote machine.</xs:documentation>
  1734. </xs:annotation>
  1735. </xs:attribute>
  1736. <xs:attribute name="ServerName" type="xs:string">
  1737. <xs:annotation>
  1738. <xs:documentation>[Optional] Gets or sets the name of the server. The default value is 'localhost'.</xs:documentation>
  1739. </xs:annotation>
  1740. </xs:attribute>
  1741. <xs:attribute name="ServerPort" type="xs:string">
  1742. <xs:annotation>
  1743. <xs:documentation>[Optional] Gets or sets the server port.</xs:documentation>
  1744. </xs:annotation>
  1745. </xs:attribute>
  1746. <xs:attribute name="SsiExecDisable" type="msb:non_empty_string">
  1747. <xs:annotation>
  1748. <xs:documentation>[Optional] The SSIExecDisable property specifies whether server-side include (SSI) #exec directives
  1749. are disabled under this path.</xs:documentation>
  1750. </xs:annotation>
  1751. </xs:attribute>
  1752. <xs:attribute name="UncAuthenticationPassthrough" type="msb:non_empty_string">
  1753. <xs:annotation>
  1754. <xs:documentation>[Optional] The UNCAuthenticationPassthrough property enables user authentication passthrough
  1755. for Universal Naming Convention (UNC) virtual root access (for authentication schemes
  1756. that support delegation).</xs:documentation>
  1757. </xs:annotation>
  1758. </xs:attribute>
  1759. <xs:attribute name="Username" type="xs:string">
  1760. <xs:annotation>
  1761. <xs:documentation>[Optional] Gets or sets the username for the account the task will run under. This property
  1762. is needed if you specified a for a remote machine.</xs:documentation>
  1763. </xs:annotation>
  1764. </xs:attribute>
  1765. <xs:attribute name="VirtualDirectoryName" type="msb:non_empty_string" use="required">
  1766. <xs:annotation>
  1767. <xs:documentation>Gets or sets the name of the virtual directory.</xs:documentation>
  1768. </xs:annotation>
  1769. </xs:attribute>
  1770. <xs:attribute name="VirtualDirectoryPhysicalPath" type="msb:non_empty_string" use="required">
  1771. <xs:annotation>
  1772. <xs:documentation>Gets or sets the virtual directory physical path. The physical directory must
  1773. exist before this task executes.</xs:documentation>
  1774. </xs:annotation>
  1775. </xs:attribute>
  1776. </xs:extension>
  1777. </xs:complexContent>
  1778. </xs:complexType>
  1779. </xs:element>
  1780. <xs:element name="WebDirectoryDelete" substitutionGroup="msb:Task">
  1781. <xs:annotation>
  1782. <xs:documentation>Deletes a web directory on a local or remote machine with IIS installed. The default is
  1783. to delete the web directory on the local machine. If connecting to a remote machine, you
  1784. can specify the and for the
  1785. task to run under.</xs:documentation>
  1786. </xs:annotation>
  1787. <xs:complexType>
  1788. <xs:complexContent mixed="false">
  1789. <xs:extension base="msb:TaskType">
  1790. <xs:attribute name="HostHeaderName" type="xs:string">
  1791. <xs:annotation>
  1792. <xs:documentation>[Optional] Gets or sets host header. Used when you have more than one website in IIS that have the same port but different host headers.</xs:documentation>
  1793. </xs:annotation>
  1794. </xs:attribute>
  1795. <xs:attribute name="Password" type="xs:string">
  1796. <xs:annotation>
  1797. <xs:documentation>[Optional] Gets or sets the password for the account the task will run under. This property
  1798. is needed if you specified a for a remote machine.</xs:documentation>
  1799. </xs:annotation>
  1800. </xs:attribute>
  1801. <xs:attribute name="ServerName" type="xs:string">
  1802. <xs:annotation>
  1803. <xs:documentation>[Optional] Gets or sets the name of the server. The default value is 'localhost'.</xs:documentation>
  1804. </xs:annotation>
  1805. </xs:attribute>
  1806. <xs:attribute name="ServerPort" type="xs:string">
  1807. <xs:annotation>
  1808. <xs:documentation>[Optional] Gets or sets the server port.</xs:documentation>
  1809. </xs:annotation>
  1810. </xs:attribute>
  1811. <xs:attribute name="Username" type="xs:string">
  1812. <xs:annotation>
  1813. <xs:documentation>[Optional] Gets or sets the username for the account the task will run under. This property
  1814. is needed if you specified a for a remote machine.</xs:documentation>
  1815. </xs:annotation>
  1816. </xs:attribute>
  1817. <xs:attribute name="VirtualDirectoryName" type="msb:non_empty_string" use="required">
  1818. <xs:annotation>
  1819. <xs:documentation>Gets or sets the name of the virtual directory.</xs:documentation>
  1820. </xs:annotation>
  1821. </xs:attribute>
  1822. </xs:extension>
  1823. </xs:complexContent>
  1824. </xs:complexType>
  1825. </xs:element>
  1826. <xs:element name="WebDirectoryScriptMap" substitutionGroup="msb:Task">
  1827. <xs:annotation>
  1828. <xs:documentation>Sets an application mapping for a filename extension on an existing web directory.</xs:documentation>
  1829. </xs:annotation>
  1830. <xs:complexType>
  1831. <xs:complexContent mixed="false">
  1832. <xs:extension base="msb:TaskType">
  1833. <xs:attribute name="EnableScriptEngine" type="msb:non_empty_string">
  1834. <xs:annotation>
  1835. <xs:documentation>[Optional] Set to true when you want the application to run in a directory without Execute permissions.</xs:documentation>
  1836. </xs:annotation>
  1837. </xs:attribute>
  1838. <xs:attribute name="ExecutablePath" type="xs:string">
  1839. <xs:annotation>
  1840. <xs:documentation>[Optional] The full path to the executable used to respond to requests for a Uri ending with</xs:documentation>
  1841. </xs:annotation>
  1842. </xs:attribute>
  1843. <xs:attribute name="Extension" type="msb:non_empty_string" use="required">
  1844. <xs:annotation>
  1845. <xs:documentation>The filename extension that will be mapped to an executable.</xs:documentation>
  1846. </xs:annotation>
  1847. </xs:attribute>
  1848. <xs:attribute name="HostHeaderName" type="xs:string">
  1849. <xs:annotation>
  1850. <xs:documentation>[Optional] Gets or sets host header. Used when you have more than one website in IIS that have the same port but different host headers.</xs:documentation>
  1851. </xs:annotation>
  1852. </xs:attribute>
  1853. <xs:attribute name="MapToAspNet" type="msb:non_empty_string">
  1854. <xs:annotation>
  1855. <xs:documentation>[Optional] Indicates whether should be mapped to the ASP.NET runtime.</xs:documentation>
  1856. </xs:annotation>
  1857. </xs:attribute>
  1858. <xs:attribute name="Password" type="xs:string">
  1859. <xs:annotation>
  1860. <xs:documentation>[Optional] Gets or sets the password for the account the task will run under. This property
  1861. is needed if you specified a for a remote machine.</xs:documentation>
  1862. </xs:annotation>
  1863. </xs:attribute>
  1864. <xs:attribute name="ServerName" type="xs:string">
  1865. <xs:annotation>
  1866. <xs:documentation>[Optional] Gets or sets the name of the server. The default value is 'localhost'.</xs:documentation>
  1867. </xs:annotation>
  1868. </xs:attribute>
  1869. <xs:attribute name="ServerPort" type="xs:string">
  1870. <xs:annotation>
  1871. <xs:documentation>[Optional] Gets or sets the server port.</xs:documentation>
  1872. </xs:annotation>
  1873. </xs:attribute>
  1874. <xs:attribute name="Username" type="xs:string">
  1875. <xs:annotation>
  1876. <xs:documentation>[Optional] Gets or sets the username for the account the task will run under. This property
  1877. is needed if you specified a for a remote machine.</xs:documentation>
  1878. </xs:annotation>
  1879. </xs:attribute>
  1880. <xs:attribute name="Verbs" type="xs:string">
  1881. <xs:annotation>
  1882. <xs:documentation>[Optional] A comma-separated list of the HTTP verbs to include in the application mapping.</xs:documentation>
  1883. </xs:annotation>
  1884. </xs:attribute>
  1885. <xs:attribute name="VerifyFileExists" type="msb:non_empty_string">
  1886. <xs:annotation>
  1887. <xs:documentation>[Optional] Set to true to instruct the Web server to verify the existence of the requested script file and to ensure that the requesting user has access permission for that script file.</xs:documentation>
  1888. </xs:annotation>
  1889. </xs:attribute>
  1890. <xs:attribute name="VirtualDirectoryName" type="msb:non_empty_string" use="required">
  1891. <xs:annotation>
  1892. <xs:documentation>Gets or sets the name of the virtual directory.</xs:documentation>
  1893. </xs:annotation>
  1894. </xs:attribute>
  1895. </xs:extension>
  1896. </xs:complexContent>
  1897. </xs:complexType>
  1898. </xs:element>
  1899. <xs:element name="WebDirectorySetting" substitutionGroup="msb:Task">
  1900. <xs:annotation>
  1901. <xs:documentation>Reads and modifies a web directory configuration setting.</xs:documentation>
  1902. </xs:annotation>
  1903. <xs:complexType>
  1904. <xs:complexContent mixed="false">
  1905. <xs:extension base="msb:TaskType">
  1906. <xs:attribute name="HostHeaderName" type="xs:string">
  1907. <xs:annotation>
  1908. <xs:documentation>[Optional] Gets or sets host header. Used when you have more than one website in IIS that have the same port but different host headers.</xs:documentation>
  1909. </xs:annotation>
  1910. </xs:attribute>
  1911. <xs:attribute name="Password" type="xs:string">
  1912. <xs:annotation>
  1913. <xs:documentation>[Optional] Gets or sets the password for the account the task will run under. This property
  1914. is needed if you specified a for a remote machine.</xs:documentation>
  1915. </xs:annotation>
  1916. </xs:attribute>
  1917. <xs:attribute name="ServerName" type="xs:string">
  1918. <xs:annotation>
  1919. <xs:documentation>[Optional] Gets or sets the name of the server. The default value is 'localhost'.</xs:documentation>
  1920. </xs:annotation>
  1921. </xs:attribute>
  1922. <xs:attribute name="ServerPort" type="xs:string">
  1923. <xs:annotation>
  1924. <xs:documentation>[Optional] Gets or sets the server port.</xs:documentation>
  1925. </xs:annotation>
  1926. </xs:attribute>
  1927. <xs:attribute name="SettingName" type="msb:non_empty_string" use="required">
  1928. <xs:annotation>
  1929. <xs:documentation>Gets or sets the configuration setting to read or modify.</xs:documentation>
  1930. </xs:annotation>
  1931. </xs:attribute>
  1932. <xs:attribute name="SettingValue" type="xs:string">
  1933. <xs:annotation>
  1934. <xs:documentation>[Optional] [Output] Gets or sets the value of on the web directory</xs:documentation>
  1935. </xs:annotation>
  1936. </xs:attribute>
  1937. <xs:attribute name="Username" type="xs:string">
  1938. <xs:annotation>
  1939. <xs:documentation>[Optional] Gets or sets the username for the account the task will run under. This property
  1940. is needed if you specified a for a remote machine.</xs:documentation>
  1941. </xs:annotation>
  1942. </xs:attribute>
  1943. <xs:attribute name="VirtualDirectoryName" type="msb:non_empty_string" use="required">
  1944. <xs:annotation>
  1945. <xs:documentation>Gets or sets the name of the virtual directory.</xs:documentation>
  1946. </xs:annotation>
  1947. </xs:attribute>
  1948. </xs:extension>
  1949. </xs:complexContent>
  1950. </xs:complexType>
  1951. </xs:element>
  1952. <xs:element name="ILMerge" substitutionGroup="msb:Task">
  1953. <xs:annotation>
  1954. <xs:documentation>A wrapper for the ILMerge tool.</xs:documentation>
  1955. </xs:annotation>
  1956. <xs:complexType>
  1957. <xs:complexContent mixed="false">
  1958. <xs:extension base="msb:TaskType">
  1959. <xs:attribute name="AllowDuplicateTypes" type="xs:string">
  1960. <xs:annotation>
  1961. <xs:documentation>[Optional] Gets or sets the names of public types
  1962. to be renamed when they are duplicates.</xs:documentation>
  1963. </xs:annotation>
  1964. </xs:attribute>
  1965. <xs:attribute name="AllowZeroPeKind" type="msb:non_empty_string">
  1966. <xs:annotation>
  1967. <xs:documentation>[Optional] Gets or sets a value indicating whether to treat an assembly
  1968. with a zero PeKind flag
  1969. (this is the value of the field listed as .corflags in the Manifest)
  1970. as if it was ILonly.</xs:documentation>
  1971. </xs:annotation>
  1972. </xs:attribute>
  1973. <xs:attribute name="AttributeFile" type="xs:string">
  1974. <xs:annotation>
  1975. <xs:documentation>[Optional] Gets or sets the attribute assembly
  1976. from whre to get all of the assembly-level attributes
  1977. such as Culture, Version, etc.
  1978. It will also be used to get the Win32 Resources from.</xs:documentation>
  1979. </xs:annotation>
  1980. </xs:attribute>
  1981. <xs:attribute name="Closed" type="msb:non_empty_string">
  1982. <xs:annotation>
  1983. <xs:documentation>[Optional] Gets or sets a value indicating whether
  1984. to augment the list of input assemblies
  1985. to its "transitive closure".</xs:documentation>
  1986. </xs:annotation>
  1987. </xs:attribute>
  1988. <xs:attribute name="CopyAttributes" type="msb:non_empty_string">
  1989. <xs:annotation>
  1990. <xs:documentation>[Optional] Gets or sets a value indicating whether
  1991. to copy the assembly level attributes
  1992. of each input assembly over into the target assembly.</xs:documentation>
  1993. </xs:annotation>
  1994. </xs:attribute>
  1995. <xs:attribute name="DebugInfo" type="msb:non_empty_string">
  1996. <xs:annotation>
  1997. <xs:documentation>[Optional] Gets or sets a value indicating whether
  1998. to preserve any .pdb files
  1999. that are found for the input assemblies
  2000. into a .pdb file for the target assembly.</xs:documentation>
  2001. </xs:annotation>
  2002. </xs:attribute>
  2003. <xs:attribute name="DelaySign" type="msb:non_empty_string">
  2004. <xs:annotation>
  2005. <xs:documentation>[Optional] Gets or sets a value indicating whether
  2006. the target assembly will be delay signed.</xs:documentation>
  2007. </xs:annotation>
  2008. </xs:attribute>
  2009. <xs:attribute name="ExcludeFile" type="xs:string">
  2010. <xs:annotation>
  2011. <xs:documentation>[Optional] Gets or sets the file
  2012. that will be used to identify types
  2013. that are not to have their visibility modified.</xs:documentation>
  2014. </xs:annotation>
  2015. </xs:attribute>
  2016. <xs:attribute name="ExitCode" />
  2017. <xs:attribute name="InputAssemblies" type="msb:non_empty_string" use="required">
  2018. <xs:annotation>
  2019. <xs:documentation>Gets or sets the input assemblies to merge.</xs:documentation>
  2020. </xs:annotation>
  2021. </xs:attribute>
  2022. <xs:attribute name="Internalize" type="msb:non_empty_string">
  2023. <xs:annotation>
  2024. <xs:documentation>[Optional] Gets or sets a value indicating whether whether types in assemblies other than the primary assembly have their visibility modified.</xs:documentation>
  2025. </xs:annotation>
  2026. </xs:attribute>
  2027. <xs:attribute name="KeyFile" type="xs:string">
  2028. <xs:annotation>
  2029. <xs:documentation>[Optional] Gets or sets the .snk file
  2030. to sign the target assembly.</xs:documentation>
  2031. </xs:annotation>
  2032. </xs:attribute>
  2033. <xs:attribute name="LogFile" type="xs:string">
  2034. <xs:annotation>
  2035. <xs:documentation>[Optional] Gets or sets a log file
  2036. to write log messages to.</xs:documentation>
  2037. </xs:annotation>
  2038. </xs:attribute>
  2039. <xs:attribute name="OutputFile" type="msb:non_empty_string" use="required">
  2040. <xs:annotation>
  2041. <xs:documentation>Gets or sets the target assembly.</xs:documentation>
  2042. </xs:annotation>
  2043. </xs:attribute>
  2044. <xs:attribute name="PublicKeyTokens" type="msb:non_empty_string">
  2045. <xs:annotation>
  2046. <xs:documentation>[Optional] Gets or sets a value indicating whether
  2047. external assembly references in the manifest
  2048. of the target assembly will use public keys (false)
  2049. or public key tokens (true).</xs:documentation>
  2050. </xs:annotation>
  2051. </xs:attribute>
  2052. <xs:attribute name="SearchDirectories" type="xs:string">
  2053. <xs:annotation>
  2054. <xs:documentation>[Optional] Gets or sets the directories to be used to search for input assemblies.</xs:documentation>
  2055. </xs:annotation>
  2056. </xs:attribute>
  2057. <xs:attribute name="TargetKind" type="xs:string">
  2058. <xs:annotation>
  2059. <xs:documentation>[Optional] Gets or sets the indicator
  2060. whether the target assembly is created as a library (Dll),
  2061. a console application (Exe) or as a Windows application (WinExe).</xs:documentation>
  2062. </xs:annotation>
  2063. </xs:attribute>
  2064. <xs:attribute name="TargetPlatformDirectory" type="xs:string">
  2065. <xs:annotation>
  2066. <xs:documentation>[Optional] Gets or sets the directory in which mscorlib.dll is to be found.</xs:documentation>
  2067. </xs:annotation>
  2068. </xs:attribute>
  2069. <xs:attribute name="TargetPlatformVersion" type="xs:string">
  2070. <xs:annotation>
  2071. <xs:documentation>[Optional] Gets or sets the .NET framework version for the target assembly.</xs:documentation>
  2072. </xs:annotation>
  2073. </xs:attribute>
  2074. <xs:attribute name="Timeout" />
  2075. <xs:attribute name="ToolPath" type="xs:string" />
  2076. <xs:attribute name="Version" type="xs:string">
  2077. <xs:annotation>
  2078. <xs:documentation>[Optional] Gets or sets the version number of the target assembly.</xs:documentation>
  2079. </xs:annotation>
  2080. </xs:attribute>
  2081. <xs:attribute name="XmlDocumentation" type="msb:non_empty_string">
  2082. <xs:annotation>
  2083. <xs:documentation>[Optional] Gets or sets a value indicating whether
  2084. to merge XML documentation files
  2085. into one for the target assembly.</xs:documentation>
  2086. </xs:annotation>
  2087. </xs:attribute>
  2088. </xs:extension>
  2089. </xs:complexContent>
  2090. </xs:complexType>
  2091. </xs:element>
  2092. <xs:element name="InnoSetup" substitutionGroup="msb:Task">
  2093. <xs:annotation>
  2094. <xs:documentation>MSBuild task to create installer with InnoSetup</xs:documentation>
  2095. </xs:annotation>
  2096. <xs:complexType>
  2097. <xs:complexContent mixed="false">
  2098. <xs:extension base="msb:TaskType">
  2099. <xs:attribute name="ExitCode" />
  2100. <xs:attribute name="OutputFileName" type="xs:string">
  2101. <xs:annotation>
  2102. <xs:documentation>[Optional] Specify output filename</xs:documentation>
  2103. </xs:annotation>
  2104. </xs:attribute>
  2105. <xs:attribute name="OutputPath" type="xs:string">
  2106. <xs:annotation>
  2107. <xs:documentation>[Optional] Specify output path</xs:documentation>
  2108. </xs:annotation>
  2109. </xs:attribute>
  2110. <xs:attribute name="Quiet" type="xs:string">
  2111. <xs:annotation>
  2112. <xs:documentation>[Optional] Quiet compile</xs:documentation>
  2113. </xs:annotation>
  2114. </xs:attribute>
  2115. <xs:attribute name="ScriptFile" type="msb:non_empty_string" use="required">
  2116. <xs:annotation>
  2117. <xs:documentation>Filename of Inno Setup script (.iss)</xs:documentation>
  2118. </xs:annotation>
  2119. </xs:attribute>
  2120. <xs:attribute name="Timeout" />
  2121. <xs:attribute name="ToolPath" type="xs:string" />
  2122. </xs:extension>
  2123. </xs:complexContent>
  2124. </xs:complexType>
  2125. </xs:element>
  2126. <xs:element name="InstallAssembly" substitutionGroup="msb:Task">
  2127. <xs:annotation>
  2128. <xs:documentation>Installs assemblies.</xs:documentation>
  2129. </xs:annotation>
  2130. <xs:complexType>
  2131. <xs:complexContent mixed="false">
  2132. <xs:extension base="msb:TaskType">
  2133. <xs:attribute name="AssemblyFiles" type="xs:string">
  2134. <xs:annotation>
  2135. <xs:documentation>[Optional] The assemblies to process, identified by their filename.</xs:documentation>
  2136. </xs:annotation>
  2137. </xs:attribute>
  2138. <xs:attribute name="AssemblyNames" type="xs:string">
  2139. <xs:annotation>
  2140. <xs:documentation>[Optional] The assemblies to process, identified by their assembly name.</xs:documentation>
  2141. </xs:annotation>
  2142. </xs:attribute>
  2143. <xs:attribute name="ExitCode" />
  2144. <xs:attribute name="LogFile" type="xs:string">
  2145. <xs:annotation>
  2146. <xs:documentation>[Optional] The file to write installation progress to.</xs:documentation>
  2147. </xs:annotation>
  2148. </xs:attribute>
  2149. <xs:attribute name="ShowCallStack" type="msb:non_empty_string">
  2150. <xs:annotation>
  2151. <xs:documentation>[Optional] If an exception occurs at any point during installation, the call
  2152. stack will be printed to the log.</xs:documentation>
  2153. </xs:annotation>
  2154. </xs:attribute>
  2155. <xs:attribute name="Timeout" />
  2156. <xs:attribute name="ToolPath" type="xs:string" />
  2157. </xs:extension>
  2158. </xs:complexContent>
  2159. </xs:complexType>
  2160. </xs:element>
  2161. <xs:element name="UninstallAssembly" substitutionGroup="msb:Task">
  2162. <xs:annotation>
  2163. <xs:documentation>Uninstalls assemblies.</xs:documentation>
  2164. </xs:annotation>
  2165. <xs:complexType>
  2166. <xs:complexContent mixed="false">
  2167. <xs:extension base="msb:TaskType">
  2168. <xs:attribute name="AssemblyFiles" type="xs:string">
  2169. <xs:annotation>
  2170. <xs:documentation>[Optional] The assemblies to process, identified by their filename.</xs:documentation>
  2171. </xs:annotation>
  2172. </xs:attribute>
  2173. <xs:attribute name="AssemblyNames" type="xs:string">
  2174. <xs:annotation>
  2175. <xs:documentation>[Optional] The assemblies to process, identified by their assembly name.</xs:documentation>
  2176. </xs:annotation>
  2177. </xs:attribute>
  2178. <xs:attribute name="ExitCode" />
  2179. <xs:attribute name="LogFile" type="xs:string">
  2180. <xs:annotation>
  2181. <xs:documentation>[Optional] The file to write installation progress to.</xs:documentation>
  2182. </xs:annotation>
  2183. </xs:attribute>
  2184. <xs:attribute name="ShowCallStack" type="msb:non_empty_string">
  2185. <xs:annotation>
  2186. <xs:documentation>[Optional] If an exception occurs at any point during installation, the call
  2187. stack will be printed to the log.</xs:documentation>
  2188. </xs:annotation>
  2189. </xs:attribute>
  2190. <xs:attribute name="Timeout" />
  2191. <xs:attribute name="ToolPath" type="xs:string" />
  2192. </xs:extension>
  2193. </xs:complexContent>
  2194. </xs:complexType>
  2195. </xs:element>
  2196. <xs:element name="JSCompress" substitutionGroup="msb:Task">
  2197. <xs:annotation>
  2198. <xs:documentation>Compresses JavaScript source by removing comments and unnecessary
  2199. whitespace. It typically reduces the size of the script by half,
  2200. resulting in faster downloads and code that is harder to read.</xs:documentation>
  2201. </xs:annotation>
  2202. <xs:complexType>
  2203. <xs:complexContent mixed="false">
  2204. <xs:extension base="msb:TaskType">
  2205. <xs:attribute name="CompressedFiles" type="xs:string">
  2206. <xs:annotation>
  2207. <xs:documentation>[Optional] [Output] Gets the files that were successfully source-compressed.</xs:documentation>
  2208. </xs:annotation>
  2209. </xs:attribute>
  2210. <xs:attribute name="Encoding" type="xs:string">
  2211. <xs:annotation>
  2212. <xs:documentation>[Optional] Encoding to use to read and write files.</xs:documentation>
  2213. </xs:annotation>
  2214. </xs:attribute>
  2215. <xs:attribute name="Files" type="msb:non_empty_string" use="required">
  2216. <xs:annotation>
  2217. <xs:documentation>Gets or sets the files to source-compress.</xs:documentation>
  2218. </xs:annotation>
  2219. </xs:attribute>
  2220. </xs:extension>
  2221. </xs:complexContent>
  2222. </xs:complexType>
  2223. </xs:element>
  2224. <xs:element name="Mail" substitutionGroup="msb:Task">
  2225. <xs:annotation>
  2226. <xs:documentation>Sends an email message</xs:documentation>
  2227. </xs:annotation>
  2228. <xs:complexType>
  2229. <xs:complexContent mixed="false">
  2230. <xs:extension base="msb:TaskType">
  2231. <xs:attribute name="Attachments" type="xs:string">
  2232. <xs:annotation>
  2233. <xs:documentation>[Optional] List of files to attach to message</xs:documentation>
  2234. </xs:annotation>
  2235. </xs:attribute>
  2236. <xs:attribute name="Bcc" type="xs:string">
  2237. <xs:annotation>
  2238. <xs:documentation>[Optional] List of addresss that contains the blind carbon copy (BCC) recipients for this e-mail message</xs:documentation>
  2239. </xs:annotation>
  2240. </xs:attribute>
  2241. <xs:attribute name="Body" type="xs:string">
  2242. <xs:annotation>
  2243. <xs:documentation>[Optional] The email message body</xs:documentation>
  2244. </xs:annotation>
  2245. </xs:attribute>
  2246. <xs:attribute name="CC" type="xs:string">
  2247. <xs:annotation>
  2248. <xs:documentation>[Optional] List of addresss that contains the carbon copy (CC) recipients for this e-mail message</xs:documentation>
  2249. </xs:annotation>
  2250. </xs:attribute>
  2251. <xs:attribute name="EnableSsl" type="msb:non_empty_string">
  2252. <xs:annotation>
  2253. <xs:documentation>[Optional] Specify whether the Mail task uses SSL to encrypt the connection.</xs:documentation>
  2254. </xs:annotation>
  2255. </xs:attribute>
  2256. <xs:attribute name="From" type="msb:non_empty_string" use="required">
  2257. <xs:annotation>
  2258. <xs:documentation>The from address for this e-mail message</xs:documentation>
  2259. </xs:annotation>
  2260. </xs:attribute>
  2261. <xs:attribute name="IsBodyHtml" type="msb:non_empty_string">
  2262. <xs:annotation>
  2263. <xs:documentation>[Optional] A value indicating whether the mail message body is in Html</xs:documentation>
  2264. </xs:annotation>
  2265. </xs:attribute>
  2266. <xs:attribute name="Password" type="xs:string">
  2267. <xs:annotation>
  2268. <xs:documentation>[Optional] Gets or sets the password.</xs:documentation>
  2269. </xs:annotation>
  2270. </xs:attribute>
  2271. <xs:attribute name="Priority" type="xs:string">
  2272. <xs:annotation>
  2273. <xs:documentation>[Optional] The priority of this e-mail message</xs:documentation>
  2274. </xs:annotation>
  2275. </xs:attribute>
  2276. <xs:attribute name="SmtpServer" type="msb:non_empty_string" use="required">
  2277. <xs:annotation>
  2278. <xs:documentation>The name or IP address of the host used for SMTP transactions</xs:documentation>
  2279. </xs:annotation>
  2280. </xs:attribute>
  2281. <xs:attribute name="Subject" type="msb:non_empty_string" use="required">
  2282. <xs:annotation>
  2283. <xs:documentation>The subject line for this e-mail message</xs:documentation>
  2284. </xs:annotation>
  2285. </xs:attribute>
  2286. <xs:attribute name="To" type="msb:non_empty_string" use="required">
  2287. <xs:annotation>
  2288. <xs:documentation>List of addresss that contains the recipients of this e-mail message</xs:documentation>
  2289. </xs:annotation>
  2290. </xs:attribute>
  2291. <xs:attribute name="Username" type="xs:string">
  2292. <xs:annotation>
  2293. <xs:documentation>[Optional] Gets or sets the username.</xs:documentation>
  2294. </xs:annotation>
  2295. </xs:attribute>
  2296. </xs:extension>
  2297. </xs:complexContent>
  2298. </xs:complexType>
  2299. </xs:element>
  2300. <xs:element name="Add" substitutionGroup="msb:Task">
  2301. <xs:annotation>
  2302. <xs:documentation>Add numbers</xs:documentation>
  2303. </xs:annotation>
  2304. <xs:complexType>
  2305. <xs:complexContent mixed="false">
  2306. <xs:extension base="msb:TaskType">
  2307. <xs:attribute name="Numbers" type="msb:non_empty_string" use="required">
  2308. <xs:annotation>
  2309. <xs:documentation>Gets or sets the numbers to work with.</xs:documentation>
  2310. </xs:annotation>
  2311. </xs:attribute>
  2312. <xs:attribute name="NumericFormat" type="xs:string">
  2313. <xs:annotation>
  2314. <xs:documentation>[Optional] Gets or sets the numeric format.</xs:documentation>
  2315. </xs:annotation>
  2316. </xs:attribute>
  2317. <xs:attribute name="Result" type="xs:string">
  2318. <xs:annotation>
  2319. <xs:documentation>[Optional] [Output] Gets or sets the result.</xs:documentation>
  2320. </xs:annotation>
  2321. </xs:attribute>
  2322. </xs:extension>
  2323. </xs:complexContent>
  2324. </xs:complexType>
  2325. </xs:element>
  2326. <xs:element name="Divide" substitutionGroup="msb:Task">
  2327. <xs:annotation>
  2328. <xs:documentation>Divide numbers</xs:documentation>
  2329. </xs:annotation>
  2330. <xs:complexType>
  2331. <xs:complexContent mixed="false">
  2332. <xs:extension base="msb:TaskType">
  2333. <xs:attribute name="Numbers" type="msb:non_empty_string" use="required">
  2334. <xs:annotation>
  2335. <xs:documentation>Gets or sets the numbers to work with.</xs:documentation>
  2336. </xs:annotation>
  2337. </xs:attribute>
  2338. <xs:attribute name="NumericFormat" type="xs:string">
  2339. <xs:annotation>
  2340. <xs:documentation>[Optional] Gets or sets the numeric format.</xs:documentation>
  2341. </xs:annotation>
  2342. </xs:attribute>
  2343. <xs:attribute name="Result" type="xs:string">
  2344. <xs:annotation>
  2345. <xs:documentation>[Optional] [Output] Gets or sets the result.</xs:documentation>
  2346. </xs:annotation>
  2347. </xs:attribute>
  2348. <xs:attribute name="TruncateResult" type="msb:non_empty_string">
  2349. <xs:annotation>
  2350. <xs:documentation>[Optional] When , uses integer division to truncate the result. Default is</xs:documentation>
  2351. </xs:annotation>
  2352. </xs:attribute>
  2353. </xs:extension>
  2354. </xs:complexContent>
  2355. </xs:complexType>
  2356. </xs:element>
  2357. <xs:element name="Modulo" substitutionGroup="msb:Task">
  2358. <xs:annotation>
  2359. <xs:documentation>Performs the modulo operation on numbers.</xs:documentation>
  2360. </xs:annotation>
  2361. <xs:complexType>
  2362. <xs:complexContent mixed="false">
  2363. <xs:extension base="msb:TaskType">
  2364. <xs:attribute name="Numbers" type="msb:non_empty_string" use="required">
  2365. <xs:annotation>
  2366. <xs:documentation>Gets or sets the numbers to work with.</xs:documentation>
  2367. </xs:annotation>
  2368. </xs:attribute>
  2369. <xs:attribute name="NumericFormat" type="xs:string">
  2370. <xs:annotation>
  2371. <xs:documentation>[Optional] Gets or sets the numeric format.</xs:documentation>
  2372. </xs:annotation>
  2373. </xs:attribute>
  2374. <xs:attribute name="Result" type="xs:string">
  2375. <xs:annotation>
  2376. <xs:documentation>[Optional] [Output] Gets or sets the result.</xs:documentation>
  2377. </xs:annotation>
  2378. </xs:attribute>
  2379. </xs:extension>
  2380. </xs:complexContent>
  2381. </xs:complexType>
  2382. </xs:element>
  2383. <xs:element name="Multiple" substitutionGroup="msb:Task">
  2384. <xs:annotation>
  2385. <xs:documentation>Multiple numbers</xs:documentation>
  2386. </xs:annotation>
  2387. <xs:complexType>
  2388. <xs:complexContent mixed="false">
  2389. <xs:extension base="msb:TaskType">
  2390. <xs:attribute name="Numbers" type="msb:non_empty_string" use="required">
  2391. <xs:annotation>
  2392. <xs:documentation>Gets or sets the numbers to work with.</xs:documentation>
  2393. </xs:annotation>
  2394. </xs:attribute>
  2395. <xs:attribute name="NumericFormat" type="xs:string">
  2396. <xs:annotation>
  2397. <xs:documentation>[Optional] Gets or sets the numeric format.</xs:documentation>
  2398. </xs:annotation>
  2399. </xs:attribute>
  2400. <xs:attribute name="Result" type="xs:string">
  2401. <xs:annotation>
  2402. <xs:documentation>[Optional] [Output] Gets or sets the result.</xs:documentation>
  2403. </xs:annotation>
  2404. </xs:attribute>
  2405. </xs:extension>
  2406. </xs:complexContent>
  2407. </xs:complexType>
  2408. </xs:element>
  2409. <xs:element name="Subtract" substitutionGroup="msb:Task">
  2410. <xs:annotation>
  2411. <xs:documentation>Subtract numbers</xs:documentation>
  2412. </xs:annotation>
  2413. <xs:complexType>
  2414. <xs:complexContent mixed="false">
  2415. <xs:extension base="msb:TaskType">
  2416. <xs:attribute name="Numbers" type="msb:non_empty_string" use="required">
  2417. <xs:annotation>
  2418. <xs:documentation>Gets or sets the numbers to work with.</xs:documentation>
  2419. </xs:annotation>
  2420. </xs:attribute>
  2421. <xs:attribute name="NumericFormat" type="xs:string">
  2422. <xs:annotation>
  2423. <xs:documentation>[Optional] Gets or sets the numeric format.</xs:documentation>
  2424. </xs:annotation>
  2425. </xs:attribute>
  2426. <xs:attribute name="Result" type="xs:string">
  2427. <xs:annotation>
  2428. <xs:documentation>[Optional] [Output] Gets or sets the result.</xs:documentation>
  2429. </xs:annotation>
  2430. </xs:attribute>
  2431. </xs:extension>
  2432. </xs:complexContent>
  2433. </xs:complexType>
  2434. </xs:element>
  2435. <xs:element name="Merge" substitutionGroup="msb:Task">
  2436. <xs:annotation>
  2437. <xs:documentation>Merge files into the destination file.</xs:documentation>
  2438. </xs:annotation>
  2439. <xs:complexType>
  2440. <xs:complexContent mixed="false">
  2441. <xs:extension base="msb:TaskType">
  2442. <xs:attribute name="DestinationFile" type="msb:non_empty_string" use="required">
  2443. <xs:annotation>
  2444. <xs:documentation>Gets or sets the destination file where the
  2445. are merged to.</xs:documentation>
  2446. </xs:annotation>
  2447. </xs:attribute>
  2448. <xs:attribute name="Mode" type="msb:MergeModesType">
  2449. <xs:annotation>
  2450. <xs:documentation>[Optional] Gets or sets the mode to use when merging.</xs:documentation>
  2451. </xs:annotation>
  2452. </xs:attribute>
  2453. <xs:attribute name="SourceFiles" type="msb:non_empty_string" use="required">
  2454. <xs:annotation>
  2455. <xs:documentation>Gets or sets the source files to merge.</xs:documentation>
  2456. </xs:annotation>
  2457. </xs:attribute>
  2458. </xs:extension>
  2459. </xs:complexContent>
  2460. </xs:complexType>
  2461. </xs:element>
  2462. <xs:simpleType name="MergeModesType">
  2463. <xs:union memberTypes="msb:non_empty_string">
  2464. <xs:simpleType>
  2465. <xs:restriction base="xs:string">
  2466. <xs:enumeration value="Binary">
  2467. <xs:annotation>
  2468. <xs:documentation>
  2469. Merges files as binary data.
  2470. </xs:documentation>
  2471. </xs:annotation>
  2472. </xs:enumeration>
  2473. <xs:enumeration value="Text">
  2474. <xs:annotation>
  2475. <xs:documentation>
  2476. Merges files as text.
  2477. </xs:documentation>
  2478. </xs:annotation>
  2479. </xs:enumeration>
  2480. <xs:enumeration value="TextLine">
  2481. <xs:annotation>
  2482. <xs:documentation>
  2483. Merges files as text line by line.
  2484. </xs:documentation>
  2485. </xs:annotation>
  2486. </xs:enumeration>
  2487. </xs:restriction>
  2488. </xs:simpleType>
  2489. </xs:union>
  2490. </xs:simpleType>
  2491. <xs:element name="Move" substitutionGroup="msb:Task">
  2492. <xs:annotation>
  2493. <xs:documentation>Moves files on the filesystem to a new location.</xs:documentation>
  2494. </xs:annotation>
  2495. <xs:complexType>
  2496. <xs:complexContent mixed="false">
  2497. <xs:extension base="msb:TaskType">
  2498. <xs:attribute name="DestinationFiles" type="xs:string">
  2499. <xs:annotation>
  2500. <xs:documentation>[Optional] [Output] Gets or sets the list of files to moved the source files to.</xs:documentation>
  2501. </xs:annotation>
  2502. </xs:attribute>
  2503. <xs:attribute name="DestinationFolder" type="xs:string">
  2504. <xs:annotation>
  2505. <xs:documentation>[Optional] Gets or sets the directory to which you want to move the files.</xs:documentation>
  2506. </xs:annotation>
  2507. </xs:attribute>
  2508. <xs:attribute name="MovedFiles" type="xs:string">
  2509. <xs:annotation>
  2510. <xs:documentation>[Optional] [Output] Gets the items that were successfully moved.</xs:documentation>
  2511. </xs:annotation>
  2512. </xs:attribute>
  2513. <xs:attribute name="SourceFiles" type="msb:non_empty_string" use="required">
  2514. <xs:annotation>
  2515. <xs:documentation>Gets or sets the source files to move.</xs:documentation>
  2516. </xs:annotation>
  2517. </xs:attribute>
  2518. </xs:extension>
  2519. </xs:complexContent>
  2520. </xs:complexType>
  2521. </xs:element>
  2522. <xs:element name="NDoc" substitutionGroup="msb:Task">
  2523. <xs:annotation>
  2524. <xs:documentation>Runs the NDoc application.</xs:documentation>
  2525. </xs:annotation>
  2526. <xs:complexType>
  2527. <xs:complexContent mixed="false">
  2528. <xs:extension base="msb:TaskType">
  2529. <xs:attribute name="Documenter" type="msb:non_empty_string" use="required">
  2530. <xs:annotation>
  2531. <xs:documentation>Gets or sets the documenter.</xs:documentation>
  2532. </xs:annotation>
  2533. </xs:attribute>
  2534. <xs:attribute name="ExitCode" />
  2535. <xs:attribute name="ProjectFilePath" type="msb:non_empty_string" use="required">
  2536. <xs:annotation>
  2537. <xs:documentation>Gets or sets the project file path.</xs:documentation>
  2538. </xs:annotation>
  2539. </xs:attribute>
  2540. <xs:attribute name="Timeout" />
  2541. <xs:attribute name="ToolPath" type="xs:string" />
  2542. <xs:attribute name="Verbose" type="msb:non_empty_string">
  2543. <xs:annotation>
  2544. <xs:documentation>[Optional] Gets or sets a value indicating whether the output is verbose.</xs:documentation>
  2545. </xs:annotation>
  2546. </xs:attribute>
  2547. <xs:attribute name="WorkingDirectory" type="xs:string">
  2548. <xs:annotation>
  2549. <xs:documentation>[Optional] Gets or sets the working directory.</xs:documentation>
  2550. </xs:annotation>
  2551. </xs:attribute>
  2552. </xs:extension>
  2553. </xs:complexContent>
  2554. </xs:complexType>
  2555. </xs:element>
  2556. <xs:element name="HttpRequest" substitutionGroup="msb:Task">
  2557. <xs:annotation>
  2558. <xs:documentation>Makes an HTTP request, optionally validating the result and writing it to a file.</xs:documentation>
  2559. </xs:annotation>
  2560. <xs:complexType>
  2561. <xs:complexContent mixed="false">
  2562. <xs:extension base="msb:TaskType">
  2563. <xs:attribute name="EnsureResponseContains" type="xs:string">
  2564. <xs:annotation>
  2565. <xs:documentation>[Optional] Optional: if set then the task fails if the response text doesn't contain the text specified.</xs:documentation>
  2566. </xs:annotation>
  2567. </xs:attribute>
  2568. <xs:attribute name="FailOnNon2xxResponse" type="msb:non_empty_string">
  2569. <xs:annotation>
  2570. <xs:documentation>[Optional] Default is true. When true, if the web server returns a status code less than 200 or greater than 299 then the task fails.</xs:documentation>
  2571. </xs:annotation>
  2572. </xs:attribute>
  2573. <xs:attribute name="Url" type="msb:non_empty_string" use="required">
  2574. <xs:annotation>
  2575. <xs:documentation>The URL to make an HTTP request against.</xs:documentation>
  2576. </xs:annotation>
  2577. </xs:attribute>
  2578. <xs:attribute name="WriteResponseTo" type="xs:string">
  2579. <xs:annotation>
  2580. <xs:documentation>[Optional] Optional; the name of the file to write the response to.</xs:documentation>
  2581. </xs:annotation>
  2582. </xs:attribute>
  2583. </xs:extension>
  2584. </xs:complexContent>
  2585. </xs:complexType>
  2586. </xs:element>
  2587. <xs:element name="NuGetPack" substitutionGroup="msb:Task">
  2588. <xs:annotation>
  2589. <xs:documentation>Creates a NuGet package based on the specified nuspec or project file.</xs:documentation>
  2590. </xs:annotation>
  2591. <xs:complexType>
  2592. <xs:complexContent mixed="false">
  2593. <xs:extension base="msb:TaskType">
  2594. <xs:attribute name="BasePath" type="xs:string">
  2595. <xs:annotation>
  2596. <xs:documentation>[Optional] The base path of the files defined in the nuspec file.</xs:documentation>
  2597. </xs:annotation>
  2598. </xs:attribute>
  2599. <xs:attribute name="ExitCode" />
  2600. <xs:attribute name="File" type="msb:non_empty_string" use="required">
  2601. <xs:annotation>
  2602. <xs:documentation>The location of the nuspec or project file to create a package.</xs:documentation>
  2603. </xs:annotation>
  2604. </xs:attribute>
  2605. <xs:attribute name="OutputDirectory" type="xs:string">
  2606. <xs:annotation>
  2607. <xs:documentation>[Optional] Specifies the directory for the created NuGet package.</xs:documentation>
  2608. </xs:annotation>
  2609. </xs:attribute>
  2610. <xs:attribute name="Symbols" type="msb:non_empty_string">
  2611. <xs:annotation>
  2612. <xs:documentation>[Optional] Determines if a package containing sources and symbols should be created. When specified with a nuspec,
  2613. creates a regular NuGet package file and the corresponding symbols package.</xs:documentation>
  2614. </xs:annotation>
  2615. </xs:attribute>
  2616. <xs:attribute name="Timeout" />
  2617. <xs:attribute name="ToolPath" type="xs:string" />
  2618. <xs:attribute name="Verbose" type="msb:non_empty_string">
  2619. <xs:annotation>
  2620. <xs:documentation>[Optional] Shows verbose output for package building.</xs:documentation>
  2621. </xs:annotation>
  2622. </xs:attribute>
  2623. <xs:attribute name="Version" type="xs:string">
  2624. <xs:annotation>
  2625. <xs:documentation>[Optional] Overrides the version number from the nuspec file.</xs:documentation>
  2626. </xs:annotation>
  2627. </xs:attribute>
  2628. <xs:attribute name="WorkingDirectory" type="xs:string">
  2629. <xs:annotation>
  2630. <xs:documentation>[Optional] Gets or sets the working directory.</xs:documentation>
  2631. </xs:annotation>
  2632. </xs:attribute>
  2633. </xs:extension>
  2634. </xs:complexContent>
  2635. </xs:complexType>
  2636. </xs:element>
  2637. <xs:element name="NuGetPush" substitutionGroup="msb:Task">
  2638. <xs:annotation>
  2639. <xs:documentation>Pushes a package to the server and optionally publishes it.</xs:documentation>
  2640. </xs:annotation>
  2641. <xs:complexType>
  2642. <xs:complexContent mixed="false">
  2643. <xs:extension base="msb:TaskType">
  2644. <xs:attribute name="APIKey" type="xs:string">
  2645. <xs:annotation>
  2646. <xs:documentation>[Optional] The API key to use for push to the server.</xs:documentation>
  2647. </xs:annotation>
  2648. </xs:attribute>
  2649. <xs:attribute name="CreateOnly" type="msb:non_empty_string">
  2650. <xs:annotation>
  2651. <xs:documentation>[Optional] Specifies if the package should be created and uploaded to the server but not published to the server. False by default.</xs:documentation>
  2652. </xs:annotation>
  2653. </xs:attribute>
  2654. <xs:attribute name="ExitCode" />
  2655. <xs:attribute name="File" type="msb:non_empty_string" use="required">
  2656. <xs:annotation>
  2657. <xs:documentation>The path to the package to push the package to the server.</xs:documentation>
  2658. </xs:annotation>
  2659. </xs:attribute>
  2660. <xs:attribute name="Source" type="xs:string">
  2661. <xs:annotation>
  2662. <xs:documentation>[Optional] Specifies the server URL.</xs:documentation>
  2663. </xs:annotation>
  2664. </xs:attribute>
  2665. <xs:attribute name="Timeout" />
  2666. <xs:attribute name="ToolPath" type="xs:string" />
  2667. <xs:attribute name="WorkingDirectory" type="xs:string">
  2668. <xs:annotation>
  2669. <xs:documentation>[Optional] Gets or sets the working directory.</xs:documentation>
  2670. </xs:annotation>
  2671. </xs:attribute>
  2672. </xs:extension>
  2673. </xs:complexContent>
  2674. </xs:complexType>
  2675. </xs:element>
  2676. <xs:element name="NUnit" substitutionGroup="msb:Task">
  2677. <xs:annotation>
  2678. <xs:documentation>Run NUnit 2.4 on a group of assemblies.</xs:documentation>
  2679. </xs:annotation>
  2680. <xs:complexType>
  2681. <xs:complexContent mixed="false">
  2682. <xs:extension base="msb:TaskType">
  2683. <xs:attribute name="Assemblies" type="msb:non_empty_string" use="required">
  2684. <xs:annotation>
  2685. <xs:documentation>Gets or sets the assemblies.</xs:documentation>
  2686. </xs:annotation>
  2687. </xs:attribute>
  2688. <xs:attribute name="DisableShadowCopy" type="msb:non_empty_string">
  2689. <xs:annotation>
  2690. <xs:documentation>[Optional] Determines whether assemblies are copied to a shadow folder during testing.</xs:documentation>
  2691. </xs:annotation>
  2692. </xs:attribute>
  2693. <xs:attribute name="ErrorOutputFile" type="xs:string">
  2694. <xs:annotation>
  2695. <xs:documentation>[Optional] The file to receive test error details.</xs:documentation>
  2696. </xs:annotation>
  2697. </xs:attribute>
  2698. <xs:attribute name="ExcludeCategory" type="xs:string">
  2699. <xs:annotation>
  2700. <xs:documentation>[Optional] Gets or sets the categories to exclude.</xs:documentation>
  2701. </xs:annotation>
  2702. </xs:attribute>
  2703. <xs:attribute name="ExitCode" />
  2704. <xs:attribute name="Fixture" type="xs:string">
  2705. <xs:annotation>
  2706. <xs:documentation>[Optional] Gets or sets the fixture.</xs:documentation>
  2707. </xs:annotation>
  2708. </xs:attribute>
  2709. <xs:attribute name="Force32Bit" type="msb:non_empty_string">
  2710. <xs:annotation>
  2711. <xs:documentation>[Optional] Determines whether the tests are run in a 32bit process on a 64bit OS.</xs:documentation>
  2712. </xs:annotation>
  2713. </xs:attribute>
  2714. <xs:attribute name="Framework" type="xs:string">
  2715. <xs:annotation>
  2716. <xs:documentation>[Optional] Determines the framework to run aganist.</xs:documentation>
  2717. </xs:annotation>
  2718. </xs:attribute>
  2719. <xs:attribute name="IncludeCategory" type="xs:string">
  2720. <xs:annotation>
  2721. <xs:documentation>[Optional] Gets or sets the categories to include.</xs:documentation>
  2722. </xs:annotation>
  2723. </xs:attribute>
  2724. <xs:attribute name="OutputXmlFile" type="xs:string">
  2725. <xs:annotation>
  2726. <xs:documentation>[Optional] Gets or sets the output XML file.</xs:documentation>
  2727. </xs:annotation>
  2728. </xs:attribute>
  2729. <xs:attribute name="ProjectConfiguration" type="xs:string">
  2730. <xs:annotation>
  2731. <xs:documentation>[Optional] The project configuration to run.</xs:documentation>
  2732. </xs:annotation>
  2733. </xs:attribute>
  2734. <xs:attribute name="TestInNewThread" type="msb:non_empty_string">
  2735. <xs:annotation>
  2736. <xs:documentation>[Optional] Allows tests to be run in a new thread, allowing you to take advantage of ApartmentState and ThreadPriority settings in the config file.</xs:documentation>
  2737. </xs:annotation>
  2738. </xs:attribute>
  2739. <xs:attribute name="Timeout" />
  2740. <xs:attribute name="ToolPath" type="xs:string" />
  2741. <xs:attribute name="WorkingDirectory" type="xs:string">
  2742. <xs:annotation>
  2743. <xs:documentation>[Optional] Gets or sets the working directory.</xs:documentation>
  2744. </xs:annotation>
  2745. </xs:attribute>
  2746. <xs:attribute name="XsltTransformFile" type="xs:string">
  2747. <xs:annotation>
  2748. <xs:documentation>[Optional] Gets or sets the XSLT transform file.</xs:documentation>
  2749. </xs:annotation>
  2750. </xs:attribute>
  2751. </xs:extension>
  2752. </xs:complexContent>
  2753. </xs:complexType>
  2754. </xs:element>
  2755. <xs:element name="AddTnsName" substitutionGroup="msb:Task">
  2756. <xs:annotation>
  2757. <xs:documentation>Defines a database host within the Oracle TNSNAMES.ORA file.</xs:documentation>
  2758. </xs:annotation>
  2759. <xs:complexType>
  2760. <xs:complexContent mixed="false">
  2761. <xs:extension base="msb:TaskType">
  2762. <xs:attribute name="AllowUpdates" type="msb:non_empty_string">
  2763. <xs:annotation>
  2764. <xs:documentation>[Optional] When true, the task will update an existing entry with .
  2765. If false, the task will fail if already exists.</xs:documentation>
  2766. </xs:annotation>
  2767. </xs:attribute>
  2768. <xs:attribute name="EntryName" type="msb:non_empty_string" use="required">
  2769. <xs:annotation>
  2770. <xs:documentation>The name of the host entry to add.</xs:documentation>
  2771. </xs:annotation>
  2772. </xs:attribute>
  2773. <xs:attribute name="EntryText" type="xs:string">
  2774. <xs:annotation>
  2775. <xs:documentation>[Optional] The definition of the host entry to add.</xs:documentation>
  2776. </xs:annotation>
  2777. </xs:attribute>
  2778. <xs:attribute name="ModifiedFile" type="xs:string">
  2779. <xs:annotation>
  2780. <xs:documentation>[Optional] [Output] The path to the TNSNAMES.ORA that was used by task.</xs:documentation>
  2781. </xs:annotation>
  2782. </xs:attribute>
  2783. <xs:attribute name="ModifiedFileText" type="xs:string">
  2784. <xs:annotation>
  2785. <xs:documentation>[Optional] [Output] The contents of the TNSNAMES.ORA file after the task executes.</xs:documentation>
  2786. </xs:annotation>
  2787. </xs:attribute>
  2788. <xs:attribute name="OriginalFileText" type="xs:string">
  2789. <xs:annotation>
  2790. <xs:documentation>[Optional] [Output] The contents of the TNSNAMES.ORA file before any changes are made.</xs:documentation>
  2791. </xs:annotation>
  2792. </xs:attribute>
  2793. <xs:attribute name="TnsNamesFile" type="xs:string">
  2794. <xs:annotation>
  2795. <xs:documentation>[Optional] The path to a specific TNSNAMES.ORA file to update.</xs:documentation>
  2796. </xs:annotation>
  2797. </xs:attribute>
  2798. </xs:extension>
  2799. </xs:complexContent>
  2800. </xs:complexType>
  2801. </xs:element>
  2802. <xs:element name="Prompt" substitutionGroup="msb:Task">
  2803. <xs:annotation>
  2804. <xs:documentation>Displays a message on the console and waits for user input.</xs:documentation>
  2805. </xs:annotation>
  2806. <xs:complexType>
  2807. <xs:complexContent mixed="false">
  2808. <xs:extension base="msb:TaskType">
  2809. <xs:attribute name="Text" type="xs:string">
  2810. <xs:annotation>
  2811. <xs:documentation>[Optional] The message to display in the console.</xs:documentation>
  2812. </xs:annotation>
  2813. </xs:attribute>
  2814. <xs:attribute name="UserInput" type="xs:string">
  2815. <xs:annotation>
  2816. <xs:documentation>[Optional] [Output] The text entered at the console.</xs:documentation>
  2817. </xs:annotation>
  2818. </xs:attribute>
  2819. </xs:extension>
  2820. </xs:complexContent>
  2821. </xs:complexType>
  2822. </xs:element>
  2823. <xs:element name="RegexCompiler" substitutionGroup="msb:Task">
  2824. <xs:annotation>
  2825. <xs:documentation>Compiles regular expressions and saves them to disk in an assembly.</xs:documentation>
  2826. </xs:annotation>
  2827. <xs:complexType>
  2828. <xs:complexContent mixed="false">
  2829. <xs:extension base="msb:TaskType">
  2830. <xs:attribute name="AssemblyCompany" type="xs:string">
  2831. <xs:annotation>
  2832. <xs:documentation>[Optional] Gets or sets the assembly company.</xs:documentation>
  2833. </xs:annotation>
  2834. </xs:attribute>
  2835. <xs:attribute name="AssemblyCopyright" type="xs:string">
  2836. <xs:annotation>
  2837. <xs:documentation>[Optional] Gets or sets the assembly copyright.</xs:documentation>
  2838. </xs:annotation>
  2839. </xs:attribute>
  2840. <xs:attribute name="AssemblyCulture" type="xs:string">
  2841. <xs:annotation>
  2842. <xs:documentation>[Optional] Gets or sets the assembly culture.</xs:documentation>
  2843. </xs:annotation>
  2844. </xs:attribute>
  2845. <xs:attribute name="AssemblyDescription" type="xs:string">
  2846. <xs:annotation>
  2847. <xs:documentation>[Optional] Gets or sets the assembly description.</xs:documentation>
  2848. </xs:annotation>
  2849. </xs:attribute>
  2850. <xs:attribute name="AssemblyFileVersion" type="xs:string">
  2851. <xs:annotation>
  2852. <xs:documentation>[Optional] Gets or sets the assembly file version.</xs:documentation>
  2853. </xs:annotation>
  2854. </xs:attribute>
  2855. <xs:attribute name="AssemblyInformationalVersion" type="xs:string">
  2856. <xs:annotation>
  2857. <xs:documentation>[Optional] Gets or sets the assembly informational version.</xs:documentation>
  2858. </xs:annotation>
  2859. </xs:attribute>
  2860. <xs:attribute name="AssemblyKeyFile" type="xs:string">
  2861. <xs:annotation>
  2862. <xs:documentation>[Optional] Gets or sets the assembly key file.</xs:documentation>
  2863. </xs:annotation>
  2864. </xs:attribute>
  2865. <xs:attribute name="AssemblyName" type="msb:non_empty_string" use="required">
  2866. <xs:annotation>
  2867. <xs:documentation>Gets or sets the name of the assembly to be created by the regex compiler.</xs:documentation>
  2868. </xs:annotation>
  2869. </xs:attribute>
  2870. <xs:attribute name="AssemblyProduct" type="xs:string">
  2871. <xs:annotation>
  2872. <xs:documentation>[Optional] Gets or sets the assembly product.</xs:documentation>
  2873. </xs:annotation>
  2874. </xs:attribute>
  2875. <xs:attribute name="AssemblyTitle" type="xs:string">
  2876. <xs:annotation>
  2877. <xs:documentation>[Optional] Gets or sets the assembly title.</xs:documentation>
  2878. </xs:annotation>
  2879. </xs:attribute>
  2880. <xs:attribute name="AssemblyVersion" type="xs:string">
  2881. <xs:annotation>
  2882. <xs:documentation>[Optional] Gets or sets the assembly version.</xs:documentation>
  2883. </xs:annotation>
  2884. </xs:attribute>
  2885. <xs:attribute name="IsPublic" type="msb:non_empty_string">
  2886. <xs:annotation>
  2887. <xs:documentation>[Optional] Gets or sets a value indicating whether the default value is public for regular expression instances.</xs:documentation>
  2888. </xs:annotation>
  2889. </xs:attribute>
  2890. <xs:attribute name="Namespace" type="xs:string">
  2891. <xs:annotation>
  2892. <xs:documentation>[Optional] Gets or sets the default namespace for regular expression instances.</xs:documentation>
  2893. </xs:annotation>
  2894. </xs:attribute>
  2895. <xs:attribute name="Options" type="xs:string">
  2896. <xs:annotation>
  2897. <xs:documentation>[Optional] Gets or sets the default regular expression options.</xs:documentation>
  2898. </xs:annotation>
  2899. </xs:attribute>
  2900. <xs:attribute name="OutputDirectory" type="msb:non_empty_string" use="required">
  2901. <xs:annotation>
  2902. <xs:documentation>Gets or sets the directory where the assembly will be saved.</xs:documentation>
  2903. </xs:annotation>
  2904. </xs:attribute>
  2905. <xs:attribute name="OutputFile" type="xs:string">
  2906. <xs:annotation>
  2907. <xs:documentation>[Optional] [Output] Gets or sets the output file.</xs:documentation>
  2908. </xs:annotation>
  2909. </xs:attribute>
  2910. <xs:attribute name="RegularExpressions" type="xs:string">
  2911. <xs:annotation>
  2912. <xs:documentation>[Optional] Gets or sets the regular expressions.</xs:documentation>
  2913. </xs:annotation>
  2914. </xs:attribute>
  2915. <xs:attribute name="RegularExpressionsFile" type="xs:string">
  2916. <xs:annotation>
  2917. <xs:documentation>[Optional] Gets or sets the file defining the regular expressions.</xs:documentation>
  2918. </xs:annotation>
  2919. </xs:attribute>
  2920. </xs:extension>
  2921. </xs:complexContent>
  2922. </xs:complexType>
  2923. </xs:element>
  2924. <xs:element name="RegexMatch" substitutionGroup="msb:Task">
  2925. <xs:annotation>
  2926. <xs:documentation>Task to filter an Input list with a Regex expression.
  2927. Output list contains items from Input list that matched given expression</xs:documentation>
  2928. </xs:annotation>
  2929. <xs:complexType>
  2930. <xs:complexContent mixed="false">
  2931. <xs:extension base="msb:TaskType">
  2932. <xs:attribute name="Expression" type="msb:non_empty_string" use="required">
  2933. <xs:annotation>
  2934. <xs:documentation>Regex expression</xs:documentation>
  2935. </xs:annotation>
  2936. </xs:attribute>
  2937. <xs:attribute name="Input" type="msb:non_empty_string" use="required">
  2938. <xs:annotation>
  2939. <xs:documentation>Input, list of items to perform the regex on</xs:documentation>
  2940. </xs:annotation>
  2941. </xs:attribute>
  2942. <xs:attribute name="Options" type="xs:string">
  2943. <xs:annotation>
  2944. <xs:documentation>[Optional] Regex options as strings corresponding to the RegexOptions enum:
  2945. Compiled
  2946. CultureInvariant
  2947. ECMAScript
  2948. ExplicitCapture
  2949. IgnoreCase
  2950. IgnorePatternWhitespace
  2951. Multiline
  2952. None
  2953. RightToLeft
  2954. Singleline</xs:documentation>
  2955. </xs:annotation>
  2956. </xs:attribute>
  2957. <xs:attribute name="Output" type="xs:string">
  2958. <xs:annotation>
  2959. <xs:documentation>[Optional] [Output] Results of the Regex transformation.</xs:documentation>
  2960. </xs:annotation>
  2961. </xs:attribute>
  2962. </xs:extension>
  2963. </xs:complexContent>
  2964. </xs:complexType>
  2965. </xs:element>
  2966. <xs:element name="RegexReplace" substitutionGroup="msb:Task">
  2967. <xs:annotation>
  2968. <xs:documentation>Task to replace portions of strings within the Input list
  2969. Output list contains all the elements of the Input list after
  2970. performing the Regex Replace.</xs:documentation>
  2971. </xs:annotation>
  2972. <xs:complexType>
  2973. <xs:complexContent mixed="false">
  2974. <xs:extension base="msb:TaskType">
  2975. <xs:attribute name="Count" type="xs:string">
  2976. <xs:annotation>
  2977. <xs:documentation>[Optional] Number of matches to allow on each input item.
  2978. -1 indicates to perform matches on all matches within input item</xs:documentation>
  2979. </xs:annotation>
  2980. </xs:attribute>
  2981. <xs:attribute name="Expression" type="msb:non_empty_string" use="required">
  2982. <xs:annotation>
  2983. <xs:documentation>Regex expression</xs:documentation>
  2984. </xs:annotation>
  2985. </xs:attribute>
  2986. <xs:attribute name="Input" type="msb:non_empty_string" use="required">
  2987. <xs:annotation>
  2988. <xs:documentation>Input, list of items to perform the regex on</xs:documentation>
  2989. </xs:annotation>
  2990. </xs:attribute>
  2991. <xs:attribute name="Options" type="xs:string">
  2992. <xs:annotation>
  2993. <xs:documentation>[Optional] Regex options as strings corresponding to the RegexOptions enum:
  2994. Compiled
  2995. CultureInvariant
  2996. ECMAScript
  2997. ExplicitCapture
  2998. IgnoreCase
  2999. IgnorePatternWhitespace
  3000. Multiline
  3001. None
  3002. RightToLeft
  3003. Singleline</xs:documentation>
  3004. </xs:annotation>
  3005. </xs:attribute>
  3006. <xs:attribute name="Output" type="xs:string">
  3007. <xs:annotation>
  3008. <xs:documentation>[Optional] [Output] Results of the Regex transformation.</xs:documentation>
  3009. </xs:annotation>
  3010. </xs:attribute>
  3011. <xs:attribute name="Replacement" type="xs:string">
  3012. <xs:annotation>
  3013. <xs:documentation>[Optional] String replacing matching expression strings in input list.
  3014. If left empty matches in the input list are removed (replaced with empty string)</xs:documentation>
  3015. </xs:annotation>
  3016. </xs:attribute>
  3017. <xs:attribute name="StartAt" type="xs:string">
  3018. <xs:annotation>
  3019. <xs:documentation>[Optional] Position within the input item to start matching</xs:documentation>
  3020. </xs:annotation>
  3021. </xs:attribute>
  3022. </xs:extension>
  3023. </xs:complexContent>
  3024. </xs:complexType>
  3025. </xs:element>
  3026. <xs:element name="RegistryRead" substitutionGroup="msb:Task">
  3027. <xs:annotation>
  3028. <xs:documentation>Reads a value from the Registry</xs:documentation>
  3029. </xs:annotation>
  3030. <xs:complexType>
  3031. <xs:complexContent mixed="false">
  3032. <xs:extension base="msb:TaskType">
  3033. <xs:attribute name="DefaultValue" type="xs:string">
  3034. <xs:annotation>
  3035. <xs:documentation>[Optional] Gets or sets the default value.</xs:documentation>
  3036. </xs:annotation>
  3037. </xs:attribute>
  3038. <xs:attribute name="KeyName" type="msb:non_empty_string" use="required">
  3039. <xs:annotation>
  3040. <xs:documentation>Gets or sets the full registry path of the key, beginning with a valid registry root, such as "HKEY_CURRENT_USER".</xs:documentation>
  3041. </xs:annotation>
  3042. </xs:attribute>
  3043. <xs:attribute name="Value" type="xs:string">
  3044. <xs:annotation>
  3045. <xs:documentation>[Optional] [Output] Gets the stored value.</xs:documentation>
  3046. </xs:annotation>
  3047. </xs:attribute>
  3048. <xs:attribute name="ValueName" type="xs:string">
  3049. <xs:annotation>
  3050. <xs:documentation>[Optional] Gets or sets the name of the name/value pair.</xs:documentation>
  3051. </xs:annotation>
  3052. </xs:attribute>
  3053. </xs:extension>
  3054. </xs:complexContent>
  3055. </xs:complexType>
  3056. </xs:element>
  3057. <xs:element name="RegistryWrite" substitutionGroup="msb:Task">
  3058. <xs:annotation>
  3059. <xs:documentation>Writes a value to the Registry</xs:documentation>
  3060. </xs:annotation>
  3061. <xs:complexType>
  3062. <xs:complexContent mixed="false">
  3063. <xs:extension base="msb:TaskType">
  3064. <xs:attribute name="KeyName" type="msb:non_empty_string" use="required">
  3065. <xs:annotation>
  3066. <xs:documentation>Gets or sets the full registry path of the key, beginning with a valid registry root, such as "HKEY_CURRENT_USER".</xs:documentation>
  3067. </xs:annotation>
  3068. </xs:attribute>
  3069. <xs:attribute name="Value" type="msb:non_empty_string" use="required">
  3070. <xs:annotation>
  3071. <xs:documentation>Gets or sets the value to be stored.</xs:documentation>
  3072. </xs:annotation>
  3073. </xs:attribute>
  3074. <xs:attribute name="ValueName" type="xs:string">
  3075. <xs:annotation>
  3076. <xs:documentation>[Optional] Gets or sets the name of the name/value pair.</xs:documentation>
  3077. </xs:annotation>
  3078. </xs:attribute>
  3079. </xs:extension>
  3080. </xs:complexContent>
  3081. </xs:complexType>
  3082. </xs:element>
  3083. <xs:element name="RoboCopy" substitutionGroup="msb:Task">
  3084. <xs:annotation>
  3085. <xs:documentation>Task wrapping the Window Resource Kit Robocopy.exe command.</xs:documentation>
  3086. </xs:annotation>
  3087. <xs:complexType>
  3088. <xs:complexContent mixed="false">
  3089. <xs:extension base="msb:TaskType">
  3090. <xs:attribute name="AllSubdirectories" type="msb:non_empty_string">
  3091. <xs:annotation>
  3092. <xs:documentation>[Optional] /E Copies all subdirectories (including empty ones).</xs:documentation>
  3093. </xs:annotation>
  3094. </xs:attribute>
  3095. <xs:attribute name="AppendLogFile" type="xs:string">
  3096. <xs:annotation>
  3097. <xs:documentation>[Optional] /LOG+:file Redirects output to the specified file, appending it to the file if it already exists.</xs:documentation>
  3098. </xs:annotation>
  3099. </xs:attribute>
  3100. <xs:attribute name="BackupMode" type="msb:non_empty_string">
  3101. <xs:annotation>
  3102. <xs:documentation>[Optional] /B Copies files in Backup mode (Backup copies are not restartable, but can copy some files that restartable mode cannot).</xs:documentation>
  3103. </xs:annotation>
  3104. </xs:attribute>
  3105. <xs:attribute name="CopyAll" type="msb:non_empty_string">
  3106. <xs:annotation>
  3107. <xs:documentation>[Optional] /COPYALL Copies Everything. Equivalent to /COPY:DATSOU.</xs:documentation>
  3108. </xs:annotation>
  3109. </xs:attribute>
  3110. <xs:attribute name="CopyFlags" type="xs:string">
  3111. <xs:annotation>
  3112. <xs:documentation>[Optional] /COPY:copyflags Copies the file information specified by copyflags.</xs:documentation>
  3113. </xs:annotation>
  3114. </xs:attribute>
  3115. <xs:attribute name="Create" type="msb:non_empty_string">
  3116. <xs:annotation>
  3117. <xs:documentation>[Optional] /CREATE Creates a directory tree structure containing zero-length files only (that is, no file data is copied).</xs:documentation>
  3118. </xs:annotation>
  3119. </xs:attribute>
  3120. <xs:attribute name="DestinationFolder" type="msb:non_empty_string" use="required">
  3121. <xs:annotation>
  3122. <xs:documentation>Destination directory.</xs:documentation>
  3123. </xs:annotation>
  3124. </xs:attribute>
  3125. <xs:attribute name="ExcludeFiles" type="xs:string">
  3126. <xs:annotation>
  3127. <xs:documentation>[Optional] /XF file [file] Excludes files with the specified names, paths, or wildcard characters.</xs:documentation>
  3128. </xs:annotation>
  3129. </xs:attribute>
  3130. <xs:attribute name="ExcludeFolders" type="xs:string">
  3131. <xs:annotation>
  3132. <xs:documentation>[Optional] /XD dir [dir] Excludes directories with the specified names, paths, or wildcard characters.</xs:documentation>
  3133. </xs:annotation>
  3134. </xs:attribute>
  3135. <xs:attribute name="ExcludeJunctions" type="msb:non_empty_string">
  3136. <xs:annotation>
  3137. <xs:documentation>[Optional] /XJ Excludes Junction points.</xs:documentation>
  3138. </xs:annotation>
  3139. </xs:attribute>
  3140. <xs:attribute name="ExcluedAttributes" type="xs:string">
  3141. <xs:annotation>
  3142. <xs:documentation>[Optional] /XA:{R|A|S|H|C|N|E|T|O} Excludes files with the specified attributes.</xs:documentation>
  3143. </xs:annotation>
  3144. </xs:attribute>
  3145. <xs:attribute name="ExitCode" />
  3146. <xs:attribute name="FatFileNames" type="msb:non_empty_string">
  3147. <xs:annotation>
  3148. <xs:documentation>[Optional] /FAT Creates destination files using only 8.3 FAT file names.</xs:documentation>
  3149. </xs:annotation>
  3150. </xs:attribute>
  3151. <xs:attribute name="FatFileTimes" type="msb:non_empty_string">
  3152. <xs:annotation>
  3153. <xs:documentation>[Optional] /FFT Assume FAT File Times (2-second granularity).</xs:documentation>
  3154. </xs:annotation>
  3155. </xs:attribute>
  3156. <xs:attribute name="IncludeArchive" type="msb:non_empty_string">
  3157. <xs:annotation>
  3158. <xs:documentation>[Optional] /A Copies only files with the archive attribute set.</xs:documentation>
  3159. </xs:annotation>
  3160. </xs:attribute>
  3161. <xs:attribute name="IncludeArchiveClear" type="msb:non_empty_string">
  3162. <xs:annotation>
  3163. <xs:documentation>[Optional] /M Copies only files with the archive attribute set and then resets (turns off) the archive attribute in the source files.</xs:documentation>
  3164. </xs:annotation>
  3165. </xs:attribute>
  3166. <xs:attribute name="IncludeAttributes" type="xs:string">
  3167. <xs:annotation>
  3168. <xs:documentation>[Optional] /IA:{R|A|S|H|C|N|E|T|O} Includes files with the specified attributes.</xs:documentation>
  3169. </xs:annotation>
  3170. </xs:attribute>
  3171. <xs:attribute name="LogFile" type="xs:string">
  3172. <xs:annotation>
  3173. <xs:documentation>[Optional] /LOG:file Redirects output to the specified file, overwriting the file if it already exists.</xs:documentation>
  3174. </xs:annotation>
  3175. </xs:attribute>
  3176. <xs:attribute name="Mirror" type="msb:non_empty_string">
  3177. <xs:annotation>
  3178. <xs:documentation>[Optional] /MIR Mirrors a directory tree (equivalent to running both /E and /PURGE).</xs:documentation>
  3179. </xs:annotation>
  3180. </xs:attribute>
  3181. <xs:attribute name="Move" type="msb:non_empty_string">
  3182. <xs:annotation>
  3183. <xs:documentation>[Optional] /MOVE Moves files and directories (that is, deletes source files and directories after copying).</xs:documentation>
  3184. </xs:annotation>
  3185. </xs:attribute>
  3186. <xs:attribute name="MoveFiles" type="msb:non_empty_string">
  3187. <xs:annotation>
  3188. <xs:documentation>[Optional] /MOV Moves files (that is, deletes source files after copying).</xs:documentation>
  3189. </xs:annotation>
  3190. </xs:attribute>
  3191. <xs:attribute name="NoCopy" type="msb:non_empty_string">
  3192. <xs:annotation>
  3193. <xs:documentation>[Optional] /NOCOPY Copies Nothing. Can be useful with /PURGE.</xs:documentation>
  3194. </xs:annotation>
  3195. </xs:attribute>
  3196. <xs:attribute name="NoFileLogging" type="msb:non_empty_string">
  3197. <xs:annotation>
  3198. <xs:documentation>[Optional] /NFL Turns off logging of file names. File names are still shown, however, if file copy errors occur.</xs:documentation>
  3199. </xs:annotation>
  3200. </xs:attribute>
  3201. <xs:attribute name="NoFolderLogging" type="msb:non_empty_string">
  3202. <xs:annotation>
  3203. <xs:documentation>[Optional] /NDL Turns off logging of directory names. Full file pathnames (as opposed to simple file names) will be shown if /NDL is used.</xs:documentation>
  3204. </xs:annotation>
  3205. </xs:attribute>
  3206. <xs:attribute name="NoJobHeader" type="msb:non_empty_string">
  3207. <xs:annotation>
  3208. <xs:documentation>[Optional] /NJH Turns of logging of the job header.</xs:documentation>
  3209. </xs:annotation>
  3210. </xs:attribute>
  3211. <xs:attribute name="NoJobSummary" type="msb:non_empty_string">
  3212. <xs:annotation>
  3213. <xs:documentation>[Optional] /NJS Turns off logging of the job summary.</xs:documentation>
  3214. </xs:annotation>
  3215. </xs:attribute>
  3216. <xs:attribute name="NoProgress" type="msb:non_empty_string">
  3217. <xs:annotation>
  3218. <xs:documentation>[Optional] /NP Turns off copy progress indicator (% copied).</xs:documentation>
  3219. </xs:annotation>
  3220. </xs:attribute>
  3221. <xs:attribute name="Options" type="xs:string">
  3222. <xs:annotation>
  3223. <xs:documentation>[Optional] Manually entered options.</xs:documentation>
  3224. </xs:annotation>
  3225. </xs:attribute>
  3226. <xs:attribute name="Purge" type="msb:non_empty_string">
  3227. <xs:annotation>
  3228. <xs:documentation>[Optional] /PURGE Deletes destination files and directories that no longer exist in the source.</xs:documentation>
  3229. </xs:annotation>
  3230. </xs:attribute>
  3231. <xs:attribute name="RestartableMode" type="msb:non_empty_string">
  3232. <xs:annotation>
  3233. <xs:documentation>[Optional] /Z Copies files in restartable mode (that is, restarts the copy process from the point of failure).</xs:documentation>
  3234. </xs:annotation>
  3235. </xs:attribute>
  3236. <xs:attribute name="Security" type="msb:non_empty_string">
  3237. <xs:annotation>
  3238. <xs:documentation>[Optional] /SEC Copies NTFS security information. (Source and destination volumes must both be NTFS). Equivalent to /COPY:DATS.</xs:documentation>
  3239. </xs:annotation>
  3240. </xs:attribute>
  3241. <xs:attribute name="SourceFiles" type="xs:string">
  3242. <xs:annotation>
  3243. <xs:documentation>[Optional] Names of files to act upon.</xs:documentation>
  3244. </xs:annotation>
  3245. </xs:attribute>
  3246. <xs:attribute name="SourceFolder" type="msb:non_empty_string" use="required">
  3247. <xs:annotation>
  3248. <xs:documentation>Source directory</xs:documentation>
  3249. </xs:annotation>
  3250. </xs:attribute>
  3251. <xs:attribute name="Subdirectories" type="msb:non_empty_string">
  3252. <xs:annotation>
  3253. <xs:documentation>[Optional] /S Copies subdirectories (excluding empty ones).</xs:documentation>
  3254. </xs:annotation>
  3255. </xs:attribute>
  3256. <xs:attribute name="Timeout" />
  3257. <xs:attribute name="ToolPath" type="xs:string" />
  3258. <xs:attribute name="Verbose" type="msb:non_empty_string">
  3259. <xs:annotation>
  3260. <xs:documentation>[Optional] /V Produces verbose output (including skipped files).</xs:documentation>
  3261. </xs:annotation>
  3262. </xs:attribute>
  3263. </xs:extension>
  3264. </xs:complexContent>
  3265. </xs:complexType>
  3266. </xs:element>
  3267. <xs:element name="BuildAssembler" substitutionGroup="msb:Task">
  3268. <xs:annotation>
  3269. <xs:documentation>BuildAssembler task for Sandcastle.</xs:documentation>
  3270. </xs:annotation>
  3271. <xs:complexType>
  3272. <xs:complexContent mixed="false">
  3273. <xs:extension base="msb:TaskType">
  3274. <xs:attribute name="ConfigFile" type="msb:non_empty_string" use="required">
  3275. <xs:annotation>
  3276. <xs:documentation>Gets or sets the configuration file.</xs:documentation>
  3277. </xs:annotation>
  3278. </xs:attribute>
  3279. <xs:attribute name="ExitCode" />
  3280. <xs:attribute name="ManifestFile" type="msb:non_empty_string" use="required">
  3281. <xs:annotation>
  3282. <xs:documentation>Gets or sets the manifest file.</xs:documentation>
  3283. </xs:annotation>
  3284. </xs:attribute>
  3285. <xs:attribute name="NoInfoMessages" type="msb:non_empty_string">
  3286. <xs:annotation>
  3287. <xs:documentation>[Optional] Gets or sets a value indicating whether no info messages will be output.</xs:documentation>
  3288. </xs:annotation>
  3289. </xs:attribute>
  3290. <xs:attribute name="NoWarnMessages" type="msb:non_empty_string">
  3291. <xs:annotation>
  3292. <xs:documentation>[Optional] Gets or sets a value indicating whether no warning messages will be output.</xs:documentation>
  3293. </xs:annotation>
  3294. </xs:attribute>
  3295. <xs:attribute name="SandcastleRoot" type="xs:string">
  3296. <xs:annotation>
  3297. <xs:documentation>[Optional] Gets or sets the sandcastle install root directory.</xs:documentation>
  3298. </xs:annotation>
  3299. </xs:attribute>
  3300. <xs:attribute name="Timeout" />
  3301. <xs:attribute name="ToolPath" type="xs:string" />
  3302. </xs:extension>
  3303. </xs:complexContent>
  3304. </xs:complexType>
  3305. </xs:element>
  3306. <xs:element name="ChmBuilder" substitutionGroup="msb:Task">
  3307. <xs:annotation>
  3308. <xs:documentation>ChmBuilder task for Sandcastle.</xs:documentation>
  3309. </xs:annotation>
  3310. <xs:complexType>
  3311. <xs:complexContent mixed="false">
  3312. <xs:extension base="msb:TaskType">
  3313. <xs:attribute name="ExitCode" />
  3314. <xs:attribute name="HtmlDirectory" type="xs:string">
  3315. <xs:annotation>
  3316. <xs:documentation>[Optional] Gets or sets the HTML directory.</xs:documentation>
  3317. </xs:annotation>
  3318. </xs:attribute>
  3319. <xs:attribute name="LanguageId" type="xs:string">
  3320. <xs:annotation>
  3321. <xs:documentation>[Optional] Gets or sets the language id.</xs:documentation>
  3322. </xs:annotation>
  3323. </xs:attribute>
  3324. <xs:attribute name="Metadata" type="msb:non_empty_string">
  3325. <xs:annotation>
  3326. <xs:documentation>[Optional] Gets or sets a value indicating whether this is metadata.</xs:documentation>
  3327. </xs:annotation>
  3328. </xs:attribute>
  3329. <xs:attribute name="NoInfoMessages" type="msb:non_empty_string">
  3330. <xs:annotation>
  3331. <xs:documentation>[Optional] Gets or sets a value indicating whether no info messages will be output.</xs:documentation>
  3332. </xs:annotation>
  3333. </xs:attribute>
  3334. <xs:attribute name="NoWarnMessages" type="msb:non_empty_string">
  3335. <xs:annotation>
  3336. <xs:documentation>[Optional] Gets or sets a value indicating whether no warning messages will be output.</xs:documentation>
  3337. </xs:annotation>
  3338. </xs:attribute>
  3339. <xs:attribute name="OutputDirectory" type="xs:string">
  3340. <xs:annotation>
  3341. <xs:documentation>[Optional] Gets or sets the output file.</xs:documentation>
  3342. </xs:annotation>
  3343. </xs:attribute>
  3344. <xs:attribute name="ProjectName" type="xs:string">
  3345. <xs:annotation>
  3346. <xs:documentation>[Optional] Gets or sets the name of the project.</xs:documentation>
  3347. </xs:annotation>
  3348. </xs:attribute>
  3349. <xs:attribute name="SandcastleRoot" type="xs:string">
  3350. <xs:annotation>
  3351. <xs:documentation>[Optional] Gets or sets the sandcastle install root directory.</xs:documentation>
  3352. </xs:annotation>
  3353. </xs:attribute>
  3354. <xs:attribute name="Timeout" />
  3355. <xs:attribute name="TocFile" type="xs:string">
  3356. <xs:annotation>
  3357. <xs:documentation>[Optional] Gets or sets the toc file.</xs:documentation>
  3358. </xs:annotation>
  3359. </xs:attribute>
  3360. <xs:attribute name="ToolPath" type="xs:string" />
  3361. </xs:extension>
  3362. </xs:complexContent>
  3363. </xs:complexType>
  3364. </xs:element>
  3365. <xs:element name="DBCSFix" substitutionGroup="msb:Task">
  3366. <xs:annotation>
  3367. <xs:documentation>DBCSFix task for Sandcastle.</xs:documentation>
  3368. </xs:annotation>
  3369. <xs:complexType>
  3370. <xs:complexContent mixed="false">
  3371. <xs:extension base="msb:TaskType">
  3372. <xs:attribute name="ChmDirectory" type="xs:string">
  3373. <xs:annotation>
  3374. <xs:documentation>[Optional] Gets or sets the CHM directory.</xs:documentation>
  3375. </xs:annotation>
  3376. </xs:attribute>
  3377. <xs:attribute name="ExitCode" />
  3378. <xs:attribute name="LanguageId" type="xs:string">
  3379. <xs:annotation>
  3380. <xs:documentation>[Optional] Gets or sets the language id.</xs:documentation>
  3381. </xs:annotation>
  3382. </xs:attribute>
  3383. <xs:attribute name="NoInfoMessages" type="msb:non_empty_string">
  3384. <xs:annotation>
  3385. <xs:documentation>[Optional] Gets or sets a value indicating whether no info messages will be output.</xs:documentation>
  3386. </xs:annotation>
  3387. </xs:attribute>
  3388. <xs:attribute name="NoWarnMessages" type="msb:non_empty_string">
  3389. <xs:annotation>
  3390. <xs:documentation>[Optional] Gets or sets a value indicating whether no warning messages will be output.</xs:documentation>
  3391. </xs:annotation>
  3392. </xs:attribute>
  3393. <xs:attribute name="SandcastleRoot" type="xs:string">
  3394. <xs:annotation>
  3395. <xs:documentation>[Optional] Gets or sets the sandcastle install root directory.</xs:documentation>
  3396. </xs:annotation>
  3397. </xs:attribute>
  3398. <xs:attribute name="Timeout" />
  3399. <xs:attribute name="ToolPath" type="xs:string" />
  3400. </xs:extension>
  3401. </xs:complexContent>
  3402. </xs:complexType>
  3403. </xs:element>
  3404. <xs:element name="MRefBuilder" substitutionGroup="msb:Task">
  3405. <xs:annotation>
  3406. <xs:documentation>MRefBuilder task for Sandcastle.</xs:documentation>
  3407. </xs:annotation>
  3408. <xs:complexType>
  3409. <xs:complexContent mixed="false">
  3410. <xs:extension base="msb:TaskType">
  3411. <xs:attribute name="Assemblies" type="msb:non_empty_string" use="required">
  3412. <xs:annotation>
  3413. <xs:documentation>Gets or sets the assemblies.</xs:documentation>
  3414. </xs:annotation>
  3415. </xs:attribute>
  3416. <xs:attribute name="ConfigFile" type="xs:string">
  3417. <xs:annotation>
  3418. <xs:documentation>[Optional] Gets or sets the config file.</xs:documentation>
  3419. </xs:annotation>
  3420. </xs:attribute>
  3421. <xs:attribute name="ExitCode" />
  3422. <xs:attribute name="IncludeInternal" type="msb:non_empty_string">
  3423. <xs:annotation>
  3424. <xs:documentation>[Optional] Gets or sets a value indicating whether to include internal members.</xs:documentation>
  3425. </xs:annotation>
  3426. </xs:attribute>
  3427. <xs:attribute name="NoInfoMessages" type="msb:non_empty_string">
  3428. <xs:annotation>
  3429. <xs:documentation>[Optional] Gets or sets a value indicating whether no info messages will be output.</xs:documentation>
  3430. </xs:annotation>
  3431. </xs:attribute>
  3432. <xs:attribute name="NoWarnMessages" type="msb:non_empty_string">
  3433. <xs:annotation>
  3434. <xs:documentation>[Optional] Gets or sets a value indicating whether no warning messages will be output.</xs:documentation>
  3435. </xs:annotation>
  3436. </xs:attribute>
  3437. <xs:attribute name="OutputFile" type="msb:non_empty_string" use="required">
  3438. <xs:annotation>
  3439. <xs:documentation>Gets or sets the output file.</xs:documentation>
  3440. </xs:annotation>
  3441. </xs:attribute>
  3442. <xs:attribute name="References" type="xs:string">
  3443. <xs:annotation>
  3444. <xs:documentation>[Optional] Gets or sets the references.</xs:documentation>
  3445. </xs:annotation>
  3446. </xs:attribute>
  3447. <xs:attribute name="SandcastleRoot" type="xs:string">
  3448. <xs:annotation>
  3449. <xs:documentation>[Optional] Gets or sets the sandcastle install root directory.</xs:documentation>
  3450. </xs:annotation>
  3451. </xs:attribute>
  3452. <xs:attribute name="Timeout" />
  3453. <xs:attribute name="ToolPath" type="xs:string" />
  3454. </xs:extension>
  3455. </xs:complexContent>
  3456. </xs:complexType>
  3457. </xs:element>
  3458. <xs:element name="Sandcastle" substitutionGroup="msb:Task">
  3459. <xs:annotation>
  3460. <xs:documentation>The Sandcastle task.</xs:documentation>
  3461. </xs:annotation>
  3462. <xs:complexType>
  3463. <xs:complexContent mixed="false">
  3464. <xs:extension base="msb:TaskType">
  3465. <xs:attribute name="Assemblies" type="msb:non_empty_string" use="required">
  3466. <xs:annotation>
  3467. <xs:documentation>Gets or sets the assemblies.</xs:documentation>
  3468. </xs:annotation>
  3469. </xs:attribute>
  3470. <xs:attribute name="ChmName" type="xs:string">
  3471. <xs:annotation>
  3472. <xs:documentation>[Optional] Gets or sets the name of the CHM.</xs:documentation>
  3473. </xs:annotation>
  3474. </xs:attribute>
  3475. <xs:attribute name="Clean" type="msb:non_empty_string">
  3476. <xs:annotation>
  3477. <xs:documentation>[Optional] Gets or sets a value indicating whether working directory is cleaned.</xs:documentation>
  3478. </xs:annotation>
  3479. </xs:attribute>
  3480. <xs:attribute name="Comments" type="msb:non_empty_string" use="required">
  3481. <xs:annotation>
  3482. <xs:documentation>Gets or sets the comments.</xs:documentation>
  3483. </xs:annotation>
  3484. </xs:attribute>
  3485. <xs:attribute name="HxName" type="xs:string">
  3486. <xs:annotation>
  3487. <xs:documentation>[Optional] Gets or sets a value indicating a Html Help 2x project will be created.</xs:documentation>
  3488. </xs:annotation>
  3489. </xs:attribute>
  3490. <xs:attribute name="LanguageId" type="xs:string">
  3491. <xs:annotation>
  3492. <xs:documentation>[Optional] Gets or sets the language id.</xs:documentation>
  3493. </xs:annotation>
  3494. </xs:attribute>
  3495. <xs:attribute name="NoInfoMessages" type="msb:non_empty_string">
  3496. <xs:annotation>
  3497. <xs:documentation>[Optional] Gets or sets a value indicating whether no info messages will be output.</xs:documentation>
  3498. </xs:annotation>
  3499. </xs:attribute>
  3500. <xs:attribute name="NoWarnMessages" type="msb:non_empty_string">
  3501. <xs:annotation>
  3502. <xs:documentation>[Optional] Gets or sets a value indicating whether no warning messages will be output.</xs:documentation>
  3503. </xs:annotation>
  3504. </xs:attribute>
  3505. <xs:attribute name="References" type="xs:string">
  3506. <xs:annotation>
  3507. <xs:documentation>[Optional] Gets or sets the references.</xs:documentation>
  3508. </xs:annotation>
  3509. </xs:attribute>
  3510. <xs:attribute name="SandcastleConfig" type="xs:string">
  3511. <xs:annotation>
  3512. <xs:documentation>[Optional] Gets or sets the build assembler config file.</xs:documentation>
  3513. </xs:annotation>
  3514. </xs:attribute>
  3515. <xs:attribute name="SandcastleRoot" type="xs:string">
  3516. <xs:annotation>
  3517. <xs:documentation>[Optional] Gets or sets the sandcastle install root directory.</xs:documentation>
  3518. </xs:annotation>
  3519. </xs:attribute>
  3520. <xs:attribute name="TopicStyle" type="xs:string">
  3521. <xs:annotation>
  3522. <xs:documentation>[Optional] Gets or sets the html help topic style.</xs:documentation>
  3523. </xs:annotation>
  3524. </xs:attribute>
  3525. <xs:attribute name="WorkingDirectory" type="xs:string">
  3526. <xs:annotation>
  3527. <xs:documentation>[Optional] Gets or sets the working directory.</xs:documentation>
  3528. </xs:annotation>
  3529. </xs:attribute>
  3530. </xs:extension>
  3531. </xs:complexContent>
  3532. </xs:complexType>
  3533. </xs:element>
  3534. <xs:element name="XslTransform" substitutionGroup="msb:Task">
  3535. <xs:annotation>
  3536. <xs:documentation>XslTransform task for Sandcastle.</xs:documentation>
  3537. </xs:annotation>
  3538. <xs:complexType>
  3539. <xs:complexContent mixed="false">
  3540. <xs:extension base="msb:TaskType">
  3541. <xs:attribute name="Arguments" type="xs:string">
  3542. <xs:annotation>
  3543. <xs:documentation>[Optional] Gets or sets the arguments.</xs:documentation>
  3544. </xs:annotation>
  3545. </xs:attribute>
  3546. <xs:attribute name="ExitCode" />
  3547. <xs:attribute name="NoInfoMessages" type="msb:non_empty_string">
  3548. <xs:annotation>
  3549. <xs:documentation>[Optional] Gets or sets a value indicating whether no info messages will be output.</xs:documentation>
  3550. </xs:annotation>
  3551. </xs:attribute>
  3552. <xs:attribute name="NoWarnMessages" type="msb:non_empty_string">
  3553. <xs:annotation>
  3554. <xs:documentation>[Optional] Gets or sets a value indicating whether no warning messages will be output.</xs:documentation>
  3555. </xs:annotation>
  3556. </xs:attribute>
  3557. <xs:attribute name="OutputFile" type="msb:non_empty_string" use="required">
  3558. <xs:annotation>
  3559. <xs:documentation>Gets or sets the output file.</xs:documentation>
  3560. </xs:annotation>
  3561. </xs:attribute>
  3562. <xs:attribute name="SandcastleRoot" type="xs:string">
  3563. <xs:annotation>
  3564. <xs:documentation>[Optional] Gets or sets the sandcastle install root directory.</xs:documentation>
  3565. </xs:annotation>
  3566. </xs:attribute>
  3567. <xs:attribute name="Timeout" />
  3568. <xs:attribute name="ToolPath" type="xs:string" />
  3569. <xs:attribute name="XmlFile" type="xs:string">
  3570. <xs:annotation>
  3571. <xs:documentation>[Optional] Gets or sets the XML files.</xs:documentation>
  3572. </xs:annotation>
  3573. </xs:attribute>
  3574. <xs:attribute name="XsltFiles" type="xs:string">
  3575. <xs:annotation>
  3576. <xs:documentation>[Optional] Gets or sets the XSLT files.</xs:documentation>
  3577. </xs:annotation>
  3578. </xs:attribute>
  3579. </xs:extension>
  3580. </xs:complexContent>
  3581. </xs:complexType>
  3582. </xs:element>
  3583. <xs:element name="TaskSchema" substitutionGroup="msb:Task">
  3584. <xs:annotation>
  3585. <xs:documentation>A Task that generates a XSD schema of the tasks in an assembly.</xs:documentation>
  3586. </xs:annotation>
  3587. <xs:complexType>
  3588. <xs:complexContent mixed="false">
  3589. <xs:extension base="msb:TaskType">
  3590. <xs:attribute name="Assemblies" type="msb:non_empty_string" use="required">
  3591. <xs:annotation>
  3592. <xs:documentation>Gets or sets the list of path to analyse.</xs:documentation>
  3593. </xs:annotation>
  3594. </xs:attribute>
  3595. <xs:attribute name="BuildEngine" />
  3596. <xs:attribute name="CreateTaskList" type="msb:non_empty_string">
  3597. <xs:annotation>
  3598. <xs:documentation>[Optional] Gets or sets a value indicating if the task list (using UsingTask)
  3599. has to be genereted.</xs:documentation>
  3600. </xs:annotation>
  3601. </xs:attribute>
  3602. <xs:attribute name="HostObject" />
  3603. <xs:attribute name="IgnoreDocumentation" type="msb:non_empty_string">
  3604. <xs:annotation>
  3605. <xs:documentation>[Optional] Gets or sets a value indicating wheter documentation should be ignored
  3606. even if available (Default is false).</xs:documentation>
  3607. </xs:annotation>
  3608. </xs:attribute>
  3609. <xs:attribute name="IgnoreMsBuildSchema" type="msb:non_empty_string">
  3610. <xs:annotation>
  3611. <xs:documentation>[Optional] Gets or sets a value indicating if the
  3612. MsBuild schema inclusing should be ignored</xs:documentation>
  3613. </xs:annotation>
  3614. </xs:attribute>
  3615. <xs:attribute name="Includes" type="xs:string">
  3616. <xs:annotation>
  3617. <xs:documentation>[Optional] Gets or sets a list of included schemas</xs:documentation>
  3618. </xs:annotation>
  3619. </xs:attribute>
  3620. <xs:attribute name="Log" />
  3621. <xs:attribute name="OutputPath" type="xs:string">
  3622. <xs:annotation>
  3623. <xs:documentation>[Optional] Gets or sets the output path for the generated files.</xs:documentation>
  3624. </xs:annotation>
  3625. </xs:attribute>
  3626. <xs:attribute name="Schemas" type="xs:string">
  3627. <xs:annotation>
  3628. <xs:documentation>[Optional] [Output] Gets the list of path to the generated XSD schema.</xs:documentation>
  3629. </xs:annotation>
  3630. </xs:attribute>
  3631. <xs:attribute name="TaskListAssemblyFormat" type="msb:TaskListAssemblyFormatTypeType">
  3632. <xs:annotation>
  3633. <xs:documentation>[Optional] Gets or sets a value indicating how the assembly is specified in the
  3634. UsingTask element.</xs:documentation>
  3635. </xs:annotation>
  3636. </xs:attribute>
  3637. <xs:attribute name="TaskLists" type="xs:string">
  3638. <xs:annotation>
  3639. <xs:documentation>[Optional] [Output] Gets the path to the task list if it was generated.</xs:documentation>
  3640. </xs:annotation>
  3641. </xs:attribute>
  3642. </xs:extension>
  3643. </xs:complexContent>
  3644. </xs:complexType>
  3645. </xs:element>
  3646. <xs:simpleType name="TaskListAssemblyFormatTypeType">
  3647. <xs:union memberTypes="msb:non_empty_string">
  3648. <xs:simpleType>
  3649. <xs:restriction base="xs:string">
  3650. <xs:enumeration value="AssemblyFileName">
  3651. <xs:annotation>
  3652. <xs:documentation>
  3653. Assembly file name (Default): &lt;UsingTask AssemblyFile="foo.dll" /&gt;
  3654. </xs:documentation>
  3655. </xs:annotation>
  3656. </xs:enumeration>
  3657. <xs:enumeration value="AssemblyFileFullPath">
  3658. <xs:annotation>
  3659. <xs:documentation>
  3660. Assembly location: &lt;UsingTask AssemblyName="foo" /&gt;
  3661. </xs:documentation>
  3662. </xs:annotation>
  3663. </xs:enumeration>
  3664. <xs:enumeration value="AssemblyName">
  3665. <xs:annotation>
  3666. <xs:documentation>
  3667. Assembly Name: &lt;UsingTask AssemblyFile="bin\debug\foo.dll" /&gt;
  3668. </xs:documentation>
  3669. </xs:annotation>
  3670. </xs:enumeration>
  3671. <xs:enumeration value="AssemblyFullName">
  3672. <xs:annotation>
  3673. <xs:documentation>
  3674. Assembly fully qualified name: &lt;UsingTask AssemblyName="foo.dll,version ...." /&gt;
  3675. </xs:documentation>
  3676. </xs:annotation>
  3677. </xs:enumeration>
  3678. </xs:restriction>
  3679. </xs:simpleType>
  3680. </xs:union>
  3681. </xs:simpleType>
  3682. <xs:element name="Script" substitutionGroup="msb:Task">
  3683. <xs:annotation>
  3684. <xs:documentation>Executes code contained within the task.</xs:documentation>
  3685. </xs:annotation>
  3686. <xs:complexType>
  3687. <xs:complexContent mixed="false">
  3688. <xs:extension base="msb:TaskType">
  3689. <xs:attribute name="Code" type="xs:string">
  3690. <xs:annotation>
  3691. <xs:documentation>[Optional] The code to compile and execute</xs:documentation>
  3692. </xs:annotation>
  3693. </xs:attribute>
  3694. <xs:attribute name="Imports" type="xs:string">
  3695. <xs:annotation>
  3696. <xs:documentation>[Optional] The namespaces to import.</xs:documentation>
  3697. </xs:annotation>
  3698. </xs:attribute>
  3699. <xs:attribute name="Language" type="msb:non_empty_string" use="required">
  3700. <xs:annotation>
  3701. <xs:documentation>The language of the script block (defaults to C#).</xs:documentation>
  3702. </xs:annotation>
  3703. </xs:attribute>
  3704. <xs:attribute name="MainClass" type="xs:string">
  3705. <xs:annotation>
  3706. <xs:documentation>[Optional] The name of the main class containing the static ScriptMain
  3707. entry point.</xs:documentation>
  3708. </xs:annotation>
  3709. </xs:attribute>
  3710. <xs:attribute name="References" type="xs:string">
  3711. <xs:annotation>
  3712. <xs:documentation>[Optional] The required references</xs:documentation>
  3713. </xs:annotation>
  3714. </xs:attribute>
  3715. <xs:attribute name="ReturnValue" type="xs:string">
  3716. <xs:annotation>
  3717. <xs:documentation>[Optional] [Output] The string returned from the custom ScriptMain method.</xs:documentation>
  3718. </xs:annotation>
  3719. </xs:attribute>
  3720. </xs:extension>
  3721. </xs:complexContent>
  3722. </xs:complexType>
  3723. </xs:element>
  3724. <xs:element name="ServiceController" substitutionGroup="msb:Task">
  3725. <xs:annotation>
  3726. <xs:documentation>Task that can control a Windows service.</xs:documentation>
  3727. </xs:annotation>
  3728. <xs:complexType>
  3729. <xs:complexContent mixed="false">
  3730. <xs:extension base="msb:TaskType">
  3731. <xs:attribute name="Action" type="msb:ServiceActionsType" use="required">
  3732. <xs:annotation>
  3733. <xs:documentation>Gets or sets the to perform on the service.</xs:documentation>
  3734. </xs:annotation>
  3735. </xs:attribute>
  3736. <xs:attribute name="CanPauseAndContinue" type="msb:non_empty_string">
  3737. <xs:annotation>
  3738. <xs:documentation>[Optional] [Output] Gets a value indicating whether the service can be paused and resumed.</xs:documentation>
  3739. </xs:annotation>
  3740. </xs:attribute>
  3741. <xs:attribute name="CanShutdown" type="msb:non_empty_string">
  3742. <xs:annotation>
  3743. <xs:documentation>[Optional] [Output] Gets a value indicating whether the service should be notified when the system is shutting down.</xs:documentation>
  3744. </xs:annotation>
  3745. </xs:attribute>
  3746. <xs:attribute name="CanStop" type="msb:non_empty_string">
  3747. <xs:annotation>
  3748. <xs:documentation>[Optional] [Output] Gets a value indicating whether the service can be stopped after it has started.</xs:documentation>
  3749. </xs:annotation>
  3750. </xs:attribute>
  3751. <xs:attribute name="DisplayName" type="xs:string">
  3752. <xs:annotation>
  3753. <xs:documentation>[Optional] [Output] Gets a friendly name for the service.</xs:documentation>
  3754. </xs:annotation>
  3755. </xs:attribute>
  3756. <xs:attribute name="Exists" type="msb:non_empty_string">
  3757. <xs:annotation>
  3758. <xs:documentation>[Optional] [Output] Gets a value indicating whether the service exists.</xs:documentation>
  3759. </xs:annotation>
  3760. </xs:attribute>
  3761. <xs:attribute name="MachineName" type="xs:string">
  3762. <xs:annotation>
  3763. <xs:documentation>[Optional] Gets or sets the name of the machine.</xs:documentation>
  3764. </xs:annotation>
  3765. </xs:attribute>
  3766. <xs:attribute name="ServiceName" type="msb:non_empty_string" use="required">
  3767. <xs:annotation>
  3768. <xs:documentation>Gets or sets the name of the service.</xs:documentation>
  3769. </xs:annotation>
  3770. </xs:attribute>
  3771. <xs:attribute name="Status" type="xs:string">
  3772. <xs:annotation>
  3773. <xs:documentation>[Optional] [Output] Gets or sets the status.</xs:documentation>
  3774. </xs:annotation>
  3775. </xs:attribute>
  3776. <xs:attribute name="Timeout" type="xs:string">
  3777. <xs:annotation>
  3778. <xs:documentation>[Optional] Gets or sets the timeout for the command. The default is
  3779. one minute.</xs:documentation>
  3780. </xs:annotation>
  3781. </xs:attribute>
  3782. </xs:extension>
  3783. </xs:complexContent>
  3784. </xs:complexType>
  3785. </xs:element>
  3786. <xs:simpleType name="ServiceActionsType">
  3787. <xs:union memberTypes="msb:non_empty_string">
  3788. <xs:simpleType>
  3789. <xs:restriction base="xs:string">
  3790. <xs:enumeration value="Start">
  3791. <xs:annotation>
  3792. <xs:documentation>
  3793. Starts a service.
  3794. </xs:documentation>
  3795. </xs:annotation>
  3796. </xs:enumeration>
  3797. <xs:enumeration value="Stop">
  3798. <xs:annotation>
  3799. <xs:documentation>
  3800. Stops a service.
  3801. </xs:documentation>
  3802. </xs:annotation>
  3803. </xs:enumeration>
  3804. <xs:enumeration value="Restart">
  3805. <xs:annotation>
  3806. <xs:documentation>
  3807. Restarts a service.
  3808. </xs:documentation>
  3809. </xs:annotation>
  3810. </xs:enumeration>
  3811. <xs:enumeration value="Pause">
  3812. <xs:annotation>
  3813. <xs:documentation>
  3814. Pauses a running service.
  3815. </xs:documentation>
  3816. </xs:annotation>
  3817. </xs:enumeration>
  3818. <xs:enumeration value="Continue">
  3819. <xs:annotation>
  3820. <xs:documentation>
  3821. Continues a paused service.
  3822. </xs:documentation>
  3823. </xs:annotation>
  3824. </xs:enumeration>
  3825. </xs:restriction>
  3826. </xs:simpleType>
  3827. </xs:union>
  3828. </xs:simpleType>
  3829. <xs:element name="ServiceQuery" substitutionGroup="msb:Task">
  3830. <xs:annotation>
  3831. <xs:documentation>Task that can determine the status of a specified service
  3832. on a target server.</xs:documentation>
  3833. </xs:annotation>
  3834. <xs:complexType>
  3835. <xs:complexContent mixed="false">
  3836. <xs:extension base="msb:TaskType">
  3837. <xs:attribute name="CanPauseAndContinue" type="msb:non_empty_string">
  3838. <xs:annotation>
  3839. <xs:documentation>[Optional] [Output] Gets a value indicating whether the service can be paused and resumed.</xs:documentation>
  3840. </xs:annotation>
  3841. </xs:attribute>
  3842. <xs:attribute name="CanShutdown" type="msb:non_empty_string">
  3843. <xs:annotation>
  3844. <xs:documentation>[Optional] [Output] Gets a value indicating whether the service should be notified when the system is shutting down.</xs:documentation>
  3845. </xs:annotation>
  3846. </xs:attribute>
  3847. <xs:attribute name="CanStop" type="msb:non_empty_string">
  3848. <xs:annotation>
  3849. <xs:documentation>[Optional] [Output] Gets a value indicating whether the service can be stopped after it has started.</xs:documentation>
  3850. </xs:annotation>
  3851. </xs:attribute>
  3852. <xs:attribute name="DisplayName" type="xs:string">
  3853. <xs:annotation>
  3854. <xs:documentation>[Optional] [Output] Gets a friendly name for the service.</xs:documentation>
  3855. </xs:annotation>
  3856. </xs:attribute>
  3857. <xs:attribute name="Exists" type="msb:non_empty_string">
  3858. <xs:annotation>
  3859. <xs:documentation>[Optional] [Output] Gets a value indicating whether the service exists.</xs:documentation>
  3860. </xs:annotation>
  3861. </xs:attribute>
  3862. <xs:attribute name="MachineName" type="xs:string">
  3863. <xs:annotation>
  3864. <xs:documentation>[Optional] Gets or sets the name of the machine.</xs:documentation>
  3865. </xs:annotation>
  3866. </xs:attribute>
  3867. <xs:attribute name="ServiceName" type="msb:non_empty_string" use="required">
  3868. <xs:annotation>
  3869. <xs:documentation>Gets or sets the name of the service.</xs:documentation>
  3870. </xs:annotation>
  3871. </xs:attribute>
  3872. <xs:attribute name="Status" type="xs:string">
  3873. <xs:annotation>
  3874. <xs:documentation>[Optional] [Output] Gets or sets the status.</xs:documentation>
  3875. </xs:annotation>
  3876. </xs:attribute>
  3877. </xs:extension>
  3878. </xs:complexContent>
  3879. </xs:complexType>
  3880. </xs:element>
  3881. <xs:element name="Sleep" substitutionGroup="msb:Task">
  3882. <xs:annotation>
  3883. <xs:documentation>A task for sleeping for a specified period of time.</xs:documentation>
  3884. </xs:annotation>
  3885. <xs:complexType>
  3886. <xs:complexContent mixed="false">
  3887. <xs:extension base="msb:TaskType">
  3888. <xs:attribute name="Hours" type="xs:string">
  3889. <xs:annotation>
  3890. <xs:documentation>[Optional] The number of hours to add to the time to sleep.</xs:documentation>
  3891. </xs:annotation>
  3892. </xs:attribute>
  3893. <xs:attribute name="Milliseconds" type="xs:string">
  3894. <xs:annotation>
  3895. <xs:documentation>[Optional] The number of milliseconds to add to the time to sleep.</xs:documentation>
  3896. </xs:annotation>
  3897. </xs:attribute>
  3898. <xs:attribute name="Minutes" type="xs:string">
  3899. <xs:annotation>
  3900. <xs:documentation>[Optional] The number of minutes to add to the time to sleep.</xs:documentation>
  3901. </xs:annotation>
  3902. </xs:attribute>
  3903. <xs:attribute name="Seconds" type="xs:string">
  3904. <xs:annotation>
  3905. <xs:documentation>[Optional] The number of seconds to add to the time to sleep.</xs:documentation>
  3906. </xs:annotation>
  3907. </xs:attribute>
  3908. </xs:extension>
  3909. </xs:complexContent>
  3910. </xs:complexType>
  3911. </xs:element>
  3912. <xs:element name="Sound" substitutionGroup="msb:Task">
  3913. <xs:annotation>
  3914. <xs:documentation>A task to play a sound from a .wav file path or URL.</xs:documentation>
  3915. </xs:annotation>
  3916. <xs:complexType>
  3917. <xs:complexContent mixed="false">
  3918. <xs:extension base="msb:TaskType">
  3919. <xs:attribute name="LoadTimeout" type="xs:string">
  3920. <xs:annotation>
  3921. <xs:documentation>[Optional] Gets or sets the time, in milliseconds, in which the .wav file must load.</xs:documentation>
  3922. </xs:annotation>
  3923. </xs:attribute>
  3924. <xs:attribute name="MyMusicFile" type="xs:string">
  3925. <xs:annotation>
  3926. <xs:documentation>[Optional] Sets the file path of the .wav file to load
  3927. as a relative path to .</xs:documentation>
  3928. </xs:annotation>
  3929. </xs:attribute>
  3930. <xs:attribute name="SoundLocation" type="xs:string">
  3931. <xs:annotation>
  3932. <xs:documentation>[Optional] Gets or sets the file path or URL of the .wav file to load.</xs:documentation>
  3933. </xs:annotation>
  3934. </xs:attribute>
  3935. <xs:attribute name="Synchron" type="msb:non_empty_string">
  3936. <xs:annotation>
  3937. <xs:documentation>[Optional] Gets or sets a value indicating whether to play the sound synchronously.</xs:documentation>
  3938. </xs:annotation>
  3939. </xs:attribute>
  3940. <xs:attribute name="SystemSoundFile" type="xs:string">
  3941. <xs:annotation>
  3942. <xs:documentation>[Optional] Sets the file path of the .wav file to load
  3943. as a relative path to .</xs:documentation>
  3944. </xs:annotation>
  3945. </xs:attribute>
  3946. </xs:extension>
  3947. </xs:complexContent>
  3948. </xs:complexType>
  3949. </xs:element>
  3950. <xs:element name="VssAdd" substitutionGroup="msb:Task">
  3951. <xs:annotation>
  3952. <xs:documentation>Task that adds files to a Visual SourceSafe database.</xs:documentation>
  3953. </xs:annotation>
  3954. <xs:complexType>
  3955. <xs:complexContent mixed="false">
  3956. <xs:extension base="msb:TaskType">
  3957. <xs:attribute name="Comment" type="xs:string">
  3958. <xs:annotation>
  3959. <xs:documentation>[Optional] The comment to be applied to the newly added file.</xs:documentation>
  3960. </xs:annotation>
  3961. </xs:attribute>
  3962. <xs:attribute name="DatabasePath" type="msb:non_empty_string" use="required">
  3963. <xs:annotation>
  3964. <xs:documentation>The path to the folder that contains the srcsafe.ini file.</xs:documentation>
  3965. </xs:annotation>
  3966. </xs:attribute>
  3967. <xs:attribute name="Files" type="msb:non_empty_string" use="required">
  3968. <xs:annotation>
  3969. <xs:documentation>List of files that should be added to SourceSafe.</xs:documentation>
  3970. </xs:annotation>
  3971. </xs:attribute>
  3972. <xs:attribute name="Password" type="xs:string">
  3973. <xs:annotation>
  3974. <xs:documentation>[Optional] The password to use to log in to SourceSafe.</xs:documentation>
  3975. </xs:annotation>
  3976. </xs:attribute>
  3977. <xs:attribute name="Path" type="msb:non_empty_string" use="required">
  3978. <xs:annotation>
  3979. <xs:documentation>The Visual SourceSafe project or file to perform the action
  3980. on (starts with "$/").</xs:documentation>
  3981. </xs:annotation>
  3982. </xs:attribute>
  3983. <xs:attribute name="UserName" type="msb:non_empty_string" use="required">
  3984. <xs:annotation>
  3985. <xs:documentation>The name of the user accessing the SourceSafe database.</xs:documentation>
  3986. </xs:annotation>
  3987. </xs:attribute>
  3988. <xs:attribute name="Version" type="xs:string">
  3989. <xs:annotation>
  3990. <xs:documentation>[Optional] A version of the to reference.</xs:documentation>
  3991. </xs:annotation>
  3992. </xs:attribute>
  3993. </xs:extension>
  3994. </xs:complexContent>
  3995. </xs:complexType>
  3996. </xs:element>
  3997. <xs:element name="VssCheckin" substitutionGroup="msb:Task">
  3998. <xs:annotation>
  3999. <xs:documentation>Task that executes a checkin against a VSS Database.</xs:documentation>
  4000. </xs:annotation>
  4001. <xs:complexType>
  4002. <xs:complexContent mixed="false">
  4003. <xs:extension base="msb:TaskType">
  4004. <xs:attribute name="Comment" type="xs:string">
  4005. <xs:annotation>
  4006. <xs:documentation>[Optional] The checkin comment.</xs:documentation>
  4007. </xs:annotation>
  4008. </xs:attribute>
  4009. <xs:attribute name="DatabasePath" type="msb:non_empty_string" use="required">
  4010. <xs:annotation>
  4011. <xs:documentation>The path to the folder that contains the srcsafe.ini file.</xs:documentation>
  4012. </xs:annotation>
  4013. </xs:attribute>
  4014. <xs:attribute name="LocalPath" type="msb:non_empty_string" use="required">
  4015. <xs:annotation>
  4016. <xs:documentation>The path to the local working directory.</xs:documentation>
  4017. </xs:annotation>
  4018. </xs:attribute>
  4019. <xs:attribute name="Password" type="xs:string">
  4020. <xs:annotation>
  4021. <xs:documentation>[Optional] The password to use to log in to SourceSafe.</xs:documentation>
  4022. </xs:annotation>
  4023. </xs:attribute>
  4024. <xs:attribute name="Path" type="msb:non_empty_string" use="required">
  4025. <xs:annotation>
  4026. <xs:documentation>The Visual SourceSafe project or file to perform the action
  4027. on (starts with "$/").</xs:documentation>
  4028. </xs:annotation>
  4029. </xs:attribute>
  4030. <xs:attribute name="Recursive" type="msb:non_empty_string">
  4031. <xs:annotation>
  4032. <xs:documentation>[Optional] Determines whether to perform the SourceSafe operation
  4033. recursively. The default is .</xs:documentation>
  4034. </xs:annotation>
  4035. </xs:attribute>
  4036. <xs:attribute name="UserName" type="msb:non_empty_string" use="required">
  4037. <xs:annotation>
  4038. <xs:documentation>The name of the user accessing the SourceSafe database.</xs:documentation>
  4039. </xs:annotation>
  4040. </xs:attribute>
  4041. <xs:attribute name="Version" type="xs:string">
  4042. <xs:annotation>
  4043. <xs:documentation>[Optional] A version of the to reference.</xs:documentation>
  4044. </xs:annotation>
  4045. </xs:attribute>
  4046. <xs:attribute name="Writable" type="msb:non_empty_string">
  4047. <xs:annotation>
  4048. <xs:documentation>[Optional] Determines whether to leave the file(s) as writable once the
  4049. checkin is complete. The default is .</xs:documentation>
  4050. </xs:annotation>
  4051. </xs:attribute>
  4052. </xs:extension>
  4053. </xs:complexContent>
  4054. </xs:complexType>
  4055. </xs:element>
  4056. <xs:element name="VssCheckout" substitutionGroup="msb:Task">
  4057. <xs:annotation>
  4058. <xs:documentation>Task that executes a checkout of files or projects
  4059. against a Visual SourceSafe database.</xs:documentation>
  4060. </xs:annotation>
  4061. <xs:complexType>
  4062. <xs:complexContent mixed="false">
  4063. <xs:extension base="msb:TaskType">
  4064. <xs:attribute name="DatabasePath" type="msb:non_empty_string" use="required">
  4065. <xs:annotation>
  4066. <xs:documentation>The path to the folder that contains the srcsafe.ini file.</xs:documentation>
  4067. </xs:annotation>
  4068. </xs:attribute>
  4069. <xs:attribute name="LocalPath" type="msb:non_empty_string" use="required">
  4070. <xs:annotation>
  4071. <xs:documentation>The path to the local working directory.</xs:documentation>
  4072. </xs:annotation>
  4073. </xs:attribute>
  4074. <xs:attribute name="Password" type="xs:string">
  4075. <xs:annotation>
  4076. <xs:documentation>[Optional] The password to use to log in to SourceSafe.</xs:documentation>
  4077. </xs:annotation>
  4078. </xs:attribute>
  4079. <xs:attribute name="Path" type="msb:non_empty_string" use="required">
  4080. <xs:annotation>
  4081. <xs:documentation>The Visual SourceSafe project or file to perform the action
  4082. on (starts with "$/").</xs:documentation>
  4083. </xs:annotation>
  4084. </xs:attribute>
  4085. <xs:attribute name="Recursive" type="msb:non_empty_string">
  4086. <xs:annotation>
  4087. <xs:documentation>[Optional] Determines whether to perform the SourceSafe operation
  4088. recursively. The default is .</xs:documentation>
  4089. </xs:annotation>
  4090. </xs:attribute>
  4091. <xs:attribute name="UserName" type="msb:non_empty_string" use="required">
  4092. <xs:annotation>
  4093. <xs:documentation>The name of the user accessing the SourceSafe database.</xs:documentation>
  4094. </xs:annotation>
  4095. </xs:attribute>
  4096. <xs:attribute name="Version" type="xs:string">
  4097. <xs:annotation>
  4098. <xs:documentation>[Optional] A version of the to reference.</xs:documentation>
  4099. </xs:annotation>
  4100. </xs:attribute>
  4101. <xs:attribute name="Writable" type="msb:non_empty_string">
  4102. <xs:annotation>
  4103. <xs:documentation>[Optional] Determines whether files will be writable once retrieved from
  4104. the repository. The default is .</xs:documentation>
  4105. </xs:annotation>
  4106. </xs:attribute>
  4107. </xs:extension>
  4108. </xs:complexContent>
  4109. </xs:complexType>
  4110. </xs:element>
  4111. <xs:element name="VssClean" substitutionGroup="msb:Task">
  4112. <xs:annotation>
  4113. <xs:documentation>Task that can strip the source control information from a
  4114. Visual Studio Solution and subprojects.</xs:documentation>
  4115. </xs:annotation>
  4116. <xs:complexType>
  4117. <xs:complexContent mixed="false">
  4118. <xs:extension base="msb:TaskType" />
  4119. </xs:complexContent>
  4120. </xs:complexType>
  4121. </xs:element>
  4122. <xs:element name="VssDiff" substitutionGroup="msb:Task">
  4123. <xs:annotation>
  4124. <xs:documentation>Task that records differences between the latest version
  4125. of all the items in a Visual SourceSafe project and another version or label
  4126. to a file.</xs:documentation>
  4127. </xs:annotation>
  4128. <xs:complexType>
  4129. <xs:complexContent mixed="false">
  4130. <xs:extension base="msb:TaskType">
  4131. <xs:attribute name="DatabasePath" type="msb:non_empty_string" use="required">
  4132. <xs:annotation>
  4133. <xs:documentation>The path to the folder that contains the srcsafe.ini file.</xs:documentation>
  4134. </xs:annotation>
  4135. </xs:attribute>
  4136. <xs:attribute name="Label" type="msb:non_empty_string" use="required">
  4137. <xs:annotation>
  4138. <xs:documentation>The value of the label to compare to.</xs:documentation>
  4139. </xs:annotation>
  4140. </xs:attribute>
  4141. <xs:attribute name="OutputFile" type="msb:non_empty_string" use="required">
  4142. <xs:annotation>
  4143. <xs:documentation>The name of the file to send the output to.</xs:documentation>
  4144. </xs:annotation>
  4145. </xs:attribute>
  4146. <xs:attribute name="Password" type="xs:string">
  4147. <xs:annotation>
  4148. <xs:documentation>[Optional] The password to use to log in to SourceSafe.</xs:documentation>
  4149. </xs:annotation>
  4150. </xs:attribute>
  4151. <xs:attribute name="Path" type="msb:non_empty_string" use="required">
  4152. <xs:annotation>
  4153. <xs:documentation>The Visual SourceSafe project or file to perform the action
  4154. on (starts with "$/").</xs:documentation>
  4155. </xs:annotation>
  4156. </xs:attribute>
  4157. <xs:attribute name="UserName" type="msb:non_empty_string" use="required">
  4158. <xs:annotation>
  4159. <xs:documentation>The name of the user accessing the SourceSafe database.</xs:documentation>
  4160. </xs:annotation>
  4161. </xs:attribute>
  4162. <xs:attribute name="Version" type="xs:string">
  4163. <xs:annotation>
  4164. <xs:documentation>[Optional] A version of the to reference.</xs:documentation>
  4165. </xs:annotation>
  4166. </xs:attribute>
  4167. </xs:extension>
  4168. </xs:complexContent>
  4169. </xs:complexType>
  4170. </xs:element>
  4171. <xs:element name="VssGet" substitutionGroup="msb:Task">
  4172. <xs:annotation>
  4173. <xs:documentation>Task that retireves an item or project from a Visual SourceSafe database.</xs:documentation>
  4174. </xs:annotation>
  4175. <xs:complexType>
  4176. <xs:complexContent mixed="false">
  4177. <xs:extension base="msb:TaskType">
  4178. <xs:attribute name="DatabasePath" type="msb:non_empty_string" use="required">
  4179. <xs:annotation>
  4180. <xs:documentation>The path to the folder that contains the srcsafe.ini file.</xs:documentation>
  4181. </xs:annotation>
  4182. </xs:attribute>
  4183. <xs:attribute name="LocalPath" type="msb:non_empty_string" use="required">
  4184. <xs:annotation>
  4185. <xs:documentation>The path to the local working directory.</xs:documentation>
  4186. </xs:annotation>
  4187. </xs:attribute>
  4188. <xs:attribute name="Password" type="xs:string">
  4189. <xs:annotation>
  4190. <xs:documentation>[Optional] The password to use to log in to SourceSafe.</xs:documentation>
  4191. </xs:annotation>
  4192. </xs:attribute>
  4193. <xs:attribute name="Path" type="msb:non_empty_string" use="required">
  4194. <xs:annotation>
  4195. <xs:documentation>The Visual SourceSafe project or file to perform the action
  4196. on (starts with "$/").</xs:documentation>
  4197. </xs:annotation>
  4198. </xs:attribute>
  4199. <xs:attribute name="Recursive" type="msb:non_empty_string">
  4200. <xs:annotation>
  4201. <xs:documentation>[Optional] Determines whether to perform the SourceSafe operation
  4202. recursively. The default is .</xs:documentation>
  4203. </xs:annotation>
  4204. </xs:attribute>
  4205. <xs:attribute name="Replace" type="msb:non_empty_string">
  4206. <xs:annotation>
  4207. <xs:documentation>[Optional] Determines whether to replace writable files.
  4208. The default is .</xs:documentation>
  4209. </xs:annotation>
  4210. </xs:attribute>
  4211. <xs:attribute name="UserName" type="msb:non_empty_string" use="required">
  4212. <xs:annotation>
  4213. <xs:documentation>The name of the user accessing the SourceSafe database.</xs:documentation>
  4214. </xs:annotation>
  4215. </xs:attribute>
  4216. <xs:attribute name="Version" type="xs:string">
  4217. <xs:annotation>
  4218. <xs:documentation>[Optional] A version of the to reference.</xs:documentation>
  4219. </xs:annotation>
  4220. </xs:attribute>
  4221. <xs:attribute name="Writable" type="msb:non_empty_string">
  4222. <xs:annotation>
  4223. <xs:documentation>[Optional] Determines whether files will be writable once retrieved from
  4224. the repository. The default is .</xs:documentation>
  4225. </xs:annotation>
  4226. </xs:attribute>
  4227. </xs:extension>
  4228. </xs:complexContent>
  4229. </xs:complexType>
  4230. </xs:element>
  4231. <xs:element name="VssHistory" substitutionGroup="msb:Task">
  4232. <xs:annotation>
  4233. <xs:documentation>Generates an XML file containing details of all changes made
  4234. to a Visual SourceSafe project or file between specified labels or dates.</xs:documentation>
  4235. </xs:annotation>
  4236. <xs:complexType>
  4237. <xs:complexContent mixed="false">
  4238. <xs:extension base="msb:TaskType">
  4239. <xs:attribute name="DatabasePath" type="msb:non_empty_string" use="required">
  4240. <xs:annotation>
  4241. <xs:documentation>The path to the folder that contains the srcsafe.ini file.</xs:documentation>
  4242. </xs:annotation>
  4243. </xs:attribute>
  4244. <xs:attribute name="FromDate" type="xs:string">
  4245. <xs:annotation>
  4246. <xs:documentation>[Optional] The End Date for the history.</xs:documentation>
  4247. </xs:annotation>
  4248. </xs:attribute>
  4249. <xs:attribute name="FromLabel" type="xs:string">
  4250. <xs:annotation>
  4251. <xs:documentation>[Optional] The label to compare up to.</xs:documentation>
  4252. </xs:annotation>
  4253. </xs:attribute>
  4254. <xs:attribute name="OutputFile" type="msb:non_empty_string" use="required">
  4255. <xs:annotation>
  4256. <xs:documentation>The name and path of the XML output file.</xs:documentation>
  4257. </xs:annotation>
  4258. </xs:attribute>
  4259. <xs:attribute name="Password" type="xs:string">
  4260. <xs:annotation>
  4261. <xs:documentation>[Optional] The password to use to log in to SourceSafe.</xs:documentation>
  4262. </xs:annotation>
  4263. </xs:attribute>
  4264. <xs:attribute name="Path" type="msb:non_empty_string" use="required">
  4265. <xs:annotation>
  4266. <xs:documentation>The Visual SourceSafe project or file to perform the action
  4267. on (starts with "$/").</xs:documentation>
  4268. </xs:annotation>
  4269. </xs:attribute>
  4270. <xs:attribute name="Recursive" type="msb:non_empty_string">
  4271. <xs:annotation>
  4272. <xs:documentation>[Optional] Determines whether to perform the SourceSafe operation
  4273. recursively. The default is .</xs:documentation>
  4274. </xs:annotation>
  4275. </xs:attribute>
  4276. <xs:attribute name="ToDate" type="xs:string">
  4277. <xs:annotation>
  4278. <xs:documentation>[Optional] The Start Date for the history.</xs:documentation>
  4279. </xs:annotation>
  4280. </xs:attribute>
  4281. <xs:attribute name="ToLabel" type="xs:string">
  4282. <xs:annotation>
  4283. <xs:documentation>[Optional] The label to start comparing to.</xs:documentation>
  4284. </xs:annotation>
  4285. </xs:attribute>
  4286. <xs:attribute name="User" type="xs:string">
  4287. <xs:annotation>
  4288. <xs:documentation>[Optional] The name of the user whose changes should be listed in
  4289. the history.</xs:documentation>
  4290. </xs:annotation>
  4291. </xs:attribute>
  4292. <xs:attribute name="UserName" type="msb:non_empty_string" use="required">
  4293. <xs:annotation>
  4294. <xs:documentation>The name of the user accessing the SourceSafe database.</xs:documentation>
  4295. </xs:annotation>
  4296. </xs:attribute>
  4297. <xs:attribute name="Version" type="xs:string">
  4298. <xs:annotation>
  4299. <xs:documentation>[Optional] A version of the to reference.</xs:documentation>
  4300. </xs:annotation>
  4301. </xs:attribute>
  4302. </xs:extension>
  4303. </xs:complexContent>
  4304. </xs:complexType>
  4305. </xs:element>
  4306. <xs:element name="VssLabel" substitutionGroup="msb:Task">
  4307. <xs:annotation>
  4308. <xs:documentation>Task that applies a label to a Visual SourceSafe item.</xs:documentation>
  4309. </xs:annotation>
  4310. <xs:complexType>
  4311. <xs:complexContent mixed="false">
  4312. <xs:extension base="msb:TaskType">
  4313. <xs:attribute name="Comment" type="xs:string">
  4314. <xs:annotation>
  4315. <xs:documentation>[Optional] An optional comment.</xs:documentation>
  4316. </xs:annotation>
  4317. </xs:attribute>
  4318. <xs:attribute name="DatabasePath" type="msb:non_empty_string" use="required">
  4319. <xs:annotation>
  4320. <xs:documentation>The path to the folder that contains the srcsafe.ini file.</xs:documentation>
  4321. </xs:annotation>
  4322. </xs:attribute>
  4323. <xs:attribute name="Label" type="msb:non_empty_string" use="required">
  4324. <xs:annotation>
  4325. <xs:documentation>The text of the label.</xs:documentation>
  4326. </xs:annotation>
  4327. </xs:attribute>
  4328. <xs:attribute name="Password" type="xs:string">
  4329. <xs:annotation>
  4330. <xs:documentation>[Optional] The password to use to log in to SourceSafe.</xs:documentation>
  4331. </xs:annotation>
  4332. </xs:attribute>
  4333. <xs:attribute name="Path" type="msb:non_empty_string" use="required">
  4334. <xs:annotation>
  4335. <xs:documentation>The Visual SourceSafe project or file to perform the action
  4336. on (starts with "$/").</xs:documentation>
  4337. </xs:annotation>
  4338. </xs:attribute>
  4339. <xs:attribute name="Recursive" type="msb:non_empty_string">
  4340. <xs:annotation>
  4341. <xs:documentation>[Optional] Determines whether to perform the SourceSafe operation
  4342. recursively. The default is .</xs:documentation>
  4343. </xs:annotation>
  4344. </xs:attribute>
  4345. <xs:attribute name="UserName" type="msb:non_empty_string" use="required">
  4346. <xs:annotation>
  4347. <xs:documentation>The name of the user accessing the SourceSafe database.</xs:documentation>
  4348. </xs:annotation>
  4349. </xs:attribute>
  4350. <xs:attribute name="Version" type="xs:string">
  4351. <xs:annotation>
  4352. <xs:documentation>[Optional] A version of the to reference.</xs:documentation>
  4353. </xs:annotation>
  4354. </xs:attribute>
  4355. </xs:extension>
  4356. </xs:complexContent>
  4357. </xs:complexType>
  4358. </xs:element>
  4359. <xs:element name="VssUndoCheckout" substitutionGroup="msb:Task">
  4360. <xs:annotation>
  4361. <xs:documentation>Task that undoes a checkout of files or projects
  4362. against a Visual SourceSafe database.</xs:documentation>
  4363. </xs:annotation>
  4364. <xs:complexType>
  4365. <xs:complexContent mixed="false">
  4366. <xs:extension base="msb:TaskType">
  4367. <xs:attribute name="DatabasePath" type="msb:non_empty_string" use="required">
  4368. <xs:annotation>
  4369. <xs:documentation>The path to the folder that contains the srcsafe.ini file.</xs:documentation>
  4370. </xs:annotation>
  4371. </xs:attribute>
  4372. <xs:attribute name="LocalPath" type="msb:non_empty_string" use="required">
  4373. <xs:annotation>
  4374. <xs:documentation>The path to the local working directory.</xs:documentation>
  4375. </xs:annotation>
  4376. </xs:attribute>
  4377. <xs:attribute name="Password" type="xs:string">
  4378. <xs:annotation>
  4379. <xs:documentation>[Optional] The password to use to log in to SourceSafe.</xs:documentation>
  4380. </xs:annotation>
  4381. </xs:attribute>
  4382. <xs:attribute name="Path" type="msb:non_empty_string" use="required">
  4383. <xs:annotation>
  4384. <xs:documentation>The Visual SourceSafe project or file to perform the action
  4385. on (starts with "$/").</xs:documentation>
  4386. </xs:annotation>
  4387. </xs:attribute>
  4388. <xs:attribute name="Recursive" type="msb:non_empty_string">
  4389. <xs:annotation>
  4390. <xs:documentation>[Optional] Determines whether to perform the SourceSafe operation
  4391. recursively. The default is .</xs:documentation>
  4392. </xs:annotation>
  4393. </xs:attribute>
  4394. <xs:attribute name="UserName" type="msb:non_empty_string" use="required">
  4395. <xs:annotation>
  4396. <xs:documentation>The name of the user accessing the SourceSafe database.</xs:documentation>
  4397. </xs:annotation>
  4398. </xs:attribute>
  4399. <xs:attribute name="Version" type="xs:string">
  4400. <xs:annotation>
  4401. <xs:documentation>[Optional] A version of the to reference.</xs:documentation>
  4402. </xs:annotation>
  4403. </xs:attribute>
  4404. </xs:extension>
  4405. </xs:complexContent>
  4406. </xs:complexType>
  4407. </xs:element>
  4408. <xs:element name="PdbStr" substitutionGroup="msb:Task">
  4409. <xs:annotation>
  4410. <xs:documentation>A task for the pdbstr from source server.</xs:documentation>
  4411. </xs:annotation>
  4412. <xs:complexType>
  4413. <xs:complexContent mixed="false">
  4414. <xs:extension base="msb:TaskType">
  4415. <xs:attribute name="Command" type="msb:PdbStrCommandsType">
  4416. <xs:annotation>
  4417. <xs:documentation>[Optional] Gets or sets the command.</xs:documentation>
  4418. </xs:annotation>
  4419. </xs:attribute>
  4420. <xs:attribute name="ExitCode" />
  4421. <xs:attribute name="PdbFile" type="xs:string">
  4422. <xs:annotation>
  4423. <xs:documentation>[Optional] Gets or sets the PDB file.</xs:documentation>
  4424. </xs:annotation>
  4425. </xs:attribute>
  4426. <xs:attribute name="StreamFile" type="xs:string">
  4427. <xs:annotation>
  4428. <xs:documentation>[Optional] Gets or sets the stream file.</xs:documentation>
  4429. </xs:annotation>
  4430. </xs:attribute>
  4431. <xs:attribute name="StreamName" type="xs:string">
  4432. <xs:annotation>
  4433. <xs:documentation>[Optional] Gets or sets the name of the stream.</xs:documentation>
  4434. </xs:annotation>
  4435. </xs:attribute>
  4436. <xs:attribute name="Timeout" />
  4437. <xs:attribute name="ToolPath" type="xs:string" />
  4438. </xs:extension>
  4439. </xs:complexContent>
  4440. </xs:complexType>
  4441. </xs:element>
  4442. <xs:simpleType name="PdbStrCommandsType">
  4443. <xs:union memberTypes="msb:non_empty_string">
  4444. <xs:simpleType>
  4445. <xs:restriction base="xs:string">
  4446. <xs:enumeration value="read">
  4447. <xs:annotation>
  4448. <xs:documentation>
  4449. Read stream from pdb symbol file.
  4450. </xs:documentation>
  4451. </xs:annotation>
  4452. </xs:enumeration>
  4453. <xs:enumeration value="write">
  4454. <xs:annotation>
  4455. <xs:documentation>
  4456. Write stream to pdb symbol file.
  4457. </xs:documentation>
  4458. </xs:annotation>
  4459. </xs:enumeration>
  4460. </xs:restriction>
  4461. </xs:simpleType>
  4462. </xs:union>
  4463. </xs:simpleType>
  4464. <xs:element name="SrcTool" substitutionGroup="msb:Task">
  4465. <xs:annotation>
  4466. <xs:documentation>A task for the srctool from source server.</xs:documentation>
  4467. </xs:annotation>
  4468. <xs:complexType>
  4469. <xs:complexContent mixed="false">
  4470. <xs:extension base="msb:TaskType">
  4471. <xs:attribute name="CountOnly" type="msb:non_empty_string">
  4472. <xs:annotation>
  4473. <xs:documentation>[Optional] Gets or sets a value indicating whether to get the count of indexed files. The -c switch.</xs:documentation>
  4474. </xs:annotation>
  4475. </xs:attribute>
  4476. <xs:attribute name="ExitCode" />
  4477. <xs:attribute name="Extract" type="msb:non_empty_string">
  4478. <xs:annotation>
  4479. <xs:documentation>[Optional] Gets or sets a value indicating whether to extracts the files, instead of simply listing them. The -x switch.</xs:documentation>
  4480. </xs:annotation>
  4481. </xs:attribute>
  4482. <xs:attribute name="ExtractDirectory" type="xs:string">
  4483. <xs:annotation>
  4484. <xs:documentation>[Optional] Gets or sets the directory to extract to. The -d switch.</xs:documentation>
  4485. </xs:annotation>
  4486. </xs:attribute>
  4487. <xs:attribute name="ExtractedFiles" type="xs:string">
  4488. <xs:annotation>
  4489. <xs:documentation>[Optional] [Output] Gets the extracted files. Populated when is true.</xs:documentation>
  4490. </xs:annotation>
  4491. </xs:attribute>
  4492. <xs:attribute name="Filter" type="xs:string">
  4493. <xs:annotation>
  4494. <xs:documentation>[Optional] Gets or sets the filter to only source files that match this regular expression. The -l switch.</xs:documentation>
  4495. </xs:annotation>
  4496. </xs:attribute>
  4497. <xs:attribute name="PdbFile" type="xs:string">
  4498. <xs:annotation>
  4499. <xs:documentation>[Optional] Gets or sets the PDB file.</xs:documentation>
  4500. </xs:annotation>
  4501. </xs:attribute>
  4502. <xs:attribute name="SourceCount" type="xs:string">
  4503. <xs:annotation>
  4504. <xs:documentation>[Optional] [Output] Gets or sets the number of source files.</xs:documentation>
  4505. </xs:annotation>
  4506. </xs:attribute>
  4507. <xs:attribute name="SourceFiles" type="xs:string">
  4508. <xs:annotation>
  4509. <xs:documentation>[Optional] [Output] Gets the source files. Populated when is true.</xs:documentation>
  4510. </xs:annotation>
  4511. </xs:attribute>
  4512. <xs:attribute name="SourceOnly" type="msb:non_empty_string">
  4513. <xs:annotation>
  4514. <xs:documentation>[Optional] Gets or sets a value indicating whether to dumps raw source data from the PDB. The -r switch.</xs:documentation>
  4515. </xs:annotation>
  4516. </xs:attribute>
  4517. <xs:attribute name="Timeout" />
  4518. <xs:attribute name="ToolPath" type="xs:string" />
  4519. </xs:extension>
  4520. </xs:complexContent>
  4521. </xs:complexType>
  4522. </xs:element>
  4523. <xs:element name="SvnSourceIndex" substitutionGroup="msb:Task">
  4524. <xs:annotation>
  4525. <xs:documentation>A subversion source index task.</xs:documentation>
  4526. </xs:annotation>
  4527. <xs:complexType>
  4528. <xs:complexContent mixed="false">
  4529. <xs:extension base="msb:TaskType">
  4530. <xs:attribute name="SourceCommandFormat" type="xs:string">
  4531. <xs:annotation>
  4532. <xs:documentation>[Optional] Gets or sets the source command format. The SRCSRVCMD environment variable.</xs:documentation>
  4533. </xs:annotation>
  4534. </xs:attribute>
  4535. <xs:attribute name="SourceServerName" type="msb:non_empty_string" use="required">
  4536. <xs:annotation>
  4537. <xs:documentation>Gets or sets the name of the source server.</xs:documentation>
  4538. </xs:annotation>
  4539. </xs:attribute>
  4540. <xs:attribute name="SourceServerSdkPath" type="xs:string">
  4541. <xs:annotation>
  4542. <xs:documentation>[Optional] Gets or sets the source server SDK path.</xs:documentation>
  4543. </xs:annotation>
  4544. </xs:attribute>
  4545. <xs:attribute name="SourceTargetFormat" type="xs:string">
  4546. <xs:annotation>
  4547. <xs:documentation>[Optional] Gets or sets the source target format. The SRCSRVTRG environment variable.</xs:documentation>
  4548. </xs:annotation>
  4549. </xs:attribute>
  4550. <xs:attribute name="SymbolFiles" type="msb:non_empty_string" use="required">
  4551. <xs:annotation>
  4552. <xs:documentation>Gets or sets the symbol files to have to source index added.</xs:documentation>
  4553. </xs:annotation>
  4554. </xs:attribute>
  4555. </xs:extension>
  4556. </xs:complexContent>
  4557. </xs:complexType>
  4558. </xs:element>
  4559. <xs:element name="SqlExecute" substitutionGroup="msb:Task">
  4560. <xs:annotation>
  4561. <xs:documentation>Executes a SQL command.</xs:documentation>
  4562. </xs:annotation>
  4563. <xs:complexType>
  4564. <xs:complexContent mixed="false">
  4565. <xs:extension base="msb:TaskType">
  4566. <xs:attribute name="Command" type="msb:non_empty_string" use="required">
  4567. <xs:annotation>
  4568. <xs:documentation>The command to execute</xs:documentation>
  4569. </xs:annotation>
  4570. </xs:attribute>
  4571. <xs:attribute name="CommandTimeout" type="xs:string">
  4572. <xs:annotation>
  4573. <xs:documentation>[Optional] Command Timeout</xs:documentation>
  4574. </xs:annotation>
  4575. </xs:attribute>
  4576. <xs:attribute name="ConnectionString" type="msb:non_empty_string" use="required">
  4577. <xs:annotation>
  4578. <xs:documentation>The connection string</xs:documentation>
  4579. </xs:annotation>
  4580. </xs:attribute>
  4581. <xs:attribute name="OutputFile" type="xs:string">
  4582. <xs:annotation>
  4583. <xs:documentation>[Optional] The file name to write to</xs:documentation>
  4584. </xs:annotation>
  4585. </xs:attribute>
  4586. <xs:attribute name="Result" type="xs:string">
  4587. <xs:annotation>
  4588. <xs:documentation>[Optional] [Output] Output the return count/value</xs:documentation>
  4589. </xs:annotation>
  4590. </xs:attribute>
  4591. <xs:attribute name="SelectMode" type="xs:string">
  4592. <xs:annotation>
  4593. <xs:documentation>[Optional] The SQL Selection Mode. Set to NonQuery, Scalar, or ScalarXml. Default is NonQuery.</xs:documentation>
  4594. </xs:annotation>
  4595. </xs:attribute>
  4596. </xs:extension>
  4597. </xs:complexContent>
  4598. </xs:complexType>
  4599. </xs:element>
  4600. <xs:element name="ExecuteDDL" substitutionGroup="msb:Task">
  4601. <xs:annotation>
  4602. <xs:documentation>MSBuild task to execute DDL and SQL statements.</xs:documentation>
  4603. </xs:annotation>
  4604. <xs:complexType>
  4605. <xs:complexContent mixed="false">
  4606. <xs:extension base="msb:TaskType">
  4607. <xs:attribute name="BatchSeparator" type="xs:string">
  4608. <xs:annotation>
  4609. <xs:documentation>[Optional] Gets or sets the batch delimter string.</xs:documentation>
  4610. </xs:annotation>
  4611. </xs:attribute>
  4612. <xs:attribute name="ConnectionString" type="msb:non_empty_string" use="required">
  4613. <xs:annotation>
  4614. <xs:documentation>The connection string</xs:documentation>
  4615. </xs:annotation>
  4616. </xs:attribute>
  4617. <xs:attribute name="Files" type="msb:non_empty_string" use="required">
  4618. <xs:annotation>
  4619. <xs:documentation>Gets or sets the DDL/SQL files.</xs:documentation>
  4620. </xs:annotation>
  4621. </xs:attribute>
  4622. <xs:attribute name="Results" type="xs:string">
  4623. <xs:annotation>
  4624. <xs:documentation>[Optional] [Output] Output the return count/values</xs:documentation>
  4625. </xs:annotation>
  4626. </xs:attribute>
  4627. <xs:attribute name="StatementTimeout" type="xs:string">
  4628. <xs:annotation>
  4629. <xs:documentation>[Optional] Timeout to execute a DDL statement.</xs:documentation>
  4630. </xs:annotation>
  4631. </xs:attribute>
  4632. </xs:extension>
  4633. </xs:complexContent>
  4634. </xs:complexType>
  4635. </xs:element>
  4636. <xs:element name="SqlPubWiz" substitutionGroup="msb:Task">
  4637. <xs:annotation>
  4638. <xs:documentation>The Database Publishing Wizard enables the deployment of
  4639. SQL Server databases (both schema and data) into a shared
  4640. hosting environment.</xs:documentation>
  4641. </xs:annotation>
  4642. <xs:complexType>
  4643. <xs:complexContent mixed="false">
  4644. <xs:extension base="msb:TaskType">
  4645. <xs:attribute name="Command" type="xs:string">
  4646. <xs:annotation>
  4647. <xs:documentation>[Optional] Gets or sets the database publishing command.</xs:documentation>
  4648. </xs:annotation>
  4649. </xs:attribute>
  4650. <xs:attribute name="ConnectionString" type="xs:string">
  4651. <xs:annotation>
  4652. <xs:documentation>[Optional] Gets or sets the full connection string to the local database.</xs:documentation>
  4653. </xs:annotation>
  4654. </xs:attribute>
  4655. <xs:attribute name="Database" type="xs:string">
  4656. <xs:annotation>
  4657. <xs:documentation>[Optional] Gets or sets the name of the local database to be scripted.</xs:documentation>
  4658. </xs:annotation>
  4659. </xs:attribute>
  4660. <xs:attribute name="DataOnly" type="msb:non_empty_string">
  4661. <xs:annotation>
  4662. <xs:documentation>[Optional] Gets or sets a value indicating whether the data but
  4663. not the schema should be scripted.</xs:documentation>
  4664. </xs:annotation>
  4665. </xs:attribute>
  4666. <xs:attribute name="ExitCode" />
  4667. <xs:attribute name="HosterName" type="xs:string">
  4668. <xs:annotation>
  4669. <xs:documentation>[Optional] Gets or sets the friendly name of previously
  4670. configured hosting Web service.</xs:documentation>
  4671. </xs:annotation>
  4672. </xs:attribute>
  4673. <xs:attribute name="NoDropExisting" type="msb:non_empty_string">
  4674. <xs:annotation>
  4675. <xs:documentation>[Optional] Gets or sets a value indicating whether the produced
  4676. script should not drop pre-existing objects.</xs:documentation>
  4677. </xs:annotation>
  4678. </xs:attribute>
  4679. <xs:attribute name="NoSchemaQualify" type="msb:non_empty_string">
  4680. <xs:annotation>
  4681. <xs:documentation>[Optional] Gets or sets a value indicating whether objects will
  4682. not be qualified with a schema.</xs:documentation>
  4683. </xs:annotation>
  4684. </xs:attribute>
  4685. <xs:attribute name="NoTransaction" type="msb:non_empty_string">
  4686. <xs:annotation>
  4687. <xs:documentation>[Optional] Gets or sets a value indicating whether the publish operation
  4688. should not be executed within a single transaction.</xs:documentation>
  4689. </xs:annotation>
  4690. </xs:attribute>
  4691. <xs:attribute name="Output" type="xs:string">
  4692. <xs:annotation>
  4693. <xs:documentation>[Optional] Gets or sets the full file path for the script file generated.</xs:documentation>
  4694. </xs:annotation>
  4695. </xs:attribute>
  4696. <xs:attribute name="Password" type="xs:string">
  4697. <xs:annotation>
  4698. <xs:documentation>[Optional] Gets or sets the password to use for connection
  4699. to the source database.</xs:documentation>
  4700. </xs:annotation>
  4701. </xs:attribute>
  4702. <xs:attribute name="Quiet" type="msb:non_empty_string">
  4703. <xs:annotation>
  4704. <xs:documentation>[Optional] Gets or sets a value indicating output message suppression.</xs:documentation>
  4705. </xs:annotation>
  4706. </xs:attribute>
  4707. <xs:attribute name="SchemaOnly" type="msb:non_empty_string">
  4708. <xs:annotation>
  4709. <xs:documentation>[Optional] Gets or sets a value indicating whether the schema,
  4710. but not the data, should be scripted.</xs:documentation>
  4711. </xs:annotation>
  4712. </xs:attribute>
  4713. <xs:attribute name="Server" type="xs:string">
  4714. <xs:annotation>
  4715. <xs:documentation>[Optional] Gets or sets the name or IP address for the local database connection.</xs:documentation>
  4716. </xs:annotation>
  4717. </xs:attribute>
  4718. <xs:attribute name="ServiceDatabase" type="xs:string">
  4719. <xs:annotation>
  4720. <xs:documentation>[Optional] Gets or sets the remote database server name.</xs:documentation>
  4721. </xs:annotation>
  4722. </xs:attribute>
  4723. <xs:attribute name="ServiceDatabaseServer" type="xs:string">
  4724. <xs:annotation>
  4725. <xs:documentation>[Optional] Gets or sets the database name to publish to on the remote server.</xs:documentation>
  4726. </xs:annotation>
  4727. </xs:attribute>
  4728. <xs:attribute name="ServicePassword" type="xs:string">
  4729. <xs:annotation>
  4730. <xs:documentation>[Optional] Gets or sets the password for the remote Web service endpoint.</xs:documentation>
  4731. </xs:annotation>
  4732. </xs:attribute>
  4733. <xs:attribute name="ServiceUsername" type="xs:string">
  4734. <xs:annotation>
  4735. <xs:documentation>[Optional] Gets or sets the username on the hosting Web service endpoint.</xs:documentation>
  4736. </xs:annotation>
  4737. </xs:attribute>
  4738. <xs:attribute name="TargetServer" type="xs:string">
  4739. <xs:annotation>
  4740. <xs:documentation>[Optional] Gets or sets the target server the script should target.</xs:documentation>
  4741. </xs:annotation>
  4742. </xs:attribute>
  4743. <xs:attribute name="Timeout" />
  4744. <xs:attribute name="ToolPath" type="xs:string" />
  4745. <xs:attribute name="Username" type="xs:string">
  4746. <xs:annotation>
  4747. <xs:documentation>[Optional] Gets or sets the SQL Server user name to use for connection
  4748. to the source database.</xs:documentation>
  4749. </xs:annotation>
  4750. </xs:attribute>
  4751. <xs:attribute name="WebServiceAddress" type="xs:string">
  4752. <xs:annotation>
  4753. <xs:documentation>[Optional] Gets or sets the configuration of the hosting Web service endpoint.</xs:documentation>
  4754. </xs:annotation>
  4755. </xs:attribute>
  4756. </xs:extension>
  4757. </xs:complexContent>
  4758. </xs:complexType>
  4759. </xs:element>
  4760. <xs:element name="SvnCheckout" substitutionGroup="msb:Task">
  4761. <xs:annotation>
  4762. <xs:documentation>Checkout a local working copy of a Subversion repository.</xs:documentation>
  4763. </xs:annotation>
  4764. <xs:complexType>
  4765. <xs:complexContent mixed="false">
  4766. <xs:extension base="msb:TaskType">
  4767. <xs:attribute name="Arguments" type="xs:string">
  4768. <xs:annotation>
  4769. <xs:documentation>[Optional] Gets or sets the arguments.</xs:documentation>
  4770. </xs:annotation>
  4771. </xs:attribute>
  4772. <xs:attribute name="Command" type="xs:string">
  4773. <xs:annotation>
  4774. <xs:documentation>[Optional] Gets or sets the command.</xs:documentation>
  4775. </xs:annotation>
  4776. </xs:attribute>
  4777. <xs:attribute name="ExitCode" />
  4778. <xs:attribute name="Force" type="msb:non_empty_string">
  4779. <xs:annotation>
  4780. <xs:documentation>[Optional] Gets or sets the force.</xs:documentation>
  4781. </xs:annotation>
  4782. </xs:attribute>
  4783. <xs:attribute name="LocalPath" type="xs:string">
  4784. <xs:annotation>
  4785. <xs:documentation>[Optional] Gets or sets the local path.</xs:documentation>
  4786. </xs:annotation>
  4787. </xs:attribute>
  4788. <xs:attribute name="Message" type="xs:string">
  4789. <xs:annotation>
  4790. <xs:documentation>[Optional] Gets or sets the message.</xs:documentation>
  4791. </xs:annotation>
  4792. </xs:attribute>
  4793. <xs:attribute name="MessageFile" type="xs:string">
  4794. <xs:annotation>
  4795. <xs:documentation>[Optional] Gets or sets the message file.</xs:documentation>
  4796. </xs:annotation>
  4797. </xs:attribute>
  4798. <xs:attribute name="NoAuthCache" type="msb:non_empty_string">
  4799. <xs:annotation>
  4800. <xs:documentation>[Optional] Gets or sets a value indicating no auth cache.</xs:documentation>
  4801. </xs:annotation>
  4802. </xs:attribute>
  4803. <xs:attribute name="NonInteractive" type="msb:non_empty_string">
  4804. <xs:annotation>
  4805. <xs:documentation>[Optional] Gets or sets a value indicating the command is non interactive].</xs:documentation>
  4806. </xs:annotation>
  4807. </xs:attribute>
  4808. <xs:attribute name="Password" type="xs:string">
  4809. <xs:annotation>
  4810. <xs:documentation>[Optional] Gets or sets the password.</xs:documentation>
  4811. </xs:annotation>
  4812. </xs:attribute>
  4813. <xs:attribute name="RepositoryPath" type="xs:string">
  4814. <xs:annotation>
  4815. <xs:documentation>[Optional] [Output] Gets or sets the repository path.</xs:documentation>
  4816. </xs:annotation>
  4817. </xs:attribute>
  4818. <xs:attribute name="Revision" type="xs:string">
  4819. <xs:annotation>
  4820. <xs:documentation>[Optional] [Output] Gets or sets the revision.</xs:documentation>
  4821. </xs:annotation>
  4822. </xs:attribute>
  4823. <xs:attribute name="StandardError" type="xs:string">
  4824. <xs:annotation>
  4825. <xs:documentation>[Optional] [Output] Gets the error output of SVN command-line client.</xs:documentation>
  4826. </xs:annotation>
  4827. </xs:attribute>
  4828. <xs:attribute name="StandardOutput" type="xs:string">
  4829. <xs:annotation>
  4830. <xs:documentation>[Optional] [Output] Gets the output of SVN command-line client.</xs:documentation>
  4831. </xs:annotation>
  4832. </xs:attribute>
  4833. <xs:attribute name="TargetFile" type="xs:string">
  4834. <xs:annotation>
  4835. <xs:documentation>[Optional] Gets or sets the target file.</xs:documentation>
  4836. </xs:annotation>
  4837. </xs:attribute>
  4838. <xs:attribute name="Targets" type="xs:string">
  4839. <xs:annotation>
  4840. <xs:documentation>[Optional] Gets or sets the targets.</xs:documentation>
  4841. </xs:annotation>
  4842. </xs:attribute>
  4843. <xs:attribute name="Timeout" />
  4844. <xs:attribute name="ToolPath" type="xs:string" />
  4845. <xs:attribute name="TrustServerCert" type="msb:non_empty_string">
  4846. <xs:annotation>
  4847. <xs:documentation>[Optional] Gets or sets a value indicating whether to trust the server cert.</xs:documentation>
  4848. </xs:annotation>
  4849. </xs:attribute>
  4850. <xs:attribute name="Username" type="xs:string">
  4851. <xs:annotation>
  4852. <xs:documentation>[Optional] Gets or sets the username.</xs:documentation>
  4853. </xs:annotation>
  4854. </xs:attribute>
  4855. <xs:attribute name="Verbose" type="msb:non_empty_string">
  4856. <xs:annotation>
  4857. <xs:documentation>[Optional] Gets or sets the verbose.</xs:documentation>
  4858. </xs:annotation>
  4859. </xs:attribute>
  4860. <xs:attribute name="Xml" type="msb:non_empty_string">
  4861. <xs:annotation>
  4862. <xs:documentation>[Optional] Gets or sets a value indicating the output is XML.</xs:documentation>
  4863. </xs:annotation>
  4864. </xs:attribute>
  4865. </xs:extension>
  4866. </xs:complexContent>
  4867. </xs:complexType>
  4868. </xs:element>
  4869. <xs:element name="SvnClient" substitutionGroup="msb:Task">
  4870. <xs:annotation>
  4871. <xs:documentation>Subversion client base class</xs:documentation>
  4872. </xs:annotation>
  4873. <xs:complexType>
  4874. <xs:complexContent mixed="false">
  4875. <xs:extension base="msb:TaskType">
  4876. <xs:attribute name="Arguments" type="xs:string">
  4877. <xs:annotation>
  4878. <xs:documentation>[Optional] Gets or sets the arguments.</xs:documentation>
  4879. </xs:annotation>
  4880. </xs:attribute>
  4881. <xs:attribute name="Command" type="xs:string">
  4882. <xs:annotation>
  4883. <xs:documentation>[Optional] Gets or sets the command.</xs:documentation>
  4884. </xs:annotation>
  4885. </xs:attribute>
  4886. <xs:attribute name="ExitCode" />
  4887. <xs:attribute name="Force" type="msb:non_empty_string">
  4888. <xs:annotation>
  4889. <xs:documentation>[Optional] Gets or sets the force.</xs:documentation>
  4890. </xs:annotation>
  4891. </xs:attribute>
  4892. <xs:attribute name="LocalPath" type="xs:string">
  4893. <xs:annotation>
  4894. <xs:documentation>[Optional] Gets or sets the local path.</xs:documentation>
  4895. </xs:annotation>
  4896. </xs:attribute>
  4897. <xs:attribute name="Message" type="xs:string">
  4898. <xs:annotation>
  4899. <xs:documentation>[Optional] Gets or sets the message.</xs:documentation>
  4900. </xs:annotation>
  4901. </xs:attribute>
  4902. <xs:attribute name="MessageFile" type="xs:string">
  4903. <xs:annotation>
  4904. <xs:documentation>[Optional] Gets or sets the message file.</xs:documentation>
  4905. </xs:annotation>
  4906. </xs:attribute>
  4907. <xs:attribute name="NoAuthCache" type="msb:non_empty_string">
  4908. <xs:annotation>
  4909. <xs:documentation>[Optional] Gets or sets a value indicating no auth cache.</xs:documentation>
  4910. </xs:annotation>
  4911. </xs:attribute>
  4912. <xs:attribute name="NonInteractive" type="msb:non_empty_string">
  4913. <xs:annotation>
  4914. <xs:documentation>[Optional] Gets or sets a value indicating the command is non interactive].</xs:documentation>
  4915. </xs:annotation>
  4916. </xs:attribute>
  4917. <xs:attribute name="Password" type="xs:string">
  4918. <xs:annotation>
  4919. <xs:documentation>[Optional] Gets or sets the password.</xs:documentation>
  4920. </xs:annotation>
  4921. </xs:attribute>
  4922. <xs:attribute name="RepositoryPath" type="xs:string">
  4923. <xs:annotation>
  4924. <xs:documentation>[Optional] [Output] Gets or sets the repository path.</xs:documentation>
  4925. </xs:annotation>
  4926. </xs:attribute>
  4927. <xs:attribute name="Revision" type="xs:string">
  4928. <xs:annotation>
  4929. <xs:documentation>[Optional] [Output] Gets or sets the revision.</xs:documentation>
  4930. </xs:annotation>
  4931. </xs:attribute>
  4932. <xs:attribute name="StandardError" type="xs:string">
  4933. <xs:annotation>
  4934. <xs:documentation>[Optional] [Output] Gets the error output of SVN command-line client.</xs:documentation>
  4935. </xs:annotation>
  4936. </xs:attribute>
  4937. <xs:attribute name="StandardOutput" type="xs:string">
  4938. <xs:annotation>
  4939. <xs:documentation>[Optional] [Output] Gets the output of SVN command-line client.</xs:documentation>
  4940. </xs:annotation>
  4941. </xs:attribute>
  4942. <xs:attribute name="TargetFile" type="xs:string">
  4943. <xs:annotation>
  4944. <xs:documentation>[Optional] Gets or sets the target file.</xs:documentation>
  4945. </xs:annotation>
  4946. </xs:attribute>
  4947. <xs:attribute name="Targets" type="xs:string">
  4948. <xs:annotation>
  4949. <xs:documentation>[Optional] Gets or sets the targets.</xs:documentation>
  4950. </xs:annotation>
  4951. </xs:attribute>
  4952. <xs:attribute name="Timeout" />
  4953. <xs:attribute name="ToolPath" type="xs:string" />
  4954. <xs:attribute name="TrustServerCert" type="msb:non_empty_string">
  4955. <xs:annotation>
  4956. <xs:documentation>[Optional] Gets or sets a value indicating whether to trust the server cert.</xs:documentation>
  4957. </xs:annotation>
  4958. </xs:attribute>
  4959. <xs:attribute name="Username" type="xs:string">
  4960. <xs:annotation>
  4961. <xs:documentation>[Optional] Gets or sets the username.</xs:documentation>
  4962. </xs:annotation>
  4963. </xs:attribute>
  4964. <xs:attribute name="Verbose" type="msb:non_empty_string">
  4965. <xs:annotation>
  4966. <xs:documentation>[Optional] Gets or sets the verbose.</xs:documentation>
  4967. </xs:annotation>
  4968. </xs:attribute>
  4969. <xs:attribute name="Xml" type="msb:non_empty_string">
  4970. <xs:annotation>
  4971. <xs:documentation>[Optional] Gets or sets a value indicating the output is XML.</xs:documentation>
  4972. </xs:annotation>
  4973. </xs:attribute>
  4974. </xs:extension>
  4975. </xs:complexContent>
  4976. </xs:complexType>
  4977. </xs:element>
  4978. <xs:element name="SvnCommit" substitutionGroup="msb:Task">
  4979. <xs:annotation>
  4980. <xs:documentation>Subversion Commit command</xs:documentation>
  4981. </xs:annotation>
  4982. <xs:complexType>
  4983. <xs:complexContent mixed="false">
  4984. <xs:extension base="msb:TaskType">
  4985. <xs:attribute name="Arguments" type="xs:string">
  4986. <xs:annotation>
  4987. <xs:documentation>[Optional] Gets or sets the arguments.</xs:documentation>
  4988. </xs:annotation>
  4989. </xs:attribute>
  4990. <xs:attribute name="Command" type="xs:string">
  4991. <xs:annotation>
  4992. <xs:documentation>[Optional] Gets or sets the command.</xs:documentation>
  4993. </xs:annotation>
  4994. </xs:attribute>
  4995. <xs:attribute name="ExitCode" />
  4996. <xs:attribute name="Force" type="msb:non_empty_string">
  4997. <xs:annotation>
  4998. <xs:documentation>[Optional] Gets or sets the force.</xs:documentation>
  4999. </xs:annotation>
  5000. </xs:attribute>
  5001. <xs:attribute name="LocalPath" type="xs:string">
  5002. <xs:annotation>
  5003. <xs:documentation>[Optional] Gets or sets the local path.</xs:documentation>
  5004. </xs:annotation>
  5005. </xs:attribute>
  5006. <xs:attribute name="Message" type="xs:string">
  5007. <xs:annotation>
  5008. <xs:documentation>[Optional] Gets or sets the message.</xs:documentation>
  5009. </xs:annotation>
  5010. </xs:attribute>
  5011. <xs:attribute name="MessageFile" type="xs:string">
  5012. <xs:annotation>
  5013. <xs:documentation>[Optional] Gets or sets the message file.</xs:documentation>
  5014. </xs:annotation>
  5015. </xs:attribute>
  5016. <xs:attribute name="NoAuthCache" type="msb:non_empty_string">
  5017. <xs:annotation>
  5018. <xs:documentation>[Optional] Gets or sets a value indicating no auth cache.</xs:documentation>
  5019. </xs:annotation>
  5020. </xs:attribute>
  5021. <xs:attribute name="NonInteractive" type="msb:non_empty_string">
  5022. <xs:annotation>
  5023. <xs:documentation>[Optional] Gets or sets a value indicating the command is non interactive].</xs:documentation>
  5024. </xs:annotation>
  5025. </xs:attribute>
  5026. <xs:attribute name="Password" type="xs:string">
  5027. <xs:annotation>
  5028. <xs:documentation>[Optional] Gets or sets the password.</xs:documentation>
  5029. </xs:annotation>
  5030. </xs:attribute>
  5031. <xs:attribute name="RepositoryPath" type="xs:string">
  5032. <xs:annotation>
  5033. <xs:documentation>[Optional] [Output] Gets or sets the repository path.</xs:documentation>
  5034. </xs:annotation>
  5035. </xs:attribute>
  5036. <xs:attribute name="Revision" type="xs:string">
  5037. <xs:annotation>
  5038. <xs:documentation>[Optional] [Output] Gets or sets the revision.</xs:documentation>
  5039. </xs:annotation>
  5040. </xs:attribute>
  5041. <xs:attribute name="StandardError" type="xs:string">
  5042. <xs:annotation>
  5043. <xs:documentation>[Optional] [Output] Gets the error output of SVN command-line client.</xs:documentation>
  5044. </xs:annotation>
  5045. </xs:attribute>
  5046. <xs:attribute name="StandardOutput" type="xs:string">
  5047. <xs:annotation>
  5048. <xs:documentation>[Optional] [Output] Gets the output of SVN command-line client.</xs:documentation>
  5049. </xs:annotation>
  5050. </xs:attribute>
  5051. <xs:attribute name="TargetFile" type="xs:string">
  5052. <xs:annotation>
  5053. <xs:documentation>[Optional] Gets or sets the target file.</xs:documentation>
  5054. </xs:annotation>
  5055. </xs:attribute>
  5056. <xs:attribute name="Targets" type="xs:string">
  5057. <xs:annotation>
  5058. <xs:documentation>[Optional] Gets or sets the targets.</xs:documentation>
  5059. </xs:annotation>
  5060. </xs:attribute>
  5061. <xs:attribute name="Timeout" />
  5062. <xs:attribute name="ToolPath" type="xs:string" />
  5063. <xs:attribute name="TrustServerCert" type="msb:non_empty_string">
  5064. <xs:annotation>
  5065. <xs:documentation>[Optional] Gets or sets a value indicating whether to trust the server cert.</xs:documentation>
  5066. </xs:annotation>
  5067. </xs:attribute>
  5068. <xs:attribute name="Username" type="xs:string">
  5069. <xs:annotation>
  5070. <xs:documentation>[Optional] Gets or sets the username.</xs:documentation>
  5071. </xs:annotation>
  5072. </xs:attribute>
  5073. <xs:attribute name="Verbose" type="msb:non_empty_string">
  5074. <xs:annotation>
  5075. <xs:documentation>[Optional] Gets or sets the verbose.</xs:documentation>
  5076. </xs:annotation>
  5077. </xs:attribute>
  5078. <xs:attribute name="Xml" type="msb:non_empty_string">
  5079. <xs:annotation>
  5080. <xs:documentation>[Optional] Gets or sets a value indicating the output is XML.</xs:documentation>
  5081. </xs:annotation>
  5082. </xs:attribute>
  5083. </xs:extension>
  5084. </xs:complexContent>
  5085. </xs:complexType>
  5086. </xs:element>
  5087. <xs:element name="SvnCopy" substitutionGroup="msb:Task">
  5088. <xs:annotation>
  5089. <xs:documentation>Copy a file or folder in Subversion</xs:documentation>
  5090. </xs:annotation>
  5091. <xs:complexType>
  5092. <xs:complexContent mixed="false">
  5093. <xs:extension base="msb:TaskType">
  5094. <xs:attribute name="Arguments" type="xs:string">
  5095. <xs:annotation>
  5096. <xs:documentation>[Optional] Gets or sets the arguments.</xs:documentation>
  5097. </xs:annotation>
  5098. </xs:attribute>
  5099. <xs:attribute name="Command" type="xs:string">
  5100. <xs:annotation>
  5101. <xs:documentation>[Optional] Gets or sets the command.</xs:documentation>
  5102. </xs:annotation>
  5103. </xs:attribute>
  5104. <xs:attribute name="DestinationPath" type="xs:string">
  5105. <xs:annotation>
  5106. <xs:documentation>[Optional] The path to which the SourcePath should be copied</xs:documentation>
  5107. </xs:annotation>
  5108. </xs:attribute>
  5109. <xs:attribute name="ExitCode" />
  5110. <xs:attribute name="Force" type="msb:non_empty_string">
  5111. <xs:annotation>
  5112. <xs:documentation>[Optional] Gets or sets the force.</xs:documentation>
  5113. </xs:annotation>
  5114. </xs:attribute>
  5115. <xs:attribute name="LocalPath" type="xs:string">
  5116. <xs:annotation>
  5117. <xs:documentation>[Optional] Gets or sets the local path.</xs:documentation>
  5118. </xs:annotation>
  5119. </xs:attribute>
  5120. <xs:attribute name="Message" type="xs:string">
  5121. <xs:annotation>
  5122. <xs:documentation>[Optional] Gets or sets the message.</xs:documentation>
  5123. </xs:annotation>
  5124. </xs:attribute>
  5125. <xs:attribute name="MessageFile" type="xs:string">
  5126. <xs:annotation>
  5127. <xs:documentation>[Optional] Gets or sets the message file.</xs:documentation>
  5128. </xs:annotation>
  5129. </xs:attribute>
  5130. <xs:attribute name="NoAuthCache" type="msb:non_empty_string">
  5131. <xs:annotation>
  5132. <xs:documentation>[Optional] Gets or sets a value indicating no auth cache.</xs:documentation>
  5133. </xs:annotation>
  5134. </xs:attribute>
  5135. <xs:attribute name="NonInteractive" type="msb:non_empty_string">
  5136. <xs:annotation>
  5137. <xs:documentation>[Optional] Gets or sets a value indicating the command is non interactive].</xs:documentation>
  5138. </xs:annotation>
  5139. </xs:attribute>
  5140. <xs:attribute name="Password" type="xs:string">
  5141. <xs:annotation>
  5142. <xs:documentation>[Optional] Gets or sets the password.</xs:documentation>
  5143. </xs:annotation>
  5144. </xs:attribute>
  5145. <xs:attribute name="RepositoryPath" type="xs:string">
  5146. <xs:annotation>
  5147. <xs:documentation>[Optional] [Output] Gets or sets the repository path.</xs:documentation>
  5148. </xs:annotation>
  5149. </xs:attribute>
  5150. <xs:attribute name="Revision" type="xs:string">
  5151. <xs:annotation>
  5152. <xs:documentation>[Optional] [Output] Gets or sets the revision.</xs:documentation>
  5153. </xs:annotation>
  5154. </xs:attribute>
  5155. <xs:attribute name="SourcePath" type="xs:string">
  5156. <xs:annotation>
  5157. <xs:documentation>[Optional] The path of the source file or folder that should be copied</xs:documentation>
  5158. </xs:annotation>
  5159. </xs:attribute>
  5160. <xs:attribute name="StandardError" type="xs:string">
  5161. <xs:annotation>
  5162. <xs:documentation>[Optional] [Output] Gets the error output of SVN command-line client.</xs:documentation>
  5163. </xs:annotation>
  5164. </xs:attribute>
  5165. <xs:attribute name="StandardOutput" type="xs:string">
  5166. <xs:annotation>
  5167. <xs:documentation>[Optional] [Output] Gets the output of SVN command-line client.</xs:documentation>
  5168. </xs:annotation>
  5169. </xs:attribute>
  5170. <xs:attribute name="TargetFile" type="xs:string">
  5171. <xs:annotation>
  5172. <xs:documentation>[Optional] Gets or sets the target file.</xs:documentation>
  5173. </xs:annotation>
  5174. </xs:attribute>
  5175. <xs:attribute name="Targets" type="xs:string">
  5176. <xs:annotation>
  5177. <xs:documentation>[Optional] Gets or sets the targets.</xs:documentation>
  5178. </xs:annotation>
  5179. </xs:attribute>
  5180. <xs:attribute name="Timeout" />
  5181. <xs:attribute name="ToolPath" type="xs:string" />
  5182. <xs:attribute name="TrustServerCert" type="msb:non_empty_string">
  5183. <xs:annotation>
  5184. <xs:documentation>[Optional] Gets or sets a value indicating whether to trust the server cert.</xs:documentation>
  5185. </xs:annotation>
  5186. </xs:attribute>
  5187. <xs:attribute name="Username" type="xs:string">
  5188. <xs:annotation>
  5189. <xs:documentation>[Optional] Gets or sets the username.</xs:documentation>
  5190. </xs:annotation>
  5191. </xs:attribute>
  5192. <xs:attribute name="Verbose" type="msb:non_empty_string">
  5193. <xs:annotation>
  5194. <xs:documentation>[Optional] Gets or sets the verbose.</xs:documentation>
  5195. </xs:annotation>
  5196. </xs:attribute>
  5197. <xs:attribute name="Xml" type="msb:non_empty_string">
  5198. <xs:annotation>
  5199. <xs:documentation>[Optional] Gets or sets a value indicating the output is XML.</xs:documentation>
  5200. </xs:annotation>
  5201. </xs:attribute>
  5202. </xs:extension>
  5203. </xs:complexContent>
  5204. </xs:complexType>
  5205. </xs:element>
  5206. <xs:element name="SvnExport" substitutionGroup="msb:Task">
  5207. <xs:annotation>
  5208. <xs:documentation>Export a folder from a Subversion repository</xs:documentation>
  5209. </xs:annotation>
  5210. <xs:complexType>
  5211. <xs:complexContent mixed="false">
  5212. <xs:extension base="msb:TaskType">
  5213. <xs:attribute name="Arguments" type="xs:string">
  5214. <xs:annotation>
  5215. <xs:documentation>[Optional] Gets or sets the arguments.</xs:documentation>
  5216. </xs:annotation>
  5217. </xs:attribute>
  5218. <xs:attribute name="Command" type="xs:string">
  5219. <xs:annotation>
  5220. <xs:documentation>[Optional] Gets or sets the command.</xs:documentation>
  5221. </xs:annotation>
  5222. </xs:attribute>
  5223. <xs:attribute name="ExitCode" />
  5224. <xs:attribute name="Force" type="msb:non_empty_string">
  5225. <xs:annotation>
  5226. <xs:documentation>[Optional] Gets or sets the force.</xs:documentation>
  5227. </xs:annotation>
  5228. </xs:attribute>
  5229. <xs:attribute name="LocalPath" type="xs:string">
  5230. <xs:annotation>
  5231. <xs:documentation>[Optional] Gets or sets the local path.</xs:documentation>
  5232. </xs:annotation>
  5233. </xs:attribute>
  5234. <xs:attribute name="Message" type="xs:string">
  5235. <xs:annotation>
  5236. <xs:documentation>[Optional] Gets or sets the message.</xs:documentation>
  5237. </xs:annotation>
  5238. </xs:attribute>
  5239. <xs:attribute name="MessageFile" type="xs:string">
  5240. <xs:annotation>
  5241. <xs:documentation>[Optional] Gets or sets the message file.</xs:documentation>
  5242. </xs:annotation>
  5243. </xs:attribute>
  5244. <xs:attribute name="NoAuthCache" type="msb:non_empty_string">
  5245. <xs:annotation>
  5246. <xs:documentation>[Optional] Gets or sets a value indicating no auth cache.</xs:documentation>
  5247. </xs:annotation>
  5248. </xs:attribute>
  5249. <xs:attribute name="NonInteractive" type="msb:non_empty_string">
  5250. <xs:annotation>
  5251. <xs:documentation>[Optional] Gets or sets a value indicating the command is non interactive].</xs:documentation>
  5252. </xs:annotation>
  5253. </xs:attribute>
  5254. <xs:attribute name="Password" type="xs:string">
  5255. <xs:annotation>
  5256. <xs:documentation>[Optional] Gets or sets the password.</xs:documentation>
  5257. </xs:annotation>
  5258. </xs:attribute>
  5259. <xs:attribute name="RepositoryPath" type="xs:string">
  5260. <xs:annotation>
  5261. <xs:documentation>[Optional] [Output] Gets or sets the repository path.</xs:documentation>
  5262. </xs:annotation>
  5263. </xs:attribute>
  5264. <xs:attribute name="Revision" type="xs:string">
  5265. <xs:annotation>
  5266. <xs:documentation>[Optional] [Output] Gets or sets the revision.</xs:documentation>
  5267. </xs:annotation>
  5268. </xs:attribute>
  5269. <xs:attribute name="StandardError" type="xs:string">
  5270. <xs:annotation>
  5271. <xs:documentation>[Optional] [Output] Gets the error output of SVN command-line client.</xs:documentation>
  5272. </xs:annotation>
  5273. </xs:attribute>
  5274. <xs:attribute name="StandardOutput" type="xs:string">
  5275. <xs:annotation>
  5276. <xs:documentation>[Optional] [Output] Gets the output of SVN command-line client.</xs:documentation>
  5277. </xs:annotation>
  5278. </xs:attribute>
  5279. <xs:attribute name="TargetFile" type="xs:string">
  5280. <xs:annotation>
  5281. <xs:documentation>[Optional] Gets or sets the target file.</xs:documentation>
  5282. </xs:annotation>
  5283. </xs:attribute>
  5284. <xs:attribute name="Targets" type="xs:string">
  5285. <xs:annotation>
  5286. <xs:documentation>[Optional] Gets or sets the targets.</xs:documentation>
  5287. </xs:annotation>
  5288. </xs:attribute>
  5289. <xs:attribute name="Timeout" />
  5290. <xs:attribute name="ToolPath" type="xs:string" />
  5291. <xs:attribute name="TrustServerCert" type="msb:non_empty_string">
  5292. <xs:annotation>
  5293. <xs:documentation>[Optional] Gets or sets a value indicating whether to trust the server cert.</xs:documentation>
  5294. </xs:annotation>
  5295. </xs:attribute>
  5296. <xs:attribute name="Username" type="xs:string">
  5297. <xs:annotation>
  5298. <xs:documentation>[Optional] Gets or sets the username.</xs:documentation>
  5299. </xs:annotation>
  5300. </xs:attribute>
  5301. <xs:attribute name="Verbose" type="msb:non_empty_string">
  5302. <xs:annotation>
  5303. <xs:documentation>[Optional] Gets or sets the verbose.</xs:documentation>
  5304. </xs:annotation>
  5305. </xs:attribute>
  5306. <xs:attribute name="Xml" type="msb:non_empty_string">
  5307. <xs:annotation>
  5308. <xs:documentation>[Optional] Gets or sets a value indicating the output is XML.</xs:documentation>
  5309. </xs:annotation>
  5310. </xs:attribute>
  5311. </xs:extension>
  5312. </xs:complexContent>
  5313. </xs:complexType>
  5314. </xs:element>
  5315. <xs:element name="SvnInfo" substitutionGroup="msb:Task">
  5316. <xs:annotation>
  5317. <xs:documentation>Run the "svn info" command and parse the output</xs:documentation>
  5318. </xs:annotation>
  5319. <xs:complexType>
  5320. <xs:complexContent mixed="false">
  5321. <xs:extension base="msb:TaskType">
  5322. <xs:attribute name="Arguments" type="xs:string">
  5323. <xs:annotation>
  5324. <xs:documentation>[Optional] Gets or sets the arguments.</xs:documentation>
  5325. </xs:annotation>
  5326. </xs:attribute>
  5327. <xs:attribute name="Command" type="xs:string">
  5328. <xs:annotation>
  5329. <xs:documentation>[Optional] Gets or sets the command.</xs:documentation>
  5330. </xs:annotation>
  5331. </xs:attribute>
  5332. <xs:attribute name="ExitCode" />
  5333. <xs:attribute name="Force" type="msb:non_empty_string">
  5334. <xs:annotation>
  5335. <xs:documentation>[Optional] Gets or sets the force.</xs:documentation>
  5336. </xs:annotation>
  5337. </xs:attribute>
  5338. <xs:attribute name="LastChangedAuthor" type="xs:string">
  5339. <xs:annotation>
  5340. <xs:documentation>[Optional] [Output] The author who last changed this node.</xs:documentation>
  5341. </xs:annotation>
  5342. </xs:attribute>
  5343. <xs:attribute name="LastChangedDate" type="xs:string">
  5344. <xs:annotation>
  5345. <xs:documentation>[Optional] [Output] The date this node was last changed.</xs:documentation>
  5346. </xs:annotation>
  5347. </xs:attribute>
  5348. <xs:attribute name="LastChangedRevision" type="xs:string">
  5349. <xs:annotation>
  5350. <xs:documentation>[Optional] [Output] The last changed revision number.</xs:documentation>
  5351. </xs:annotation>
  5352. </xs:attribute>
  5353. <xs:attribute name="LocalPath" type="xs:string">
  5354. <xs:annotation>
  5355. <xs:documentation>[Optional] Gets or sets the local path.</xs:documentation>
  5356. </xs:annotation>
  5357. </xs:attribute>
  5358. <xs:attribute name="Message" type="xs:string">
  5359. <xs:annotation>
  5360. <xs:documentation>[Optional] Gets or sets the message.</xs:documentation>
  5361. </xs:annotation>
  5362. </xs:attribute>
  5363. <xs:attribute name="MessageFile" type="xs:string">
  5364. <xs:annotation>
  5365. <xs:documentation>[Optional] Gets or sets the message file.</xs:documentation>
  5366. </xs:annotation>
  5367. </xs:attribute>
  5368. <xs:attribute name="NoAuthCache" type="msb:non_empty_string">
  5369. <xs:annotation>
  5370. <xs:documentation>[Optional] Gets or sets a value indicating no auth cache.</xs:documentation>
  5371. </xs:annotation>
  5372. </xs:attribute>
  5373. <xs:attribute name="NodeKind" type="msb:NodeKindType">
  5374. <xs:annotation>
  5375. <xs:documentation>[Optional] [Output] The Subversion node kind.</xs:documentation>
  5376. </xs:annotation>
  5377. </xs:attribute>
  5378. <xs:attribute name="NonInteractive" type="msb:non_empty_string">
  5379. <xs:annotation>
  5380. <xs:documentation>[Optional] Gets or sets a value indicating the command is non interactive].</xs:documentation>
  5381. </xs:annotation>
  5382. </xs:attribute>
  5383. <xs:attribute name="Password" type="xs:string">
  5384. <xs:annotation>
  5385. <xs:documentation>[Optional] Gets or sets the password.</xs:documentation>
  5386. </xs:annotation>
  5387. </xs:attribute>
  5388. <xs:attribute name="RepositoryPath" type="xs:string">
  5389. <xs:annotation>
  5390. <xs:documentation>[Optional] [Output] Gets or sets the repository path.</xs:documentation>
  5391. </xs:annotation>
  5392. </xs:attribute>
  5393. <xs:attribute name="RepositoryRoot" type="xs:string">
  5394. <xs:annotation>
  5395. <xs:documentation>[Optional] [Output] Return the repository root or null if not set by Subversion.</xs:documentation>
  5396. </xs:annotation>
  5397. </xs:attribute>
  5398. <xs:attribute name="RepositoryUuid" type="xs:string">
  5399. <xs:annotation>
  5400. <xs:documentation>[Optional] [Output] Return the repository UUID value from Subversion.</xs:documentation>
  5401. </xs:annotation>
  5402. </xs:attribute>
  5403. <xs:attribute name="Revision" type="xs:string">
  5404. <xs:annotation>
  5405. <xs:documentation>[Optional] [Output] Gets or sets the revision.</xs:documentation>
  5406. </xs:annotation>
  5407. </xs:attribute>
  5408. <xs:attribute name="Schedule" type="msb:ScheduleType">
  5409. <xs:annotation>
  5410. <xs:documentation>[Optional] [Output] The Subversion schedule type.</xs:documentation>
  5411. </xs:annotation>
  5412. </xs:attribute>
  5413. <xs:attribute name="StandardError" type="xs:string">
  5414. <xs:annotation>
  5415. <xs:documentation>[Optional] [Output] Gets the error output of SVN command-line client.</xs:documentation>
  5416. </xs:annotation>
  5417. </xs:attribute>
  5418. <xs:attribute name="StandardOutput" type="xs:string">
  5419. <xs:annotation>
  5420. <xs:documentation>[Optional] [Output] Gets the output of SVN command-line client.</xs:documentation>
  5421. </xs:annotation>
  5422. </xs:attribute>
  5423. <xs:attribute name="TargetFile" type="xs:string">
  5424. <xs:annotation>
  5425. <xs:documentation>[Optional] Gets or sets the target file.</xs:documentation>
  5426. </xs:annotation>
  5427. </xs:attribute>
  5428. <xs:attribute name="Targets" type="xs:string">
  5429. <xs:annotation>
  5430. <xs:documentation>[Optional] Gets or sets the targets.</xs:documentation>
  5431. </xs:annotation>
  5432. </xs:attribute>
  5433. <xs:attribute name="Timeout" />
  5434. <xs:attribute name="ToolPath" type="xs:string" />
  5435. <xs:attribute name="TrustServerCert" type="msb:non_empty_string">
  5436. <xs:annotation>
  5437. <xs:documentation>[Optional] Gets or sets a value indicating whether to trust the server cert.</xs:documentation>
  5438. </xs:annotation>
  5439. </xs:attribute>
  5440. <xs:attribute name="Username" type="xs:string">
  5441. <xs:annotation>
  5442. <xs:documentation>[Optional] Gets or sets the username.</xs:documentation>
  5443. </xs:annotation>
  5444. </xs:attribute>
  5445. <xs:attribute name="Verbose" type="msb:non_empty_string">
  5446. <xs:annotation>
  5447. <xs:documentation>[Optional] Gets or sets the verbose.</xs:documentation>
  5448. </xs:annotation>
  5449. </xs:attribute>
  5450. <xs:attribute name="Xml" type="msb:non_empty_string">
  5451. <xs:annotation>
  5452. <xs:documentation>[Optional] Gets or sets a value indicating the output is XML.</xs:documentation>
  5453. </xs:annotation>
  5454. </xs:attribute>
  5455. </xs:extension>
  5456. </xs:complexContent>
  5457. </xs:complexType>
  5458. </xs:element>
  5459. <xs:simpleType name="NodeKindType">
  5460. <xs:union memberTypes="msb:non_empty_string">
  5461. <xs:simpleType>
  5462. <xs:restriction base="xs:string">
  5463. <xs:enumeration value="file">
  5464. <xs:annotation>
  5465. <xs:documentation>
  5466. Node is a file
  5467. </xs:documentation>
  5468. </xs:annotation>
  5469. </xs:enumeration>
  5470. <xs:enumeration value="dir">
  5471. <xs:annotation>
  5472. <xs:documentation>
  5473. Node is a directory
  5474. </xs:documentation>
  5475. </xs:annotation>
  5476. </xs:enumeration>
  5477. <xs:enumeration value="unknown">
  5478. <xs:annotation>
  5479. <xs:documentation>
  5480. Unknown node type
  5481. </xs:documentation>
  5482. </xs:annotation>
  5483. </xs:enumeration>
  5484. </xs:restriction>
  5485. </xs:simpleType>
  5486. </xs:union>
  5487. </xs:simpleType>
  5488. <xs:simpleType name="ScheduleType">
  5489. <xs:union memberTypes="msb:non_empty_string">
  5490. <xs:simpleType>
  5491. <xs:restriction base="xs:string">
  5492. <xs:enumeration value="normal">
  5493. <xs:annotation>
  5494. <xs:documentation>
  5495. Normal schedule
  5496. </xs:documentation>
  5497. </xs:annotation>
  5498. </xs:enumeration>
  5499. <xs:enumeration value="unknown">
  5500. <xs:annotation>
  5501. <xs:documentation>
  5502. Unknown schedule.
  5503. </xs:documentation>
  5504. </xs:annotation>
  5505. </xs:enumeration>
  5506. </xs:restriction>
  5507. </xs:simpleType>
  5508. </xs:union>
  5509. </xs:simpleType>
  5510. <xs:element name="SvnStatus" substitutionGroup="msb:Task">
  5511. <xs:annotation>
  5512. <xs:documentation>Subversion status command.</xs:documentation>
  5513. </xs:annotation>
  5514. <xs:complexType>
  5515. <xs:complexContent mixed="false">
  5516. <xs:extension base="msb:TaskType">
  5517. <xs:attribute name="Arguments" type="xs:string">
  5518. <xs:annotation>
  5519. <xs:documentation>[Optional] Gets or sets the arguments.</xs:documentation>
  5520. </xs:annotation>
  5521. </xs:attribute>
  5522. <xs:attribute name="Command" type="xs:string">
  5523. <xs:annotation>
  5524. <xs:documentation>[Optional] Gets or sets the command.</xs:documentation>
  5525. </xs:annotation>
  5526. </xs:attribute>
  5527. <xs:attribute name="Entries" />
  5528. <xs:attribute name="ExitCode" />
  5529. <xs:attribute name="Force" type="msb:non_empty_string">
  5530. <xs:annotation>
  5531. <xs:documentation>[Optional] Gets or sets the force.</xs:documentation>
  5532. </xs:annotation>
  5533. </xs:attribute>
  5534. <xs:attribute name="LocalPath" type="xs:string">
  5535. <xs:annotation>
  5536. <xs:documentation>[Optional] Gets or sets the local path.</xs:documentation>
  5537. </xs:annotation>
  5538. </xs:attribute>
  5539. <xs:attribute name="Message" type="xs:string">
  5540. <xs:annotation>
  5541. <xs:documentation>[Optional] Gets or sets the message.</xs:documentation>
  5542. </xs:annotation>
  5543. </xs:attribute>
  5544. <xs:attribute name="MessageFile" type="xs:string">
  5545. <xs:annotation>
  5546. <xs:documentation>[Optional] Gets or sets the message file.</xs:documentation>
  5547. </xs:annotation>
  5548. </xs:attribute>
  5549. <xs:attribute name="NoAuthCache" type="msb:non_empty_string">
  5550. <xs:annotation>
  5551. <xs:documentation>[Optional] Gets or sets a value indicating no auth cache.</xs:documentation>
  5552. </xs:annotation>
  5553. </xs:attribute>
  5554. <xs:attribute name="NonInteractive" type="msb:non_empty_string">
  5555. <xs:annotation>
  5556. <xs:documentation>[Optional] Gets or sets a value indicating the command is non interactive].</xs:documentation>
  5557. </xs:annotation>
  5558. </xs:attribute>
  5559. <xs:attribute name="Password" type="xs:string">
  5560. <xs:annotation>
  5561. <xs:documentation>[Optional] Gets or sets the password.</xs:documentation>
  5562. </xs:annotation>
  5563. </xs:attribute>
  5564. <xs:attribute name="RepositoryPath" type="xs:string">
  5565. <xs:annotation>
  5566. <xs:documentation>[Optional] [Output] Gets or sets the repository path.</xs:documentation>
  5567. </xs:annotation>
  5568. </xs:attribute>
  5569. <xs:attribute name="Revision" type="xs:string">
  5570. <xs:annotation>
  5571. <xs:documentation>[Optional] [Output] Gets or sets the revision.</xs:documentation>
  5572. </xs:annotation>
  5573. </xs:attribute>
  5574. <xs:attribute name="StandardError" type="xs:string">
  5575. <xs:annotation>
  5576. <xs:documentation>[Optional] [Output] Gets the error output of SVN command-line client.</xs:documentation>
  5577. </xs:annotation>
  5578. </xs:attribute>
  5579. <xs:attribute name="StandardOutput" type="xs:string">
  5580. <xs:annotation>
  5581. <xs:documentation>[Optional] [Output] Gets the output of SVN command-line client.</xs:documentation>
  5582. </xs:annotation>
  5583. </xs:attribute>
  5584. <xs:attribute name="TargetFile" type="xs:string">
  5585. <xs:annotation>
  5586. <xs:documentation>[Optional] Gets or sets the target file.</xs:documentation>
  5587. </xs:annotation>
  5588. </xs:attribute>
  5589. <xs:attribute name="Targets" type="xs:string">
  5590. <xs:annotation>
  5591. <xs:documentation>[Optional] Gets or sets the targets.</xs:documentation>
  5592. </xs:annotation>
  5593. </xs:attribute>
  5594. <xs:attribute name="Timeout" />
  5595. <xs:attribute name="ToolPath" type="xs:string" />
  5596. <xs:attribute name="TrustServerCert" type="msb:non_empty_string">
  5597. <xs:annotation>
  5598. <xs:documentation>[Optional] Gets or sets a value indicating whether to trust the server cert.</xs:documentation>
  5599. </xs:annotation>
  5600. </xs:attribute>
  5601. <xs:attribute name="Username" type="xs:string">
  5602. <xs:annotation>
  5603. <xs:documentation>[Optional] Gets or sets the username.</xs:documentation>
  5604. </xs:annotation>
  5605. </xs:attribute>
  5606. <xs:attribute name="Verbose" type="msb:non_empty_string">
  5607. <xs:annotation>
  5608. <xs:documentation>[Optional] Gets or sets the verbose.</xs:documentation>
  5609. </xs:annotation>
  5610. </xs:attribute>
  5611. <xs:attribute name="Xml" type="msb:non_empty_string">
  5612. <xs:annotation>
  5613. <xs:documentation>[Optional] Gets or sets a value indicating the output is XML.</xs:documentation>
  5614. </xs:annotation>
  5615. </xs:attribute>
  5616. </xs:extension>
  5617. </xs:complexContent>
  5618. </xs:complexType>
  5619. </xs:element>
  5620. <xs:element name="SvnUpdate" substitutionGroup="msb:Task">
  5621. <xs:annotation>
  5622. <xs:documentation>Subversion Update command</xs:documentation>
  5623. </xs:annotation>
  5624. <xs:complexType>
  5625. <xs:complexContent mixed="false">
  5626. <xs:extension base="msb:TaskType">
  5627. <xs:attribute name="Arguments" type="xs:string">
  5628. <xs:annotation>
  5629. <xs:documentation>[Optional] Gets or sets the arguments.</xs:documentation>
  5630. </xs:annotation>
  5631. </xs:attribute>
  5632. <xs:attribute name="Command" type="xs:string">
  5633. <xs:annotation>
  5634. <xs:documentation>[Optional] Gets or sets the command.</xs:documentation>
  5635. </xs:annotation>
  5636. </xs:attribute>
  5637. <xs:attribute name="ExitCode" />
  5638. <xs:attribute name="Force" type="msb:non_empty_string">
  5639. <xs:annotation>
  5640. <xs:documentation>[Optional] Gets or sets the force.</xs:documentation>
  5641. </xs:annotation>
  5642. </xs:attribute>
  5643. <xs:attribute name="LocalPath" type="xs:string">
  5644. <xs:annotation>
  5645. <xs:documentation>[Optional] Gets or sets the local path.</xs:documentation>
  5646. </xs:annotation>
  5647. </xs:attribute>
  5648. <xs:attribute name="Message" type="xs:string">
  5649. <xs:annotation>
  5650. <xs:documentation>[Optional] Gets or sets the message.</xs:documentation>
  5651. </xs:annotation>
  5652. </xs:attribute>
  5653. <xs:attribute name="MessageFile" type="xs:string">
  5654. <xs:annotation>
  5655. <xs:documentation>[Optional] Gets or sets the message file.</xs:documentation>
  5656. </xs:annotation>
  5657. </xs:attribute>
  5658. <xs:attribute name="NoAuthCache" type="msb:non_empty_string">
  5659. <xs:annotation>
  5660. <xs:documentation>[Optional] Gets or sets a value indicating no auth cache.</xs:documentation>
  5661. </xs:annotation>
  5662. </xs:attribute>
  5663. <xs:attribute name="NonInteractive" type="msb:non_empty_string">
  5664. <xs:annotation>
  5665. <xs:documentation>[Optional] Gets or sets a value indicating the command is non interactive].</xs:documentation>
  5666. </xs:annotation>
  5667. </xs:attribute>
  5668. <xs:attribute name="Password" type="xs:string">
  5669. <xs:annotation>
  5670. <xs:documentation>[Optional] Gets or sets the password.</xs:documentation>
  5671. </xs:annotation>
  5672. </xs:attribute>
  5673. <xs:attribute name="RepositoryPath" type="xs:string">
  5674. <xs:annotation>
  5675. <xs:documentation>[Optional] [Output] Gets or sets the repository path.</xs:documentation>
  5676. </xs:annotation>
  5677. </xs:attribute>
  5678. <xs:attribute name="Revision" type="xs:string">
  5679. <xs:annotation>
  5680. <xs:documentation>[Optional] [Output] Gets or sets the revision.</xs:documentation>
  5681. </xs:annotation>
  5682. </xs:attribute>
  5683. <xs:attribute name="StandardError" type="xs:string">
  5684. <xs:annotation>
  5685. <xs:documentation>[Optional] [Output] Gets the error output of SVN command-line client.</xs:documentation>
  5686. </xs:annotation>
  5687. </xs:attribute>
  5688. <xs:attribute name="StandardOutput" type="xs:string">
  5689. <xs:annotation>
  5690. <xs:documentation>[Optional] [Output] Gets the output of SVN command-line client.</xs:documentation>
  5691. </xs:annotation>
  5692. </xs:attribute>
  5693. <xs:attribute name="TargetFile" type="xs:string">
  5694. <xs:annotation>
  5695. <xs:documentation>[Optional] Gets or sets the target file.</xs:documentation>
  5696. </xs:annotation>
  5697. </xs:attribute>
  5698. <xs:attribute name="Targets" type="xs:string">
  5699. <xs:annotation>
  5700. <xs:documentation>[Optional] Gets or sets the targets.</xs:documentation>
  5701. </xs:annotation>
  5702. </xs:attribute>
  5703. <xs:attribute name="Timeout" />
  5704. <xs:attribute name="ToolPath" type="xs:string" />
  5705. <xs:attribute name="TrustServerCert" type="msb:non_empty_string">
  5706. <xs:annotation>
  5707. <xs:documentation>[Optional] Gets or sets a value indicating whether to trust the server cert.</xs:documentation>
  5708. </xs:annotation>
  5709. </xs:attribute>
  5710. <xs:attribute name="Username" type="xs:string">
  5711. <xs:annotation>
  5712. <xs:documentation>[Optional] Gets or sets the username.</xs:documentation>
  5713. </xs:annotation>
  5714. </xs:attribute>
  5715. <xs:attribute name="Verbose" type="msb:non_empty_string">
  5716. <xs:annotation>
  5717. <xs:documentation>[Optional] Gets or sets the verbose.</xs:documentation>
  5718. </xs:annotation>
  5719. </xs:attribute>
  5720. <xs:attribute name="Xml" type="msb:non_empty_string">
  5721. <xs:annotation>
  5722. <xs:documentation>[Optional] Gets or sets a value indicating the output is XML.</xs:documentation>
  5723. </xs:annotation>
  5724. </xs:attribute>
  5725. </xs:extension>
  5726. </xs:complexContent>
  5727. </xs:complexType>
  5728. </xs:element>
  5729. <xs:element name="SvnVersion" substitutionGroup="msb:Task">
  5730. <xs:annotation>
  5731. <xs:documentation>Summarize the local revision(s) of a working copy.</xs:documentation>
  5732. </xs:annotation>
  5733. <xs:complexType>
  5734. <xs:complexContent mixed="false">
  5735. <xs:extension base="msb:TaskType">
  5736. <xs:attribute name="ExitCode" />
  5737. <xs:attribute name="Exported" type="msb:non_empty_string">
  5738. <xs:annotation>
  5739. <xs:documentation>[Optional] [Output] True if invoked on a directory that is not a working copy,
  5740. svnversion assumes it is an exported working copy and prints "exported".</xs:documentation>
  5741. </xs:annotation>
  5742. </xs:attribute>
  5743. <xs:attribute name="HighRevision" type="xs:string">
  5744. <xs:annotation>
  5745. <xs:documentation>[Optional] [Output] High revision number of the local working repository revision range.</xs:documentation>
  5746. </xs:annotation>
  5747. </xs:attribute>
  5748. <xs:attribute name="LocalPath" type="msb:non_empty_string" use="required">
  5749. <xs:annotation>
  5750. <xs:documentation>Path to local working copy.</xs:documentation>
  5751. </xs:annotation>
  5752. </xs:attribute>
  5753. <xs:attribute name="LowRevision" type="xs:string">
  5754. <xs:annotation>
  5755. <xs:documentation>[Optional] [Output] Low revision number of the local working repository revision range.</xs:documentation>
  5756. </xs:annotation>
  5757. </xs:attribute>
  5758. <xs:attribute name="Modifications" type="msb:non_empty_string">
  5759. <xs:annotation>
  5760. <xs:documentation>[Optional] [Output] True if working copy contains modifications.</xs:documentation>
  5761. </xs:annotation>
  5762. </xs:attribute>
  5763. <xs:attribute name="Revision" type="xs:string">
  5764. <xs:annotation>
  5765. <xs:documentation>[Optional] [Output] Revision number of the local working repository.</xs:documentation>
  5766. </xs:annotation>
  5767. </xs:attribute>
  5768. <xs:attribute name="Switched" type="msb:non_empty_string">
  5769. <xs:annotation>
  5770. <xs:documentation>[Optional] [Output] True if working copy is switched.</xs:documentation>
  5771. </xs:annotation>
  5772. </xs:attribute>
  5773. <xs:attribute name="Timeout" />
  5774. <xs:attribute name="ToolPath" type="xs:string" />
  5775. <xs:attribute name="UseLastCommittedRevision" type="msb:non_empty_string">
  5776. <xs:annotation>
  5777. <xs:documentation>[Optional] Specifies whether to use the last committed revision number as
  5778. opposed to the last updated revision number.</xs:documentation>
  5779. </xs:annotation>
  5780. </xs:attribute>
  5781. </xs:extension>
  5782. </xs:complexContent>
  5783. </xs:complexType>
  5784. </xs:element>
  5785. <xs:element name="SymStore" substitutionGroup="msb:Task">
  5786. <xs:annotation>
  5787. <xs:documentation>Task that wraps the Symbol Server SymStore.exe application.</xs:documentation>
  5788. </xs:annotation>
  5789. <xs:complexType>
  5790. <xs:complexContent mixed="false">
  5791. <xs:extension base="msb:TaskType">
  5792. <xs:attribute name="Append" type="msb:non_empty_string">
  5793. <xs:annotation>
  5794. <xs:documentation>[Optional] Gets or sets a value indicating SymStore will append new indexing information to an existing index file.</xs:documentation>
  5795. </xs:annotation>
  5796. </xs:attribute>
  5797. <xs:attribute name="Command" type="msb:SymStoreCommandsType">
  5798. <xs:annotation>
  5799. <xs:documentation>[Optional] Gets or sets the command.</xs:documentation>
  5800. </xs:annotation>
  5801. </xs:attribute>
  5802. <xs:attribute name="Comment" type="xs:string">
  5803. <xs:annotation>
  5804. <xs:documentation>[Optional] Gets or sets the comment for the transaction.</xs:documentation>
  5805. </xs:annotation>
  5806. </xs:attribute>
  5807. <xs:attribute name="Compress" type="msb:non_empty_string">
  5808. <xs:annotation>
  5809. <xs:documentation>[Optional] Gets or sets a value indicating SymStore will create a compressed version of each file copied to the symbol store instead of using an uncompressed copy of the file.</xs:documentation>
  5810. </xs:annotation>
  5811. </xs:attribute>
  5812. <xs:attribute name="ExitCode" />
  5813. <xs:attribute name="Files" type="xs:string">
  5814. <xs:annotation>
  5815. <xs:documentation>[Optional] Gets or sets the network path of files or directories to add.</xs:documentation>
  5816. </xs:annotation>
  5817. </xs:attribute>
  5818. <xs:attribute name="ID" type="xs:string">
  5819. <xs:annotation>
  5820. <xs:documentation>[Optional] Gets or sets the transaction ID string.</xs:documentation>
  5821. </xs:annotation>
  5822. </xs:attribute>
  5823. <xs:attribute name="Local" type="msb:non_empty_string">
  5824. <xs:annotation>
  5825. <xs:documentation>[Optional] Gets or sets a value indicating whether the file will be in a local directory rather than a network path.</xs:documentation>
  5826. </xs:annotation>
  5827. </xs:attribute>
  5828. <xs:attribute name="LogFile" type="xs:string">
  5829. <xs:annotation>
  5830. <xs:documentation>[Optional] Gets or sets a log file to be used for command output. If this is not included, transaction information and other output is sent to stdout.</xs:documentation>
  5831. </xs:annotation>
  5832. </xs:attribute>
  5833. <xs:attribute name="Message" type="xs:string">
  5834. <xs:annotation>
  5835. <xs:documentation>[Optional] Gets or sets the message to be added to each file.</xs:documentation>
  5836. </xs:annotation>
  5837. </xs:attribute>
  5838. <xs:attribute name="NoReference" type="msb:non_empty_string">
  5839. <xs:annotation>
  5840. <xs:documentation>[Optional] Gets or sets a value indicating whether to omit the creation of reference pointer files for the files and pointers being stored.</xs:documentation>
  5841. </xs:annotation>
  5842. </xs:attribute>
  5843. <xs:attribute name="Pointer" type="msb:non_empty_string">
  5844. <xs:annotation>
  5845. <xs:documentation>[Optional] Gets or sets a value indicating whether SymStore will store a pointer to the file, rather than the file itself.</xs:documentation>
  5846. </xs:annotation>
  5847. </xs:attribute>
  5848. <xs:attribute name="Product" type="xs:string">
  5849. <xs:annotation>
  5850. <xs:documentation>[Optional] Gets or sets the name of the product.</xs:documentation>
  5851. </xs:annotation>
  5852. </xs:attribute>
  5853. <xs:attribute name="ReadIndex" type="xs:string">
  5854. <xs:annotation>
  5855. <xs:documentation>[Optional] Gets or sets the index file. Causes SymStore to read the data from a file created with WriteIndexFile.</xs:documentation>
  5856. </xs:annotation>
  5857. </xs:attribute>
  5858. <xs:attribute name="Recursive" type="msb:non_empty_string">
  5859. <xs:annotation>
  5860. <xs:documentation>[Optional] Gets or sets a value indicating whether SymStore will add files or directories recursively.</xs:documentation>
  5861. </xs:annotation>
  5862. </xs:attribute>
  5863. <xs:attribute name="Relative" type="msb:non_empty_string">
  5864. <xs:annotation>
  5865. <xs:documentation>[Optional] Gets or sets a value indicating whether the paths in the file pointers will be relative.</xs:documentation>
  5866. </xs:annotation>
  5867. </xs:attribute>
  5868. <xs:attribute name="Share" type="xs:string">
  5869. <xs:annotation>
  5870. <xs:documentation>[Optional] Gets or sets the server and share where the symbol files were originally stored.</xs:documentation>
  5871. </xs:annotation>
  5872. </xs:attribute>
  5873. <xs:attribute name="Store" type="xs:string">
  5874. <xs:annotation>
  5875. <xs:documentation>[Optional] Gets or sets the root directory for the symbol store.</xs:documentation>
  5876. </xs:annotation>
  5877. </xs:attribute>
  5878. <xs:attribute name="Timeout" />
  5879. <xs:attribute name="ToolPath" type="xs:string" />
  5880. <xs:attribute name="Verbose" type="msb:non_empty_string">
  5881. <xs:annotation>
  5882. <xs:documentation>[Optional] Gets or sets a value indicating whether SymStore will display verbose output.</xs:documentation>
  5883. </xs:annotation>
  5884. </xs:attribute>
  5885. <xs:attribute name="Version" type="xs:string">
  5886. <xs:annotation>
  5887. <xs:documentation>[Optional] Gets or sets the version of the product.</xs:documentation>
  5888. </xs:annotation>
  5889. </xs:attribute>
  5890. <xs:attribute name="WriteIndex" type="xs:string">
  5891. <xs:annotation>
  5892. <xs:documentation>[Optional] Gets or sets the index file. Causes SymStore not to store the actual symbol files. Instead, SymStore records information in the IndexFile that will enable SymStore to access the symbol files at a later time.</xs:documentation>
  5893. </xs:annotation>
  5894. </xs:attribute>
  5895. </xs:extension>
  5896. </xs:complexContent>
  5897. </xs:complexType>
  5898. </xs:element>
  5899. <xs:simpleType name="SymStoreCommandsType">
  5900. <xs:union memberTypes="msb:non_empty_string">
  5901. <xs:simpleType>
  5902. <xs:restriction base="xs:string">
  5903. <xs:enumeration value="add">
  5904. <xs:annotation>
  5905. <xs:documentation>
  5906. Add to the symbol server store.
  5907. </xs:documentation>
  5908. </xs:annotation>
  5909. </xs:enumeration>
  5910. <xs:enumeration value="query">
  5911. <xs:annotation>
  5912. <xs:documentation>
  5913. Query the symbol server store.
  5914. </xs:documentation>
  5915. </xs:annotation>
  5916. </xs:enumeration>
  5917. <xs:enumeration value="delete">
  5918. <xs:annotation>
  5919. <xs:documentation>
  5920. Delete from the symbol serer store.
  5921. </xs:documentation>
  5922. </xs:annotation>
  5923. </xs:enumeration>
  5924. </xs:restriction>
  5925. </xs:simpleType>
  5926. </xs:union>
  5927. </xs:simpleType>
  5928. <xs:element name="TemplateFile" substitutionGroup="msb:Task">
  5929. <xs:annotation>
  5930. <xs:documentation>MSBuild task that replaces tokens in a template file and writes out a new file.</xs:documentation>
  5931. </xs:annotation>
  5932. <xs:complexType>
  5933. <xs:complexContent mixed="false">
  5934. <xs:extension base="msb:TaskType">
  5935. <xs:attribute name="OutputFile" type="xs:string">
  5936. <xs:annotation>
  5937. <xs:documentation>[Optional] [Output] The token replaced template file.</xs:documentation>
  5938. </xs:annotation>
  5939. </xs:attribute>
  5940. <xs:attribute name="OutputFilename" type="xs:string">
  5941. <xs:annotation>
  5942. <xs:documentation>[Optional] The full path to the output file name. If no filename is specified (the default) the
  5943. output file will be the Template filename with a .out extension.</xs:documentation>
  5944. </xs:annotation>
  5945. </xs:attribute>
  5946. <xs:attribute name="Template" type="msb:non_empty_string" use="required">
  5947. <xs:annotation>
  5948. <xs:documentation>The template file used. Tokens with values of ${Name} are replaced by name.</xs:documentation>
  5949. </xs:annotation>
  5950. </xs:attribute>
  5951. <xs:attribute name="Tokens" type="xs:string">
  5952. <xs:annotation>
  5953. <xs:documentation>[Optional] List of tokens to replace in the template. Token name is taken from the TaskItem.ItemSpec and the
  5954. replacement value comes from the ReplacementValue metadata of the item.</xs:documentation>
  5955. </xs:annotation>
  5956. </xs:attribute>
  5957. </xs:extension>
  5958. </xs:complexContent>
  5959. </xs:complexType>
  5960. </xs:element>
  5961. <xs:element name="TfsClient" substitutionGroup="msb:Task">
  5962. <xs:complexType>
  5963. <xs:complexContent mixed="false">
  5964. <xs:extension base="msb:TaskType">
  5965. <xs:attribute name="All" />
  5966. <xs:attribute name="Author" type="xs:string" />
  5967. <xs:attribute name="Bypass" />
  5968. <xs:attribute name="Changeset" type="xs:string" />
  5969. <xs:attribute name="Collection" type="xs:string" />
  5970. <xs:attribute name="Command" type="xs:string" />
  5971. <xs:attribute name="Comment" type="xs:string" />
  5972. <xs:attribute name="ExitCode" />
  5973. <xs:attribute name="Files" />
  5974. <xs:attribute name="Force" />
  5975. <xs:attribute name="Format" type="xs:string" />
  5976. <xs:attribute name="Lock" type="xs:string" />
  5977. <xs:attribute name="Notes" type="xs:string" />
  5978. <xs:attribute name="Override" />
  5979. <xs:attribute name="Overwrite" />
  5980. <xs:attribute name="Password" type="xs:string" />
  5981. <xs:attribute name="Preview" />
  5982. <xs:attribute name="Recursive" />
  5983. <xs:attribute name="Remap" />
  5984. <xs:attribute name="Saved" />
  5985. <xs:attribute name="ServerPath" type="xs:string" />
  5986. <xs:attribute name="ShelveSetName" type="xs:string" />
  5987. <xs:attribute name="ShelveSetOwner" type="xs:string" />
  5988. <xs:attribute name="Silent" />
  5989. <xs:attribute name="Timeout" />
  5990. <xs:attribute name="ToolPath" type="xs:string" />
  5991. <xs:attribute name="Type" type="xs:string" />
  5992. <xs:attribute name="UserName" type="xs:string" />
  5993. <xs:attribute name="Validate" />
  5994. <xs:attribute name="Version" type="xs:string" />
  5995. <xs:attribute name="WorkspaceName" type="xs:string" />
  5996. <xs:attribute name="WorkspaceOwner" type="xs:string" />
  5997. </xs:extension>
  5998. </xs:complexContent>
  5999. </xs:complexType>
  6000. </xs:element>
  6001. <xs:element name="Time" substitutionGroup="msb:Task">
  6002. <xs:annotation>
  6003. <xs:documentation>Gets the current date and time.</xs:documentation>
  6004. </xs:annotation>
  6005. <xs:complexType>
  6006. <xs:complexContent mixed="false">
  6007. <xs:extension base="msb:TaskType">
  6008. <xs:attribute name="DateTimeValue" type="xs:string">
  6009. <xs:annotation>
  6010. <xs:documentation>[Optional] Gets the internal time value.</xs:documentation>
  6011. </xs:annotation>
  6012. </xs:attribute>
  6013. <xs:attribute name="Day" type="xs:string">
  6014. <xs:annotation>
  6015. <xs:documentation>[Optional] [Output] Gets the day of the month represented by this instance.</xs:documentation>
  6016. </xs:annotation>
  6017. </xs:attribute>
  6018. <xs:attribute name="DayOfWeek" type="xs:string">
  6019. <xs:annotation>
  6020. <xs:documentation>[Optional] [Output] Gets the day of the week represented by this instance.</xs:documentation>
  6021. </xs:annotation>
  6022. </xs:attribute>
  6023. <xs:attribute name="DayOfYear" type="xs:string">
  6024. <xs:annotation>
  6025. <xs:documentation>[Optional] [Output] Gets the day of the year represented by this instance.</xs:documentation>
  6026. </xs:annotation>
  6027. </xs:attribute>
  6028. <xs:attribute name="Format" type="xs:string">
  6029. <xs:annotation>
  6030. <xs:documentation>[Optional] Gets or sets the format string
  6031. for output parameter .</xs:documentation>
  6032. </xs:annotation>
  6033. </xs:attribute>
  6034. <xs:attribute name="FormattedTime" type="xs:string">
  6035. <xs:annotation>
  6036. <xs:documentation>[Optional] [Output] Gets the value of this instance to its equivalent string representation.
  6037. If input parameter is provided,
  6038. the value is formatted according to it.</xs:documentation>
  6039. </xs:annotation>
  6040. </xs:attribute>
  6041. <xs:attribute name="Hour" type="xs:string">
  6042. <xs:annotation>
  6043. <xs:documentation>[Optional] [Output] Gets the hour component of the date represented by this instance.</xs:documentation>
  6044. </xs:annotation>
  6045. </xs:attribute>
  6046. <xs:attribute name="Kind" type="msb:DateTimeKindType">
  6047. <xs:annotation>
  6048. <xs:documentation>[Optional] [Output] Gets or sets a value that indicates whether the time represented by this instance is based
  6049. on local time, Coordinated Universal Time (UTC), or neither.</xs:documentation>
  6050. </xs:annotation>
  6051. </xs:attribute>
  6052. <xs:attribute name="LongDate" type="xs:string">
  6053. <xs:annotation>
  6054. <xs:documentation>[Optional] [Output] Gets the value of this instance to its equivalent long date string representation.</xs:documentation>
  6055. </xs:annotation>
  6056. </xs:attribute>
  6057. <xs:attribute name="LongTime" type="xs:string">
  6058. <xs:annotation>
  6059. <xs:documentation>[Optional] [Output] Gets the value of this instance to its equivalent long time string representation.</xs:documentation>
  6060. </xs:annotation>
  6061. </xs:attribute>
  6062. <xs:attribute name="Millisecond" type="xs:string">
  6063. <xs:annotation>
  6064. <xs:documentation>[Optional] [Output] Gets the milliseconds component of the date represented by this instance.</xs:documentation>
  6065. </xs:annotation>
  6066. </xs:attribute>
  6067. <xs:attribute name="Minute" type="xs:string">
  6068. <xs:annotation>
  6069. <xs:documentation>[Optional] [Output] Gets the minute component of the date represented by this instance.</xs:documentation>
  6070. </xs:annotation>
  6071. </xs:attribute>
  6072. <xs:attribute name="Month" type="xs:string">
  6073. <xs:annotation>
  6074. <xs:documentation>[Optional] [Output] Gets the month component of the date represented by this instance.</xs:documentation>
  6075. </xs:annotation>
  6076. </xs:attribute>
  6077. <xs:attribute name="Second" type="xs:string">
  6078. <xs:annotation>
  6079. <xs:documentation>[Optional] [Output] Gets the seconds component of the date represented by this instance.</xs:documentation>
  6080. </xs:annotation>
  6081. </xs:attribute>
  6082. <xs:attribute name="ShortDate" type="xs:string">
  6083. <xs:annotation>
  6084. <xs:documentation>[Optional] [Output] Gets the value of this instance to its equivalent short date string representation.</xs:documentation>
  6085. </xs:annotation>
  6086. </xs:attribute>
  6087. <xs:attribute name="ShortTime" type="xs:string">
  6088. <xs:annotation>
  6089. <xs:documentation>[Optional] [Output] Gets the value of this instance to its equivalent short time string representation.</xs:documentation>
  6090. </xs:annotation>
  6091. </xs:attribute>
  6092. <xs:attribute name="Ticks" type="xs:string">
  6093. <xs:annotation>
  6094. <xs:documentation>[Optional] [Output] Gets the number of ticks that represent the date and time of this instance.</xs:documentation>
  6095. </xs:annotation>
  6096. </xs:attribute>
  6097. <xs:attribute name="TimeOfDay" type="xs:string">
  6098. <xs:annotation>
  6099. <xs:documentation>[Optional] [Output] Gets the time of day for this instance.</xs:documentation>
  6100. </xs:annotation>
  6101. </xs:attribute>
  6102. <xs:attribute name="Year" type="xs:string">
  6103. <xs:annotation>
  6104. <xs:documentation>[Optional] [Output] Gets the year component of the date represented by this instance.</xs:documentation>
  6105. </xs:annotation>
  6106. </xs:attribute>
  6107. </xs:extension>
  6108. </xs:complexContent>
  6109. </xs:complexType>
  6110. </xs:element>
  6111. <xs:simpleType name="DateTimeKindType">
  6112. <xs:union memberTypes="msb:non_empty_string">
  6113. <xs:simpleType>
  6114. <xs:restriction base="xs:string">
  6115. <xs:enumeration value="Unspecified" />
  6116. <xs:enumeration value="Utc" />
  6117. <xs:enumeration value="Local" />
  6118. </xs:restriction>
  6119. </xs:simpleType>
  6120. </xs:union>
  6121. </xs:simpleType>
  6122. <xs:element name="Unzip" substitutionGroup="msb:Task">
  6123. <xs:annotation>
  6124. <xs:documentation>Unzip a file to a target directory.</xs:documentation>
  6125. </xs:annotation>
  6126. <xs:complexType>
  6127. <xs:complexContent mixed="false">
  6128. <xs:extension base="msb:TaskType">
  6129. <xs:attribute name="ExtractedFiles" type="xs:string">
  6130. <xs:annotation>
  6131. <xs:documentation>[Optional] [Output] Gets the files extracted from the zip.</xs:documentation>
  6132. </xs:annotation>
  6133. </xs:attribute>
  6134. <xs:attribute name="Overwrite" type="msb:non_empty_string">
  6135. <xs:annotation>
  6136. <xs:documentation>[Optional] Gets or sets a value indicating whether to overwrite any existing files on extraction. Defaults to true.</xs:documentation>
  6137. </xs:annotation>
  6138. </xs:attribute>
  6139. <xs:attribute name="TargetDirectory" type="msb:non_empty_string" use="required">
  6140. <xs:annotation>
  6141. <xs:documentation>Gets or sets the target directory.</xs:documentation>
  6142. </xs:annotation>
  6143. </xs:attribute>
  6144. <xs:attribute name="ZipFileName" type="msb:non_empty_string" use="required">
  6145. <xs:annotation>
  6146. <xs:documentation>Gets or sets the name of the zip file.</xs:documentation>
  6147. </xs:annotation>
  6148. </xs:attribute>
  6149. </xs:extension>
  6150. </xs:complexContent>
  6151. </xs:complexType>
  6152. </xs:element>
  6153. <xs:element name="User" substitutionGroup="msb:Task">
  6154. <xs:annotation>
  6155. <xs:documentation>Provides information about the build user.</xs:documentation>
  6156. </xs:annotation>
  6157. <xs:complexType>
  6158. <xs:complexContent mixed="false">
  6159. <xs:extension base="msb:TaskType">
  6160. <xs:attribute name="DomainName" type="xs:string">
  6161. <xs:annotation>
  6162. <xs:documentation>[Optional] [Output] Gets the domain name of the build user.</xs:documentation>
  6163. </xs:annotation>
  6164. </xs:attribute>
  6165. <xs:attribute name="Email" type="xs:string">
  6166. <xs:annotation>
  6167. <xs:documentation>[Optional] [Output] Gets the email address of the build user.</xs:documentation>
  6168. </xs:annotation>
  6169. </xs:attribute>
  6170. <xs:attribute name="FirstName" type="xs:string">
  6171. <xs:annotation>
  6172. <xs:documentation>[Optional] [Output] Gets the first name of the build user.</xs:documentation>
  6173. </xs:annotation>
  6174. </xs:attribute>
  6175. <xs:attribute name="FullName" type="xs:string">
  6176. <xs:annotation>
  6177. <xs:documentation>[Optional] [Output] Gets the full name of the build user in "[First name] [Middle initial]. [Last name]" format .</xs:documentation>
  6178. </xs:annotation>
  6179. </xs:attribute>
  6180. <xs:attribute name="LastName" type="xs:string">
  6181. <xs:annotation>
  6182. <xs:documentation>[Optional] [Output] Gets the last name of the build user.</xs:documentation>
  6183. </xs:annotation>
  6184. </xs:attribute>
  6185. <xs:attribute name="MiddleInitial" type="xs:string">
  6186. <xs:annotation>
  6187. <xs:documentation>[Optional] [Output] Gets the middle initial of the build user.</xs:documentation>
  6188. </xs:annotation>
  6189. </xs:attribute>
  6190. <xs:attribute name="Phone" type="xs:string">
  6191. <xs:annotation>
  6192. <xs:documentation>[Optional] [Output] Gets the phone number of the build user.</xs:documentation>
  6193. </xs:annotation>
  6194. </xs:attribute>
  6195. <xs:attribute name="UserName" type="xs:string">
  6196. <xs:annotation>
  6197. <xs:documentation>[Optional] [Output] Gets the user name of the build user.</xs:documentation>
  6198. </xs:annotation>
  6199. </xs:attribute>
  6200. <xs:attribute name="UserNameWithDomain" type="xs:string">
  6201. <xs:annotation>
  6202. <xs:documentation>[Optional] [Output] Gets the username and domain name of the build user in "[Domain name]\[User name]" format.</xs:documentation>
  6203. </xs:annotation>
  6204. </xs:attribute>
  6205. </xs:extension>
  6206. </xs:complexContent>
  6207. </xs:complexType>
  6208. </xs:element>
  6209. <xs:element name="Version" substitutionGroup="msb:Task">
  6210. <xs:annotation>
  6211. <xs:documentation>Generates version information based on various algorithms</xs:documentation>
  6212. </xs:annotation>
  6213. <xs:complexType>
  6214. <xs:complexContent mixed="false">
  6215. <xs:extension base="msb:TaskType">
  6216. <xs:attribute name="Build" type="xs:string">
  6217. <xs:annotation>
  6218. <xs:documentation>[Optional] [Output] Gets or sets the build version number.</xs:documentation>
  6219. </xs:annotation>
  6220. </xs:attribute>
  6221. <xs:attribute name="BuildType" type="xs:string">
  6222. <xs:annotation>
  6223. <xs:documentation>[Optional] Gets or sets the method used to generate a number</xs:documentation>
  6224. </xs:annotation>
  6225. </xs:attribute>
  6226. <xs:attribute name="Major" type="xs:string">
  6227. <xs:annotation>
  6228. <xs:documentation>[Optional] [Output] Gets or sets the major version number.</xs:documentation>
  6229. </xs:annotation>
  6230. </xs:attribute>
  6231. <xs:attribute name="MajorType" type="xs:string">
  6232. <xs:annotation>
  6233. <xs:documentation>[Optional] Gets or sets the method used to generate a number</xs:documentation>
  6234. </xs:annotation>
  6235. </xs:attribute>
  6236. <xs:attribute name="Minor" type="xs:string">
  6237. <xs:annotation>
  6238. <xs:documentation>[Optional] [Output] Gets or sets the minor version number.</xs:documentation>
  6239. </xs:annotation>
  6240. </xs:attribute>
  6241. <xs:attribute name="MinorType" type="xs:string">
  6242. <xs:annotation>
  6243. <xs:documentation>[Optional] Gets or sets the method used to generate a number</xs:documentation>
  6244. </xs:annotation>
  6245. </xs:attribute>
  6246. <xs:attribute name="Revision" type="xs:string">
  6247. <xs:annotation>
  6248. <xs:documentation>[Optional] [Output] Gets or sets the revision version number.</xs:documentation>
  6249. </xs:annotation>
  6250. </xs:attribute>
  6251. <xs:attribute name="RevisionType" type="xs:string">
  6252. <xs:annotation>
  6253. <xs:documentation>[Optional] Gets or sets the method used to generate a number</xs:documentation>
  6254. </xs:annotation>
  6255. </xs:attribute>
  6256. <xs:attribute name="StartDate" type="xs:string">
  6257. <xs:annotation>
  6258. <xs:documentation>[Optional] Gets or sets the starting date used to calculate the number when is Automatic.</xs:documentation>
  6259. </xs:annotation>
  6260. </xs:attribute>
  6261. <xs:attribute name="VersionFile" type="xs:string">
  6262. <xs:annotation>
  6263. <xs:documentation>[Optional] Gets or sets the file used to initialize and persist the version.</xs:documentation>
  6264. </xs:annotation>
  6265. </xs:attribute>
  6266. </xs:extension>
  6267. </xs:complexContent>
  6268. </xs:complexType>
  6269. </xs:element>
  6270. <xs:element name="WebDownload" substitutionGroup="msb:Task">
  6271. <xs:annotation>
  6272. <xs:documentation>Downloads a resource with the specified URI to a local file.</xs:documentation>
  6273. </xs:annotation>
  6274. <xs:complexType>
  6275. <xs:complexContent mixed="false">
  6276. <xs:extension base="msb:TaskType">
  6277. <xs:attribute name="Domain" type="xs:string">
  6278. <xs:annotation>
  6279. <xs:documentation>[Optional] The domain of the user being used to authenticate against the remote web server. A value for must also be provided.</xs:documentation>
  6280. </xs:annotation>
  6281. </xs:attribute>
  6282. <xs:attribute name="FileName" type="msb:non_empty_string" use="required">
  6283. <xs:annotation>
  6284. <xs:documentation>Gets or sets the name of the local file that is to receive the data.</xs:documentation>
  6285. </xs:annotation>
  6286. </xs:attribute>
  6287. <xs:attribute name="FileUri" type="msb:non_empty_string" use="required">
  6288. <xs:annotation>
  6289. <xs:documentation>Gets or sets the URI from which to download data.</xs:documentation>
  6290. </xs:annotation>
  6291. </xs:attribute>
  6292. <xs:attribute name="Password" type="xs:string">
  6293. <xs:annotation>
  6294. <xs:documentation>[Optional] The password used to authenticate against the remote web server. A value for must also be provided.</xs:documentation>
  6295. </xs:annotation>
  6296. </xs:attribute>
  6297. <xs:attribute name="UseDefaultCredentials" type="msb:non_empty_string">
  6298. <xs:annotation>
  6299. <xs:documentation>[Optional] When true, the current user's credentials are used to authenticate against the remote web server</xs:documentation>
  6300. </xs:annotation>
  6301. </xs:attribute>
  6302. <xs:attribute name="Username" type="xs:string">
  6303. <xs:annotation>
  6304. <xs:documentation>[Optional] The username used to authenticate against the remote web server</xs:documentation>
  6305. </xs:annotation>
  6306. </xs:attribute>
  6307. </xs:extension>
  6308. </xs:complexContent>
  6309. </xs:complexType>
  6310. </xs:element>
  6311. <xs:element name="XmlMassUpdate" substitutionGroup="msb:Task">
  6312. <xs:annotation>
  6313. <xs:documentation>Performs multiple updates on an XML file</xs:documentation>
  6314. </xs:annotation>
  6315. <xs:complexType>
  6316. <xs:complexContent mixed="false">
  6317. <xs:extension base="msb:TaskType">
  6318. <xs:attribute name="ContentFile" type="msb:non_empty_string" use="required">
  6319. <xs:annotation>
  6320. <xs:documentation>The original file whose content is to be updated</xs:documentation>
  6321. </xs:annotation>
  6322. </xs:attribute>
  6323. <xs:attribute name="ContentPathUsedByTask" type="xs:string">
  6324. <xs:annotation>
  6325. <xs:documentation>[Optional] [Output] The full path of the file containing content updated by the task</xs:documentation>
  6326. </xs:annotation>
  6327. </xs:attribute>
  6328. <xs:attribute name="ContentRoot" type="xs:string">
  6329. <xs:annotation>
  6330. <xs:documentation>[Optional] The XPath expression identifying root node that substitions are relative to</xs:documentation>
  6331. </xs:annotation>
  6332. </xs:attribute>
  6333. <xs:attribute name="MergedFile" type="xs:string">
  6334. <xs:annotation>
  6335. <xs:documentation>[Optional] The file created after performing the updates</xs:documentation>
  6336. </xs:annotation>
  6337. </xs:attribute>
  6338. <xs:attribute name="MergedPathUsedByTask" type="xs:string">
  6339. <xs:annotation>
  6340. <xs:documentation>[Optional] [Output] The full path of the file containing the results of the task</xs:documentation>
  6341. </xs:annotation>
  6342. </xs:attribute>
  6343. <xs:attribute name="NamespaceDefinitions" type="xs:string">
  6344. <xs:annotation>
  6345. <xs:documentation>[Optional] A collection of prefix=namespace definitions used to query the XML documents</xs:documentation>
  6346. </xs:annotation>
  6347. </xs:attribute>
  6348. <xs:attribute name="SubstitutionsFile" type="xs:string">
  6349. <xs:annotation>
  6350. <xs:documentation>[Optional] The file containing the list of updates to perform</xs:documentation>
  6351. </xs:annotation>
  6352. </xs:attribute>
  6353. <xs:attribute name="SubstitutionsPathUsedByTask" type="xs:string">
  6354. <xs:annotation>
  6355. <xs:documentation>[Optional] [Output] The full path of the file containing substitutions used by the task</xs:documentation>
  6356. </xs:annotation>
  6357. </xs:attribute>
  6358. <xs:attribute name="SubstitutionsRoot" type="xs:string">
  6359. <xs:annotation>
  6360. <xs:documentation>[Optional] The XPath expression used to locate the list of substitutions to perform</xs:documentation>
  6361. </xs:annotation>
  6362. </xs:attribute>
  6363. <xs:attribute name="UpdateControlNamespace" type="xs:string">
  6364. <xs:annotation>
  6365. <xs:documentation>[Optional] The namespace used for XmlMassUpdate pre-defined attributes</xs:documentation>
  6366. </xs:annotation>
  6367. </xs:attribute>
  6368. </xs:extension>
  6369. </xs:complexContent>
  6370. </xs:complexType>
  6371. </xs:element>
  6372. <xs:element name="XmlQuery" substitutionGroup="msb:Task">
  6373. <xs:annotation>
  6374. <xs:documentation>Reads a value or values from lines of XML</xs:documentation>
  6375. </xs:annotation>
  6376. <xs:complexType>
  6377. <xs:complexContent mixed="false">
  6378. <xs:extension base="msb:TaskType">
  6379. <xs:attribute name="Lines" type="xs:string">
  6380. <xs:annotation>
  6381. <xs:documentation>[Optional] The lines of a valid XML document</xs:documentation>
  6382. </xs:annotation>
  6383. </xs:attribute>
  6384. <xs:attribute name="NamespaceDefinitions" type="xs:string">
  6385. <xs:annotation>
  6386. <xs:documentation>[Optional] A collection of prefix=namespace definitions used to query the XML document</xs:documentation>
  6387. </xs:annotation>
  6388. </xs:attribute>
  6389. <xs:attribute name="ReservedMetaDataPrefix" type="xs:string">
  6390. <xs:annotation>
  6391. <xs:documentation>[Optional] The string that is prepended to all reserved metadata properties.</xs:documentation>
  6392. </xs:annotation>
  6393. </xs:attribute>
  6394. <xs:attribute name="Values" type="xs:string">
  6395. <xs:annotation>
  6396. <xs:documentation>[Optional] [Output] The values selected by</xs:documentation>
  6397. </xs:annotation>
  6398. </xs:attribute>
  6399. <xs:attribute name="ValuesCount" type="xs:string">
  6400. <xs:annotation>
  6401. <xs:documentation>[Optional] [Output] The number of values returned in</xs:documentation>
  6402. </xs:annotation>
  6403. </xs:attribute>
  6404. <xs:attribute name="XmlFileName" type="xs:string">
  6405. <xs:annotation>
  6406. <xs:documentation>[Optional] Gets or sets the name of an XML file to query</xs:documentation>
  6407. </xs:annotation>
  6408. </xs:attribute>
  6409. <xs:attribute name="XPath" type="msb:non_empty_string" use="required">
  6410. <xs:annotation>
  6411. <xs:documentation>The query used to identify the values in the XML document</xs:documentation>
  6412. </xs:annotation>
  6413. </xs:attribute>
  6414. </xs:extension>
  6415. </xs:complexContent>
  6416. </xs:complexType>
  6417. </xs:element>
  6418. <xs:element name="XmlRead" substitutionGroup="msb:Task">
  6419. <xs:annotation>
  6420. <xs:documentation>Reads a value from a XML document using a XPath.</xs:documentation>
  6421. </xs:annotation>
  6422. <xs:complexType>
  6423. <xs:complexContent mixed="false">
  6424. <xs:extension base="msb:TaskType">
  6425. <xs:attribute name="Namespace" type="xs:string">
  6426. <xs:annotation>
  6427. <xs:documentation>[Optional] Gets or sets the default namespace.</xs:documentation>
  6428. </xs:annotation>
  6429. </xs:attribute>
  6430. <xs:attribute name="Prefix" type="xs:string">
  6431. <xs:annotation>
  6432. <xs:documentation>[Optional] Gets or sets the prefix to associate with the namespace being added.</xs:documentation>
  6433. </xs:annotation>
  6434. </xs:attribute>
  6435. <xs:attribute name="Value" type="xs:string">
  6436. <xs:annotation>
  6437. <xs:documentation>[Optional] [Output] Gets the value read from file.</xs:documentation>
  6438. </xs:annotation>
  6439. </xs:attribute>
  6440. <xs:attribute name="XmlFileName" type="msb:non_empty_string" use="required">
  6441. <xs:annotation>
  6442. <xs:documentation>Gets or sets the name of the XML file.</xs:documentation>
  6443. </xs:annotation>
  6444. </xs:attribute>
  6445. <xs:attribute name="XPath" type="msb:non_empty_string" use="required">
  6446. <xs:annotation>
  6447. <xs:documentation>Gets or sets the XPath.</xs:documentation>
  6448. </xs:annotation>
  6449. </xs:attribute>
  6450. </xs:extension>
  6451. </xs:complexContent>
  6452. </xs:complexType>
  6453. </xs:element>
  6454. <xs:element name="XmlUpdate" substitutionGroup="msb:Task">
  6455. <xs:annotation>
  6456. <xs:documentation>Updates a XML document using a XPath.</xs:documentation>
  6457. </xs:annotation>
  6458. <xs:complexType>
  6459. <xs:complexContent mixed="false">
  6460. <xs:extension base="msb:TaskType">
  6461. <xs:attribute name="Delete" type="msb:non_empty_string">
  6462. <xs:annotation>
  6463. <xs:documentation>[Optional] Gets or sets a value indicating whether the matched node is deleted.</xs:documentation>
  6464. </xs:annotation>
  6465. </xs:attribute>
  6466. <xs:attribute name="Namespace" type="xs:string">
  6467. <xs:annotation>
  6468. <xs:documentation>[Optional] Gets or sets the default namespace.</xs:documentation>
  6469. </xs:annotation>
  6470. </xs:attribute>
  6471. <xs:attribute name="Prefix" type="xs:string">
  6472. <xs:annotation>
  6473. <xs:documentation>[Optional] Gets or sets the prefix to associate with the namespace being added.</xs:documentation>
  6474. </xs:annotation>
  6475. </xs:attribute>
  6476. <xs:attribute name="Value" type="xs:string">
  6477. <xs:annotation>
  6478. <xs:documentation>[Optional] Gets or sets the value to write.</xs:documentation>
  6479. </xs:annotation>
  6480. </xs:attribute>
  6481. <xs:attribute name="XmlFileName" type="msb:non_empty_string" use="required">
  6482. <xs:annotation>
  6483. <xs:documentation>Gets or sets the name of the XML file.</xs:documentation>
  6484. </xs:annotation>
  6485. </xs:attribute>
  6486. <xs:attribute name="XPath" type="msb:non_empty_string" use="required">
  6487. <xs:annotation>
  6488. <xs:documentation>Gets or sets the XPath.</xs:documentation>
  6489. </xs:annotation>
  6490. </xs:attribute>
  6491. </xs:extension>
  6492. </xs:complexContent>
  6493. </xs:complexType>
  6494. </xs:element>
  6495. <xs:element name="Xslt" substitutionGroup="msb:Task">
  6496. <xs:annotation>
  6497. <xs:documentation>A task to merge and transform a set of xml files.</xs:documentation>
  6498. </xs:annotation>
  6499. <xs:complexType>
  6500. <xs:complexContent mixed="false">
  6501. <xs:extension base="msb:TaskType">
  6502. <xs:attribute name="Inputs" type="msb:non_empty_string" use="required">
  6503. <xs:annotation>
  6504. <xs:documentation>Gets or sets the xml input files.</xs:documentation>
  6505. </xs:annotation>
  6506. </xs:attribute>
  6507. <xs:attribute name="Output" type="msb:non_empty_string" use="required">
  6508. <xs:annotation>
  6509. <xs:documentation>Gets or sets the path of the output file.</xs:documentation>
  6510. </xs:annotation>
  6511. </xs:attribute>
  6512. <xs:attribute name="RootAttributes" type="xs:string">
  6513. <xs:annotation>
  6514. <xs:documentation>[Optional] Gets or sets the list of
  6515. semicolon-delimited name/value pairs
  6516. of the .
  6517. For example: RootAttributes="foo=bar;date=$(buildDate)"</xs:documentation>
  6518. </xs:annotation>
  6519. </xs:attribute>
  6520. <xs:attribute name="RootTag" type="xs:string">
  6521. <xs:annotation>
  6522. <xs:documentation>[Optional] Gets or sets the xml tag name
  6523. of the root tag wrapped
  6524. around the merged xml input files.</xs:documentation>
  6525. </xs:annotation>
  6526. </xs:attribute>
  6527. <xs:attribute name="Xsl" type="msb:non_empty_string" use="required">
  6528. <xs:annotation>
  6529. <xs:documentation>Gets or sets the path of the
  6530. xsl transformation file to apply.</xs:documentation>
  6531. </xs:annotation>
  6532. </xs:attribute>
  6533. </xs:extension>
  6534. </xs:complexContent>
  6535. </xs:complexType>
  6536. </xs:element>
  6537. <xs:element name="Zip" substitutionGroup="msb:Task">
  6538. <xs:annotation>
  6539. <xs:documentation>Create a zip file with the files specified.</xs:documentation>
  6540. </xs:annotation>
  6541. <xs:complexType>
  6542. <xs:complexContent mixed="false">
  6543. <xs:extension base="msb:TaskType">
  6544. <xs:attribute name="Comment" type="xs:string">
  6545. <xs:annotation>
  6546. <xs:documentation>[Optional] Gets or sets the comment.</xs:documentation>
  6547. </xs:annotation>
  6548. </xs:attribute>
  6549. <xs:attribute name="Encryption" type="xs:string">
  6550. <xs:annotation>
  6551. <xs:documentation>[Optional] Gets or sets the encryption algorithm.</xs:documentation>
  6552. </xs:annotation>
  6553. </xs:attribute>
  6554. <xs:attribute name="Files" type="msb:non_empty_string" use="required">
  6555. <xs:annotation>
  6556. <xs:documentation>Gets or sets the files to zip.</xs:documentation>
  6557. </xs:annotation>
  6558. </xs:attribute>
  6559. <xs:attribute name="Flatten" type="msb:non_empty_string">
  6560. <xs:annotation>
  6561. <xs:documentation>[Optional] Gets or sets a value indicating whether this is flatten.</xs:documentation>
  6562. </xs:annotation>
  6563. </xs:attribute>
  6564. <xs:attribute name="Password" type="xs:string">
  6565. <xs:annotation>
  6566. <xs:documentation>[Optional] Gets or sets the password.</xs:documentation>
  6567. </xs:annotation>
  6568. </xs:attribute>
  6569. <xs:attribute name="WorkingDirectory" type="xs:string">
  6570. <xs:annotation>
  6571. <xs:documentation>[Optional] Gets or sets the working directory for the zip file.</xs:documentation>
  6572. </xs:annotation>
  6573. </xs:attribute>
  6574. <xs:attribute name="ZipFileName" type="msb:non_empty_string" use="required">
  6575. <xs:annotation>
  6576. <xs:documentation>Gets or sets the name of the zip file.</xs:documentation>
  6577. </xs:annotation>
  6578. </xs:attribute>
  6579. <xs:attribute name="ZipLevel" type="xs:string">
  6580. <xs:annotation>
  6581. <xs:documentation>[Optional] Gets or sets the zip level. Default is 6.</xs:documentation>
  6582. </xs:annotation>
  6583. </xs:attribute>
  6584. </xs:extension>
  6585. </xs:complexContent>
  6586. </xs:complexType>
  6587. </xs:element>
  6588. </xs:schema>