Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(412)

Side by Side Diff: xfa/fxfa/parser/xfa_basic_data.cpp

Issue 2083453003: Split the XFA_OBJECTTYPE enum into two parts. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Fix == nullptr Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright 2014 PDFium Authors. All rights reserved. 1 // Copyright 2014 PDFium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com 5 // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
6 6
7 #include "xfa/fxfa/parser/xfa_basic_data.h" 7 #include "xfa/fxfa/parser/xfa_basic_data.h"
8 8
9 #include "xfa/fxfa/parser/xfa_basic_imp.h" 9 #include "xfa/fxfa/parser/xfa_basic_imp.h"
10 #include "xfa/fxfa/parser/xfa_doclayout.h" 10 #include "xfa/fxfa/parser/xfa_doclayout.h"
(...skipping 1054 matching lines...) Expand 10 before | Expand all | Expand 10 after
1065 {XFA_ELEMENT_LockDocument, XFA_ATTRIBUTE_Type, XFA_ATTRIBUTETYPE_Enum, 1065 {XFA_ELEMENT_LockDocument, XFA_ATTRIBUTE_Type, XFA_ATTRIBUTETYPE_Enum,
1066 (void*)XFA_ATTRIBUTEENUM_Optional}, 1066 (void*)XFA_ATTRIBUTEENUM_Optional},
1067 {XFA_ELEMENT_Occur, XFA_ATTRIBUTE_Max, XFA_ATTRIBUTETYPE_Integer, (void*)1}, 1067 {XFA_ELEMENT_Occur, XFA_ATTRIBUTE_Max, XFA_ATTRIBUTETYPE_Integer, (void*)1},
1068 {XFA_ELEMENT_NumberSymbol, XFA_ATTRIBUTE_Name, XFA_ATTRIBUTETYPE_Enum, 1068 {XFA_ELEMENT_NumberSymbol, XFA_ATTRIBUTE_Name, XFA_ATTRIBUTETYPE_Enum,
1069 (void*)XFA_ATTRIBUTEENUM_Decimal}, 1069 (void*)XFA_ATTRIBUTEENUM_Decimal},
1070 }; 1070 };
1071 const int32_t g_iXFANotsureCount = 1071 const int32_t g_iXFANotsureCount =
1072 sizeof(g_XFANotsureAttributes) / sizeof(XFA_NOTSUREATTRIBUTE); 1072 sizeof(g_XFANotsureAttributes) / sizeof(XFA_NOTSUREATTRIBUTE);
1073 1073
1074 const XFA_ELEMENTINFO g_XFAElementData[] = { 1074 const XFA_ELEMENTINFO g_XFAElementData[] = {
1075 {0x23ee3, L"ps", XFA_ELEMENT_Ps, XFA_XDPPACKET_Config, XFA_OBJECTTYPE_Node}, 1075 {0x23ee3, L"ps", XFA_ELEMENT_Ps, XFA_XDPPACKET_Config,
1076 XFA_ObjectType::Node},
1076 {0x25363, L"to", XFA_ELEMENT_To, XFA_XDPPACKET_Config, 1077 {0x25363, L"to", XFA_ELEMENT_To, XFA_XDPPACKET_Config,
1077 XFA_OBJECTTYPE_ContentNode}, 1078 XFA_ObjectType::ContentNode},
1078 {0x2587e, L"ui", XFA_ELEMENT_Ui, 1079 {0x2587e, L"ui", XFA_ELEMENT_Ui,
1079 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1080 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1080 {0x1c648b, L"recordSet", XFA_ELEMENT_RecordSet, XFA_XDPPACKET_SourceSet, 1081 {0x1c648b, L"recordSet", XFA_ELEMENT_RecordSet, XFA_XDPPACKET_SourceSet,
1081 XFA_OBJECTTYPE_Node}, 1082 XFA_ObjectType::Node},
1082 {0x171428f, L"subsetBelow", XFA_ELEMENT_SubsetBelow, XFA_XDPPACKET_Config, 1083 {0x171428f, L"subsetBelow", XFA_ELEMENT_SubsetBelow, XFA_XDPPACKET_Config,
1083 XFA_OBJECTTYPE_ContentNode}, 1084 XFA_ObjectType::ContentNode},
1084 {0x1a0776a, L"subformSet", XFA_ELEMENT_SubformSet, 1085 {0x1a0776a, L"subformSet", XFA_ELEMENT_SubformSet,
1085 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_ContainerNode}, 1086 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form,
1087 XFA_ObjectType::ContainerNode},
1086 {0x2340d70, L"adobeExtensionLevel", XFA_ELEMENT_AdobeExtensionLevel, 1088 {0x2340d70, L"adobeExtensionLevel", XFA_ELEMENT_AdobeExtensionLevel,
1087 XFA_XDPPACKET_Config, XFA_OBJECTTYPE_ContentNode}, 1089 XFA_XDPPACKET_Config, XFA_ObjectType::ContentNode},
1088 {0x2c1c7f1, L"typeface", XFA_ELEMENT_Typeface, XFA_XDPPACKET_LocaleSet, 1090 {0x2c1c7f1, L"typeface", XFA_ELEMENT_Typeface, XFA_XDPPACKET_LocaleSet,
1089 XFA_OBJECTTYPE_Node}, 1091 XFA_ObjectType::Node},
1090 {0x5518c25, L"break", XFA_ELEMENT_Break, 1092 {0x5518c25, L"break", XFA_ELEMENT_Break,
1091 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1093 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1092 {0x5fff523, L"fontInfo", XFA_ELEMENT_FontInfo, XFA_XDPPACKET_Config, 1094 {0x5fff523, L"fontInfo", XFA_ELEMENT_FontInfo, XFA_XDPPACKET_Config,
1093 XFA_OBJECTTYPE_Node}, 1095 XFA_ObjectType::Node},
1094 {0x653a227, L"numberPattern", XFA_ELEMENT_NumberPattern, 1096 {0x653a227, L"numberPattern", XFA_ELEMENT_NumberPattern,
1095 XFA_XDPPACKET_LocaleSet, XFA_OBJECTTYPE_ContentNode}, 1097 XFA_XDPPACKET_LocaleSet, XFA_ObjectType::ContentNode},
1096 {0x65b4a05, L"dynamicRender", XFA_ELEMENT_DynamicRender, 1098 {0x65b4a05, L"dynamicRender", XFA_ELEMENT_DynamicRender,
1097 XFA_XDPPACKET_Config, XFA_OBJECTTYPE_ContentNode}, 1099 XFA_XDPPACKET_Config, XFA_ObjectType::ContentNode},
1098 {0x7e4362e, L"printScaling", XFA_ELEMENT_PrintScaling, XFA_XDPPACKET_Config, 1100 {0x7e4362e, L"printScaling", XFA_ELEMENT_PrintScaling, XFA_XDPPACKET_Config,
1099 XFA_OBJECTTYPE_ContentNode}, 1101 XFA_ObjectType::ContentNode},
1100 {0x7fe6d3a, L"checkButton", XFA_ELEMENT_CheckButton, 1102 {0x7fe6d3a, L"checkButton", XFA_ELEMENT_CheckButton,
1101 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1103 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1102 {0x80cf58f, L"datePatterns", XFA_ELEMENT_DatePatterns, 1104 {0x80cf58f, L"datePatterns", XFA_ELEMENT_DatePatterns,
1103 XFA_XDPPACKET_LocaleSet, XFA_OBJECTTYPE_Node}, 1105 XFA_XDPPACKET_LocaleSet, XFA_ObjectType::Node},
1104 {0x811929d, L"sourceSet", XFA_ELEMENT_SourceSet, XFA_XDPPACKET_SourceSet, 1106 {0x811929d, L"sourceSet", XFA_ELEMENT_SourceSet, XFA_XDPPACKET_SourceSet,
1105 XFA_OBJECTTYPE_ModelNode}, 1107 XFA_ObjectType::ModelNode},
1106 {0x9f9d612, L"amd", XFA_ELEMENT_Amd, XFA_XDPPACKET_Config, 1108 {0x9f9d612, L"amd", XFA_ELEMENT_Amd, XFA_XDPPACKET_Config,
1107 XFA_OBJECTTYPE_ContentNode}, 1109 XFA_ObjectType::ContentNode},
1108 {0x9f9efb6, L"arc", XFA_ELEMENT_Arc, 1110 {0x9f9efb6, L"arc", XFA_ELEMENT_Arc,
1109 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1111 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1110 {0xa48835e, L"day", XFA_ELEMENT_Day, XFA_XDPPACKET_LocaleSet, 1112 {0xa48835e, L"day", XFA_ELEMENT_Day, XFA_XDPPACKET_LocaleSet,
1111 XFA_OBJECTTYPE_ContentNode}, 1113 XFA_ObjectType::ContentNode},
1112 {0xa6328b8, L"era", XFA_ELEMENT_Era, XFA_XDPPACKET_LocaleSet, 1114 {0xa6328b8, L"era", XFA_ELEMENT_Era, XFA_XDPPACKET_LocaleSet,
1113 XFA_OBJECTTYPE_ContentNode}, 1115 XFA_ObjectType::ContentNode},
1114 {0xae6a0a0, L"jog", XFA_ELEMENT_Jog, XFA_XDPPACKET_Config, 1116 {0xae6a0a0, L"jog", XFA_ELEMENT_Jog, XFA_XDPPACKET_Config,
1115 XFA_OBJECTTYPE_ContentNode}, 1117 XFA_ObjectType::ContentNode},
1116 {0xb1b3d22, L"log", XFA_ELEMENT_Log, XFA_XDPPACKET_Config, 1118 {0xb1b3d22, L"log", XFA_ELEMENT_Log, XFA_XDPPACKET_Config,
1117 XFA_OBJECTTYPE_Node}, 1119 XFA_ObjectType::Node},
1118 {0xb35439e, L"map", XFA_ELEMENT_Map, 1120 {0xb35439e, L"map", XFA_ELEMENT_Map,
1119 XFA_XDPPACKET_Config | XFA_XDPPACKET_SourceSet, XFA_OBJECTTYPE_Node}, 1121 XFA_XDPPACKET_Config | XFA_XDPPACKET_SourceSet, XFA_ObjectType::Node},
1120 {0xb355301, L"mdp", XFA_ELEMENT_Mdp, 1122 {0xb355301, L"mdp", XFA_ELEMENT_Mdp,
1121 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1123 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1122 {0xb420438, L"breakBefore", XFA_ELEMENT_BreakBefore, 1124 {0xb420438, L"breakBefore", XFA_ELEMENT_BreakBefore,
1123 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1125 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1124 {0xb6a091c, L"oid", XFA_ELEMENT_Oid, 1126 {0xb6a091c, L"oid", XFA_ELEMENT_Oid,
1125 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_TextNode}, 1127 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::TextNode},
1126 {0xb84389f, L"pcl", XFA_ELEMENT_Pcl, XFA_XDPPACKET_Config, 1128 {0xb84389f, L"pcl", XFA_ELEMENT_Pcl, XFA_XDPPACKET_Config,
1127 XFA_OBJECTTYPE_Node}, 1129 XFA_ObjectType::Node},
1128 {0xb843dba, L"pdf", XFA_ELEMENT_Pdf, XFA_XDPPACKET_Config, 1130 {0xb843dba, L"pdf", XFA_ELEMENT_Pdf, XFA_XDPPACKET_Config,
1129 XFA_OBJECTTYPE_Node}, 1131 XFA_ObjectType::Node},
1130 {0xbb8df5d, L"ref", XFA_ELEMENT_Ref, 1132 {0xbb8df5d, L"ref", XFA_ELEMENT_Ref,
1131 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_TextNode}, 1133 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::TextNode},
1132 {0xc080cd0, L"uri", XFA_ELEMENT_Uri, 1134 {0xc080cd0, L"uri", XFA_ELEMENT_Uri,
1133 XFA_XDPPACKET_Config | XFA_XDPPACKET_ConnectionSet, 1135 XFA_XDPPACKET_Config | XFA_XDPPACKET_ConnectionSet,
1134 XFA_OBJECTTYPE_TextNode}, 1136 XFA_ObjectType::TextNode},
1135 {0xc56afbf, L"xdc", XFA_ELEMENT_Xdc, 1137 {0xc56afbf, L"xdc", XFA_ELEMENT_Xdc,
1136 XFA_XDPPACKET_Config | XFA_XDPPACKET_Xdc, XFA_OBJECTTYPE_ModelNode}, 1138 XFA_XDPPACKET_Config | XFA_XDPPACKET_Xdc, XFA_ObjectType::ModelNode},
1137 {0xc56afcc, L"xdp", XFA_ELEMENT_Xdp, XFA_XDPPACKET_Config, 1139 {0xc56afcc, L"xdp", XFA_ELEMENT_Xdp, XFA_XDPPACKET_Config,
1138 XFA_OBJECTTYPE_Node}, 1140 XFA_ObjectType::Node},
1139 {0xc56b9ff, L"xfa", XFA_ELEMENT_Xfa, XFA_XDPPACKET_XDP, 1141 {0xc56b9ff, L"xfa", XFA_ELEMENT_Xfa, XFA_XDPPACKET_XDP,
1140 XFA_OBJECTTYPE_ModelNode}, 1142 XFA_ObjectType::ModelNode},
1141 {0xc56fcb7, L"xsl", XFA_ELEMENT_Xsl, XFA_XDPPACKET_Config, 1143 {0xc56fcb7, L"xsl", XFA_ELEMENT_Xsl, XFA_XDPPACKET_Config,
1142 XFA_OBJECTTYPE_Node}, 1144 XFA_ObjectType::Node},
1143 {0xc8b89d6, L"zpl", XFA_ELEMENT_Zpl, XFA_XDPPACKET_Config, 1145 {0xc8b89d6, L"zpl", XFA_ELEMENT_Zpl, XFA_XDPPACKET_Config,
1144 XFA_OBJECTTYPE_Node}, 1146 XFA_ObjectType::Node},
1145 {0xc9bae94, L"cache", XFA_ELEMENT_Cache, XFA_XDPPACKET_Config, 1147 {0xc9bae94, L"cache", XFA_ELEMENT_Cache, XFA_XDPPACKET_Config,
1146 XFA_OBJECTTYPE_Node}, 1148 XFA_ObjectType::Node},
1147 {0xcb016be, L"margin", XFA_ELEMENT_Margin, 1149 {0xcb016be, L"margin", XFA_ELEMENT_Margin,
1148 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1150 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1149 {0xe1378fe, L"keyUsage", XFA_ELEMENT_KeyUsage, 1151 {0xe1378fe, L"keyUsage", XFA_ELEMENT_KeyUsage,
1150 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1152 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1151 {0xfe3596a, L"exclude", XFA_ELEMENT_Exclude, XFA_XDPPACKET_Config, 1153 {0xfe3596a, L"exclude", XFA_ELEMENT_Exclude, XFA_XDPPACKET_Config,
1152 XFA_OBJECTTYPE_ContentNode}, 1154 XFA_ObjectType::ContentNode},
1153 {0x10395ac7, L"choiceList", XFA_ELEMENT_ChoiceList, 1155 {0x10395ac7, L"choiceList", XFA_ELEMENT_ChoiceList,
1154 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1156 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1155 {0x1059ec18, L"level", XFA_ELEMENT_Level, XFA_XDPPACKET_Config, 1157 {0x1059ec18, L"level", XFA_ELEMENT_Level, XFA_XDPPACKET_Config,
1156 XFA_OBJECTTYPE_ContentNode}, 1158 XFA_ObjectType::ContentNode},
1157 {0x10874804, L"labelPrinter", XFA_ELEMENT_LabelPrinter, 1159 {0x10874804, L"labelPrinter", XFA_ELEMENT_LabelPrinter,
1158 XFA_XDPPACKET_Config, XFA_OBJECTTYPE_Node}, 1160 XFA_XDPPACKET_Config, XFA_ObjectType::Node},
1159 {0x10c40e03, L"calendarSymbols", XFA_ELEMENT_CalendarSymbols, 1161 {0x10c40e03, L"calendarSymbols", XFA_ELEMENT_CalendarSymbols,
1160 XFA_XDPPACKET_LocaleSet, XFA_OBJECTTYPE_Node}, 1162 XFA_XDPPACKET_LocaleSet, XFA_ObjectType::Node},
1161 {0x10f1ea24, L"para", XFA_ELEMENT_Para, 1163 {0x10f1ea24, L"para", XFA_ELEMENT_Para,
1162 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1164 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1163 {0x10f1ea37, L"part", XFA_ELEMENT_Part, XFA_XDPPACKET_Config, 1165 {0x10f1ea37, L"part", XFA_ELEMENT_Part, XFA_XDPPACKET_Config,
1164 XFA_OBJECTTYPE_ContentNode}, 1166 XFA_ObjectType::ContentNode},
1165 {0x1140975b, L"pdfa", XFA_ELEMENT_Pdfa, XFA_XDPPACKET_Config, 1167 {0x1140975b, L"pdfa", XFA_ELEMENT_Pdfa, XFA_XDPPACKET_Config,
1166 XFA_OBJECTTYPE_Node}, 1168 XFA_ObjectType::Node},
1167 {0x1154efe6, L"filter", XFA_ELEMENT_Filter, 1169 {0x1154efe6, L"filter", XFA_ELEMENT_Filter,
1168 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1170 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1169 {0x13f41de1, L"present", XFA_ELEMENT_Present, XFA_XDPPACKET_Config, 1171 {0x13f41de1, L"present", XFA_ELEMENT_Present, XFA_XDPPACKET_Config,
1170 XFA_OBJECTTYPE_Node}, 1172 XFA_ObjectType::Node},
1171 {0x1827e6ea, L"pagination", XFA_ELEMENT_Pagination, XFA_XDPPACKET_Config, 1173 {0x1827e6ea, L"pagination", XFA_ELEMENT_Pagination, XFA_XDPPACKET_Config,
1172 XFA_OBJECTTYPE_ContentNode}, 1174 XFA_ObjectType::ContentNode},
1173 {0x18463707, L"encoding", XFA_ELEMENT_Encoding, 1175 {0x18463707, L"encoding", XFA_ELEMENT_Encoding,
1174 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_NodeC}, 1176 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::NodeC},
1175 {0x185e41e2, L"event", XFA_ELEMENT_Event, 1177 {0x185e41e2, L"event", XFA_ELEMENT_Event,
1176 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1178 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1177 {0x1adb142d, L"whitespace", XFA_ELEMENT_Whitespace, XFA_XDPPACKET_Config, 1179 {0x1adb142d, L"whitespace", XFA_ELEMENT_Whitespace, XFA_XDPPACKET_Config,
1178 XFA_OBJECTTYPE_NodeV}, 1180 XFA_ObjectType::NodeV},
1179 {0x1f3f64c3, L"defaultUi", XFA_ELEMENT_DefaultUi, 1181 {0x1f3f64c3, L"defaultUi", XFA_ELEMENT_DefaultUi,
1180 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1182 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1181 {0x204e87cb, L"dataModel", XFA_ELEMENT_DataModel, XFA_XDPPACKET_Datasets, 1183 {0x204e87cb, L"dataModel", XFA_ELEMENT_DataModel, XFA_XDPPACKET_Datasets,
1182 XFA_OBJECTTYPE_ModelNode}, 1184 XFA_ObjectType::ModelNode},
1183 {0x2057b350, L"barcode", XFA_ELEMENT_Barcode, 1185 {0x2057b350, L"barcode", XFA_ELEMENT_Barcode,
1184 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1186 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1185 {0x20596bad, L"timePattern", XFA_ELEMENT_TimePattern, 1187 {0x20596bad, L"timePattern", XFA_ELEMENT_TimePattern,
1186 XFA_XDPPACKET_LocaleSet, XFA_OBJECTTYPE_ContentNode}, 1188 XFA_XDPPACKET_LocaleSet, XFA_ObjectType::ContentNode},
1187 {0x210b74d3, L"batchOutput", XFA_ELEMENT_BatchOutput, XFA_XDPPACKET_Config, 1189 {0x210b74d3, L"batchOutput", XFA_ELEMENT_BatchOutput, XFA_XDPPACKET_Config,
1188 XFA_OBJECTTYPE_Node}, 1190 XFA_ObjectType::Node},
1189 {0x212ff0e2, L"enforce", XFA_ELEMENT_Enforce, XFA_XDPPACKET_Config, 1191 {0x212ff0e2, L"enforce", XFA_ELEMENT_Enforce, XFA_XDPPACKET_Config,
1190 XFA_OBJECTTYPE_ContentNode}, 1192 XFA_ObjectType::ContentNode},
1191 {0x21d351b4, L"currencySymbols", XFA_ELEMENT_CurrencySymbols, 1193 {0x21d351b4, L"currencySymbols", XFA_ELEMENT_CurrencySymbols,
1192 XFA_XDPPACKET_LocaleSet, XFA_OBJECTTYPE_Node}, 1194 XFA_XDPPACKET_LocaleSet, XFA_ObjectType::Node},
1193 {0x21db83c5, L"addSilentPrint", XFA_ELEMENT_AddSilentPrint, 1195 {0x21db83c5, L"addSilentPrint", XFA_ELEMENT_AddSilentPrint,
1194 XFA_XDPPACKET_Config, XFA_OBJECTTYPE_ContentNode}, 1196 XFA_XDPPACKET_Config, XFA_ObjectType::ContentNode},
1195 {0x22266258, L"rename", XFA_ELEMENT_Rename, XFA_XDPPACKET_Config, 1197 {0x22266258, L"rename", XFA_ELEMENT_Rename, XFA_XDPPACKET_Config,
1196 XFA_OBJECTTYPE_NodeV}, 1198 XFA_ObjectType::NodeV},
1197 {0x226ca8f1, L"operation", XFA_ELEMENT_Operation, 1199 {0x226ca8f1, L"operation", XFA_ELEMENT_Operation,
1198 XFA_XDPPACKET_ConnectionSet, XFA_OBJECTTYPE_TextNode}, 1200 XFA_XDPPACKET_ConnectionSet, XFA_ObjectType::TextNode},
1199 {0x23e27b84, L"typefaces", XFA_ELEMENT_Typefaces, XFA_XDPPACKET_LocaleSet, 1201 {0x23e27b84, L"typefaces", XFA_ELEMENT_Typefaces, XFA_XDPPACKET_LocaleSet,
1200 XFA_OBJECTTYPE_Node}, 1202 XFA_ObjectType::Node},
1201 {0x23f4aa75, L"subjectDNs", XFA_ELEMENT_SubjectDNs, 1203 {0x23f4aa75, L"subjectDNs", XFA_ELEMENT_SubjectDNs,
1202 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1204 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1203 {0x240d5e8e, L"issuers", XFA_ELEMENT_Issuers, 1205 {0x240d5e8e, L"issuers", XFA_ELEMENT_Issuers,
1204 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1206 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1205 {0x2457a033, L"signaturePseudoModel", XFA_ELEMENT_SignaturePseudoModel, 1207 {0x2457a033, L"signaturePseudoModel", XFA_ELEMENT_SignaturePseudoModel,
1206 XFA_XDPPACKET_XDP, XFA_OBJECTTYPE_OrdinaryObject}, 1208 XFA_XDPPACKET_XDP, XFA_ObjectType::OrdinaryObject},
1207 {0x24a52f8a, L"wsdlConnection", XFA_ELEMENT_WsdlConnection, 1209 {0x24a52f8a, L"wsdlConnection", XFA_ELEMENT_WsdlConnection,
1208 XFA_XDPPACKET_ConnectionSet, XFA_OBJECTTYPE_Node}, 1210 XFA_XDPPACKET_ConnectionSet, XFA_ObjectType::Node},
1209 {0x254ebd07, L"debug", XFA_ELEMENT_Debug, XFA_XDPPACKET_Config, 1211 {0x254ebd07, L"debug", XFA_ELEMENT_Debug, XFA_XDPPACKET_Config,
1210 XFA_OBJECTTYPE_Node}, 1212 XFA_ObjectType::Node},
1211 {0x2655c66a, L"delta", XFA_ELEMENT_Delta, XFA_XDPPACKET_Form, 1213 {0x2655c66a, L"delta", XFA_ELEMENT_Delta, XFA_XDPPACKET_Form,
1212 XFA_OBJECTTYPE_OrdinaryObject}, 1214 XFA_ObjectType::OrdinaryObject},
1213 {0x26c0daec, L"eraNames", XFA_ELEMENT_EraNames, XFA_XDPPACKET_LocaleSet, 1215 {0x26c0daec, L"eraNames", XFA_ELEMENT_EraNames, XFA_XDPPACKET_LocaleSet,
1214 XFA_OBJECTTYPE_Node}, 1216 XFA_ObjectType::Node},
1215 {0x273ab03b, L"modifyAnnots", XFA_ELEMENT_ModifyAnnots, 1217 {0x273ab03b, L"modifyAnnots", XFA_ELEMENT_ModifyAnnots,
1216 XFA_XDPPACKET_Config, XFA_OBJECTTYPE_ContentNode}, 1218 XFA_XDPPACKET_Config, XFA_ObjectType::ContentNode},
1217 {0x27875bb4, L"startNode", XFA_ELEMENT_StartNode, XFA_XDPPACKET_Config, 1219 {0x27875bb4, L"startNode", XFA_ELEMENT_StartNode, XFA_XDPPACKET_Config,
1218 XFA_OBJECTTYPE_NodeV}, 1220 XFA_ObjectType::NodeV},
1219 {0x285d0dbc, L"button", XFA_ELEMENT_Button, 1221 {0x285d0dbc, L"button", XFA_ELEMENT_Button,
1220 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1222 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1221 {0x28dee6e9, L"format", XFA_ELEMENT_Format, 1223 {0x28dee6e9, L"format", XFA_ELEMENT_Format,
1222 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1224 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1223 {0x2a23349e, L"border", XFA_ELEMENT_Border, 1225 {0x2a23349e, L"border", XFA_ELEMENT_Border,
1224 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1226 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1225 {0x2ae67f19, L"area", XFA_ELEMENT_Area, 1227 {0x2ae67f19, L"area", XFA_ELEMENT_Area,
1226 XFA_XDPPACKET_Config | XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, 1228 XFA_XDPPACKET_Config | XFA_XDPPACKET_Template | XFA_XDPPACKET_Form,
1227 XFA_OBJECTTYPE_ContainerNode}, 1229 XFA_ObjectType::ContainerNode},
1228 {0x2c3c4c67, L"hyphenation", XFA_ELEMENT_Hyphenation, 1230 {0x2c3c4c67, L"hyphenation", XFA_ELEMENT_Hyphenation,
1229 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1231 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1230 {0x2d08af85, L"text", XFA_ELEMENT_Text, 1232 {0x2d08af85, L"text", XFA_ELEMENT_Text,
1231 XFA_XDPPACKET_SourceSet | XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, 1233 XFA_XDPPACKET_SourceSet | XFA_XDPPACKET_Template | XFA_XDPPACKET_Form,
1232 XFA_OBJECTTYPE_ContentNode}, 1234 XFA_ObjectType::ContentNode},
1233 {0x2d71b00f, L"time", XFA_ELEMENT_Time, 1235 {0x2d71b00f, L"time", XFA_ELEMENT_Time,
1234 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_ContentNode}, 1236 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::ContentNode},
1235 {0x2f16a382, L"type", XFA_ELEMENT_Type, XFA_XDPPACKET_Config, 1237 {0x2f16a382, L"type", XFA_ELEMENT_Type, XFA_XDPPACKET_Config,
1236 XFA_OBJECTTYPE_ContentNode}, 1238 XFA_ObjectType::ContentNode},
1237 {0x2fe057e9, L"overprint", XFA_ELEMENT_Overprint, XFA_XDPPACKET_Config, 1239 {0x2fe057e9, L"overprint", XFA_ELEMENT_Overprint, XFA_XDPPACKET_Config,
1238 XFA_OBJECTTYPE_ContentNode}, 1240 XFA_ObjectType::ContentNode},
1239 {0x302aee16, L"certificates", XFA_ELEMENT_Certificates, 1241 {0x302aee16, L"certificates", XFA_ELEMENT_Certificates,
1240 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1242 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1241 {0x30b227df, L"encryptionMethods", XFA_ELEMENT_EncryptionMethods, 1243 {0x30b227df, L"encryptionMethods", XFA_ELEMENT_EncryptionMethods,
1242 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1244 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1243 {0x32b900d1, L"setProperty", XFA_ELEMENT_SetProperty, 1245 {0x32b900d1, L"setProperty", XFA_ELEMENT_SetProperty,
1244 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1246 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1245 {0x337d9e45, L"printerName", XFA_ELEMENT_PrinterName, XFA_XDPPACKET_Config, 1247 {0x337d9e45, L"printerName", XFA_ELEMENT_PrinterName, XFA_XDPPACKET_Config,
1246 XFA_OBJECTTYPE_ContentNode}, 1248 XFA_ObjectType::ContentNode},
1247 {0x33edda4b, L"startPage", XFA_ELEMENT_StartPage, XFA_XDPPACKET_Config, 1249 {0x33edda4b, L"startPage", XFA_ELEMENT_StartPage, XFA_XDPPACKET_Config,
1248 XFA_OBJECTTYPE_NodeV}, 1250 XFA_ObjectType::NodeV},
1249 {0x381943e4, L"pageOffset", XFA_ELEMENT_PageOffset, XFA_XDPPACKET_Config, 1251 {0x381943e4, L"pageOffset", XFA_ELEMENT_PageOffset, XFA_XDPPACKET_Config,
1250 XFA_OBJECTTYPE_Node}, 1252 XFA_ObjectType::Node},
1251 {0x382106cd, L"dateTime", XFA_ELEMENT_DateTime, 1253 {0x382106cd, L"dateTime", XFA_ELEMENT_DateTime,
1252 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_ContentNode}, 1254 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::ContentNode},
1253 {0x386e7421, L"comb", XFA_ELEMENT_Comb, 1255 {0x386e7421, L"comb", XFA_ELEMENT_Comb,
1254 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1256 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1255 {0x390acd9e, L"pattern", XFA_ELEMENT_Pattern, 1257 {0x390acd9e, L"pattern", XFA_ELEMENT_Pattern,
1256 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1258 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1257 {0x3942163e, L"ifEmpty", XFA_ELEMENT_IfEmpty, XFA_XDPPACKET_Config, 1259 {0x3942163e, L"ifEmpty", XFA_ELEMENT_IfEmpty, XFA_XDPPACKET_Config,
1258 XFA_OBJECTTYPE_NodeV}, 1260 XFA_ObjectType::NodeV},
1259 {0x39944a7b, L"suppressBanner", XFA_ELEMENT_SuppressBanner, 1261 {0x39944a7b, L"suppressBanner", XFA_ELEMENT_SuppressBanner,
1260 XFA_XDPPACKET_Config, XFA_OBJECTTYPE_ContentNode}, 1262 XFA_XDPPACKET_Config, XFA_ObjectType::ContentNode},
1261 {0x3b3c3dca, L"outputBin", XFA_ELEMENT_OutputBin, XFA_XDPPACKET_Config, 1263 {0x3b3c3dca, L"outputBin", XFA_ELEMENT_OutputBin, XFA_XDPPACKET_Config,
1262 XFA_OBJECTTYPE_ContentNode}, 1264 XFA_ObjectType::ContentNode},
1263 {0x3b8a4024, L"field", XFA_ELEMENT_Field, 1265 {0x3b8a4024, L"field", XFA_ELEMENT_Field,
1264 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_ContainerNode}, 1266 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form,
1267 XFA_ObjectType::ContainerNode},
1265 {0x3c15352f, L"agent", XFA_ELEMENT_Agent, XFA_XDPPACKET_Config, 1268 {0x3c15352f, L"agent", XFA_ELEMENT_Agent, XFA_XDPPACKET_Config,
1266 XFA_OBJECTTYPE_Node}, 1269 XFA_ObjectType::Node},
1267 {0x3d7e8668, L"outputXSL", XFA_ELEMENT_OutputXSL, XFA_XDPPACKET_Config, 1270 {0x3d7e8668, L"outputXSL", XFA_ELEMENT_OutputXSL, XFA_XDPPACKET_Config,
1268 XFA_OBJECTTYPE_Node}, 1271 XFA_ObjectType::Node},
1269 {0x3e1c91c5, L"adjustData", XFA_ELEMENT_AdjustData, XFA_XDPPACKET_Config, 1272 {0x3e1c91c5, L"adjustData", XFA_ELEMENT_AdjustData, XFA_XDPPACKET_Config,
1270 XFA_OBJECTTYPE_NodeV}, 1273 XFA_ObjectType::NodeV},
1271 {0x3e7a9408, L"autoSave", XFA_ELEMENT_AutoSave, XFA_XDPPACKET_Config, 1274 {0x3e7a9408, L"autoSave", XFA_ELEMENT_AutoSave, XFA_XDPPACKET_Config,
1272 XFA_OBJECTTYPE_NodeV}, 1275 XFA_ObjectType::NodeV},
1273 {0x3ecead94, L"contentArea", XFA_ELEMENT_ContentArea, 1276 {0x3ecead94, L"contentArea", XFA_ELEMENT_ContentArea,
1274 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_ContainerNode}, 1277 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form,
1278 XFA_ObjectType::ContainerNode},
1275 {0x3ef334e3, L"eventPseudoModel", XFA_ELEMENT_EventPseudoModel, 1279 {0x3ef334e3, L"eventPseudoModel", XFA_ELEMENT_EventPseudoModel,
1276 XFA_XDPPACKET_XDP, XFA_OBJECTTYPE_OrdinaryObject}, 1280 XFA_XDPPACKET_XDP, XFA_ObjectType::OrdinaryObject},
1277 {0x3fadaec0, L"wsdlAddress", XFA_ELEMENT_WsdlAddress, 1281 {0x3fadaec0, L"wsdlAddress", XFA_ELEMENT_WsdlAddress,
1278 XFA_XDPPACKET_ConnectionSet, XFA_OBJECTTYPE_TextNode}, 1282 XFA_XDPPACKET_ConnectionSet, XFA_ObjectType::TextNode},
1279 {0x40623b5b, L"solid", XFA_ELEMENT_Solid, 1283 {0x40623b5b, L"solid", XFA_ELEMENT_Solid,
1280 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1284 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1281 {0x41f0bd76, L"dateTimeSymbols", XFA_ELEMENT_DateTimeSymbols, 1285 {0x41f0bd76, L"dateTimeSymbols", XFA_ELEMENT_DateTimeSymbols,
1282 XFA_XDPPACKET_LocaleSet, XFA_OBJECTTYPE_ContentNode}, 1286 XFA_XDPPACKET_LocaleSet, XFA_ObjectType::ContentNode},
1283 {0x444e7523, L"encryptionLevel", XFA_ELEMENT_EncryptionLevel, 1287 {0x444e7523, L"encryptionLevel", XFA_ELEMENT_EncryptionLevel,
1284 XFA_XDPPACKET_Config, XFA_OBJECTTYPE_ContentNode}, 1288 XFA_XDPPACKET_Config, XFA_ObjectType::ContentNode},
1285 {0x4523af55, L"edge", XFA_ELEMENT_Edge, 1289 {0x4523af55, L"edge", XFA_ELEMENT_Edge,
1286 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1290 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1287 {0x45d5e3c1, L"stipple", XFA_ELEMENT_Stipple, 1291 {0x45d5e3c1, L"stipple", XFA_ELEMENT_Stipple,
1288 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1292 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1289 {0x475e4e87, L"attributes", XFA_ELEMENT_Attributes, XFA_XDPPACKET_Config, 1293 {0x475e4e87, L"attributes", XFA_ELEMENT_Attributes, XFA_XDPPACKET_Config,
1290 XFA_OBJECTTYPE_NodeV}, 1294 XFA_ObjectType::NodeV},
1291 {0x487a8c87, L"versionControl", XFA_ELEMENT_VersionControl, 1295 {0x487a8c87, L"versionControl", XFA_ELEMENT_VersionControl,
1292 XFA_XDPPACKET_Config, XFA_OBJECTTYPE_Node}, 1296 XFA_XDPPACKET_Config, XFA_ObjectType::Node},
1293 {0x48e5248c, L"meridiem", XFA_ELEMENT_Meridiem, XFA_XDPPACKET_LocaleSet, 1297 {0x48e5248c, L"meridiem", XFA_ELEMENT_Meridiem, XFA_XDPPACKET_LocaleSet,
1294 XFA_OBJECTTYPE_ContentNode}, 1298 XFA_ObjectType::ContentNode},
1295 {0x48f36719, L"exclGroup", XFA_ELEMENT_ExclGroup, 1299 {0x48f36719, L"exclGroup", XFA_ELEMENT_ExclGroup,
1296 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_ContainerNode}, 1300 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form,
1301 XFA_ObjectType::ContainerNode},
1297 {0x4977356b, L"toolTip", XFA_ELEMENT_ToolTip, 1302 {0x4977356b, L"toolTip", XFA_ELEMENT_ToolTip,
1298 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_TextNode}, 1303 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::TextNode},
1299 {0x499afecc, L"compress", XFA_ELEMENT_Compress, XFA_XDPPACKET_Config, 1304 {0x499afecc, L"compress", XFA_ELEMENT_Compress, XFA_XDPPACKET_Config,
1300 XFA_OBJECTTYPE_Node}, 1305 XFA_ObjectType::Node},
1301 {0x4a0c4948, L"reason", XFA_ELEMENT_Reason, 1306 {0x4a0c4948, L"reason", XFA_ELEMENT_Reason,
1302 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_TextNode}, 1307 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::TextNode},
1303 {0x4bdcce13, L"execute", XFA_ELEMENT_Execute, 1308 {0x4bdcce13, L"execute", XFA_ELEMENT_Execute,
1304 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1309 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1305 {0x4c56b216, L"contentCopy", XFA_ELEMENT_ContentCopy, XFA_XDPPACKET_Config, 1310 {0x4c56b216, L"contentCopy", XFA_ELEMENT_ContentCopy, XFA_XDPPACKET_Config,
1306 XFA_OBJECTTYPE_ContentNode}, 1311 XFA_ObjectType::ContentNode},
1307 {0x4cc176d3, L"dateTimeEdit", XFA_ELEMENT_DateTimeEdit, 1312 {0x4cc176d3, L"dateTimeEdit", XFA_ELEMENT_DateTimeEdit,
1308 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1313 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1309 {0x4e1e39b6, L"config", XFA_ELEMENT_Config, XFA_XDPPACKET_Config, 1314 {0x4e1e39b6, L"config", XFA_ELEMENT_Config, XFA_XDPPACKET_Config,
1310 XFA_OBJECTTYPE_ModelNode}, 1315 XFA_ObjectType::ModelNode},
1311 {0x4e2d6083, L"image", XFA_ELEMENT_Image, 1316 {0x4e2d6083, L"image", XFA_ELEMENT_Image,
1312 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_ContentNode}, 1317 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::ContentNode},
1313 {0x4e814150, L"#xHTML", XFA_ELEMENT_SharpxHTML, 1318 {0x4e814150, L"#xHTML", XFA_ELEMENT_SharpxHTML,
1314 XFA_XDPPACKET_Template | XFA_XDPPACKET_Config | XFA_XDPPACKET_LocaleSet | 1319 XFA_XDPPACKET_Template | XFA_XDPPACKET_Config | XFA_XDPPACKET_LocaleSet |
1315 XFA_XDPPACKET_ConnectionSet | XFA_XDPPACKET_SourceSet | 1320 XFA_XDPPACKET_ConnectionSet | XFA_XDPPACKET_SourceSet |
1316 XFA_XDPPACKET_Form, 1321 XFA_XDPPACKET_Form,
1317 XFA_OBJECTTYPE_NodeV}, 1322 XFA_ObjectType::NodeV},
1318 {0x4f2388c1, L"numberOfCopies", XFA_ELEMENT_NumberOfCopies, 1323 {0x4f2388c1, L"numberOfCopies", XFA_ELEMENT_NumberOfCopies,
1319 XFA_XDPPACKET_Config, XFA_OBJECTTYPE_ContentNode}, 1324 XFA_XDPPACKET_Config, XFA_ObjectType::ContentNode},
1320 {0x4f512e30, L"behaviorOverride", XFA_ELEMENT_BehaviorOverride, 1325 {0x4f512e30, L"behaviorOverride", XFA_ELEMENT_BehaviorOverride,
1321 XFA_XDPPACKET_Config, XFA_OBJECTTYPE_ContentNode}, 1326 XFA_XDPPACKET_Config, XFA_ObjectType::ContentNode},
1322 {0x4fdc3454, L"timeStamp", XFA_ELEMENT_TimeStamp, 1327 {0x4fdc3454, L"timeStamp", XFA_ELEMENT_TimeStamp,
1323 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1328 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1324 {0x51d90546, L"month", XFA_ELEMENT_Month, XFA_XDPPACKET_LocaleSet, 1329 {0x51d90546, L"month", XFA_ELEMENT_Month, XFA_XDPPACKET_LocaleSet,
1325 XFA_OBJECTTYPE_ContentNode}, 1330 XFA_ObjectType::ContentNode},
1326 {0x523437e4, L"viewerPreferences", XFA_ELEMENT_ViewerPreferences, 1331 {0x523437e4, L"viewerPreferences", XFA_ELEMENT_ViewerPreferences,
1327 XFA_XDPPACKET_Config, XFA_OBJECTTYPE_Node}, 1332 XFA_XDPPACKET_Config, XFA_ObjectType::Node},
1328 {0x53abc1c6, L"scriptModel", XFA_ELEMENT_ScriptModel, XFA_XDPPACKET_Config, 1333 {0x53abc1c6, L"scriptModel", XFA_ELEMENT_ScriptModel, XFA_XDPPACKET_Config,
1329 XFA_OBJECTTYPE_ContentNode}, 1334 XFA_ObjectType::ContentNode},
1330 {0x54034c2f, L"decimal", XFA_ELEMENT_Decimal, 1335 {0x54034c2f, L"decimal", XFA_ELEMENT_Decimal,
1331 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_ContentNode}, 1336 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::ContentNode},
1332 {0x54202c9e, L"subform", XFA_ELEMENT_Subform, 1337 {0x54202c9e, L"subform", XFA_ELEMENT_Subform,
1333 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_ContainerNode}, 1338 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form,
1339 XFA_ObjectType::ContainerNode},
1334 {0x542c7300, L"select", XFA_ELEMENT_Select, XFA_XDPPACKET_SourceSet, 1340 {0x542c7300, L"select", XFA_ELEMENT_Select, XFA_XDPPACKET_SourceSet,
1335 XFA_OBJECTTYPE_TextNode}, 1341 XFA_ObjectType::TextNode},
1336 {0x5436d198, L"window", XFA_ELEMENT_Window, XFA_XDPPACKET_Config, 1342 {0x5436d198, L"window", XFA_ELEMENT_Window, XFA_XDPPACKET_Config,
1337 XFA_OBJECTTYPE_NodeV}, 1343 XFA_ObjectType::NodeV},
1338 {0x5473b6dc, L"localeSet", XFA_ELEMENT_LocaleSet, 1344 {0x5473b6dc, L"localeSet", XFA_ELEMENT_LocaleSet,
1339 XFA_XDPPACKET_Config | XFA_XDPPACKET_LocaleSet, XFA_OBJECTTYPE_ModelNode}, 1345 XFA_XDPPACKET_Config | XFA_XDPPACKET_LocaleSet, XFA_ObjectType::ModelNode},
1340 {0x56ae179e, L"handler", XFA_ELEMENT_Handler, 1346 {0x56ae179e, L"handler", XFA_ELEMENT_Handler,
1341 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_TextNode}, 1347 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::TextNode},
1342 {0x5700bd5f, L"hostPseudoModel", XFA_ELEMENT_HostPseudoModel, 1348 {0x5700bd5f, L"hostPseudoModel", XFA_ELEMENT_HostPseudoModel,
1343 XFA_XDPPACKET_XDP, XFA_OBJECTTYPE_OrdinaryObject}, 1349 XFA_XDPPACKET_XDP, XFA_ObjectType::OrdinaryObject},
1344 {0x570ce835, L"presence", XFA_ELEMENT_Presence, XFA_XDPPACKET_Config, 1350 {0x570ce835, L"presence", XFA_ELEMENT_Presence, XFA_XDPPACKET_Config,
1345 XFA_OBJECTTYPE_NodeV}, 1351 XFA_ObjectType::NodeV},
1346 {0x5779d65f, L"record", XFA_ELEMENT_Record, XFA_XDPPACKET_Config, 1352 {0x5779d65f, L"record", XFA_ELEMENT_Record, XFA_XDPPACKET_Config,
1347 XFA_OBJECTTYPE_NodeV}, 1353 XFA_ObjectType::NodeV},
1348 {0x59c8f27d, L"embed", XFA_ELEMENT_Embed, XFA_XDPPACKET_Config, 1354 {0x59c8f27d, L"embed", XFA_ELEMENT_Embed, XFA_XDPPACKET_Config,
1349 XFA_OBJECTTYPE_ContentNode}, 1355 XFA_ObjectType::ContentNode},
1350 {0x5a50e9e6, L"version", XFA_ELEMENT_Version, XFA_XDPPACKET_Config, 1356 {0x5a50e9e6, L"version", XFA_ELEMENT_Version, XFA_XDPPACKET_Config,
1351 XFA_OBJECTTYPE_ContentNode}, 1357 XFA_ObjectType::ContentNode},
1352 {0x5b8383df, L"command", XFA_ELEMENT_Command, XFA_XDPPACKET_SourceSet, 1358 {0x5b8383df, L"command", XFA_ELEMENT_Command, XFA_XDPPACKET_SourceSet,
1353 XFA_OBJECTTYPE_Node}, 1359 XFA_ObjectType::Node},
1354 {0x5c43c6c3, L"copies", XFA_ELEMENT_Copies, XFA_XDPPACKET_Config, 1360 {0x5c43c6c3, L"copies", XFA_ELEMENT_Copies, XFA_XDPPACKET_Config,
1355 XFA_OBJECTTYPE_ContentNode}, 1361 XFA_ObjectType::ContentNode},
1356 {0x5e0c2c49, L"staple", XFA_ELEMENT_Staple, XFA_XDPPACKET_Config, 1362 {0x5e0c2c49, L"staple", XFA_ELEMENT_Staple, XFA_XDPPACKET_Config,
1357 XFA_OBJECTTYPE_Node}, 1363 XFA_ObjectType::Node},
1358 {0x5e5083dd, L"submitFormat", XFA_ELEMENT_SubmitFormat, 1364 {0x5e5083dd, L"submitFormat", XFA_ELEMENT_SubmitFormat,
1359 XFA_XDPPACKET_Config, XFA_OBJECTTYPE_ContentNode}, 1365 XFA_XDPPACKET_Config, XFA_ObjectType::ContentNode},
1360 {0x5e8c5d20, L"boolean", XFA_ELEMENT_Boolean, 1366 {0x5e8c5d20, L"boolean", XFA_ELEMENT_Boolean,
1361 XFA_XDPPACKET_SourceSet | XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, 1367 XFA_XDPPACKET_SourceSet | XFA_XDPPACKET_Template | XFA_XDPPACKET_Form,
1362 XFA_OBJECTTYPE_ContentNode}, 1368 XFA_ObjectType::ContentNode},
1363 {0x60490a85, L"message", XFA_ELEMENT_Message, 1369 {0x60490a85, L"message", XFA_ELEMENT_Message,
1364 XFA_XDPPACKET_Config | XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, 1370 XFA_XDPPACKET_Config | XFA_XDPPACKET_Template | XFA_XDPPACKET_Form,
1365 XFA_OBJECTTYPE_Node}, 1371 XFA_ObjectType::Node},
1366 {0x60d4c8b1, L"output", XFA_ELEMENT_Output, XFA_XDPPACKET_Config, 1372 {0x60d4c8b1, L"output", XFA_ELEMENT_Output, XFA_XDPPACKET_Config,
1367 XFA_OBJECTTYPE_Node}, 1373 XFA_ObjectType::Node},
1368 {0x61810081, L"psMap", XFA_ELEMENT_PsMap, XFA_XDPPACKET_Config, 1374 {0x61810081, L"psMap", XFA_ELEMENT_PsMap, XFA_XDPPACKET_Config,
1369 XFA_OBJECTTYPE_Node}, 1375 XFA_ObjectType::Node},
1370 {0x62bd904b, L"excludeNS", XFA_ELEMENT_ExcludeNS, XFA_XDPPACKET_Config, 1376 {0x62bd904b, L"excludeNS", XFA_ELEMENT_ExcludeNS, XFA_XDPPACKET_Config,
1371 XFA_OBJECTTYPE_NodeV}, 1377 XFA_ObjectType::NodeV},
1372 {0x669d4f77, L"assist", XFA_ELEMENT_Assist, 1378 {0x669d4f77, L"assist", XFA_ELEMENT_Assist,
1373 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1379 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1374 {0x67334a1c, L"picture", XFA_ELEMENT_Picture, 1380 {0x67334a1c, L"picture", XFA_ELEMENT_Picture,
1375 XFA_XDPPACKET_Config | XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, 1381 XFA_XDPPACKET_Config | XFA_XDPPACKET_Template | XFA_XDPPACKET_Form,
1376 XFA_OBJECTTYPE_ContentNode}, 1382 XFA_ObjectType::ContentNode},
1377 {0x67fe7334, L"traversal", XFA_ELEMENT_Traversal, 1383 {0x67fe7334, L"traversal", XFA_ELEMENT_Traversal,
1378 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1384 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1379 {0x6894589c, L"silentPrint", XFA_ELEMENT_SilentPrint, XFA_XDPPACKET_Config, 1385 {0x6894589c, L"silentPrint", XFA_ELEMENT_SilentPrint, XFA_XDPPACKET_Config,
1380 XFA_OBJECTTYPE_Node}, 1386 XFA_ObjectType::Node},
1381 {0x68a16bbd, L"webClient", XFA_ELEMENT_WebClient, XFA_XDPPACKET_Config, 1387 {0x68a16bbd, L"webClient", XFA_ELEMENT_WebClient, XFA_XDPPACKET_Config,
1382 XFA_OBJECTTYPE_Node}, 1388 XFA_ObjectType::Node},
1383 {0x69f115df, L"layoutPseudoModel", XFA_ELEMENT_LayoutPseudoModel, 1389 {0x69f115df, L"layoutPseudoModel", XFA_ELEMENT_LayoutPseudoModel,
1384 XFA_XDPPACKET_XDP, XFA_OBJECTTYPE_OrdinaryObject}, 1390 XFA_XDPPACKET_XDP, XFA_ObjectType::OrdinaryObject},
1385 {0x6a4bc084, L"producer", XFA_ELEMENT_Producer, XFA_XDPPACKET_Config, 1391 {0x6a4bc084, L"producer", XFA_ELEMENT_Producer, XFA_XDPPACKET_Config,
1386 XFA_OBJECTTYPE_ContentNode}, 1392 XFA_ObjectType::ContentNode},
1387 {0x6a9e04c9, L"corner", XFA_ELEMENT_Corner, 1393 {0x6a9e04c9, L"corner", XFA_ELEMENT_Corner,
1388 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1394 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1389 {0x6ccd7274, L"msgId", XFA_ELEMENT_MsgId, XFA_XDPPACKET_Config, 1395 {0x6ccd7274, L"msgId", XFA_ELEMENT_MsgId, XFA_XDPPACKET_Config,
1390 XFA_OBJECTTYPE_NodeV}, 1396 XFA_ObjectType::NodeV},
1391 {0x6e67921f, L"color", XFA_ELEMENT_Color, 1397 {0x6e67921f, L"color", XFA_ELEMENT_Color,
1392 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1398 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1393 {0x6ec217a5, L"keep", XFA_ELEMENT_Keep, 1399 {0x6ec217a5, L"keep", XFA_ELEMENT_Keep,
1394 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1400 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1395 {0x6eef1116, L"query", XFA_ELEMENT_Query, XFA_XDPPACKET_SourceSet, 1401 {0x6eef1116, L"query", XFA_ELEMENT_Query, XFA_XDPPACKET_SourceSet,
1396 XFA_OBJECTTYPE_Node}, 1402 XFA_ObjectType::Node},
1397 {0x7033bfd5, L"insert", XFA_ELEMENT_Insert, XFA_XDPPACKET_SourceSet, 1403 {0x7033bfd5, L"insert", XFA_ELEMENT_Insert, XFA_XDPPACKET_SourceSet,
1398 XFA_OBJECTTYPE_TextNode}, 1404 XFA_ObjectType::TextNode},
1399 {0x704af389, L"imageEdit", XFA_ELEMENT_ImageEdit, 1405 {0x704af389, L"imageEdit", XFA_ELEMENT_ImageEdit,
1400 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1406 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1401 {0x7233018a, L"validate", XFA_ELEMENT_Validate, 1407 {0x7233018a, L"validate", XFA_ELEMENT_Validate,
1402 XFA_XDPPACKET_Config | XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, 1408 XFA_XDPPACKET_Config | XFA_XDPPACKET_Template | XFA_XDPPACKET_Form,
1403 XFA_OBJECTTYPE_ContentNode}, 1409 XFA_ObjectType::ContentNode},
1404 {0x72ba47b4, L"digestMethods", XFA_ELEMENT_DigestMethods, 1410 {0x72ba47b4, L"digestMethods", XFA_ELEMENT_DigestMethods,
1405 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1411 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1406 {0x72f2aa7a, L"numberPatterns", XFA_ELEMENT_NumberPatterns, 1412 {0x72f2aa7a, L"numberPatterns", XFA_ELEMENT_NumberPatterns,
1407 XFA_XDPPACKET_LocaleSet, XFA_OBJECTTYPE_Node}, 1413 XFA_XDPPACKET_LocaleSet, XFA_ObjectType::Node},
1408 {0x74caed29, L"pageSet", XFA_ELEMENT_PageSet, 1414 {0x74caed29, L"pageSet", XFA_ELEMENT_PageSet,
1409 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_ContainerNode}, 1415 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form,
1416 XFA_ObjectType::ContainerNode},
1410 {0x7568e6ae, L"integer", XFA_ELEMENT_Integer, 1417 {0x7568e6ae, L"integer", XFA_ELEMENT_Integer,
1411 XFA_XDPPACKET_SourceSet | XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, 1418 XFA_XDPPACKET_SourceSet | XFA_XDPPACKET_Template | XFA_XDPPACKET_Form,
1412 XFA_OBJECTTYPE_ContentNode}, 1419 XFA_ObjectType::ContentNode},
1413 {0x76182db9, L"soapAddress", XFA_ELEMENT_SoapAddress, 1420 {0x76182db9, L"soapAddress", XFA_ELEMENT_SoapAddress,
1414 XFA_XDPPACKET_ConnectionSet, XFA_OBJECTTYPE_TextNode}, 1421 XFA_XDPPACKET_ConnectionSet, XFA_ObjectType::TextNode},
1415 {0x773146c5, L"equate", XFA_ELEMENT_Equate, XFA_XDPPACKET_Config, 1422 {0x773146c5, L"equate", XFA_ELEMENT_Equate, XFA_XDPPACKET_Config,
1416 XFA_OBJECTTYPE_NodeV}, 1423 XFA_ObjectType::NodeV},
1417 {0x77d449dd, L"formFieldFilling", XFA_ELEMENT_FormFieldFilling, 1424 {0x77d449dd, L"formFieldFilling", XFA_ELEMENT_FormFieldFilling,
1418 XFA_XDPPACKET_Config, XFA_OBJECTTYPE_ContentNode}, 1425 XFA_XDPPACKET_Config, XFA_ObjectType::ContentNode},
1419 {0x7889d68a, L"pageRange", XFA_ELEMENT_PageRange, XFA_XDPPACKET_Config, 1426 {0x7889d68a, L"pageRange", XFA_ELEMENT_PageRange, XFA_XDPPACKET_Config,
1420 XFA_OBJECTTYPE_ContentNode}, 1427 XFA_ObjectType::ContentNode},
1421 {0x7baca2e3, L"update", XFA_ELEMENT_Update, XFA_XDPPACKET_SourceSet, 1428 {0x7baca2e3, L"update", XFA_ELEMENT_Update, XFA_XDPPACKET_SourceSet,
1422 XFA_OBJECTTYPE_TextNode}, 1429 XFA_ObjectType::TextNode},
1423 {0x7ce89001, L"connectString", XFA_ELEMENT_ConnectString, 1430 {0x7ce89001, L"connectString", XFA_ELEMENT_ConnectString,
1424 XFA_XDPPACKET_SourceSet, XFA_OBJECTTYPE_TextNode}, 1431 XFA_XDPPACKET_SourceSet, XFA_ObjectType::TextNode},
1425 {0x7d9fd7c5, L"mode", XFA_ELEMENT_Mode, XFA_XDPPACKET_Config, 1432 {0x7d9fd7c5, L"mode", XFA_ELEMENT_Mode, XFA_XDPPACKET_Config,
1426 XFA_OBJECTTYPE_ContentNode}, 1433 XFA_ObjectType::ContentNode},
1427 {0x7e7e845e, L"layout", XFA_ELEMENT_Layout, XFA_XDPPACKET_Config, 1434 {0x7e7e845e, L"layout", XFA_ELEMENT_Layout, XFA_XDPPACKET_Config,
1428 XFA_OBJECTTYPE_ContentNode}, 1435 XFA_ObjectType::ContentNode},
1429 {0x7e845c34, L"#xml", XFA_ELEMENT_Sharpxml, 1436 {0x7e845c34, L"#xml", XFA_ELEMENT_Sharpxml,
1430 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_NodeV}, 1437 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::NodeV},
1431 {0x7fb341df, L"xsdConnection", XFA_ELEMENT_XsdConnection, 1438 {0x7fb341df, L"xsdConnection", XFA_ELEMENT_XsdConnection,
1432 XFA_XDPPACKET_ConnectionSet, XFA_OBJECTTYPE_Node}, 1439 XFA_XDPPACKET_ConnectionSet, XFA_ObjectType::Node},
1433 {0x7ffb51cc, L"traverse", XFA_ELEMENT_Traverse, 1440 {0x7ffb51cc, L"traverse", XFA_ELEMENT_Traverse,
1434 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1441 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1435 {0x80203b5a, L"encodings", XFA_ELEMENT_Encodings, 1442 {0x80203b5a, L"encodings", XFA_ELEMENT_Encodings,
1436 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1443 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1437 {0x803550fc, L"template", XFA_ELEMENT_Template, 1444 {0x803550fc, L"template", XFA_ELEMENT_Template,
1438 XFA_XDPPACKET_Config | XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, 1445 XFA_XDPPACKET_Config | XFA_XDPPACKET_Template | XFA_XDPPACKET_Form,
1439 XFA_OBJECTTYPE_ModelNode}, 1446 XFA_ObjectType::ModelNode},
1440 {0x803d5bbc, L"acrobat", XFA_ELEMENT_Acrobat, XFA_XDPPACKET_Config, 1447 {0x803d5bbc, L"acrobat", XFA_ELEMENT_Acrobat, XFA_XDPPACKET_Config,
1441 XFA_OBJECTTYPE_Node}, 1448 XFA_ObjectType::Node},
1442 {0x821d6569, L"validationMessaging", XFA_ELEMENT_ValidationMessaging, 1449 {0x821d6569, L"validationMessaging", XFA_ELEMENT_ValidationMessaging,
1443 XFA_XDPPACKET_Config, XFA_OBJECTTYPE_NodeV}, 1450 XFA_XDPPACKET_Config, XFA_ObjectType::NodeV},
1444 {0x830e688f, L"signing", XFA_ELEMENT_Signing, 1451 {0x830e688f, L"signing", XFA_ELEMENT_Signing,
1445 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1452 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1446 {0x83a550d2, L"dataWindow", XFA_ELEMENT_DataWindow, XFA_XDPPACKET_Datasets, 1453 {0x83a550d2, L"dataWindow", XFA_ELEMENT_DataWindow, XFA_XDPPACKET_Datasets,
1447 XFA_OBJECTTYPE_OrdinaryObject}, 1454 XFA_ObjectType::OrdinaryObject},
1448 {0x83dab9f5, L"script", XFA_ELEMENT_Script, 1455 {0x83dab9f5, L"script", XFA_ELEMENT_Script,
1449 XFA_XDPPACKET_Config | XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, 1456 XFA_XDPPACKET_Config | XFA_XDPPACKET_Template | XFA_XDPPACKET_Form,
1450 XFA_OBJECTTYPE_ContentNode}, 1457 XFA_ObjectType::ContentNode},
1451 {0x8411ebcd, L"addViewerPreferences", XFA_ELEMENT_AddViewerPreferences, 1458 {0x8411ebcd, L"addViewerPreferences", XFA_ELEMENT_AddViewerPreferences,
1452 XFA_XDPPACKET_Config, XFA_OBJECTTYPE_ContentNode}, 1459 XFA_XDPPACKET_Config, XFA_ObjectType::ContentNode},
1453 {0x8777642e, L"alwaysEmbed", XFA_ELEMENT_AlwaysEmbed, XFA_XDPPACKET_Config, 1460 {0x8777642e, L"alwaysEmbed", XFA_ELEMENT_AlwaysEmbed, XFA_XDPPACKET_Config,
1454 XFA_OBJECTTYPE_NodeV}, 1461 XFA_ObjectType::NodeV},
1455 {0x877a6b39, L"passwordEdit", XFA_ELEMENT_PasswordEdit, 1462 {0x877a6b39, L"passwordEdit", XFA_ELEMENT_PasswordEdit,
1456 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1463 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1457 {0x87e84c99, L"numericEdit", XFA_ELEMENT_NumericEdit, 1464 {0x87e84c99, L"numericEdit", XFA_ELEMENT_NumericEdit,
1458 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1465 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1459 {0x8852cdec, L"encryptionMethod", XFA_ELEMENT_EncryptionMethod, 1466 {0x8852cdec, L"encryptionMethod", XFA_ELEMENT_EncryptionMethod,
1460 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_NodeC}, 1467 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::NodeC},
1461 {0x891f4606, L"change", XFA_ELEMENT_Change, XFA_XDPPACKET_Config, 1468 {0x891f4606, L"change", XFA_ELEMENT_Change, XFA_XDPPACKET_Config,
1462 XFA_OBJECTTYPE_ContentNode}, 1469 XFA_ObjectType::ContentNode},
1463 {0x89939f36, L"pageArea", XFA_ELEMENT_PageArea, 1470 {0x89939f36, L"pageArea", XFA_ELEMENT_PageArea,
1464 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_ContainerNode}, 1471 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form,
1472 XFA_ObjectType::ContainerNode},
1465 {0x8a9d6247, L"submitUrl", XFA_ELEMENT_SubmitUrl, XFA_XDPPACKET_Config, 1473 {0x8a9d6247, L"submitUrl", XFA_ELEMENT_SubmitUrl, XFA_XDPPACKET_Config,
1466 XFA_OBJECTTYPE_ContentNode}, 1474 XFA_ObjectType::ContentNode},
1467 {0x8ad8b90f, L"oids", XFA_ELEMENT_Oids, 1475 {0x8ad8b90f, L"oids", XFA_ELEMENT_Oids,
1468 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1476 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1469 {0x8b036f32, L"signature", XFA_ELEMENT_Signature, 1477 {0x8b036f32, L"signature", XFA_ELEMENT_Signature,
1470 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1478 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1471 {0x8b128efb, L"ADBE_JSConsole", XFA_ELEMENT_ADBE_JSConsole, 1479 {0x8b128efb, L"ADBE_JSConsole", XFA_ELEMENT_ADBE_JSConsole,
1472 XFA_XDPPACKET_Config, XFA_OBJECTTYPE_ContentNode}, 1480 XFA_XDPPACKET_Config, XFA_ObjectType::ContentNode},
1473 {0x8bcfe96e, L"caption", XFA_ELEMENT_Caption, 1481 {0x8bcfe96e, L"caption", XFA_ELEMENT_Caption,
1474 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1482 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1475 {0x8e1c2921, L"relevant", XFA_ELEMENT_Relevant, XFA_XDPPACKET_Config, 1483 {0x8e1c2921, L"relevant", XFA_ELEMENT_Relevant, XFA_XDPPACKET_Config,
1476 XFA_OBJECTTYPE_NodeV}, 1484 XFA_ObjectType::NodeV},
1477 {0x8e3f0a4b, L"flipLabel", XFA_ELEMENT_FlipLabel, XFA_XDPPACKET_Config, 1485 {0x8e3f0a4b, L"flipLabel", XFA_ELEMENT_FlipLabel, XFA_XDPPACKET_Config,
1478 XFA_OBJECTTYPE_NodeV}, 1486 XFA_ObjectType::NodeV},
1479 {0x900280b7, L"exData", XFA_ELEMENT_ExData, 1487 {0x900280b7, L"exData", XFA_ELEMENT_ExData,
1480 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_ContentNode}, 1488 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::ContentNode},
1481 {0x91e80352, L"dayNames", XFA_ELEMENT_DayNames, XFA_XDPPACKET_LocaleSet, 1489 {0x91e80352, L"dayNames", XFA_ELEMENT_DayNames, XFA_XDPPACKET_LocaleSet,
1482 XFA_OBJECTTYPE_Node}, 1490 XFA_ObjectType::Node},
1483 {0x93113b11, L"soapAction", XFA_ELEMENT_SoapAction, 1491 {0x93113b11, L"soapAction", XFA_ELEMENT_SoapAction,
1484 XFA_XDPPACKET_ConnectionSet, XFA_OBJECTTYPE_TextNode}, 1492 XFA_XDPPACKET_ConnectionSet, XFA_ObjectType::TextNode},
1485 {0x938b09f6, L"defaultTypeface", XFA_ELEMENT_DefaultTypeface, 1493 {0x938b09f6, L"defaultTypeface", XFA_ELEMENT_DefaultTypeface,
1486 XFA_XDPPACKET_Config, XFA_OBJECTTYPE_NodeV}, 1494 XFA_XDPPACKET_Config, XFA_ObjectType::NodeV},
1487 {0x95b37897, L"manifest", XFA_ELEMENT_Manifest, 1495 {0x95b37897, L"manifest", XFA_ELEMENT_Manifest,
1488 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1496 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1489 {0x97b76b54, L"overflow", XFA_ELEMENT_Overflow, 1497 {0x97b76b54, L"overflow", XFA_ELEMENT_Overflow,
1490 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1498 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1491 {0x9a57861b, L"linear", XFA_ELEMENT_Linear, 1499 {0x9a57861b, L"linear", XFA_ELEMENT_Linear,
1492 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1500 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1493 {0x9ad5a821, L"currencySymbol", XFA_ELEMENT_CurrencySymbol, 1501 {0x9ad5a821, L"currencySymbol", XFA_ELEMENT_CurrencySymbol,
1494 XFA_XDPPACKET_LocaleSet, XFA_OBJECTTYPE_ContentNode}, 1502 XFA_XDPPACKET_LocaleSet, XFA_ObjectType::ContentNode},
1495 {0x9c6471b3, L"delete", XFA_ELEMENT_Delete, XFA_XDPPACKET_SourceSet, 1503 {0x9c6471b3, L"delete", XFA_ELEMENT_Delete, XFA_XDPPACKET_SourceSet,
1496 XFA_OBJECTTYPE_TextNode}, 1504 XFA_ObjectType::TextNode},
1497 {0x9deea61d, L"deltas", XFA_ELEMENT_Deltas, XFA_XDPPACKET_Form, 1505 {0x9deea61d, L"deltas", XFA_ELEMENT_Deltas, XFA_XDPPACKET_Form,
1498 XFA_OBJECTTYPE_OrdinaryObject}, 1506 XFA_ObjectType::OrdinaryObject},
1499 {0x9e67de21, L"digestMethod", XFA_ELEMENT_DigestMethod, 1507 {0x9e67de21, L"digestMethod", XFA_ELEMENT_DigestMethod,
1500 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_NodeC}, 1508 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::NodeC},
1501 {0x9f3e9510, L"instanceManager", XFA_ELEMENT_InstanceManager, 1509 {0x9f3e9510, L"instanceManager", XFA_ELEMENT_InstanceManager,
1502 XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1510 XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1503 {0xa0799892, L"equateRange", XFA_ELEMENT_EquateRange, XFA_XDPPACKET_Config, 1511 {0xa0799892, L"equateRange", XFA_ELEMENT_EquateRange, XFA_XDPPACKET_Config,
1504 XFA_OBJECTTYPE_NodeV}, 1512 XFA_ObjectType::NodeV},
1505 {0xa084a381, L"medium", XFA_ELEMENT_Medium, 1513 {0xa084a381, L"medium", XFA_ELEMENT_Medium,
1506 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1514 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1507 {0xa1211b8b, L"textEdit", XFA_ELEMENT_TextEdit, 1515 {0xa1211b8b, L"textEdit", XFA_ELEMENT_TextEdit,
1508 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1516 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1509 {0xa17008f0, L"templateCache", XFA_ELEMENT_TemplateCache, 1517 {0xa17008f0, L"templateCache", XFA_ELEMENT_TemplateCache,
1510 XFA_XDPPACKET_Config, XFA_OBJECTTYPE_Node}, 1518 XFA_XDPPACKET_Config, XFA_ObjectType::Node},
1511 {0xa4f7b88f, L"compressObjectStream", XFA_ELEMENT_CompressObjectStream, 1519 {0xa4f7b88f, L"compressObjectStream", XFA_ELEMENT_CompressObjectStream,
1512 XFA_XDPPACKET_Config, XFA_OBJECTTYPE_ContentNode}, 1520 XFA_XDPPACKET_Config, XFA_ObjectType::ContentNode},
1513 {0xa65f5d17, L"dataValue", XFA_ELEMENT_DataValue, XFA_XDPPACKET_Datasets, 1521 {0xa65f5d17, L"dataValue", XFA_ELEMENT_DataValue, XFA_XDPPACKET_Datasets,
1514 XFA_OBJECTTYPE_Node}, 1522 XFA_ObjectType::Node},
1515 {0xa6caaa89, L"accessibleContent", XFA_ELEMENT_AccessibleContent, 1523 {0xa6caaa89, L"accessibleContent", XFA_ELEMENT_AccessibleContent,
1516 XFA_XDPPACKET_Config, XFA_OBJECTTYPE_ContentNode}, 1524 XFA_XDPPACKET_Config, XFA_ObjectType::ContentNode},
1517 {0xa8c7d5e2, L"nodeList", XFA_ELEMENT_NodeList, XFA_XDPPACKET_XDP, 1525 {0xa8c7d5e2, L"nodeList", XFA_ELEMENT_NodeList, XFA_XDPPACKET_XDP,
1518 XFA_OBJECTTYPE_NodeList}, 1526 XFA_ObjectType::NodeList},
1519 {0xa94cc00b, L"includeXDPContent", XFA_ELEMENT_IncludeXDPContent, 1527 {0xa94cc00b, L"includeXDPContent", XFA_ELEMENT_IncludeXDPContent,
1520 XFA_XDPPACKET_Config, XFA_OBJECTTYPE_ContentNode}, 1528 XFA_XDPPACKET_Config, XFA_ObjectType::ContentNode},
1521 {0xa9b081a1, L"xmlConnection", XFA_ELEMENT_XmlConnection, 1529 {0xa9b081a1, L"xmlConnection", XFA_ELEMENT_XmlConnection,
1522 XFA_XDPPACKET_ConnectionSet, XFA_OBJECTTYPE_Node}, 1530 XFA_XDPPACKET_ConnectionSet, XFA_ObjectType::Node},
1523 {0xab2a3b74, L"validateApprovalSignatures", 1531 {0xab2a3b74, L"validateApprovalSignatures",
1524 XFA_ELEMENT_ValidateApprovalSignatures, XFA_XDPPACKET_Config, 1532 XFA_ELEMENT_ValidateApprovalSignatures, XFA_XDPPACKET_Config,
1525 XFA_OBJECTTYPE_NodeV}, 1533 XFA_ObjectType::NodeV},
1526 {0xab8c5a2b, L"signData", XFA_ELEMENT_SignData, 1534 {0xab8c5a2b, L"signData", XFA_ELEMENT_SignData,
1527 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1535 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1528 {0xabaa2ceb, L"packets", XFA_ELEMENT_Packets, XFA_XDPPACKET_Config, 1536 {0xabaa2ceb, L"packets", XFA_ELEMENT_Packets, XFA_XDPPACKET_Config,
1529 XFA_OBJECTTYPE_ContentNode}, 1537 XFA_ObjectType::ContentNode},
1530 {0xadba359c, L"datePattern", XFA_ELEMENT_DatePattern, 1538 {0xadba359c, L"datePattern", XFA_ELEMENT_DatePattern,
1531 XFA_XDPPACKET_LocaleSet, XFA_OBJECTTYPE_ContentNode}, 1539 XFA_XDPPACKET_LocaleSet, XFA_ObjectType::ContentNode},
1532 {0xae222b2b, L"duplexOption", XFA_ELEMENT_DuplexOption, 1540 {0xae222b2b, L"duplexOption", XFA_ELEMENT_DuplexOption,
1533 XFA_XDPPACKET_Config, XFA_OBJECTTYPE_ContentNode}, 1541 XFA_XDPPACKET_Config, XFA_ObjectType::ContentNode},
1534 {0xb012effb, L"base", XFA_ELEMENT_Base, XFA_XDPPACKET_Config, 1542 {0xb012effb, L"base", XFA_ELEMENT_Base, XFA_XDPPACKET_Config,
1535 XFA_OBJECTTYPE_ContentNode}, 1543 XFA_ObjectType::ContentNode},
1536 {0xb0e5485d, L"bind", XFA_ELEMENT_Bind, 1544 {0xb0e5485d, L"bind", XFA_ELEMENT_Bind,
1537 XFA_XDPPACKET_SourceSet | XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, 1545 XFA_XDPPACKET_SourceSet | XFA_XDPPACKET_Template | XFA_XDPPACKET_Form,
1538 XFA_OBJECTTYPE_Node}, 1546 XFA_ObjectType::Node},
1539 {0xb45d61b2, L"compression", XFA_ELEMENT_Compression, XFA_XDPPACKET_Config, 1547 {0xb45d61b2, L"compression", XFA_ELEMENT_Compression, XFA_XDPPACKET_Config,
1540 XFA_OBJECTTYPE_Node}, 1548 XFA_ObjectType::Node},
1541 {0xb563f0ff, L"user", XFA_ELEMENT_User, XFA_XDPPACKET_SourceSet, 1549 {0xb563f0ff, L"user", XFA_ELEMENT_User, XFA_XDPPACKET_SourceSet,
1542 XFA_OBJECTTYPE_TextNode}, 1550 XFA_ObjectType::TextNode},
1543 {0xb5848ad5, L"rectangle", XFA_ELEMENT_Rectangle, 1551 {0xb5848ad5, L"rectangle", XFA_ELEMENT_Rectangle,
1544 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1552 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1545 {0xb6dacb72, L"effectiveOutputPolicy", XFA_ELEMENT_EffectiveOutputPolicy, 1553 {0xb6dacb72, L"effectiveOutputPolicy", XFA_ELEMENT_EffectiveOutputPolicy,
1546 XFA_XDPPACKET_ConnectionSet, XFA_OBJECTTYPE_Node}, 1554 XFA_XDPPACKET_ConnectionSet, XFA_ObjectType::Node},
1547 {0xb7d7654d, L"ADBE_JSDebugger", XFA_ELEMENT_ADBE_JSDebugger, 1555 {0xb7d7654d, L"ADBE_JSDebugger", XFA_ELEMENT_ADBE_JSDebugger,
1548 XFA_XDPPACKET_Config, XFA_OBJECTTYPE_ContentNode}, 1556 XFA_XDPPACKET_Config, XFA_ObjectType::ContentNode},
1549 {0xbab37f73, L"acrobat7", XFA_ELEMENT_Acrobat7, XFA_XDPPACKET_Config, 1557 {0xbab37f73, L"acrobat7", XFA_ELEMENT_Acrobat7, XFA_XDPPACKET_Config,
1550 XFA_OBJECTTYPE_Node}, 1558 XFA_ObjectType::Node},
1551 {0xbc70081e, L"interactive", XFA_ELEMENT_Interactive, XFA_XDPPACKET_Config, 1559 {0xbc70081e, L"interactive", XFA_ELEMENT_Interactive, XFA_XDPPACKET_Config,
1552 XFA_OBJECTTYPE_ContentNode}, 1560 XFA_ObjectType::ContentNode},
1553 {0xbc8fa350, L"locale", XFA_ELEMENT_Locale, 1561 {0xbc8fa350, L"locale", XFA_ELEMENT_Locale,
1554 XFA_XDPPACKET_Config | XFA_XDPPACKET_LocaleSet, XFA_OBJECTTYPE_Node}, 1562 XFA_XDPPACKET_Config | XFA_XDPPACKET_LocaleSet, XFA_ObjectType::Node},
1555 {0xbcd44940, L"currentPage", XFA_ELEMENT_CurrentPage, XFA_XDPPACKET_Config, 1563 {0xbcd44940, L"currentPage", XFA_ELEMENT_CurrentPage, XFA_XDPPACKET_Config,
1556 XFA_OBJECTTYPE_ContentNode}, 1564 XFA_ObjectType::ContentNode},
1557 {0xbde9abda, L"data", XFA_ELEMENT_Data, XFA_XDPPACKET_Config, 1565 {0xbde9abda, L"data", XFA_ELEMENT_Data, XFA_XDPPACKET_Config,
1558 XFA_OBJECTTYPE_Node}, 1566 XFA_ObjectType::Node},
1559 {0xbde9abde, L"date", XFA_ELEMENT_Date, 1567 {0xbde9abde, L"date", XFA_ELEMENT_Date,
1560 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_ContentNode}, 1568 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::ContentNode},
1561 {0xbe52dfbf, L"desc", XFA_ELEMENT_Desc, 1569 {0xbe52dfbf, L"desc", XFA_ELEMENT_Desc,
1562 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1570 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1563 {0xbf4b6405, L"encrypt", XFA_ELEMENT_Encrypt, 1571 {0xbf4b6405, L"encrypt", XFA_ELEMENT_Encrypt,
1564 XFA_XDPPACKET_Template | XFA_XDPPACKET_Config | XFA_XDPPACKET_Form, 1572 XFA_XDPPACKET_Template | XFA_XDPPACKET_Config | XFA_XDPPACKET_Form,
1565 XFA_OBJECTTYPE_ContentNode}, 1573 XFA_ObjectType::ContentNode},
1566 {0xbfa87cce, L"draw", XFA_ELEMENT_Draw, 1574 {0xbfa87cce, L"draw", XFA_ELEMENT_Draw,
1567 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_ContainerNode}, 1575 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form,
1576 XFA_ObjectType::ContainerNode},
1568 {0xc181ff4b, L"encryption", XFA_ELEMENT_Encryption, XFA_XDPPACKET_Config, 1577 {0xc181ff4b, L"encryption", XFA_ELEMENT_Encryption, XFA_XDPPACKET_Config,
1569 XFA_OBJECTTYPE_Node}, 1578 XFA_ObjectType::Node},
1570 {0xc1970f40, L"meridiemNames", XFA_ELEMENT_MeridiemNames, 1579 {0xc1970f40, L"meridiemNames", XFA_ELEMENT_MeridiemNames,
1571 XFA_XDPPACKET_LocaleSet, XFA_OBJECTTYPE_Node}, 1580 XFA_XDPPACKET_LocaleSet, XFA_ObjectType::Node},
1572 {0xc5ad9f5e, L"messaging", XFA_ELEMENT_Messaging, XFA_XDPPACKET_Config, 1581 {0xc5ad9f5e, L"messaging", XFA_ELEMENT_Messaging, XFA_XDPPACKET_Config,
1573 XFA_OBJECTTYPE_Node}, 1582 XFA_ObjectType::Node},
1574 {0xc69549f4, L"speak", XFA_ELEMENT_Speak, 1583 {0xc69549f4, L"speak", XFA_ELEMENT_Speak,
1575 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_TextNode}, 1584 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::TextNode},
1576 {0xc7743dc7, L"dataGroup", XFA_ELEMENT_DataGroup, XFA_XDPPACKET_Datasets, 1585 {0xc7743dc7, L"dataGroup", XFA_ELEMENT_DataGroup, XFA_XDPPACKET_Datasets,
1577 XFA_OBJECTTYPE_Node}, 1586 XFA_ObjectType::Node},
1578 {0xc7eb20e9, L"common", XFA_ELEMENT_Common, XFA_XDPPACKET_Config, 1587 {0xc7eb20e9, L"common", XFA_ELEMENT_Common, XFA_XDPPACKET_Config,
1579 XFA_OBJECTTYPE_Node}, 1588 XFA_ObjectType::Node},
1580 {0xc85d4528, L"#text", XFA_ELEMENT_Sharptext, 1589 {0xc85d4528, L"#text", XFA_ELEMENT_Sharptext,
1581 XFA_XDPPACKET_Template | XFA_XDPPACKET_Config | XFA_XDPPACKET_LocaleSet | 1590 XFA_XDPPACKET_Template | XFA_XDPPACKET_Config | XFA_XDPPACKET_LocaleSet |
1582 XFA_XDPPACKET_ConnectionSet | XFA_XDPPACKET_SourceSet | 1591 XFA_XDPPACKET_ConnectionSet | XFA_XDPPACKET_SourceSet |
1583 XFA_XDPPACKET_Form, 1592 XFA_XDPPACKET_Form,
1584 XFA_OBJECTTYPE_NodeV}, 1593 XFA_ObjectType::NodeV},
1585 {0xc861556a, L"paginationOverride", XFA_ELEMENT_PaginationOverride, 1594 {0xc861556a, L"paginationOverride", XFA_ELEMENT_PaginationOverride,
1586 XFA_XDPPACKET_Config, XFA_OBJECTTYPE_ContentNode}, 1595 XFA_XDPPACKET_Config, XFA_ObjectType::ContentNode},
1587 {0xc903dabb, L"reasons", XFA_ELEMENT_Reasons, 1596 {0xc903dabb, L"reasons", XFA_ELEMENT_Reasons,
1588 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1597 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1589 {0xc9a8127f, L"signatureProperties", XFA_ELEMENT_SignatureProperties, 1598 {0xc9a8127f, L"signatureProperties", XFA_ELEMENT_SignatureProperties,
1590 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1599 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1591 {0xca010c2d, L"threshold", XFA_ELEMENT_Threshold, XFA_XDPPACKET_Config, 1600 {0xca010c2d, L"threshold", XFA_ELEMENT_Threshold, XFA_XDPPACKET_Config,
1592 XFA_OBJECTTYPE_NodeV}, 1601 XFA_ObjectType::NodeV},
1593 {0xcb4c5e96, L"appearanceFilter", XFA_ELEMENT_AppearanceFilter, 1602 {0xcb4c5e96, L"appearanceFilter", XFA_ELEMENT_AppearanceFilter,
1594 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_NodeC}, 1603 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::NodeC},
1595 {0xcc92aba7, L"fill", XFA_ELEMENT_Fill, 1604 {0xcc92aba7, L"fill", XFA_ELEMENT_Fill,
1596 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1605 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1597 {0xcd308b77, L"font", XFA_ELEMENT_Font, 1606 {0xcd308b77, L"font", XFA_ELEMENT_Font,
1598 XFA_XDPPACKET_Template | XFA_XDPPACKET_Config | XFA_XDPPACKET_Form, 1607 XFA_XDPPACKET_Template | XFA_XDPPACKET_Config | XFA_XDPPACKET_Form,
1599 XFA_OBJECTTYPE_Node}, 1608 XFA_ObjectType::Node},
1600 {0xcd309ff4, L"form", XFA_ELEMENT_Form, XFA_XDPPACKET_Form, 1609 {0xcd309ff4, L"form", XFA_ELEMENT_Form, XFA_XDPPACKET_Form,
1601 XFA_OBJECTTYPE_ModelNode}, 1610 XFA_ObjectType::ModelNode},
1602 {0xcebcca2d, L"mediumInfo", XFA_ELEMENT_MediumInfo, XFA_XDPPACKET_Config, 1611 {0xcebcca2d, L"mediumInfo", XFA_ELEMENT_MediumInfo, XFA_XDPPACKET_Config,
1603 XFA_OBJECTTYPE_Node}, 1612 XFA_ObjectType::Node},
1604 {0xcfe0d643, L"certificate", XFA_ELEMENT_Certificate, 1613 {0xcfe0d643, L"certificate", XFA_ELEMENT_Certificate,
1605 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_TextNode}, 1614 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::TextNode},
1606 {0xd012c033, L"password", XFA_ELEMENT_Password, XFA_XDPPACKET_SourceSet, 1615 {0xd012c033, L"password", XFA_ELEMENT_Password, XFA_XDPPACKET_SourceSet,
1607 XFA_OBJECTTYPE_TextNode}, 1616 XFA_ObjectType::TextNode},
1608 {0xd01604bd, L"runScripts", XFA_ELEMENT_RunScripts, XFA_XDPPACKET_Config, 1617 {0xd01604bd, L"runScripts", XFA_ELEMENT_RunScripts, XFA_XDPPACKET_Config,
1609 XFA_OBJECTTYPE_ContentNode}, 1618 XFA_ObjectType::ContentNode},
1610 {0xd1227e6f, L"trace", XFA_ELEMENT_Trace, XFA_XDPPACKET_Config, 1619 {0xd1227e6f, L"trace", XFA_ELEMENT_Trace, XFA_XDPPACKET_Config,
1611 XFA_OBJECTTYPE_Node}, 1620 XFA_ObjectType::Node},
1612 {0xd1532876, L"float", XFA_ELEMENT_Float, 1621 {0xd1532876, L"float", XFA_ELEMENT_Float,
1613 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_ContentNode}, 1622 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::ContentNode},
1614 {0xd17a6c30, L"renderPolicy", XFA_ELEMENT_RenderPolicy, 1623 {0xd17a6c30, L"renderPolicy", XFA_ELEMENT_RenderPolicy,
1615 XFA_XDPPACKET_Config, XFA_OBJECTTYPE_ContentNode}, 1624 XFA_XDPPACKET_Config, XFA_ObjectType::ContentNode},
1616 {0xd4bf6823, L"logPseudoModel", XFA_ELEMENT_LogPseudoModel, 1625 {0xd4bf6823, L"logPseudoModel", XFA_ELEMENT_LogPseudoModel,
1617 XFA_XDPPACKET_XDP, XFA_OBJECTTYPE_OrdinaryObject}, 1626 XFA_XDPPACKET_XDP, XFA_ObjectType::OrdinaryObject},
1618 {0xd58aa962, L"destination", XFA_ELEMENT_Destination, XFA_XDPPACKET_Config, 1627 {0xd58aa962, L"destination", XFA_ELEMENT_Destination, XFA_XDPPACKET_Config,
1619 XFA_OBJECTTYPE_ContentNode}, 1628 XFA_ObjectType::ContentNode},
1620 {0xd6e27f1d, L"value", XFA_ELEMENT_Value, 1629 {0xd6e27f1d, L"value", XFA_ELEMENT_Value,
1621 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1630 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1622 {0xd7a14462, L"bookend", XFA_ELEMENT_Bookend, 1631 {0xd7a14462, L"bookend", XFA_ELEMENT_Bookend,
1623 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1632 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1624 {0xd8c31254, L"exObject", XFA_ELEMENT_ExObject, 1633 {0xd8c31254, L"exObject", XFA_ELEMENT_ExObject,
1625 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1634 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1626 {0xda6a8590, L"openAction", XFA_ELEMENT_OpenAction, XFA_XDPPACKET_Config, 1635 {0xda6a8590, L"openAction", XFA_ELEMENT_OpenAction, XFA_XDPPACKET_Config,
1627 XFA_OBJECTTYPE_Node}, 1636 XFA_ObjectType::Node},
1628 {0xdab4fb7d, L"neverEmbed", XFA_ELEMENT_NeverEmbed, XFA_XDPPACKET_Config, 1637 {0xdab4fb7d, L"neverEmbed", XFA_ELEMENT_NeverEmbed, XFA_XDPPACKET_Config,
1629 XFA_OBJECTTYPE_NodeV}, 1638 XFA_ObjectType::NodeV},
1630 {0xdb98475f, L"bindItems", XFA_ELEMENT_BindItems, 1639 {0xdb98475f, L"bindItems", XFA_ELEMENT_BindItems,
1631 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1640 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1632 {0xdbfbe02e, L"calculate", XFA_ELEMENT_Calculate, 1641 {0xdbfbe02e, L"calculate", XFA_ELEMENT_Calculate,
1633 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1642 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1634 {0xdd7676ed, L"print", XFA_ELEMENT_Print, XFA_XDPPACKET_Config, 1643 {0xdd7676ed, L"print", XFA_ELEMENT_Print, XFA_XDPPACKET_Config,
1635 XFA_OBJECTTYPE_ContentNode}, 1644 XFA_ObjectType::ContentNode},
1636 {0xdde273d7, L"extras", XFA_ELEMENT_Extras, 1645 {0xdde273d7, L"extras", XFA_ELEMENT_Extras,
1637 XFA_XDPPACKET_SourceSet | XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, 1646 XFA_XDPPACKET_SourceSet | XFA_XDPPACKET_Template | XFA_XDPPACKET_Form,
1638 XFA_OBJECTTYPE_Node}, 1647 XFA_ObjectType::Node},
1639 {0xde146b34, L"proto", XFA_ELEMENT_Proto, 1648 {0xde146b34, L"proto", XFA_ELEMENT_Proto,
1640 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1649 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1641 {0xdf059321, L"dSigData", XFA_ELEMENT_DSigData, 1650 {0xdf059321, L"dSigData", XFA_ELEMENT_DSigData,
1642 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1651 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1643 {0xdfccf030, L"creator", XFA_ELEMENT_Creator, XFA_XDPPACKET_Config, 1652 {0xdfccf030, L"creator", XFA_ELEMENT_Creator, XFA_XDPPACKET_Config,
1644 XFA_OBJECTTYPE_ContentNode}, 1653 XFA_ObjectType::ContentNode},
1645 {0xdff78c6a, L"connect", XFA_ELEMENT_Connect, 1654 {0xdff78c6a, L"connect", XFA_ELEMENT_Connect,
1646 XFA_XDPPACKET_SourceSet | XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, 1655 XFA_XDPPACKET_SourceSet | XFA_XDPPACKET_Template | XFA_XDPPACKET_Form,
1647 XFA_OBJECTTYPE_Node}, 1656 XFA_ObjectType::Node},
1648 {0xe11a2cbc, L"permissions", XFA_ELEMENT_Permissions, XFA_XDPPACKET_Config, 1657 {0xe11a2cbc, L"permissions", XFA_ELEMENT_Permissions, XFA_XDPPACKET_Config,
1649 XFA_OBJECTTYPE_Node}, 1658 XFA_ObjectType::Node},
1650 {0xe14c801c, L"connectionSet", XFA_ELEMENT_ConnectionSet, 1659 {0xe14c801c, L"connectionSet", XFA_ELEMENT_ConnectionSet,
1651 XFA_XDPPACKET_ConnectionSet, XFA_OBJECTTYPE_ModelNode}, 1660 XFA_XDPPACKET_ConnectionSet, XFA_ObjectType::ModelNode},
1652 {0xe1c83a14, L"submit", XFA_ELEMENT_Submit, 1661 {0xe1c83a14, L"submit", XFA_ELEMENT_Submit,
1653 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1662 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1654 {0xe29821cd, L"range", XFA_ELEMENT_Range, XFA_XDPPACKET_Config, 1663 {0xe29821cd, L"range", XFA_ELEMENT_Range, XFA_XDPPACKET_Config,
1655 XFA_OBJECTTYPE_NodeV}, 1664 XFA_ObjectType::NodeV},
1656 {0xe38d83c7, L"linearized", XFA_ELEMENT_Linearized, XFA_XDPPACKET_Config, 1665 {0xe38d83c7, L"linearized", XFA_ELEMENT_Linearized, XFA_XDPPACKET_Config,
1657 XFA_OBJECTTYPE_ContentNode}, 1666 XFA_ObjectType::ContentNode},
1658 {0xe3aa2578, L"packet", XFA_ELEMENT_Packet, XFA_XDPPACKET_XDP, 1667 {0xe3aa2578, L"packet", XFA_ELEMENT_Packet, XFA_XDPPACKET_XDP,
1659 XFA_OBJECTTYPE_NodeC}, 1668 XFA_ObjectType::NodeC},
1660 {0xe3aa860e, L"rootElement", XFA_ELEMENT_RootElement, 1669 {0xe3aa860e, L"rootElement", XFA_ELEMENT_RootElement,
1661 XFA_XDPPACKET_ConnectionSet, XFA_OBJECTTYPE_TextNode}, 1670 XFA_XDPPACKET_ConnectionSet, XFA_ObjectType::TextNode},
1662 {0xe3e553fa, L"plaintextMetadata", XFA_ELEMENT_PlaintextMetadata, 1671 {0xe3e553fa, L"plaintextMetadata", XFA_ELEMENT_PlaintextMetadata,
1663 XFA_XDPPACKET_Config, XFA_OBJECTTYPE_ContentNode}, 1672 XFA_XDPPACKET_Config, XFA_ObjectType::ContentNode},
1664 {0xe3e6e4f2, L"numberSymbols", XFA_ELEMENT_NumberSymbols, 1673 {0xe3e6e4f2, L"numberSymbols", XFA_ELEMENT_NumberSymbols,
1665 XFA_XDPPACKET_LocaleSet, XFA_OBJECTTYPE_Node}, 1674 XFA_XDPPACKET_LocaleSet, XFA_ObjectType::Node},
1666 {0xe3f067f6, L"printHighQuality", XFA_ELEMENT_PrintHighQuality, 1675 {0xe3f067f6, L"printHighQuality", XFA_ELEMENT_PrintHighQuality,
1667 XFA_XDPPACKET_Config, XFA_OBJECTTYPE_ContentNode}, 1676 XFA_XDPPACKET_Config, XFA_ObjectType::ContentNode},
1668 {0xe3fd078c, L"driver", XFA_ELEMENT_Driver, XFA_XDPPACKET_Config, 1677 {0xe3fd078c, L"driver", XFA_ELEMENT_Driver, XFA_XDPPACKET_Config,
1669 XFA_OBJECTTYPE_Node}, 1678 XFA_ObjectType::Node},
1670 {0xe48b34f2, L"incrementalLoad", XFA_ELEMENT_IncrementalLoad, 1679 {0xe48b34f2, L"incrementalLoad", XFA_ELEMENT_IncrementalLoad,
1671 XFA_XDPPACKET_Config, XFA_OBJECTTYPE_NodeV}, 1680 XFA_XDPPACKET_Config, XFA_ObjectType::NodeV},
1672 {0xe550e7c2, L"subjectDN", XFA_ELEMENT_SubjectDN, 1681 {0xe550e7c2, L"subjectDN", XFA_ELEMENT_SubjectDN,
1673 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_NodeC}, 1682 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::NodeC},
1674 {0xe6669a78, L"compressLogicalStructure", 1683 {0xe6669a78, L"compressLogicalStructure",
1675 XFA_ELEMENT_CompressLogicalStructure, XFA_XDPPACKET_Config, 1684 XFA_ELEMENT_CompressLogicalStructure, XFA_XDPPACKET_Config,
1676 XFA_OBJECTTYPE_ContentNode}, 1685 XFA_ObjectType::ContentNode},
1677 {0xe7a7ea02, L"incrementalMerge", XFA_ELEMENT_IncrementalMerge, 1686 {0xe7a7ea02, L"incrementalMerge", XFA_ELEMENT_IncrementalMerge,
1678 XFA_XDPPACKET_Config, XFA_OBJECTTYPE_ContentNode}, 1687 XFA_XDPPACKET_Config, XFA_ObjectType::ContentNode},
1679 {0xe948530d, L"radial", XFA_ELEMENT_Radial, 1688 {0xe948530d, L"radial", XFA_ELEMENT_Radial,
1680 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1689 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1681 {0xea8d6999, L"variables", XFA_ELEMENT_Variables, 1690 {0xea8d6999, L"variables", XFA_ELEMENT_Variables,
1682 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_ContainerNode}, 1691 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form,
1692 XFA_ObjectType::ContainerNode},
1683 {0xeaa142c0, L"timePatterns", XFA_ELEMENT_TimePatterns, 1693 {0xeaa142c0, L"timePatterns", XFA_ELEMENT_TimePatterns,
1684 XFA_XDPPACKET_LocaleSet, XFA_OBJECTTYPE_Node}, 1694 XFA_XDPPACKET_LocaleSet, XFA_ObjectType::Node},
1685 {0xeb943a71, L"effectiveInputPolicy", XFA_ELEMENT_EffectiveInputPolicy, 1695 {0xeb943a71, L"effectiveInputPolicy", XFA_ELEMENT_EffectiveInputPolicy,
1686 XFA_XDPPACKET_ConnectionSet, XFA_OBJECTTYPE_Node}, 1696 XFA_XDPPACKET_ConnectionSet, XFA_ObjectType::Node},
1687 {0xef04a2bc, L"nameAttr", XFA_ELEMENT_NameAttr, XFA_XDPPACKET_Config, 1697 {0xef04a2bc, L"nameAttr", XFA_ELEMENT_NameAttr, XFA_XDPPACKET_Config,
1688 XFA_OBJECTTYPE_NodeV}, 1698 XFA_ObjectType::NodeV},
1689 {0xf07222ab, L"conformance", XFA_ELEMENT_Conformance, XFA_XDPPACKET_Config, 1699 {0xf07222ab, L"conformance", XFA_ELEMENT_Conformance, XFA_XDPPACKET_Config,
1690 XFA_OBJECTTYPE_ContentNode}, 1700 XFA_ObjectType::ContentNode},
1691 {0xf0aaaadc, L"transform", XFA_ELEMENT_Transform, XFA_XDPPACKET_Config, 1701 {0xf0aaaadc, L"transform", XFA_ELEMENT_Transform, XFA_XDPPACKET_Config,
1692 XFA_OBJECTTYPE_Node}, 1702 XFA_ObjectType::Node},
1693 {0xf1433e88, L"lockDocument", XFA_ELEMENT_LockDocument, 1703 {0xf1433e88, L"lockDocument", XFA_ELEMENT_LockDocument,
1694 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_ContentNode}, 1704 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::ContentNode},
1695 {0xf54eb997, L"breakAfter", XFA_ELEMENT_BreakAfter, 1705 {0xf54eb997, L"breakAfter", XFA_ELEMENT_BreakAfter,
1696 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1706 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1697 {0xf616da28, L"line", XFA_ELEMENT_Line, 1707 {0xf616da28, L"line", XFA_ELEMENT_Line,
1698 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1708 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1699 {0xf616f3dc, L"list", XFA_ELEMENT_List, XFA_XDPPACKET_XDP, 1709 {0xf616f3dc, L"list", XFA_ELEMENT_List, XFA_XDPPACKET_XDP,
1700 XFA_OBJECTTYPE_OrdinaryList}, 1710 XFA_ObjectType::OrdinaryList},
1701 {0xf7055fb1, L"source", XFA_ELEMENT_Source, XFA_XDPPACKET_SourceSet, 1711 {0xf7055fb1, L"source", XFA_ELEMENT_Source, XFA_XDPPACKET_SourceSet,
1702 XFA_OBJECTTYPE_Node}, 1712 XFA_ObjectType::Node},
1703 {0xf7eebe1c, L"occur", XFA_ELEMENT_Occur, 1713 {0xf7eebe1c, L"occur", XFA_ELEMENT_Occur,
1704 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1714 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1705 {0xf8d10d97, L"pickTrayByPDFSize", XFA_ELEMENT_PickTrayByPDFSize, 1715 {0xf8d10d97, L"pickTrayByPDFSize", XFA_ELEMENT_PickTrayByPDFSize,
1706 XFA_XDPPACKET_Config, XFA_OBJECTTYPE_ContentNode}, 1716 XFA_XDPPACKET_Config, XFA_ObjectType::ContentNode},
1707 {0xf8f19e3a, L"monthNames", XFA_ELEMENT_MonthNames, XFA_XDPPACKET_LocaleSet, 1717 {0xf8f19e3a, L"monthNames", XFA_ELEMENT_MonthNames, XFA_XDPPACKET_LocaleSet,
1708 XFA_OBJECTTYPE_Node}, 1718 XFA_ObjectType::Node},
1709 {0xf984149b, L"severity", XFA_ELEMENT_Severity, XFA_XDPPACKET_Config, 1719 {0xf984149b, L"severity", XFA_ELEMENT_Severity, XFA_XDPPACKET_Config,
1710 XFA_OBJECTTYPE_NodeV}, 1720 XFA_ObjectType::NodeV},
1711 {0xf9bcb037, L"groupParent", XFA_ELEMENT_GroupParent, XFA_XDPPACKET_Config, 1721 {0xf9bcb037, L"groupParent", XFA_ELEMENT_GroupParent, XFA_XDPPACKET_Config,
1712 XFA_OBJECTTYPE_NodeV}, 1722 XFA_ObjectType::NodeV},
1713 {0xfbc42fff, L"documentAssembly", XFA_ELEMENT_DocumentAssembly, 1723 {0xfbc42fff, L"documentAssembly", XFA_ELEMENT_DocumentAssembly,
1714 XFA_XDPPACKET_Config, XFA_OBJECTTYPE_ContentNode}, 1724 XFA_XDPPACKET_Config, XFA_ObjectType::ContentNode},
1715 {0xfc78159f, L"numberSymbol", XFA_ELEMENT_NumberSymbol, 1725 {0xfc78159f, L"numberSymbol", XFA_ELEMENT_NumberSymbol,
1716 XFA_XDPPACKET_LocaleSet, XFA_OBJECTTYPE_ContentNode}, 1726 XFA_XDPPACKET_LocaleSet, XFA_ObjectType::ContentNode},
1717 {0xfcbd606c, L"tagged", XFA_ELEMENT_Tagged, XFA_XDPPACKET_Config, 1727 {0xfcbd606c, L"tagged", XFA_ELEMENT_Tagged, XFA_XDPPACKET_Config,
1718 XFA_OBJECTTYPE_ContentNode}, 1728 XFA_ObjectType::ContentNode},
1719 {0xff063802, L"items", XFA_ELEMENT_Items, 1729 {0xff063802, L"items", XFA_ELEMENT_Items,
1720 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_OBJECTTYPE_Node}, 1730 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
1721 }; 1731 };
1722 const int32_t g_iXFAElementCount = 1732 const int32_t g_iXFAElementCount =
1723 sizeof(g_XFAElementData) / sizeof(XFA_ELEMENTINFO); 1733 sizeof(g_XFAElementData) / sizeof(XFA_ELEMENTINFO);
1724 1734
1725 const XFA_ELEMENTHIERARCHY g_XFAElementPropertyIndex[] = { 1735 const XFA_ELEMENTHIERARCHY g_XFAElementPropertyIndex[] = {
1726 {0, 8}, {8, 0}, {8, 14}, {22, 0}, {22, 0}, {22, 6}, {28, 0}, 1736 {0, 8}, {8, 0}, {8, 14}, {22, 0}, {22, 0}, {22, 6}, {28, 0},
1727 {28, 0}, {28, 1}, {29, 3}, {32, 0}, {32, 0}, {32, 0}, {32, 3}, 1737 {28, 0}, {28, 1}, {29, 3}, {32, 0}, {32, 0}, {32, 0}, {32, 3},
1728 {35, 1}, {36, 0}, {36, 0}, {36, 2}, {38, 0}, {38, 0}, {38, 0}, 1738 {35, 1}, {36, 0}, {36, 0}, {36, 2}, {38, 0}, {38, 0}, {38, 0},
1729 {38, 4}, {42, 0}, {42, 0}, {42, 1}, {43, 0}, {43, 8}, {51, 19}, 1739 {38, 4}, {42, 0}, {42, 0}, {42, 1}, {43, 0}, {43, 8}, {51, 19},
1730 {70, 0}, {70, 0}, {70, 2}, {72, 1}, {73, 0}, {73, 2}, {75, 4}, 1740 {70, 0}, {70, 0}, {70, 2}, {72, 1}, {73, 0}, {73, 2}, {75, 4},
(...skipping 5314 matching lines...) Expand 10 before | Expand all | Expand 10 after
7045 XFA_SCRIPT_Object}, 7055 XFA_SCRIPT_Object},
7046 {0xa52682bd, L"{default}", 7056 {0xa52682bd, L"{default}",
7047 (XFA_ATTRIBUTE_CALLBACK)&CXFA_Node::Script_Som_DefaultValue, -1, 7057 (XFA_ATTRIBUTE_CALLBACK)&CXFA_Node::Script_Som_DefaultValue, -1,
7048 XFA_SCRIPT_Basic}, 7058 XFA_SCRIPT_Basic},
7049 {0xd6e27f1d, L"value", 7059 {0xd6e27f1d, L"value",
7050 (XFA_ATTRIBUTE_CALLBACK)&CXFA_Node::Script_Som_DefaultValue, -1, 7060 (XFA_ATTRIBUTE_CALLBACK)&CXFA_Node::Script_Som_DefaultValue, -1,
7051 XFA_SCRIPT_Basic}, 7061 XFA_SCRIPT_Basic},
7052 }; 7062 };
7053 const int32_t g_iSomAttributeCount = 7063 const int32_t g_iSomAttributeCount =
7054 sizeof(g_SomAttributeData) / sizeof(XFA_ATTRIBUTEINFO); 7064 sizeof(g_SomAttributeData) / sizeof(XFA_ATTRIBUTEINFO);
OLDNEW
« no previous file with comments | « xfa/fxfa/parser/cxfa_widgetdata.cpp ('k') | xfa/fxfa/parser/xfa_document_datadescription_imp.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698