1: <dfs:myFields
2: xmlns:xsd="http://www.w3.org/2001/XMLSchema"
3: xmlns:dms="http://schemas.microsoft.com/office/2009/documentManagement/types"
4: xmlns:dfs="http://schemas.microsoft.com/office/infopath/2003/dataFormSolution"
5: xmlns:q="http://schemas.microsoft.com/office/infopath/2009/WSSList/queryFields"
6: xmlns:d="http://schemas.microsoft.com/office/infopath/2009/WSSList/dataFields"
7: xmlns:ma="http://schemas.microsoft.com/office/2009/metadata/properties/metaAttributes"
8: xmlns:pc="http://schemas.microsoft.com/office/infopath/2007/PartnerControls"
9: xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
10: <dfs:queryFields />
11: <dfs:dataFields>
12: <d:SharePointListItem_RW>
13: <d:Approvers>
14: <d:Assignment>
15: <d:Assignee>
16: <pc:Person>
17: <pc:DisplayName>Approvers</pc:DisplayName>
18: <pc:AccountId>Approvers</pc:AccountId>
19: <pc:AccountType>SharePointGroup</pc:AccountType>
20: </pc:Person>
21: <pc:Person>
22: <pc:DisplayName>BUILTIN\administrators</pc:DisplayName>
23: <pc:AccountId>BUILTIN\administrators</pc:AccountId>
24: <pc:AccountType>SecurityGroup</pc:AccountType>
25: </pc:Person>
26: <pc:Person>
27: <pc:DisplayName>Reader</pc:DisplayName>
28: <pc:AccountId>LOCAL\reader</pc:AccountId>
29: <pc:AccountType>User</pc:AccountType>
30: </pc:Person>
31: </d:Assignee>
32: <d:Stage xsi:nil="true" />
33: <d:AssignmentType>Serial</d:AssignmentType>
34: </d:Assignment>
35: <d:Assignment>
36: <d:Assignee>
37: <pc:Person>
38: <pc:DisplayName>local\administrator</pc:DisplayName>
39: <pc:AccountId>LOCAL\administrator</pc:AccountId>
40: <pc:AccountType>User</pc:AccountType>
41: </pc:Person>
42: </d:Assignee>
43: <d:Stage xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" />
44: <d:AssignmentType>Parallel</d:AssignmentType>
45: </d:Assignment>
46: </d:Approvers>
47: <d:ExpandGroups>true</d:ExpandGroups>
48: <d:NotificationMessage />
49: <d:DueDateforAllTasks xsi:nil="true" />
50: <d:DurationforSerialTasks xsi:nil="true" />
51: <d:DurationUnits>Day</d:DurationUnits>
52: <d:CC />
53: <d:CancelonRejection>true</d:CancelonRejection>
54: <d:CancelonChange>false</d:CancelonChange>
55: <d:EnableContentApproval>true</d:EnableContentApproval>
56: </d:SharePointListItem_RW>
57: </dfs:dataFields>
58: </dfs:myFields>