]> git.proxmox.com Git - mirror_edk2.git/blob - Tools/XMLSchema/FrameworkDataAttributes.xsd
b74475e20721f0faa20dacad9129ec328af59579
[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 <!-- DO NOT USE remove EnableFeature from use -->
136 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
137 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
138 <xs:attribute name="FileType" type="xs:string" use="optional"/>
139 <!-- DO NOT USE, remove Guid from use -->
140 <xs:attribute name="Guid" type="GuidType" use="optional"/>
141 <!-- DO NOT USE, remove Path from use -->
142 <xs:attribute name="Path" type="DirectoryNamingConvention" use="optional"/>
143 <!-- DO NOT USE, remove ToolChain from use, use ToolChainFamily -->
144 <xs:attribute name="ToolChain" type="ToolChains" use="optional"/>
145 <xs:attribute name="TagName" type="xs:NCName" use="optional"/>
146 <xs:attribute name="ToolCode" type="xs:NCName" use="optional"/>
147 <xs:attribute name="ToolChainFamily" type="xs:NCName" use="optional"/>
148 <!-- DO NOT USE, remove Usage from use -->
149 <xs:attribute name="Usage" type="FileNameUsage" use="optional"/>
150 <!-- DO NOT USE remove OverrideID from use -->
151 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>
152 </xs:attributeGroup>
153 <xs:attributeGroup name="FormsetAttributes">
154 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
155 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
156 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
157 <!-- DO NOT USE remove EnableFeature from use -->
158 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
159 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
160 <xs:attribute name="Guid" type="GuidType" use="optional"/>
161 <xs:attribute name="Usage" type="FormSetUsage" use="optional"/>
162 <!-- DO NOT USE remove OverrideID from use -->
163 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>
164 </xs:attributeGroup>
165 <xs:attributeGroup name="GuidAttributes">
166 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
167 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
168 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
169 <!-- DO NOT USE remove EnableFeature from use -->
170 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
171 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
172 <!-- Make Usage REQUIRED in final -->
173 <xs:attribute name="Usage" type="GuidUsage" use="optional"/>
174 <!-- DO NOT USE remove OverrideID from use -->
175 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>
176 </xs:attributeGroup>
177 <xs:attributeGroup name="GuidDeclarationAttributes">
178 <xs:attribute name="Name" type="xs:NCName" use="required"/>
179 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
180 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
181 <xs:attribute name="ModuleTypeList" type="ModuleTypeList" use="optional"/>
182 <xs:attribute name="GuidTypeList" type="GuidListType" use="optional"/>
183 </xs:attributeGroup>
184 <xs:attributeGroup name="HiiPackageAttributes">
185 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
186 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
187 <xs:attribute name="Usage" type="HiiPackageUsage" use="required"/>
188 </xs:attributeGroup>
189 <xs:attributeGroup name="HobAttributes">
190 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
191 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
192 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
193 <!-- DO NOT USE remove EnableFeature from use -->
194 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
195 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
196 <!-- DO NOT USE remove Guid from use -->
197 <xs:attribute name="Guid" type="GuidType" use="optional"/>
198 <xs:attribute name="HobType" type="HobTypes" use="required"/>
199 <!-- DO NOT USE remove HobEnabled from use -->
200 <xs:attribute default="true" name="HobEnabled" type="xs:boolean" use="optional"/>
201 <!-- USAGE is required in final -->
202 <xs:attribute name="Usage" type="HobUsage" use="optional"/>
203 <!-- DO NOT USE remove OverrideID from use -->
204 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>
205 </xs:attributeGroup>
206 <!-- DO NOT USE remove IncludeAttributes from use -->
207 <xs:attributeGroup name="IncludeAttributes">
208 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
209 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
210 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
211 <!-- DO NOT USE remove Class from use -->
212 <xs:attribute name="Class" type="BaseNameConvention" use="optional"/>
213 <!-- DO NOT USE remove EnableFeature from use -->
214 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
215 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
216 <!-- DO NOT USE remove Guid from use -->
217 <xs:attribute name="Guid" type="GuidType" use="optional"/>
218 <xs:attribute name="ModuleType" type="ModuleTypeDef" use="optional"/>
219 <!-- DO NOT USE remove Path from use -->
220 <xs:attribute name="Path" type="DirectoryNamingConvention" use="optional"/>
221 <!-- DO NOT USE remove Version from use -->
222 <xs:attribute name="Version" type="VersionDataType" use="optional"/>
223 <!-- DO NOT USE remove OverrideID from use -->
224 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>
225 <xs:attribute name="ModuleTypeList" type="ModuleTypeList" use="optional"/>
226 </xs:attributeGroup>
227 <xs:attributeGroup name="IncludeHeaderAttributes">
228 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
229 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
230 <xs:attribute name="ModuleTypeList" type="ModuleTypeList" use="optional"/>
231 </xs:attributeGroup>
232 <xs:attributeGroup name="IndustryStdHeaderAttributes">
233 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
234 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
235 <xs:attribute name="ModuleTypeList" type="ModuleTypeList" use="optional"/>
236 </xs:attributeGroup>
237 <xs:attributeGroup name="LibraryAttributes">
238 <!-- LibraryAttributes is used for Libraries / Library elements in FPD files -->
239 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
240 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
241 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
242 <!-- DO NOT USE remove EnableFeature from use -->
243 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
244 <!-- LAH Does a LibraryInstance need to have FeatureFlag Attribute? -->
245 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
246 <!-- DO NOT USE remove Guid from use, Start using ModuleGuid instead -->
247 <xs:attribute name="Guid" type="GuidType" use="optional"/>
248 <!-- DO NOT USE remove ClassGuid from use, Start using LibraryClassGuid instead -->
249 <xs:attribute name="ClassGuid" type="GuidType" use="optional"/>
250 <!-- DO NOT USE remove LibraryGuid from use, Start using ModuleGuid instead -->
251 <xs:attribute name="LibraryGuid" type="GuidType" use="optional"/>
252 <xs:attribute name="LibraryClass" type="BaseNameConvention" use="optional"/>
253 <xs:attribute name="LibraryClassGuid" type="GuidType" use="optional"/>
254 <xs:attribute name="ModuleGuid" type="GuidType" use="optional"/>
255 <xs:attribute name="ModuleVersion" type="VersionDataType" use="optional"/>
256 <!-- DO NOT USE remove Package from use, Start using PackageName instead -->
257 <xs:attribute name="Package" type="xs:string" use="optional"/>
258 <xs:attribute name="PackageGuid" type="GuidType" use="optional"/>
259 <xs:attribute name="PackageName" type="BaseNameConvention" use="optional"/>
260 <xs:attribute name="PackageVersion" type="VersionDataType" use="optional"/>
261 <xs:attribute name="Usage" type="LibraryUsage" use="optional"/>
262 <!-- DO NOT USE remove Version from use, Start using ModuleVersion instead -->
263 <xs:attribute name="Version" type="VersionDataType" use="optional"/>
264 <!-- DO NOT USE remove OverrideID from use -->
265 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>
266 </xs:attributeGroup>
267 <xs:attributeGroup name="LibraryClassAttributes">
268 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
269 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
270 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
271 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
272 <xs:attribute name="RecommendedInstanceVersion" type="xs:decimal" use="optional"/>
273 <xs:attribute name="RecommendedInstanceGuid" type="GuidType" use="optional"/>
274 <xs:attribute name="Usage" type="LibraryUsage" use="required"/>
275 </xs:attributeGroup>
276 <xs:attributeGroup name="MsaGuidAttributes">
277 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
278 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
279 <xs:attribute name="Usage" type="GuidUsage" use="optional"/>
280 </xs:attributeGroup>
281 <xs:attributeGroup name="ModuleNameAttributes">
282 <xs:attribute name="Guid" type="GuidType" use="required"/>
283 <!-- DO NOT USE remove Guid from use, Start using ModuleGuid instead -->
284 <xs:attribute name="ModuleGuid" type="GuidType" use="required"/>
285 <xs:attribute name="ModuleVersion" type="VersionDataType" use="optional"/>
286 <!-- DO NOT USE remove Version from use, Start using ModuleVersion instead -->
287 <xs:attribute name="Version" type="VersionDataType" use="optional"/>
288 </xs:attributeGroup>
289 <xs:attributeGroup name="ModuleNameSaAttributes">
290 <!-- DO NOT USE remove Guid from use, Start using ModuleGuid instead -->
291 <xs:attribute name="Guid" type="GuidType" use="optional"/>
292 <xs:attribute name="ModuleGuid" type="GuidType" use="required"/>
293 <xs:attribute name="ModuleName" type="xs:NCName" use="required"/>
294 <xs:attribute name="ModuleVersion" type="VersionDataType" use="optional"/>
295 <!-- DO NOT USE remove Version from use, Start using ModuleVersion instead -->
296 <xs:attribute name="Version" type="VersionDataType" use="optional"/>
297 </xs:attributeGroup>
298 <xs:attributeGroup name="MsaAttributes">
299 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
300 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
301 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
302 <xs:attribute name="BuildSequence" type="xs:int" use="optional"/>
303 <xs:attribute name="FvBinding" type="xs:string" use="optional"/>
304 <xs:attribute name="ModuleName" type="xs:NCName" use="optional"/>
305 <xs:attribute name="ModuleGuid" type="GuidType" use="optional"/>
306 <xs:attribute name="PackageName" type="BaseNameConvention" use="optional"/>
307 <xs:attribute name="PackageGuid" type="GuidType" use="optional"/>
308 </xs:attributeGroup>
309 <xs:attributeGroup name="OptionAttributes">
310 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
311 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
312 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
313 <xs:attribute name="BuildTarget" type="BuildTargets" use="optional"/>
314 <!-- DO NOT USE remove EnableFeature from use -->
315 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
316 <!-- LAH Does an Option need to have FeatureFlag Attribute? -->
317 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
318 <xs:attribute name="Platform" type="PlatformNamingConvention" use="optional"/>
319 <xs:attribute name="ToolChain" type="ToolChains" use="optional"/>
320 <xs:attribute name="ToolChainTag" type="xs:NCName" use="optional"/>
321 <!-- DO NOT USE remove OverrideID from use -->
322 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>
323 </xs:attributeGroup>
324 <xs:attributeGroup name="PackageHeaderAttributes">
325 <xs:attribute name="ModuleType" type="ModuleTypeDef" use="optional"/>
326 </xs:attributeGroup>
327 <xs:attributeGroup name="PackageAttributes">
328 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
329 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
330 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
331 <xs:attribute name="PackageGuid" type="GuidType" use="optional"/>
332 <xs:attribute name="PackageType" type="PackageType" use="optional"/>
333 <xs:attribute name="PackageVersion" type="xs:string" use="optional"/>
334 <xs:attribute name="UpdatedDate" type="DateType" use="optional"/>
335 <xs:attribute name="Usage" type="PackageUsage" use="optional"/>
336 </xs:attributeGroup>
337 <!-- PackageNameAttributres are only used in the Package Dependencies section of an SPD file. -->
338 <xs:attributeGroup name="PackageNameAttributes">
339 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
340 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
341 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
342 <!-- DO NOT USE remove Guid and start using PackageGuid instead -->
343 <xs:attribute name="Guid" type="GuidType" use="optional"/>
344 <!-- CHANGE PackageGuid to REQUIRED in final -->
345 <xs:attribute name="PackageGuid" type="GuidType" use="optional"/>
346 <!-- DO NOT USE remove PackageTypeDependency from Use -->
347 <!-- PackageTypeDepencency is used to identify if a SOURCE or BINARY PackageType is required, in case PackageGuid and/or PackageVersion are not tracked. -->
348 <xs:attribute name="PackageTypeDependency" type="PackageType" use="optional"/>
349 <xs:attribute name="PackageVersion" type="xs:string" use="optional"/>
350 <!-- DO NOT USE remove Version and start using PackageVersion instead -->
351 <xs:attribute name="Version" type="VersionDataType" use="optional"/>
352 </xs:attributeGroup>
353 <xs:attributeGroup name="PcdAttributes">
354 <xs:annotation>
355 <xs:documentation xml:lang="en">These attributes are for the Pcds listed in PcdData, PcdEntry and/or PcdBuildData entries.</xs:documentation>
356 <xs:documentation xml:lang="en">PcdUsage is only valid for PcdItemTypes = FEATURE_FLAG</xs:documentation>
357 <xs:documentation xml:lang="en">Only NON FEATURE_FLAG PCDS should have the FeatureFlag attribute set.</xs:documentation>
358 </xs:annotation>
359 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
360 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
361 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
362 <!-- DO NOT USE remove EnableFeature from use -->
363 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
364 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
365 <xs:attribute name="ItemType" type="PcdItemTypes" use="required"/>
366 <xs:attribute name="PcdUsage" type="PcdUsage" use="optional"/>
367 <!-- DO NOT USE remove OverrideID from use -->
368 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>
369 </xs:attributeGroup>
370 <xs:attributeGroup name="PcdDeclarationAttributes">
371 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
372 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
373 <xs:attribute name="SupModuleTypes" type="ModuleTypeList" use="optional"/>
374 </xs:attributeGroup>
375 <xs:attributeGroup name="PlatformAttributes">
376 <!-- DO NOT USE remove AlternateName from use -->
377 <xs:attribute name="AlternateName" type="FileNameConvention" use="optional"/>
378 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
379 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
380 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
381 <!-- DO NOT USE remove Guid from use -->
382 <xs:attribute name="Guid" type="GuidType" use="optional"/>
383 <xs:attribute name="PlatformName" type="PlatformNamingConvention" use="optional"/>
384 <xs:attribute name="PlatformGuid" type="GuidType" use="optional"/>
385 <xs:attribute name="PlatformVersion" type="xs:string" use="optional"/>
386 <!-- DO NOT USE remove Version and start using PlatformVersion instead -->
387 <xs:attribute name="Version" type="VersionDataType" use="optional"/>
388 </xs:attributeGroup>
389 <xs:attributeGroup name="PpiDeclarationAttributes">
390 <xs:attribute name="Name" type="xs:NCName" use="required"/>
391 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
392 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
393 <xs:attribute name="ModuleTypeList" type="ModuleTypeList" use="optional"/>
394 </xs:attributeGroup>
395 <xs:attributeGroup name="PpiAttributes">
396 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
397 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
398 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
399 <!-- DO NOT USE remove EnableFeature from use -->
400 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
401 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
402 <!-- DO NOT USE remove Guid from use -->
403 <xs:attribute name="Guid" type="GuidType" use="optional"/>
404 <!-- Make Usage REQUIRED in final -->
405 <xs:attribute name="Usage" type="PpiUsage" use="optional"/>
406 <!-- DO NOT USE remove OverrideID from use -->
407 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>
408 </xs:attributeGroup>
409 <xs:attributeGroup name="PpiNotifyAttributes">
410 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
411 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
412 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
413 <!-- DO NOT USE remove EnableFeature from use -->
414 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
415 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
416 <!-- DO NOT USE remove Guid from use -->
417 <xs:attribute name="Guid" type="GuidType" use="optional"/>
418 <!-- Make Usage REQUIRED in final -->
419 <xs:attribute name="Usage" type="PpiNotifyUsage" use="optional"/>
420 <!-- DO NOT USE remove OverrideID from use -->
421 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>
422 </xs:attributeGroup>
423 <xs:attributeGroup name="ProtocolAttributes">
424 <!-- DO NOT USE remove Arch from use, use SupArchList instead-->
425 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
426 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
427 <!-- DO NOT USE remove EnableFeature from use -->
428 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
429 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
430 <!-- DO NOT USE remove Guid from use -->
431 <xs:attribute name="Guid" type="GuidType" use="optional"/>
432 <!-- Make Usage REQUIRED in final -->
433 <xs:attribute name="Usage" type="ProtocolUsage" use="optional"/>
434 <!-- DO NOT USE remove OverrideID from use -->
435 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>
436 </xs:attributeGroup>
437 <xs:attributeGroup name="ProtocolDeclarationAttributes">
438 <xs:attribute name="Name" type="xs:NCName" use="required"/>
439 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
440 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
441 <xs:attribute name="ModuleTypeList" type="ModuleTypeList" use="optional"/>
442 </xs:attributeGroup>
443 <xs:attributeGroup name="ProtocolNotifyAttributes">
444 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
445 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
446 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
447 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
448 <!-- DO NOT USE remove Guid from use -->
449 <xs:attribute name="Guid" type="GuidType" use="optional"/>
450 <!-- Make Usage REQUIRED in final -->
451 <xs:attribute name="Usage" type="ProtocolNotifyUsage" use="optional"/>
452 <!-- DO NOT USE remove OverrideID from use -->
453 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>
454 </xs:attributeGroup>
455 <xs:attributeGroup name="SectionAttributes">
456 <xs:annotation>
457 <xs:documentation xml:lang="en">Attributes are either compressable and/or sequence order binding</xs:documentation>
458 </xs:annotation>
459 <xs:attribute name="BindingOrder" type="xs:int" use="optional"/>
460 <xs:attribute default="true" name="Compressible" type="xs:boolean" use="optional"/>
461 <!-- DO NOT USE remove EnableFeature from use -->
462 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
463 <!-- LAH Does a Section need to have FeatureFlag Attribute? -->
464 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
465 <xs:attribute name="SectionType" type="EfiSectionType" use="optional"/>
466 <!-- DO NOT USE remove OverrideID from use -->
467 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>
468 </xs:attributeGroup>
469 <xs:attributeGroup name="SectionsAttributes">
470 <xs:annotation>
471 <xs:documentation xml:lang="en">Attributes for Sections, EncapsulationTag, EncapsulationType and FeatureFlag</xs:documentation>
472 </xs:annotation>
473 <xs:attribute name="EncapsulationType" type="xs:normalizedString" use="optional"/>
474 <xs:attribute name="EncapsulationTag" type="xs:string" use="optional"/>
475 <!-- DO NOT USE remove EnableFeature from use -->
476 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
477 <!-- LAH Does a Filename need to have FeatureFlag Attribute? -->
478 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
479 <!-- DO NOT USE remove OverrideID from use -->
480 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>
481 </xs:attributeGroup>
482 <xs:attributeGroup name="SystemTableAttributes">
483 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
484 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
485 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
486 <!-- DO NOT USE remove EnableFeature from use -->
487 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
488 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
489 <!-- DO NOT USE remove Guid from use -->
490 <xs:attribute name="Guid" type="GuidType" use="optional"/>
491 <!-- Make Usage REQUIRED in final -->
492 <xs:attribute name="Usage" type="SystemTableUsage" use="optional"/>
493 <!-- DO NOT USE remove OverrideID from use -->
494 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>
495 </xs:attributeGroup>
496 <xs:attributeGroup name="UrlAttribute">
497 <xs:attribute name="Url" type="xs:anyURI"/>
498 </xs:attributeGroup>
499 <xs:attributeGroup name="VariableAttributes">
500 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
501 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
502 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
503 <!-- DO NOT USE remove EnableFeature from use -->
504 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
505 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
506 <!-- DO NOT USE remove Guid from use -->
507 <xs:attribute name="Guid" type="GuidType" use="optional"/>
508 <!-- Make Usage REQUIRED in final -->
509 <xs:attribute name="Usage" type="VariableUsage" use="optional"/>
510 <!-- DO NOT USE remove OverrideID from use -->
511 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>
512 </xs:attributeGroup>
513 </xs:schema>