]> git.proxmox.com Git - mirror_edk2.git/blob - Tools/XMLSchema/FrameworkDataAttributes.xsd
Updated MsaFiles to be a choice of <Filename> [1..*] or <MsaFile> [1..*] and added...
[mirror_edk2.git] / Tools / XMLSchema / FrameworkDataAttributes.xsd
1 <?xml version="1.0" encoding="UTF-8"?>
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">
3 <!--
4 Filename: FrameworkDataAttributes.xsd
5
6 Copyright (c) 2006, Intel Corp.
7 All rights reserved. This program and the accompanying materials
8 are licensed and made available under the terms and conditions of the BSD License
9 which may be found at http://opensource.org/licenses/bsd-license.php
10
11 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13
14 -->
15 <xs:annotation>
16 <xs:documentation xml:lang="en">This schema defines EFI and Framework Attribute. Only attributeGroups are specified in this file. </xs:documentation>
17 </xs:annotation>
18 <xs:include schemaLocation="NamingConvention.xsd"/>
19 <xs:include schemaLocation="FrameworkDataTypes.xsd"/>
20 <xs:include schemaLocation="FrameworkPlatformDataTypes.xsd"/>
21 <xs:attributeGroup name="BlockAttributes">
22 <xs:attribute name="Name" type="BlockNameType" use="required"/>
23 <xs:attribute name="Size" type="HexAddressType" use="required"/>
24 <xs:attribute name="Flags" type="HexAddressType" use="optional"/>
25 </xs:attributeGroup>
26 <xs:attributeGroup name="FlashDeviceImageAttributes">
27 <xs:attribute name="Name" type="xs:string" use="required"/>
28 </xs:attributeGroup>
29 <xs:attributeGroup name="FlashDeviceImageFileAttributes">
30 <xs:attribute name="Name" type="xs:string" use="required"/>
31 <xs:attribute name="Region" type="xs:string" use="required"/>
32 <xs:attribute name="SubRegion" type="xs:string" use="optional"/>
33 <xs:attribute name="Optional" type="xs:boolean" use="optional"/>
34 </xs:attributeGroup>
35 <xs:attributeGroup name="FlashDeviceInfoAttributes">
36 <xs:attribute name="Name" type="xs:string" use="required"/>
37 <xs:attribute name="Size" type="HexAddressType" use="required"/>
38 <xs:attribute name="BaseAddress" type="HexAddressType" use="required"/>
39 <xs:attribute name="ErasePolarity" type="Polarity" use="required"/>
40 </xs:attributeGroup>
41 <xs:attributeGroup name="RawDataAttributes">
42 <xs:attribute name="Name" type="xs:string" use="required"/>
43 <xs:attribute name="Region" type="xs:string" use="required"/>
44 <xs:attribute name="SubRegion" type="xs:string" use="required"/>
45 </xs:attributeGroup>
46 <xs:attributeGroup name="RegionAttributes">
47 <xs:attribute name="Name" type="xs:string" use="required"/>
48 <xs:attribute name="Size" type="HexAddressType" use="required"/>
49 <xs:attribute name="Flags" type="HexAddressType" use="optional"/>
50 <xs:attribute name="Alignment" type="HexAddressType" use="optional"/>
51 <xs:attribute name="Attributes" type="xs:string" use="required"/>
52 <xs:attribute name="AreaType" type="EfiFvAreaType" use="required"/>
53 </xs:attributeGroup>
54 <xs:attributeGroup name="SubRegionAttributes">
55 <xs:attribute name="CreateHob" type="xs:boolean" use="required"/>
56 <xs:attribute name="Name" type="xs:string" use="required"/>
57 <xs:attribute name="Size" type="HexAddressType" use="required"/>
58 <xs:attribute name="Attributes" type="xs:string" use="required"/>
59 <xs:attribute name="AreaType" type="EfiFvAreaType" use="required"/>
60 <xs:attribute name="NameGuid" type="xs:string" use="required"/>
61 <xs:attribute name="AreaTypeGuid" type="xs:string" use="optional"/>
62 <xs:attribute name="FileSystemGuid" type="xs:string" use="optional"/>
63 </xs:attributeGroup>
64 <xs:attributeGroup name="BaseNameAttributes">
65 <xs:attribute name="Guid" type="GuidType" use="optional"/>
66 <xs:attribute name="Version" type="VersionDataType" use="optional"/>
67 </xs:attributeGroup>
68 <xs:attributeGroup name="BootModeAttributes">
69 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
70 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
71 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
72 <xs:attribute name="BootModeName" type="BootModeNames" use="required"/>
73 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
74 <!-- DO NOT USE, remove Guid from use -->
75 <xs:attribute name="Guid" type="GuidType" use="optional"/>
76 <!-- Make Usage REQUIRED in final -->
77 <xs:attribute name="Usage" type="BootModeUsage" use="required"/>
78 <!-- DO NOT USE remove OverrideID from use -->
79 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>
80 </xs:attributeGroup>
81 <xs:attributeGroup name="ConvertAttributeString">
82 <xs:attribute name="OutputFilename" type="FileNameConvention" use="optional"/>
83 <xs:attribute name="SourceString" type="xs:string" use="optional"/>
84 <xs:attribute default="Unicode" name="OutputFiletype" type="xs:string" use="optional"/>
85 </xs:attributeGroup>
86 <xs:attributeGroup name="DataHubAttributes">
87 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
88 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
89 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
90 <!-- DO NOT USE remove EnableFeature from use -->
91 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
92 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
93 <!-- DO NOT USE, remove Guid from use -->
94 <xs:attribute name="Guid" type="GuidType" use="optional"/>
95 <!-- Make Usage REQUIRED in final -->
96 <xs:attribute name="Usage" type="DataHubUsage" use="optional"/>
97 <!-- DO NOT USE remove OverrideID from use -->
98 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>
99 </xs:attributeGroup>
100 <xs:attributeGroup name="DirectoryAttributes">
101 <xs:attribute name="Separator" type="ToothPick"/>
102 </xs:attributeGroup>
103 <xs:attributeGroup name="EventAttributes">
104 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
105 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
106 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
107 <!-- Make EventGroup Required in final -->
108 <xs:attribute name="EventGroup" type="EventTypes" use="optional"/>
109 <!-- DO NOT USE remove EnableFeature from use -->
110 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
111 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
112 <!-- DO NOT USE, remove Guid from use -->
113 <xs:attribute name="Guid" type="GuidType" use="optional"/>
114 <!-- Make Usage REQUIRED in final -->
115 <xs:attribute name="Usage" type="EventUsage" use="optional"/>
116 <!-- DO NOT USE remove OverrideID from use -->
117 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>
118 </xs:attributeGroup>
119 <xs:attributeGroup name="ExternAttributes">
120 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
121 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
122 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
123 <!-- DO NOT USE remove EnableFeature from use -->
124 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
125 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
126 <xs:attribute name="Guid" type="GuidType" use="optional"/>
127 <xs:attribute name="Usage" type="ExternUsage" use="optional"/>
128 <!-- DO NOT USE remove OverrideID from use -->
129 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>
130 </xs:attributeGroup>
131 <xs:attributeGroup name="FilenameAttributes">
132 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
133 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
134 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
135 <xs:attribute name="ModuleName" type="xs:NCName" use="optional"/>
136 <xs:attribute name="ModuleVersion" type="VersionDataType" use="optional"/>
137 <xs:attribute name="ModuleGuid" type="GuidType" use="optional"/>
138 <!-- DO NOT USE remove EnableFeature from use -->
139 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
140 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
141 <xs:attribute name="FileType" type="xs:string" use="optional"/>
142 <!-- DO NOT USE, remove Guid from use -->
143 <xs:attribute name="Guid" type="GuidType" use="optional"/>
144 <!-- DO NOT USE, remove Path from use -->
145 <xs:attribute name="Path" type="DirectoryNamingConvention" use="optional"/>
146 <!-- DO NOT USE, remove ToolChain from use, use ToolChainFamily -->
147 <xs:attribute name="ToolChain" type="ToolChains" use="optional"/>
148 <xs:attribute name="TagName" type="xs:NCName" use="optional"/>
149 <xs:attribute name="ToolCode" type="xs:NCName" use="optional"/>
150 <xs:attribute name="ToolChainFamily" type="xs:NCName" use="optional"/>
151 <!-- DO NOT USE, remove Usage from use -->
152 <xs:attribute name="Usage" type="FileNameUsage" use="optional"/>
153 <!-- DO NOT USE remove OverrideID from use -->
154 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>
155 </xs:attributeGroup>
156 <xs:attributeGroup name="FormsetAttributes">
157 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
158 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
159 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
160 <!-- DO NOT USE remove EnableFeature from use -->
161 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
162 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
163 <xs:attribute name="Guid" type="GuidType" use="optional"/>
164 <xs:attribute name="Usage" type="FormSetUsage" use="optional"/>
165 <!-- DO NOT USE remove OverrideID from use -->
166 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>
167 </xs:attributeGroup>
168 <xs:attributeGroup name="GuidAttributes">
169 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
170 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
171 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
172 <!-- DO NOT USE remove EnableFeature from use -->
173 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
174 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
175 <!-- Make Usage REQUIRED in final -->
176 <xs:attribute name="Usage" type="GuidUsage" use="optional"/>
177 <!-- DO NOT USE remove OverrideID from use -->
178 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>
179 </xs:attributeGroup>
180 <xs:attributeGroup name="GuidDeclarationAttributes">
181 <xs:attribute name="Name" type="xs:NCName" use="required"/>
182 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
183 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
184 <xs:attribute name="ModuleTypeList" type="ModuleTypeList" use="optional"/>
185 <xs:attribute name="GuidTypeList" type="GuidListType" use="optional"/>
186 </xs:attributeGroup>
187 <xs:attributeGroup name="HiiPackageAttributes">
188 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
189 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
190 <xs:attribute name="Usage" type="HiiPackageUsage" use="required"/>
191 </xs:attributeGroup>
192 <xs:attributeGroup name="HobAttributes">
193 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
194 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
195 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
196 <!-- DO NOT USE remove EnableFeature from use -->
197 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
198 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
199 <!-- DO NOT USE remove Guid from use -->
200 <xs:attribute name="Guid" type="GuidType" use="optional"/>
201 <xs:attribute name="HobType" type="HobTypes" use="required"/>
202 <!-- DO NOT USE remove HobEnabled from use -->
203 <xs:attribute default="true" name="HobEnabled" type="xs:boolean" use="optional"/>
204 <!-- USAGE is required in final -->
205 <xs:attribute name="Usage" type="HobUsage" use="optional"/>
206 <!-- DO NOT USE remove OverrideID from use -->
207 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>
208 </xs:attributeGroup>
209 <!-- DO NOT USE remove IncludeAttributes from use -->
210 <xs:attributeGroup name="IncludeAttributes">
211 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
212 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
213 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
214 <!-- DO NOT USE remove Class from use -->
215 <xs:attribute name="Class" type="BaseNameConvention" use="optional"/>
216 <!-- DO NOT USE remove EnableFeature from use -->
217 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
218 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
219 <!-- DO NOT USE remove Guid from use -->
220 <xs:attribute name="Guid" type="GuidType" use="optional"/>
221 <xs:attribute name="ModuleType" type="ModuleTypeDef" use="optional"/>
222 <!-- DO NOT USE remove Path from use -->
223 <xs:attribute name="Path" type="DirectoryNamingConvention" use="optional"/>
224 <!-- DO NOT USE remove Version from use -->
225 <xs:attribute name="Version" type="VersionDataType" use="optional"/>
226 <!-- DO NOT USE remove OverrideID from use -->
227 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>
228 <xs:attribute name="ModuleTypeList" type="ModuleTypeList" use="optional"/>
229 </xs:attributeGroup>
230 <xs:attributeGroup name="IncludeHeaderAttributes">
231 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
232 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
233 <xs:attribute name="ModuleTypeList" type="ModuleTypeList" use="optional"/>
234 </xs:attributeGroup>
235 <xs:attributeGroup name="IndustryStdHeaderAttributes">
236 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
237 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
238 <xs:attribute name="ModuleTypeList" type="ModuleTypeList" use="optional"/>
239 </xs:attributeGroup>
240 <xs:attributeGroup name="LibraryAttributes">
241 <!-- LibraryAttributes is used for Libraries / Library elements in FPD files -->
242 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
243 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
244 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
245 <!-- DO NOT USE remove EnableFeature from use -->
246 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
247 <!-- LAH Does a LibraryInstance need to have FeatureFlag Attribute? -->
248 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
249 <!-- DO NOT USE remove Guid from use, Start using ModuleGuid instead -->
250 <xs:attribute name="Guid" type="GuidType" use="optional"/>
251 <!-- DO NOT USE remove ClassGuid from use, Start using LibraryClassGuid instead -->
252 <xs:attribute name="ClassGuid" type="GuidType" use="optional"/>
253 <!-- DO NOT USE remove LibraryGuid from use, Start using ModuleGuid instead -->
254 <xs:attribute name="LibraryGuid" type="GuidType" use="optional"/>
255 <xs:attribute name="LibraryClass" type="BaseNameConvention" use="optional"/>
256 <xs:attribute name="LibraryClassGuid" type="GuidType" use="optional"/>
257 <xs:attribute name="ModuleGuid" type="GuidType" use="optional"/>
258 <xs:attribute name="ModuleVersion" type="VersionDataType" use="optional"/>
259 <!-- DO NOT USE remove Package from use, Start using PackageName instead -->
260 <xs:attribute name="Package" type="xs:string" use="optional"/>
261 <xs:attribute name="PackageGuid" type="GuidType" use="optional"/>
262 <xs:attribute name="PackageName" type="BaseNameConvention" use="optional"/>
263 <xs:attribute name="PackageVersion" type="VersionDataType" use="optional"/>
264 <xs:attribute name="Usage" type="LibraryUsage" use="optional"/>
265 <!-- DO NOT USE remove Version from use, Start using ModuleVersion instead -->
266 <xs:attribute name="Version" type="VersionDataType" use="optional"/>
267 <!-- DO NOT USE remove OverrideID from use -->
268 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>
269 </xs:attributeGroup>
270 <xs:attributeGroup name="LibraryClassAttributes">
271 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
272 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
273 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
274 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
275 <xs:attribute name="RecommendedInstanceVersion" type="xs:decimal" use="optional"/>
276 <xs:attribute name="RecommendedInstanceGuid" type="GuidType" use="optional"/>
277 <xs:attribute name="Usage" type="LibraryUsage" use="required"/>
278 </xs:attributeGroup>
279 <xs:attributeGroup name="MsaGuidAttributes">
280 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
281 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
282 <xs:attribute name="Usage" type="GuidUsage" use="optional"/>
283 </xs:attributeGroup>
284 <xs:attributeGroup name="ModuleNameAttributes">
285 <xs:attribute name="Guid" type="GuidType" use="required"/>
286 <!-- DO NOT USE remove Guid from use, Start using ModuleGuid instead -->
287 <xs:attribute name="ModuleGuid" type="GuidType" use="required"/>
288 <xs:attribute name="ModuleVersion" type="VersionDataType" use="optional"/>
289 <!-- DO NOT USE remove Version from use, Start using ModuleVersion instead -->
290 <xs:attribute name="Version" type="VersionDataType" use="optional"/>
291 </xs:attributeGroup>
292 <xs:attributeGroup name="ModuleNameSaAttributes">
293 <!-- DO NOT USE remove Guid from use, Start using ModuleGuid instead -->
294 <xs:attribute name="Guid" type="GuidType" use="optional"/>
295 <xs:attribute name="ModuleGuid" type="GuidType" use="required"/>
296 <xs:attribute name="ModuleName" type="xs:NCName" use="required"/>
297 <xs:attribute name="ModuleVersion" type="VersionDataType" use="optional"/>
298 <!-- DO NOT USE remove Version from use, Start using ModuleVersion instead -->
299 <xs:attribute name="Version" type="VersionDataType" use="optional"/>
300 </xs:attributeGroup>
301 <xs:attributeGroup name="MsaAttributes">
302 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
303 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
304 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
305 <xs:attribute name="BuildSequence" type="xs:int" use="optional"/>
306 <xs:attribute name="FvBinding" type="xs:string" use="optional"/>
307 <xs:attribute name="ModuleName" type="xs:NCName" use="optional"/>
308 <xs:attribute name="ModuleGuid" type="GuidType" use="optional"/>
309 <xs:attribute name="PackageName" type="BaseNameConvention" use="optional"/>
310 <xs:attribute name="PackageGuid" type="GuidType" use="optional"/>
311 </xs:attributeGroup>
312 <xs:attributeGroup name="OptionAttributes">
313 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
314 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
315 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
316 <xs:attribute name="BuildTarget" type="BuildTargets" use="optional"/>
317 <!-- DO NOT USE remove EnableFeature from use -->
318 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
319 <!-- LAH Does an Option need to have FeatureFlag Attribute? -->
320 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
321 <xs:attribute name="Platform" type="PlatformNamingConvention" use="optional"/>
322 <xs:attribute name="ToolChain" type="ToolChains" use="optional"/>
323 <xs:attribute name="ToolChainTag" type="xs:NCName" use="optional"/>
324 <!-- DO NOT USE remove OverrideID from use -->
325 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>
326 </xs:attributeGroup>
327 <xs:attributeGroup name="PackageHeaderAttributes">
328 <xs:attribute name="ModuleType" type="ModuleTypeDef" use="optional"/>
329 </xs:attributeGroup>
330 <xs:attributeGroup name="PackageAttributes">
331 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
332 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
333 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
334 <xs:attribute name="PackageGuid" type="GuidType" use="optional"/>
335 <xs:attribute name="PackageType" type="PackageType" use="optional"/>
336 <xs:attribute name="PackageVersion" type="xs:string" use="optional"/>
337 <xs:attribute name="UpdatedDate" type="DateType" use="optional"/>
338 <xs:attribute name="Usage" type="PackageUsage" use="optional"/>
339 </xs:attributeGroup>
340 <!-- PackageNameAttributres are only used in the Package Dependencies section of an SPD file. -->
341 <xs:attributeGroup name="PackageNameAttributes">
342 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
343 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
344 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
345 <!-- DO NOT USE remove Guid and start using PackageGuid instead -->
346 <xs:attribute name="Guid" type="GuidType" use="optional"/>
347 <!-- CHANGE PackageGuid to REQUIRED in final -->
348 <xs:attribute name="PackageGuid" type="GuidType" use="optional"/>
349 <!-- DO NOT USE remove PackageTypeDependency from Use -->
350 <!-- PackageTypeDepencency is used to identify if a SOURCE or BINARY PackageType is required, in case PackageGuid and/or PackageVersion are not tracked. -->
351 <xs:attribute name="PackageTypeDependency" type="PackageType" use="optional"/>
352 <xs:attribute name="PackageVersion" type="xs:string" use="optional"/>
353 <!-- DO NOT USE remove Version and start using PackageVersion instead -->
354 <xs:attribute name="Version" type="VersionDataType" use="optional"/>
355 </xs:attributeGroup>
356 <xs:attributeGroup name="PcdAttributes">
357 <xs:annotation>
358 <xs:documentation xml:lang="en">These attributes are for the Pcds listed in PcdData, PcdEntry and/or PcdBuildData entries.</xs:documentation>
359 <xs:documentation xml:lang="en">PcdUsage is only valid for PcdItemTypes = FEATURE_FLAG</xs:documentation>
360 <xs:documentation xml:lang="en">Only NON FEATURE_FLAG PCDS should have the FeatureFlag attribute set.</xs:documentation>
361 </xs:annotation>
362 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
363 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
364 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
365 <!-- DO NOT USE remove EnableFeature from use -->
366 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
367 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
368 <xs:attribute name="ItemType" type="PcdItemTypes" use="required"/>
369 <xs:attribute name="PcdUsage" type="PcdUsage" use="optional"/>
370 <!-- DO NOT USE remove OverrideID from use -->
371 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>
372 </xs:attributeGroup>
373 <xs:attributeGroup name="PcdBuildDefinitionAttributes">
374 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
375 <xs:attribute name="ItemType" type="PcdItemTypes" use="required"/>
376 </xs:attributeGroup>
377 <xs:attributeGroup name="PcdDeclarationAttributes">
378 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
379 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
380 <xs:attribute name="SupModuleTypes" type="ModuleTypeList" use="optional"/>
381 </xs:attributeGroup>
382 <xs:attributeGroup name="PlatformAttributes">
383 <!-- DO NOT USE remove AlternateName from use -->
384 <xs:attribute name="AlternateName" type="FileNameConvention" use="optional"/>
385 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
386 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
387 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
388 <!-- DO NOT USE remove Guid from use -->
389 <xs:attribute name="Guid" type="GuidType" use="optional"/>
390 <xs:attribute name="PlatformName" type="PlatformNamingConvention" use="optional"/>
391 <xs:attribute name="PlatformGuid" type="GuidType" use="optional"/>
392 <xs:attribute name="PlatformVersion" type="xs:string" use="optional"/>
393 <!-- DO NOT USE remove Version and start using PlatformVersion instead -->
394 <xs:attribute name="Version" type="VersionDataType" use="optional"/>
395 </xs:attributeGroup>
396 <xs:attributeGroup name="PpiDeclarationAttributes">
397 <xs:attribute name="Name" type="xs:NCName" use="required"/>
398 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
399 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
400 <xs:attribute name="ModuleTypeList" type="ModuleTypeList" use="optional"/>
401 </xs:attributeGroup>
402 <xs:attributeGroup name="PpiAttributes">
403 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
404 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
405 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
406 <!-- DO NOT USE remove EnableFeature from use -->
407 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
408 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
409 <!-- DO NOT USE remove Guid from use -->
410 <xs:attribute name="Guid" type="GuidType" use="optional"/>
411 <!-- Make Usage REQUIRED in final -->
412 <xs:attribute name="Usage" type="PpiUsage" use="optional"/>
413 <!-- DO NOT USE remove OverrideID from use -->
414 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>
415 </xs:attributeGroup>
416 <xs:attributeGroup name="PpiNotifyAttributes">
417 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
418 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
419 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
420 <!-- DO NOT USE remove EnableFeature from use -->
421 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
422 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
423 <!-- DO NOT USE remove Guid from use -->
424 <xs:attribute name="Guid" type="GuidType" use="optional"/>
425 <!-- Make Usage REQUIRED in final -->
426 <xs:attribute name="Usage" type="PpiNotifyUsage" use="optional"/>
427 <!-- DO NOT USE remove OverrideID from use -->
428 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>
429 </xs:attributeGroup>
430 <xs:attributeGroup name="ProtocolAttributes">
431 <!-- DO NOT USE remove Arch from use, use SupArchList instead-->
432 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
433 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
434 <!-- DO NOT USE remove EnableFeature from use -->
435 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
436 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
437 <!-- DO NOT USE remove Guid from use -->
438 <xs:attribute name="Guid" type="GuidType" use="optional"/>
439 <!-- Make Usage REQUIRED in final -->
440 <xs:attribute name="Usage" type="ProtocolUsage" use="optional"/>
441 <!-- DO NOT USE remove OverrideID from use -->
442 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>
443 </xs:attributeGroup>
444 <xs:attributeGroup name="ProtocolDeclarationAttributes">
445 <xs:attribute name="Name" type="xs:NCName" use="required"/>
446 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
447 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
448 <xs:attribute name="ModuleTypeList" type="ModuleTypeList" use="optional"/>
449 </xs:attributeGroup>
450 <xs:attributeGroup name="ProtocolNotifyAttributes">
451 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
452 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
453 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
454 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
455 <!-- DO NOT USE remove Guid from use -->
456 <xs:attribute name="Guid" type="GuidType" use="optional"/>
457 <!-- Make Usage REQUIRED in final -->
458 <xs:attribute name="Usage" type="ProtocolNotifyUsage" use="optional"/>
459 <!-- DO NOT USE remove OverrideID from use -->
460 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>
461 </xs:attributeGroup>
462 <xs:attributeGroup name="SectionAttributes">
463 <xs:annotation>
464 <xs:documentation xml:lang="en">Attributes are either compressable and/or sequence order binding</xs:documentation>
465 </xs:annotation>
466 <xs:attribute name="BindingOrder" type="xs:int" use="optional"/>
467 <xs:attribute default="true" name="Compressible" type="xs:boolean" use="optional"/>
468 <!-- DO NOT USE remove EnableFeature from use -->
469 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
470 <!-- LAH Does a Section need to have FeatureFlag Attribute? -->
471 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
472 <xs:attribute name="SectionType" type="EfiSectionType" use="optional"/>
473 <!-- DO NOT USE remove OverrideID from use -->
474 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>
475 </xs:attributeGroup>
476 <xs:attributeGroup name="SectionsAttributes">
477 <xs:annotation>
478 <xs:documentation xml:lang="en">Attributes for Sections, EncapsulationTag, EncapsulationType and FeatureFlag</xs:documentation>
479 </xs:annotation>
480 <xs:attribute name="EncapsulationType" type="xs:normalizedString" use="optional"/>
481 <xs:attribute name="EncapsulationTag" type="xs:string" use="optional"/>
482 <!-- DO NOT USE remove EnableFeature from use -->
483 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
484 <!-- LAH Does a Filename need to have FeatureFlag Attribute? -->
485 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
486 <!-- DO NOT USE remove OverrideID from use -->
487 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>
488 </xs:attributeGroup>
489 <xs:attributeGroup name="SystemTableAttributes">
490 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
491 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
492 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
493 <!-- DO NOT USE remove EnableFeature from use -->
494 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
495 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
496 <!-- DO NOT USE remove Guid from use -->
497 <xs:attribute name="Guid" type="GuidType" use="optional"/>
498 <!-- Make Usage REQUIRED in final -->
499 <xs:attribute name="Usage" type="SystemTableUsage" use="optional"/>
500 <!-- DO NOT USE remove OverrideID from use -->
501 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>
502 </xs:attributeGroup>
503 <xs:attributeGroup name="UrlAttribute">
504 <xs:attribute name="Url" type="xs:anyURI"/>
505 </xs:attributeGroup>
506 <xs:attributeGroup name="VariableAttributes">
507 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
508 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
509 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
510 <!-- DO NOT USE remove EnableFeature from use -->
511 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
512 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
513 <!-- DO NOT USE remove Guid from use -->
514 <xs:attribute name="Guid" type="GuidType" use="optional"/>
515 <!-- Make Usage REQUIRED in final -->
516 <xs:attribute name="Usage" type="VariableUsage" use="optional"/>
517 <!-- DO NOT USE remove OverrideID from use -->
518 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>
519 </xs:attributeGroup>
520 </xs:schema>