]> git.proxmox.com Git - mirror_edk2.git/blob - Tools/XMLSchema/FrameworkDataAttributes.xsd
updated UserExtensions to match final schema.
[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:attribute name="Name" type="KeywordType" use="optional"/>
240 </xs:attributeGroup>
241 <xs:attributeGroup name="LibraryAttributes">
242 <!-- LibraryAttributes is used for Libraries / Library elements in FPD files -->
243 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
244 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
245 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
246 <!-- DO NOT USE remove EnableFeature from use -->
247 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
248 <!-- LAH Does a LibraryInstance need to have FeatureFlag Attribute? -->
249 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
250 <!-- DO NOT USE remove Guid from use, Start using ModuleGuid instead -->
251 <xs:attribute name="Guid" type="GuidType" use="optional"/>
252 <!-- DO NOT USE remove ClassGuid from use, Start using LibraryClassGuid instead -->
253 <xs:attribute name="ClassGuid" type="GuidType" use="optional"/>
254 <!-- DO NOT USE remove LibraryGuid from use, Start using ModuleGuid instead -->
255 <xs:attribute name="LibraryGuid" type="GuidType" use="optional"/>
256 <xs:attribute name="LibraryClass" type="BaseNameConvention" use="optional"/>
257 <xs:attribute name="LibraryClassGuid" type="GuidType" use="optional"/>
258 <xs:attribute name="ModuleGuid" type="GuidType" use="optional"/>
259 <xs:attribute name="ModuleVersion" type="VersionDataType" use="optional"/>
260 <!-- DO NOT USE remove Package from use, Start using PackageName instead -->
261 <xs:attribute name="Package" type="xs:string" use="optional"/>
262 <xs:attribute name="PackageGuid" type="GuidType" use="optional"/>
263 <xs:attribute name="PackageName" type="BaseNameConvention" use="optional"/>
264 <xs:attribute name="PackageVersion" type="VersionDataType" use="optional"/>
265 <xs:attribute name="Usage" type="LibraryUsage" use="optional"/>
266 <!-- DO NOT USE remove Version from use, Start using ModuleVersion instead -->
267 <xs:attribute name="Version" type="VersionDataType" use="optional"/>
268 <!-- DO NOT USE remove OverrideID from use -->
269 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>
270 </xs:attributeGroup>
271 <xs:attributeGroup name="LibraryClassAttributes">
272 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
273 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
274 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
275 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
276 <xs:attribute name="RecommendedInstanceVersion" type="xs:decimal" use="optional"/>
277 <xs:attribute name="RecommendedInstanceGuid" type="GuidType" use="optional"/>
278 <xs:attribute name="Usage" type="LibraryUsage" use="required"/>
279 <xs:attribute name="Name" type="xs:normalizedString" use="optional"/>
280 </xs:attributeGroup>
281 <xs:attributeGroup name="MsaGuidAttributes">
282 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
283 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
284 <xs:attribute name="Usage" type="GuidUsage" use="optional"/>
285 </xs:attributeGroup>
286 <xs:attributeGroup name="ModuleNameAttributes">
287 <xs:attribute name="Guid" type="GuidType" use="required"/>
288 <!-- DO NOT USE remove Guid from use, Start using ModuleGuid instead -->
289 <xs:attribute name="ModuleGuid" type="GuidType" use="required"/>
290 <xs:attribute name="ModuleVersion" type="VersionDataType" use="optional"/>
291 <!-- DO NOT USE remove Version from use, Start using ModuleVersion instead -->
292 <xs:attribute name="Version" type="VersionDataType" use="optional"/>
293 </xs:attributeGroup>
294 <xs:attributeGroup name="ModuleNameSaAttributes">
295 <!-- DO NOT USE remove Guid from use, Start using ModuleGuid instead -->
296 <xs:attribute name="Guid" type="GuidType" use="optional"/>
297 <xs:attribute name="ModuleGuid" type="GuidType" use="required"/>
298 <xs:attribute name="ModuleName" type="xs:NCName" use="required"/>
299 <xs:attribute name="ModuleVersion" type="VersionDataType" use="optional"/>
300 <!-- DO NOT USE remove Version from use, Start using ModuleVersion instead -->
301 <xs:attribute name="Version" type="VersionDataType" use="optional"/>
302 </xs:attributeGroup>
303 <xs:attributeGroup name="FfsAttributes">
304 <xs:attribute name="FfsFormatKeyword" type="FfsNameType" use="required"/>
305 <xs:attribute name="SupModuleList" type="ModuleListType" use="optional"/>
306 </xs:attributeGroup>
307 <xs:attributeGroup name="MsaAttributes">
308 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
309 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
310 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
311 <xs:attribute name="BuildSequence" type="xs:int" use="optional"/>
312 <xs:attribute name="FvBinding" type="xs:string" use="optional"/>
313 <xs:attribute name="ModuleName" type="xs:NCName" use="optional"/>
314 <xs:attribute name="ModuleGuid" type="GuidType" use="optional"/>
315 <xs:attribute name="PackageName" type="BaseNameConvention" use="optional"/>
316 <xs:attribute name="PackageGuid" type="GuidType" use="optional"/>
317 </xs:attributeGroup>
318 <xs:attributeGroup name="OptionAttributes">
319 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
320 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
321 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
322 <xs:attribute name="BuildTarget" type="BuildTargets" use="optional"/>
323 <!-- DO NOT USE remove EnableFeature from use -->
324 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
325 <!-- LAH Does an Option need to have FeatureFlag Attribute? -->
326 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
327 <xs:attribute name="Platform" type="PlatformNamingConvention" use="optional"/>
328 <xs:attribute name="ToolChain" type="ToolChains" use="optional"/>
329 <xs:attribute name="ToolChainTag" type="xs:NCName" use="optional"/>
330 <!-- DO NOT USE remove OverrideID from use -->
331 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>
332 </xs:attributeGroup>
333 <xs:attributeGroup name="PackageHeaderAttributes">
334 <xs:attribute name="ModuleType" type="ModuleTypeDef" use="optional"/>
335 </xs:attributeGroup>
336 <xs:attributeGroup name="PackageAttributes">
337 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
338 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
339 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
340 <xs:attribute name="PackageGuid" type="GuidType" use="optional"/>
341 <xs:attribute name="PackageType" type="PackageType" use="optional"/>
342 <xs:attribute name="PackageVersion" type="xs:string" use="optional"/>
343 <xs:attribute name="UpdatedDate" type="DateType" use="optional"/>
344 <xs:attribute name="Usage" type="PackageUsage" use="optional"/>
345 </xs:attributeGroup>
346 <!-- PackageNameAttributres are only used in the Package Dependencies section of an SPD file. -->
347 <xs:attributeGroup name="PackageNameAttributes">
348 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
349 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
350 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
351 <!-- DO NOT USE remove Guid and start using PackageGuid instead -->
352 <xs:attribute name="Guid" type="GuidType" use="optional"/>
353 <!-- CHANGE PackageGuid to REQUIRED in final -->
354 <xs:attribute name="PackageGuid" type="GuidType" use="optional"/>
355 <!-- DO NOT USE remove PackageTypeDependency from Use -->
356 <!-- PackageTypeDepencency is used to identify if a SOURCE or BINARY PackageType is required, in case PackageGuid and/or PackageVersion are not tracked. -->
357 <xs:attribute name="PackageTypeDependency" type="PackageType" use="optional"/>
358 <xs:attribute name="PackageVersion" type="xs:string" use="optional"/>
359 <!-- DO NOT USE remove Version and start using PackageVersion instead -->
360 <xs:attribute name="Version" type="VersionDataType" use="optional"/>
361 </xs:attributeGroup>
362 <xs:attributeGroup name="PcdAttributes">
363 <xs:annotation>
364 <xs:documentation xml:lang="en">These attributes are for the Pcds listed in PcdData, PcdEntry and/or PcdBuildData entries.</xs:documentation>
365 <xs:documentation xml:lang="en">PcdUsage is only valid for PcdItemTypes = FEATURE_FLAG</xs:documentation>
366 <xs:documentation xml:lang="en">Only NON FEATURE_FLAG PCDS should have the FeatureFlag attribute set.</xs:documentation>
367 </xs:annotation>
368 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
369 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
370 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
371 <!-- DO NOT USE remove EnableFeature from use -->
372 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
373 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
374 <xs:attribute name="ItemType" type="PcdItemTypes" use="required"/>
375 <xs:attribute name="PcdUsage" type="PcdUsage" use="optional"/>
376 <!-- DO NOT USE remove OverrideID from use -->
377 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>
378 </xs:attributeGroup>
379 <xs:attributeGroup name="PcdBuildDefinitionAttributes">
380 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
381 <xs:attribute name="ItemType" type="PcdItemTypes" use="required"/>
382 </xs:attributeGroup>
383 <xs:attributeGroup name="PcdDeclarationAttributes">
384 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
385 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
386 <xs:attribute name="SupModuleTypes" type="ModuleTypeList" use="optional"/>
387 </xs:attributeGroup>
388 <xs:attributeGroup name="PlatformAttributes">
389 <!-- DO NOT USE remove AlternateName from use -->
390 <xs:attribute name="AlternateName" type="FileNameConvention" use="optional"/>
391 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
392 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
393 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
394 <!-- DO NOT USE remove Guid from use -->
395 <xs:attribute name="Guid" type="GuidType" use="optional"/>
396 <xs:attribute name="PlatformName" type="PlatformNamingConvention" use="optional"/>
397 <xs:attribute name="PlatformGuid" type="GuidType" use="optional"/>
398 <xs:attribute name="PlatformVersion" type="xs:string" use="optional"/>
399 <!-- DO NOT USE remove Version and start using PlatformVersion instead -->
400 <xs:attribute name="Version" type="VersionDataType" use="optional"/>
401 </xs:attributeGroup>
402 <xs:attributeGroup name="PpiDeclarationAttributes">
403 <xs:attribute name="Name" type="xs:NCName" use="required"/>
404 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
405 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
406 <xs:attribute name="ModuleTypeList" type="ModuleTypeList" use="optional"/>
407 </xs:attributeGroup>
408 <xs:attributeGroup name="PpiAttributes">
409 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
410 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
411 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
412 <!-- DO NOT USE remove EnableFeature from use -->
413 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
414 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
415 <!-- DO NOT USE remove Guid from use -->
416 <xs:attribute name="Guid" type="GuidType" use="optional"/>
417 <!-- Make Usage REQUIRED in final -->
418 <xs:attribute name="Usage" type="PpiUsage" use="optional"/>
419 <!-- DO NOT USE remove OverrideID from use -->
420 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>
421 </xs:attributeGroup>
422 <xs:attributeGroup name="PpiNotifyAttributes">
423 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
424 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
425 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
426 <!-- DO NOT USE remove EnableFeature from use -->
427 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
428 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
429 <!-- DO NOT USE remove Guid from use -->
430 <xs:attribute name="Guid" type="GuidType" use="optional"/>
431 <!-- Make Usage REQUIRED in final -->
432 <xs:attribute name="Usage" type="PpiNotifyUsage" use="optional"/>
433 <!-- DO NOT USE remove OverrideID from use -->
434 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>
435 </xs:attributeGroup>
436 <xs:attributeGroup name="ProtocolAttributes">
437 <!-- DO NOT USE remove Arch from use, use SupArchList instead-->
438 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
439 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
440 <!-- DO NOT USE remove EnableFeature from use -->
441 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
442 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
443 <!-- DO NOT USE remove Guid from use -->
444 <xs:attribute name="Guid" type="GuidType" use="optional"/>
445 <!-- Make Usage REQUIRED in final -->
446 <xs:attribute name="Usage" type="ProtocolUsage" use="optional"/>
447 <!-- DO NOT USE remove OverrideID from use -->
448 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>
449 </xs:attributeGroup>
450 <xs:attributeGroup name="ProtocolDeclarationAttributes">
451 <xs:attribute name="Name" type="xs:NCName" use="required"/>
452 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
453 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
454 <xs:attribute name="ModuleTypeList" type="ModuleTypeList" use="optional"/>
455 </xs:attributeGroup>
456 <xs:attributeGroup name="ProtocolNotifyAttributes">
457 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
458 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
459 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
460 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
461 <!-- DO NOT USE remove Guid from use -->
462 <xs:attribute name="Guid" type="GuidType" use="optional"/>
463 <!-- Make Usage REQUIRED in final -->
464 <xs:attribute name="Usage" type="ProtocolNotifyUsage" use="optional"/>
465 <!-- DO NOT USE remove OverrideID from use -->
466 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>
467 </xs:attributeGroup>
468 <xs:attributeGroup name="SectionAttributes">
469 <xs:annotation>
470 <xs:documentation xml:lang="en">Attributes are either compressable and/or sequence order binding</xs:documentation>
471 </xs:annotation>
472 <xs:attribute name="BindingOrder" type="xs:int" use="optional"/>
473 <xs:attribute default="true" name="Compressible" type="xs:boolean" use="optional"/>
474 <!-- DO NOT USE remove EnableFeature from use -->
475 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
476 <!-- LAH Does a Section need to have FeatureFlag Attribute? -->
477 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
478 <xs:attribute name="SectionType" type="EfiSectionType" 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="SectionsAttributes">
483 <xs:annotation>
484 <xs:documentation xml:lang="en">Attributes for Sections, EncapsulationTag, EncapsulationType and FeatureFlag</xs:documentation>
485 </xs:annotation>
486 <xs:attribute name="EncapsulationType" type="xs:normalizedString" use="optional"/>
487 <xs:attribute name="EncapsulationTag" type="xs:string" use="optional"/>
488 <!-- DO NOT USE remove EnableFeature from use -->
489 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
490 <!-- LAH Does a Filename need to have FeatureFlag Attribute? -->
491 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
492 <!-- DO NOT USE remove OverrideID from use -->
493 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>
494 </xs:attributeGroup>
495 <xs:attributeGroup name="SystemTableAttributes">
496 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
497 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
498 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
499 <!-- DO NOT USE remove EnableFeature from use -->
500 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
501 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
502 <!-- DO NOT USE remove Guid from use -->
503 <xs:attribute name="Guid" type="GuidType" use="optional"/>
504 <!-- Make Usage REQUIRED in final -->
505 <xs:attribute name="Usage" type="SystemTableUsage" use="optional"/>
506 <!-- DO NOT USE remove OverrideID from use -->
507 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>
508 </xs:attributeGroup>
509 <xs:attributeGroup name="UrlAttribute">
510 <xs:attribute name="Url" type="xs:anyURI"/>
511 </xs:attributeGroup>
512 <xs:attributeGroup name="VariableAttributes">
513 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
514 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
515 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
516 <!-- DO NOT USE remove EnableFeature from use -->
517 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
518 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
519 <!-- DO NOT USE remove Guid from use -->
520 <xs:attribute name="Guid" type="GuidType" use="optional"/>
521 <!-- Make Usage REQUIRED in final -->
522 <xs:attribute name="Usage" type="VariableUsage" use="optional"/>
523 <!-- DO NOT USE remove OverrideID from use -->
524 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>
525 </xs:attributeGroup>
526 </xs:schema>