]> git.proxmox.com Git - mirror_edk2.git/blame - Tools/XMLSchema/FrameworkDataAttributes.xsd
Add check for a NULL Data parameter in SecPeiReportStatusCode(). The Report Status...
[mirror_edk2.git] / Tools / XMLSchema / FrameworkDataAttributes.xsd
CommitLineData
92e805e9 1<?xml version="1.0" encoding="UTF-8"?>\r
2<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" xmlns="http://www.TianoCore.org/2006/Edk2.0" targetNamespace="http://www.TianoCore.org/2006/Edk2.0">\r
3 <!--\r
4 Filename: FrameworkDataAttributes.xsd\r
5 \r
6 Copyright (c) 2006, Intel Corp.\r
7 All rights reserved. This program and the accompanying materials\r
8 are licensed and made available under the terms and conditions of the BSD License\r
9 which may be found at http://opensource.org/licenses/bsd-license.php\r
10 \r
11 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13 \r
14 -->\r
15 <xs:annotation>\r
16 <xs:documentation xml:lang="en">This schema defines EFI and Framework Attribute. Only attributeGroups are specified in this file. </xs:documentation>\r
17 </xs:annotation>\r
18 <xs:include schemaLocation="NamingConvention.xsd"/>\r
19 <xs:include schemaLocation="FrameworkDataTypes.xsd"/>\r
20 <xs:attributeGroup name="BaseNameAttributes">\r
21 <xs:attribute name="Guid" type="GuidType" use="optional"/>\r
22 <xs:attribute name="Version" type="VersionDataType" use="optional"/>\r
23 </xs:attributeGroup>\r
24 <xs:attributeGroup name="BootModeAttributes">\r
25 <xs:attribute name="Guid" type="GuidType" use="optional"/>\r
26 <xs:attribute name="BootModeName" type="BootModeNames" use="required"/>\r
27 <xs:attribute name="Usage" type="BootModeUsage" use="required"/>\r
0675decb 28 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>\r
cf0a51a5 29 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>\r
92e805e9 30 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>\r
0675decb 31 <!-- DO NOT USE remove OverrideID from use -->\r
92e805e9 32 </xs:attributeGroup>\r
33 <xs:attributeGroup name="ConvertAttributeString">\r
34 <xs:attribute name="SourceString" type="xs:string" use="optional"/>\r
35 <xs:attribute default="Unicode" name="OutputFiletype" type="xs:string" use="optional"/>\r
36 <xs:attribute name="OutputFilename" type="FileNameConvention" use="optional"/>\r
37 </xs:attributeGroup>\r
38 <xs:attributeGroup name="DataHubAttributes">\r
39 <xs:attribute name="Guid" type="GuidType" use="optional"/>\r
40 <xs:attribute name="Usage" type="DataHubUsage" use="optional"/>\r
0675decb 41 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>\r
cf0a51a5 42 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>\r
92e805e9 43 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>\r
0675decb 44 <!-- DO NOT USE remove OverrideID from use -->\r
92e805e9 45 </xs:attributeGroup>\r
46 <xs:attributeGroup name="DirectoryAttributes">\r
47 <xs:attribute name="Separator" type="ToothPick"/>\r
48 </xs:attributeGroup>\r
49 <xs:attributeGroup name="EventAttributes">\r
0675decb 50 <xs:attribute name="Guid" type="GuidType" use="optional"/>\r
92e805e9 51 <xs:attribute name="Usage" type="EventUsage" use="optional"/>\r
52 <xs:attribute name="EventGroup" type="EventTypes" use="optional"/>\r
0675decb 53 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>\r
cf0a51a5 54 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>\r
92e805e9 55 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>\r
0675decb 56 <!-- DO NOT USE remove OverrideID from use -->\r
92e805e9 57 </xs:attributeGroup>\r
58 <xs:attributeGroup name="ExternAttributes">\r
0675decb 59 <xs:attribute name="Guid" type="GuidType" use="optional"/>\r
92e805e9 60 <xs:attribute name="Usage" type="ExternUsage" use="optional"/>\r
0675decb 61 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>\r
cf0a51a5 62 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>\r
92e805e9 63 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>\r
0675decb 64 <!-- DO NOT USE remove OverrideID from use -->\r
92e805e9 65 </xs:attributeGroup>\r
66 <xs:attributeGroup name="FilenameAttributes">\r
67 <xs:attribute name="Usage" type="FileNameUsage" use="optional"/>\r
68 <xs:attribute name="Guid" type="GuidType" use="optional"/>\r
69 <xs:attribute name="Path" type="DirectoryNamingConvention" use="optional"/>\r
70 <xs:attribute name="FileType" type="xs:string" use="optional"/>\r
71 <xs:attribute name="ToolChain" type="ToolChains" use="optional"/>\r
0675decb 72 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>\r
cf0a51a5 73 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>\r
3a0a3d38 74 <xs:attribute name="ArchType" use="optional">\r
75 <xs:simpleType>\r
76 <xs:list itemType="SupportedArchitectures"/>\r
77 </xs:simpleType>\r
78 </xs:attribute>\r
92e805e9 79 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>\r
0675decb 80 <!-- DO NOT USE remove OverrideID from use -->\r
92e805e9 81 </xs:attributeGroup>\r
82 <xs:attributeGroup name="FormsetAttributes">\r
92e805e9 83 <xs:attribute name="Guid" type="GuidType" use="optional"/>\r
0675decb 84 <xs:attribute name="Usage" type="FormSetUsage" use="optional"/>\r
85 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>\r
cf0a51a5 86 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>\r
92e805e9 87 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>\r
0675decb 88 <!-- DO NOT USE remove OverrideID from use -->\r
92e805e9 89 </xs:attributeGroup>\r
90 <xs:attributeGroup name="GuidAttributes">\r
91 <xs:attribute name="Usage" type="GuidUsage" use="optional"/>\r
92 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>\r
cf0a51a5 93 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>\r
92e805e9 94 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>\r
0675decb 95 <!-- DO NOT USE remove OverrideID from use -->\r
92e805e9 96 </xs:attributeGroup>\r
97 <xs:attributeGroup name="HobAttributes">\r
0675decb 98 <xs:attribute name="Guid" type="GuidType" use="optional"/>\r
92e805e9 99 <xs:attribute name="Usage" type="HobUsage" use="optional"/>\r
100 <xs:attribute name="HobType" type="HobTypes" use="required"/>\r
101 <xs:attribute default="true" name="HobEnabled" type="xs:boolean" use="optional"/>\r
0675decb 102 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>\r
cf0a51a5 103 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>\r
92e805e9 104 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>\r
0675decb 105 <!-- DO NOT USE remove OverrideID from use -->\r
92e805e9 106 </xs:attributeGroup>\r
107 <xs:attributeGroup name="IncludeAttributes">\r
108 <xs:attribute name="Guid" type="GuidType" use="optional"/>\r
109 <xs:attribute name="Path" type="DirectoryNamingConvention" use="optional"/>\r
0675decb 110 <xs:attribute name="Class" type="BaseNameConvention" use="optional"/>\r
92e805e9 111 <xs:attribute name="Version" type="VersionDataType" use="optional"/>\r
0675decb 112 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>\r
cf0a51a5 113 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>\r
92e805e9 114 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>\r
0675decb 115 <!-- DO NOT USE remove OverrideID from use -->\r
92e805e9 116 <xs:attribute name="ModuleType" type="ModuleTypeDef" use="optional"/>\r
117 </xs:attributeGroup>\r
118 <xs:attributeGroup name="LibraryAttributes">\r
0675decb 119 <!-- LibraryAttributes is used for Libraries -> Library elements in FPD files -->\r
92e805e9 120 <xs:attribute name="Guid" type="GuidType" use="optional"/>\r
0675decb 121 <!-- DO NOT USE remove Guid from use, Start using LibraryGuid instead -->\r
122 <xs:attribute name="LibraryGuid" type="GuidType" use="optional"/>\r
123 <xs:attribute name="Version" type="VersionDataType" use="optional"/>\r
124 <!-- DO NOT USE remove Version from use, Start using LibraryVersion instead -->\r
125 <xs:attribute name="ModuleVersion" type="VersionDataType" use="optional"/>\r
92e805e9 126 <xs:attribute name="LibraryClass" type="BaseNameConvention" use="optional"/>\r
127 <xs:attribute name="ClassGuid" type="GuidType" use="optional"/>\r
92e805e9 128 <xs:attribute name="Usage" type="LibraryUsage" use="optional"/>\r
129 <xs:attribute name="Package" type="xs:string" use="optional"/>\r
0675decb 130 <!-- DO NOT USE remove Package from use, Start using PackageName instead -->\r
131 <xs:attribute name="PackageName" type="BaseNameConvention" use="optional"/>\r
132 <xs:attribute name="PackageVersion" type="VersionDataType" use="optional"/>\r
133 <xs:attribute name="PackageGuid" type="GuidType" use="optional"/>\r
3a0a3d38 134 <xs:attribute name="ArchType" use="optional">\r
135 <xs:simpleType>\r
136 <xs:list itemType="SupportedArchitectures"/>\r
137 </xs:simpleType>\r
138 </xs:attribute>\r
0675decb 139 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>\r
cf0a51a5 140 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>\r
92e805e9 141 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>\r
0675decb 142 <!-- DO NOT USE remove OverrideID from use -->\r
92e805e9 143 </xs:attributeGroup>\r
144 <xs:attributeGroup name="ModuleNameAttributes">\r
2fdd0c7d 145 <xs:attribute name="Guid" type="GuidType" use="required"/>\r
146 <xs:attribute name="Version" type="VersionDataType" use="optional"/>\r
147 </xs:attributeGroup>\r
148 <xs:attributeGroup name="ModuleNameSaAttributes">\r
0675decb 149 <xs:attribute name="Guid" type="GuidType" use="optional"/>\r
2fdd0c7d 150 <xs:attribute name="ModuleName" type="xs:NCName" use="required"/>\r
92e805e9 151 <xs:attribute name="Version" type="VersionDataType" use="optional"/>\r
152 </xs:attributeGroup>\r
153 <xs:attributeGroup name="MsaAttributes">\r
154 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>\r
155 <xs:attribute name="FvBinding" type="xs:string" use="optional"/>\r
0675decb 156 <xs:attribute name="ModuleName" type="xs:NCName" use="optional"/>\r
92e805e9 157 <xs:attribute name="ModuleGuid" type="GuidType" use="optional"/>\r
0675decb 158 <xs:attribute name="PackageName" type="BaseNameConvention" use="optional"/>\r
92e805e9 159 <xs:attribute name="PackageGuid" type="GuidType" use="optional"/>\r
160 <xs:attribute name="BuildSequence" type="xs:int" use="optional"/>\r
3a0a3d38 161 <xs:attribute name="ArchType" use="optional">\r
162 <xs:simpleType>\r
163 <xs:list itemType="SupportedArchitectures"/>\r
164 </xs:simpleType>\r
165 </xs:attribute>\r
92e805e9 166 </xs:attributeGroup>\r
167 <xs:attributeGroup name="OptionAttributes">\r
168 <xs:attribute name="Platform" type="PlatformNamingConvention" use="optional"/>\r
92e805e9 169 <xs:attribute name="ToolChain" type="ToolChains" use="optional"/>\r
2fdd0c7d 170 <xs:attribute name="BuildTarget" type="BuildTargets" use="optional"/>\r
0675decb 171 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>\r
cf0a51a5 172 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>\r
173 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>\r
0675decb 174 <!-- DO NOT USE remove OverrideID from use -->\r
92e805e9 175 </xs:attributeGroup>\r
176 <xs:attributeGroup name="PackageAttributes">\r
0675decb 177 <xs:attribute name="PackageGuid" type="GuidType" use="optional"/>\r
178 <xs:attribute name="PackageVersion" type="xs:string" use="optional"/>\r
92e805e9 179 <xs:attribute name="Usage" type="PackageUsage" use="optional"/>\r
180 <xs:attribute name="PackageType" type="PackageType" use="optional"/>\r
181 <xs:attribute name="UpdatedDate" type="DateType" use="optional"/>\r
0675decb 182 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>\r
92e805e9 183 </xs:attributeGroup>\r
0675decb 184 <!-- PackageNameAttributres are only used in the Package Dependencies section of an SPD file. -->\r
92e805e9 185 <xs:attributeGroup name="PackageNameAttributes">\r
186 <xs:attribute name="Guid" type="GuidType" use="optional"/>\r
0675decb 187 <!-- DO NOT USE remove Guid and start using PackageGuid instead -->\r
188 <xs:attribute name="PackageGuid" type="GuidType" use="optional"/>\r
92e805e9 189 <xs:attribute name="Version" type="VersionDataType" use="optional"/>\r
0675decb 190 <!-- DO NOT USE remove Version and start using PackageVersion instead -->\r
191 <xs:attribute name="PackageVersion" type="xs:string" use="optional"/>\r
192 <!-- PackageTypeDepencency is used to identify if a SOURCE or BINARY PackageType is required, in case PackageGuid and/or PackageVersion are not tracked. -->\r
193 <xs:attribute name="PackageTypeDependency" type="PackageType" use="optional"/>\r
2fdd0c7d 194 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>\r
92e805e9 195 </xs:attributeGroup>\r
196 <xs:attributeGroup name="PcdAttributes">\r
197 <xs:annotation>\r
198 <xs:documentation xml:lang="en">These attributes are for the Pcds listed in PcdData, PcdEntry and/or PcdBuildData entries.</xs:documentation>\r
199 <xs:documentation xml:lang="en">PcdUsage is only valid for PcdItemTypes = FEATURE_FLAG</xs:documentation>\r
200 </xs:annotation>\r
201 <xs:attribute name="ItemType" type="PcdItemTypes" use="required"/>\r
202 <xs:attribute name="PcdUsage" type="PcdUsage" use="optional"/>\r
0675decb 203 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>\r
cf0a51a5 204 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>\r
92e805e9 205 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>\r
0675decb 206 <!-- DO NOT USE remove OverrideID from use -->\r
92e805e9 207 </xs:attributeGroup>\r
208 <xs:attributeGroup name="PlatformAttributes">\r
209 <xs:attribute name="Guid" type="GuidType" use="optional"/>\r
0675decb 210 <!-- DO NOT USE remove Guid from use -->\r
92e805e9 211 <xs:attribute name="Version" type="VersionDataType" use="optional"/>\r
212 <xs:attribute name="AlternateName" type="FileNameConvention" use="optional"/>\r
0675decb 213 <!-- DO NOT USE remove AlternateName from use -->\r
214 <xs:attribute name="PlatformName" type="PlatformNamingConvention" use="optional"/>\r
92e805e9 215 <xs:attribute name="PlatformGuid" type="GuidType" use="optional"/>\r
216 <xs:attribute name="PlatformVersion" type="xs:string" use="optional"/>\r
217 </xs:attributeGroup>\r
218 <xs:attributeGroup name="PpiAttributes">\r
219 <xs:attribute name="Guid" type="GuidType" use="optional"/>\r
220 <xs:attribute name="Usage" type="PpiUsage" use="optional"/>\r
221 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>\r
cf0a51a5 222 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>\r
3a0a3d38 223 <xs:attribute name="ArchType" use="optional">\r
224 <xs:simpleType>\r
225 <xs:list itemType="SupportedArchitectures"/>\r
226 </xs:simpleType>\r
227 </xs:attribute>\r
92e805e9 228 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>\r
0675decb 229 <!-- DO NOT USE remove OverrideID from use -->\r
92e805e9 230 </xs:attributeGroup>\r
231 <xs:attributeGroup name="PpiNotifyAttributes">\r
232 <xs:attribute name="Guid" type="GuidType" use="optional"/>\r
233 <xs:attribute name="Usage" type="PpiNotifyUsage" use="optional"/>\r
234 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>\r
cf0a51a5 235 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>\r
3a0a3d38 236 <xs:attribute name="ArchType" use="optional">\r
237 <xs:simpleType>\r
238 <xs:list itemType="SupportedArchitectures"/>\r
239 </xs:simpleType>\r
240 </xs:attribute>\r
92e805e9 241 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>\r
0675decb 242 <!-- DO NOT USE remove OverrideID from use -->\r
92e805e9 243 </xs:attributeGroup>\r
244 <xs:attributeGroup name="ProtocolAttributes">\r
245 <xs:attribute name="Guid" type="GuidType" use="optional"/>\r
246 <xs:attribute name="Usage" type="ProtocolUsage" use="optional"/>\r
247 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>\r
cf0a51a5 248 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>\r
3a0a3d38 249 <xs:attribute name="ArchType" use="optional">\r
250 <xs:simpleType>\r
251 <xs:list itemType="SupportedArchitectures"/>\r
252 </xs:simpleType>\r
253 </xs:attribute>\r
92e805e9 254 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>\r
0675decb 255 <!-- DO NOT USE remove OverrideID from use -->\r
92e805e9 256 </xs:attributeGroup>\r
257 <xs:attributeGroup name="ProtocolNotifyAttributes">\r
258 <xs:attribute name="Guid" type="GuidType" use="optional"/>\r
259 <xs:attribute name="Usage" type="ProtocolNotifyUsage" use="optional"/>\r
cf0a51a5 260 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>\r
3a0a3d38 261 <xs:attribute name="ArchType" use="optional">\r
262 <xs:simpleType>\r
263 <xs:list itemType="SupportedArchitectures"/>\r
264 </xs:simpleType>\r
265 </xs:attribute>\r
92e805e9 266 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>\r
0675decb 267 <!-- DO NOT USE remove OverrideID from use -->\r
92e805e9 268 </xs:attributeGroup>\r
269 <xs:attributeGroup name="SectionAttributes">\r
270 <xs:annotation>\r
271 <xs:documentation xml:lang="en">Attributes are either compressable and/or sequence order binding</xs:documentation>\r
272 </xs:annotation>\r
273 <xs:attribute name="SectionType" type="EfiSectionType" use="optional"/>\r
274 <xs:attribute default="true" name="Compressible" type="xs:boolean" use="optional"/>\r
275 <xs:attribute name="BindingOrder" type="xs:int" use="optional"/>\r
0675decb 276 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>\r
cf0a51a5 277 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>\r
92e805e9 278 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>\r
0675decb 279 <!-- DO NOT USE remove OverrideID from use -->\r
92e805e9 280 </xs:attributeGroup>\r
281 <xs:attributeGroup name="SectionsAttributes">\r
282 <xs:annotation>\r
0675decb 283 <xs:documentation xml:lang="en">Attributes for Sections, EncapsulationTag, EncapsulationType and FeatureFlag</xs:documentation>\r
92e805e9 284 </xs:annotation>\r
285 <xs:attribute name="EncapsulationType" type="xs:normalizedString" use="optional"/>\r
286 <xs:attribute name="EncapsulationTag" type="xs:string" use="optional"/>\r
0675decb 287 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>\r
cf0a51a5 288 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>\r
92e805e9 289 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>\r
0675decb 290 <!-- DO NOT USE remove OverrideID from use -->\r
92e805e9 291 </xs:attributeGroup>\r
292 <xs:attributeGroup name="SystemTableAttributes">\r
0675decb 293 <xs:attribute name="Guid" type="GuidType" use="optional"/>\r
92e805e9 294 <xs:attribute name="Usage" type="SystemTableUsage" use="optional"/>\r
0675decb 295 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>\r
cf0a51a5 296 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>\r
92e805e9 297 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>\r
0675decb 298 <!-- DO NOT USE remove OverrideID from use -->\r
92e805e9 299 </xs:attributeGroup>\r
cf0a51a5 300 <xs:attributeGroup name="UrlAttribute">\r
301 <xs:attribute name="Url" type="xs:anyURI"/>\r
302 </xs:attributeGroup>\r
92e805e9 303 <xs:attributeGroup name="VariableAttributes">\r
0675decb 304 <xs:attribute name="Guid" type="GuidType" use="optional"/>\r
92e805e9 305 <xs:attribute name="Usage" type="VariableUsage" use="optional"/>\r
0675decb 306 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>\r
cf0a51a5 307 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>\r
3a0a3d38 308 <xs:attribute name="ArchType" use="optional">\r
309 <xs:simpleType>\r
310 <xs:list itemType="SupportedArchitectures"/>\r
311 </xs:simpleType>\r
312 </xs:attribute>\r
92e805e9 313 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>\r
0675decb 314 <!-- DO NOT USE remove OverrideID from use -->\r
92e805e9 315 </xs:attributeGroup>\r
92e805e9 316</xs:schema>\r