]> git.proxmox.com Git - mirror_edk2.git/blob - Tools/XMLSchema/FrameworkDataAttributes.xsd
2210d9faf474ab1d7527e763fbe100320e5b50bd
[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 <!-- Make Usage REQUIRED in final -->
70 <xs:attribute name="BootModeName" type="BootModeNames" use="required"/>
71 <xs:attribute name="Usage" type="BootModeUsage" use="required"/>
72 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
73 <xs:attribute name="FeatureFlag" type="FeatureFlagExpressionType" use="optional"/>
74 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
75 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
76 <!-- DO NOT USE, remove Guid from use -->
77 <xs:attribute name="Guid" type="GuidType" use="optional"/>
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 <!-- Make Usage REQUIRED in final -->
88 <xs:attribute name="Usage" type="DataHubUsage" use="optional"/>
89 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
90 <xs:attribute name="FeatureFlag" type="FeatureFlagExpressionType" use="optional"/>
91 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
92 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
93 <!-- DO NOT USE remove EnableFeature from use -->
94 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
95 <!-- DO NOT USE, remove Guid from use -->
96 <xs:attribute name="Guid" type="GuidType" 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 <!-- Make Usage REQUIRED in final -->
105 <xs:attribute name="Usage" type="EventUsage" use="optional"/>
106 <!-- Make EventGroup Required in final -->
107 <xs:attribute name="EventGuidCName" type="C_NameType" use="optional"/>
108 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
109 <xs:attribute name="FeatureFlag" type="FeatureFlagExpressionType" use="optional"/>
110 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
111 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
112 <!-- DO NOT USE remove EnableFeature from use -->
113 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
114 <!-- DO NOT USE, remove Guid from use -->
115 <xs:attribute name="Guid" type="GuidType" use="optional"/>
116 <!-- DO NOT USE remove OverrideID from use -->
117 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>
118 <xs:attribute name="EventGroup" type="EventTypes" use="optional"/>
119 </xs:attributeGroup>
120 <xs:attributeGroup name="ExternAttributes">
121 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
122 <xs:attribute name="FeatureFlag" type="FeatureFlagExpressionType" use="optional"/>
123 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
124 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
125 <!-- DO NOT USE remove EnableFeature from use -->
126 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
127 <xs:attribute name="Guid" type="GuidType" use="optional"/>
128 <xs:attribute name="Usage" type="ExternUsage" use="optional"/>
129 <!-- DO NOT USE remove OverrideID from use -->
130 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>
131 </xs:attributeGroup>
132 <xs:attributeGroup name="FilenameAttributes">
133 <xs:attribute name="TagName" type="ToolsNameConvention" use="optional"/>
134 <xs:attribute name="ToolCode" type="ToolsNameConvention" use="optional"/>
135 <xs:attribute name="ToolChainFamily" type="ToolsNameConvention" use="optional"/>
136 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
137 <xs:attribute name="FeatureFlag" type="FeatureFlagExpressionType" use="optional"/>
138 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
139 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
140 <xs:attribute name="ModuleName" type="xs:NCName" use="optional"/>
141 <xs:attribute name="ModuleVersion" type="VersionDataType" use="optional"/>
142 <xs:attribute name="ModuleGuid" type="GuidType" use="optional"/>
143 <!-- DO NOT USE remove EnableFeature from use -->
144 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
145 <xs:attribute name="FileType" type="xs:string" use="optional"/>
146 <!-- DO NOT USE, remove Guid from use -->
147 <xs:attribute name="Guid" type="GuidType" use="optional"/>
148 <!-- DO NOT USE, remove Path from use -->
149 <xs:attribute name="Path" type="DirectoryNamingConvention" use="optional"/>
150 <!-- DO NOT USE, remove ToolChain from use, use ToolChainFamily -->
151 <xs:attribute name="ToolChain" type="ToolChains" use="optional"/>
152 <!-- DO NOT USE, remove Usage from use -->
153 <xs:attribute name="Usage" type="FileNameUsage" use="optional"/>
154 <!-- DO NOT USE remove OverrideID from use -->
155 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>
156 </xs:attributeGroup>
157 <xs:attributeGroup name="FormsetAttributes">
158 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
159 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
160 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
161 <!-- DO NOT USE remove EnableFeature from use -->
162 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
163 <xs:attribute name="FeatureFlag" type="FeatureFlagExpressionType" use="optional"/>
164 <xs:attribute name="Guid" type="GuidType" use="optional"/>
165 <xs:attribute name="Usage" type="FormSetUsage" use="optional"/>
166 <!-- DO NOT USE remove OverrideID from use -->
167 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>
168 </xs:attributeGroup>
169 <xs:attributeGroup name="GuidAttributes">
170 <!-- Make Usage REQUIRED in final -->
171 <xs:attribute name="Usage" type="GuidUsage" use="optional"/>
172 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
173 <xs:attribute name="FeatureFlag" type="FeatureFlagExpressionType" use="optional"/>
174 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
175 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
176 <!-- DO NOT USE remove EnableFeature from use -->
177 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
178 <!-- DO NOT USE remove OverrideID from use -->
179 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>
180 </xs:attributeGroup>
181 <xs:attributeGroup name="GuidDeclarationAttributes">
182 <xs:attribute name="Name" type="UiNameType" use="required"/>
183 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
184 <xs:attribute name="FeatureFlag" type="FeatureFlagExpressionType" use="optional"/>
185 <xs:attribute name="SupModuleList" type="ModuleListType" use="optional"/>
186 <xs:attribute name="GuidTypeList" type="GuidListType" use="optional"/>
187 </xs:attributeGroup>
188 <xs:attributeGroup name="HiiPackageAttributes">
189 <xs:attribute name="Usage" type="HiiPackageUsage" use="required"/>
190 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
191 <xs:attribute name="FeatureFlag" type="FeatureFlagExpressionType" use="optional"/>
192 </xs:attributeGroup>
193 <xs:attributeGroup name="HobAttributes">
194 <!-- USAGE is required in final -->
195 <xs:attribute name="Usage" type="HobUsage" use="optional"/>
196 <xs:attribute name="HobGuidCName" type="C_NameType" use="optional"/>
197 <xs:attribute name="HobType" type="HobTypes" use="required"/>
198 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
199 <xs:attribute name="FeatureFlag" type="FeatureFlagExpressionType" use="optional"/>
200 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
201 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
202 <!-- DO NOT USE remove EnableFeature from use -->
203 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
204 <!-- DO NOT USE remove Guid from use -->
205 <xs:attribute name="Guid" type="GuidType" use="optional"/>
206 <!-- DO NOT USE remove HobEnabled from use -->
207 <xs:attribute default="true" name="HobEnabled" type="xs:boolean" use="optional"/>
208 <!-- DO NOT USE remove OverrideID from use -->
209 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>
210 </xs:attributeGroup>
211 <!-- DO NOT USE remove IncludeAttributes from use -->
212 <xs:attributeGroup name="IncludeAttributes">
213 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
214 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
215 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
216 <!-- DO NOT USE remove Class from use -->
217 <xs:attribute name="Class" type="BaseNameConvention" use="optional"/>
218 <!-- DO NOT USE remove EnableFeature from use -->
219 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
220 <xs:attribute name="FeatureFlag" type="FeatureFlagExpressionType" use="optional"/>
221 <!-- DO NOT USE remove Guid from use -->
222 <xs:attribute name="Guid" type="GuidType" use="optional"/>
223 <xs:attribute name="ModuleType" type="ModuleTypeDef" use="optional"/>
224 <!-- DO NOT USE remove Path from use -->
225 <xs:attribute name="Path" type="DirectoryNamingConvention" use="optional"/>
226 <!-- DO NOT USE remove Version from use -->
227 <xs:attribute name="Version" type="VersionDataType" use="optional"/>
228 <!-- DO NOT USE remove OverrideID from use -->
229 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>
230 <xs:attribute name="ModuleTypeList" type="ModuleTypeList" use="optional"/>
231 </xs:attributeGroup>
232 <xs:attributeGroup name="IncludeHeaderAttributes">
233 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
234 <xs:attribute name="FeatureFlag" type="FeatureFlagExpressionType" use="optional"/>
235 <xs:attribute name="ModuleTypeList" type="ModuleTypeList" use="optional"/>
236 </xs:attributeGroup>
237 <xs:attributeGroup name="IndustryStdHeaderAttributes">
238 <xs:attribute name="Name" type="KeywordType" use="optional"/>
239 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
240 <xs:attribute name="FeatureFlag" type="FeatureFlagExpressionType" use="optional"/>
241 <xs:attribute name="SupModuleList" type="ModuleListType" use="optional"/>
242 </xs:attributeGroup>
243 <xs:attributeGroup name="LibraryAttributes">
244 <!-- LibraryAttributes is used for Libraries / Library elements in FPD files -->
245 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
246 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
247 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
248 <!-- DO NOT USE remove EnableFeature from use -->
249 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
250 <!-- LAH Does a LibraryInstance need to have FeatureFlag Attribute? -->
251 <xs:attribute name="FeatureFlag" type="FeatureFlagExpressionType" use="optional"/>
252 <!-- DO NOT USE remove Guid from use, Start using ModuleGuid instead -->
253 <xs:attribute name="Guid" type="GuidType" use="optional"/>
254 <!-- DO NOT USE remove ClassGuid from use, Start using LibraryClassGuid instead -->
255 <xs:attribute name="ClassGuid" type="GuidType" use="optional"/>
256 <!-- DO NOT USE remove LibraryGuid from use, Start using ModuleGuid instead -->
257 <xs:attribute name="LibraryGuid" type="GuidType" use="optional"/>
258 <xs:attribute name="LibraryClass" type="BaseNameConvention" use="optional"/>
259 <xs:attribute name="LibraryClassGuid" type="GuidType" use="optional"/>
260 <xs:attribute name="ModuleGuid" type="GuidType" use="optional"/>
261 <xs:attribute name="ModuleVersion" type="VersionDataType" use="optional"/>
262 <!-- DO NOT USE remove Package from use, Start using PackageName instead -->
263 <xs:attribute name="Package" type="xs:string" use="optional"/>
264 <xs:attribute name="PackageGuid" type="GuidType" use="optional"/>
265 <xs:attribute name="PackageName" type="BaseNameConvention" use="optional"/>
266 <xs:attribute name="PackageVersion" type="VersionDataType" use="optional"/>
267 <xs:attribute name="Usage" type="LibraryUsage" use="optional"/>
268 <!-- DO NOT USE remove Version from use, Start using ModuleVersion instead -->
269 <xs:attribute name="Version" type="VersionDataType" use="optional"/>
270 <!-- DO NOT USE remove OverrideID from use -->
271 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>
272 </xs:attributeGroup>
273 <xs:attributeGroup name="LibraryClassAttributes">
274 <xs:attribute name="Usage" type="LibraryUsage" use="required"/>
275 <xs:attribute name="RecommendedInstanceVersion" type="VersionDataType" use="optional"/>
276 <xs:attribute name="RecommendedInstanceGuid" type="GuidType" use="optional"/>
277 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
278 <xs:attribute name="FeatureFlag" type="FeatureFlagExpressionType" use="optional"/>
279 <xs:attribute name="Name" type="KeywordType" use="optional"/>
280 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
281 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
282 </xs:attributeGroup>
283 <xs:attributeGroup name="MsaGuidAttributes">
284 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
285 <xs:attribute name="FeatureFlag" type="FeatureFlagExpressionType" use="optional"/>
286 <xs:attribute name="Usage" type="GuidUsage" use="optional"/>
287 </xs:attributeGroup>
288 <xs:attributeGroup name="ModuleNameAttributes">
289 <xs:attribute name="Guid" type="GuidType" use="required"/>
290 <!-- DO NOT USE remove Guid from use, Start using ModuleGuid instead -->
291 <xs:attribute name="ModuleGuid" type="GuidType" use="required"/>
292 <xs:attribute name="ModuleVersion" type="VersionDataType" use="optional"/>
293 <!-- DO NOT USE remove Version from use, Start using ModuleVersion instead -->
294 <xs:attribute name="Version" type="VersionDataType" use="optional"/>
295 </xs:attributeGroup>
296 <xs:attributeGroup name="ModuleNameSaAttributes">
297 <!-- DO NOT USE remove Guid from use, Start using ModuleGuid instead -->
298 <xs:attribute name="Guid" type="GuidType" use="optional"/>
299 <xs:attribute name="ModuleGuid" type="GuidType" use="required"/>
300 <xs:attribute name="ModuleName" type="xs:NCName" use="required"/>
301 <xs:attribute name="ModuleVersion" type="VersionDataType" use="optional"/>
302 <!-- DO NOT USE remove Version from use, Start using ModuleVersion instead -->
303 <xs:attribute name="Version" type="VersionDataType" use="optional"/>
304 </xs:attributeGroup>
305 <xs:attributeGroup name="FfsAttributes">
306 <xs:attribute name="FfsFormatKeyword" type="FfsNameType" use="required"/>
307 <xs:attribute name="FfsFileType" type="EfiFfsFileTypes" use="optional"/>
308 <xs:attribute name="FfsAttribTailPresent" type="xs:boolean" use="optional"/>
309 <xs:attribute name="FfsAttribRecovery" type="xs:boolean" use="optional" default="false"/>
310 <xs:attribute name="FfsAttribDataAlignment" type="FfsDataAlignmentType" use="optional"/>
311 <xs:attribute name="FfsAttribChecksumRequired" type="xs:boolean" use="optional" default="true"/>
312 <xs:attribute name="SupModuleList" type="ModuleListType" use="optional"/>
313 </xs:attributeGroup>
314 <xs:attributeGroup name="MsaAttributes">
315 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
316 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
317 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
318 <xs:attribute name="BuildSequence" type="xs:int" use="optional"/>
319 <xs:attribute name="FvBinding" type="xs:string" use="optional"/>
320 <xs:attribute name="ModuleName" type="xs:NCName" use="optional"/>
321 <xs:attribute name="ModuleGuid" type="GuidType" use="optional"/>
322 <xs:attribute name="ModuleVersion" type="VersionDataType" use="optional"/>
323 <xs:attribute name="PackageVersion" type="VersionDataType" use="optional"/>
324 <xs:attribute name="PackageName" type="BaseNameConvention" use="optional"/>
325 <xs:attribute name="PackageGuid" type="GuidType" use="optional"/>
326 </xs:attributeGroup>
327 <xs:attributeGroup name="OptionAttributes">
328 <xs:attribute name="BuildTargets" type="BuildTargetList" use="optional"/>
329 <xs:attribute name="ToolChainFamily" type="ToolsNameConvention" use="optional"/>
330 <xs:attribute name="TagName" type="ToolsNameConvention" use="optional"/>
331 <xs:attribute name="ToolCommand" type="ToolsNameConvention" use="optional"/>
332 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
333 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
334 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
335 <!-- DO NOT USE remove EnableFeature from use -->
336 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
337 <!-- LAH Does an Option need to have FeatureFlag Attribute? -->
338 <xs:attribute name="FeatureFlag" type="FeatureFlagExpressionType" use="optional"/>
339 <xs:attribute name="Platform" type="PlatformNamingConvention" use="optional"/>
340 <!-- DO NOT USE remove OverrideID from use -->
341 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>
342 </xs:attributeGroup>
343 <xs:attributeGroup name="PackageHeaderAttributes">
344 <xs:attribute name="ModuleType" type="ModuleTypeDef" use="optional"/>
345 </xs:attributeGroup>
346 <xs:attributeGroup name="PackageAttributes">
347 <xs:attribute name="PackageGuid" type="GuidType" use="optional"/>
348 <xs:attribute name="PackageVersion" type="VersionDataType" use="optional"/>
349 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
350 <xs:attribute name="FeatureFlag" type="FeatureFlagExpressionType" use="optional"/>
351 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
352 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
353 <xs:attribute name="PackageType" type="PackageType" use="optional"/>
354 <xs:attribute name="UpdatedDate" type="DateType" use="optional"/>
355 <xs:attribute name="Usage" type="PackageUsage" use="optional"/>
356 </xs:attributeGroup>
357 <!-- PackageNameAttributres are only used in the Package Dependencies section of an SPD file. -->
358 <xs:attributeGroup name="PackageNameAttributes">
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 Guid and start using PackageGuid instead -->
363 <xs:attribute name="Guid" type="GuidType" use="optional"/>
364 <!-- CHANGE PackageGuid to REQUIRED in final -->
365 <xs:attribute name="PackageGuid" type="GuidType" use="optional"/>
366 <!-- DO NOT USE remove PackageTypeDependency from Use -->
367 <!-- PackageTypeDepencency is used to identify if a SOURCE or BINARY PackageType is required, in case PackageGuid and/or PackageVersion are not tracked. -->
368 <xs:attribute name="PackageTypeDependency" type="PackageType" use="optional"/>
369 <xs:attribute name="PackageVersion" type="xs:string" use="optional"/>
370 <!-- DO NOT USE remove Version and start using PackageVersion instead -->
371 <xs:attribute name="Version" type="VersionDataType" use="optional"/>
372 </xs:attributeGroup>
373 <xs:attributeGroup name="PcdAttributes">
374 <xs:annotation>
375 <xs:documentation xml:lang="en">These attributes are for the Pcds listed in PcdData, PcdEntry and/or PcdBuildData entries.</xs:documentation>
376 <xs:documentation xml:lang="en">PcdUsage is only valid for PcdItemTypes = FEATURE_FLAG</xs:documentation>
377 <xs:documentation xml:lang="en">Only NON FEATURE_FLAG PCDS should have the FeatureFlag attribute set.</xs:documentation>
378 </xs:annotation>
379 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
380 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
381 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
382 <!-- DO NOT USE remove EnableFeature from use -->
383 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
384 <xs:attribute name="FeatureFlag" type="FeatureFlagExpressionType" use="optional"/>
385 <xs:attribute name="ItemType" type="PcdItemTypes" use="required"/>
386 <xs:attribute name="PcdUsage" type="PcdUsage" use="optional"/>
387 <!-- DO NOT USE remove OverrideID from use -->
388 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>
389 </xs:attributeGroup>
390 <xs:attributeGroup name="DynamicBuildPcdAttributes">
391 <xs:annotation>
392 <xs:documentation xml:lang="en">These attributes are for the Pcds listed in PcdData, PcdEntry and/or PcdBuildData entries.</xs:documentation>
393 </xs:annotation>
394 <xs:attribute name="ItemType" type="PcdItemTypes" use="required"/>
395 </xs:attributeGroup>
396 <xs:attributeGroup name="PcdBuildDefinitionAttributes">
397 <xs:attribute name="ItemType" type="PcdItemTypes" use="required"/>
398 </xs:attributeGroup>
399 <xs:attributeGroup name="PcdCodedAttributes">
400 <xs:attribute name="PcdItemType" type="PcdItemTypes" use="required"/>
401 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
402 <xs:attribute name="FeatureFlag" type="FeatureFlagExpressionType" use="optional"/>
403 </xs:attributeGroup>
404 <xs:attributeGroup name="PcdDeclarationAttributes">
405 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
406 <xs:attribute name="FeatureFlag" type="FeatureFlagExpressionType" use="optional"/>
407 <xs:attribute name="SupModuleTypes" type="ModuleTypeList" use="optional"/>
408 </xs:attributeGroup>
409 <xs:attributeGroup name="PlatformAttributes">
410 <!-- DO NOT USE remove AlternateName from use -->
411 <xs:attribute name="AlternateName" type="FileNameConvention" use="optional"/>
412 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
413 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
414 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
415 <!-- DO NOT USE remove Guid from use -->
416 <xs:attribute name="Guid" type="GuidType" use="optional"/>
417 <xs:attribute name="PlatformName" type="PlatformNamingConvention" use="optional"/>
418 <xs:attribute name="PlatformGuid" type="GuidType" use="optional"/>
419 <xs:attribute name="PlatformVersion" type="xs:string" use="optional"/>
420 <!-- DO NOT USE remove Version and start using PlatformVersion instead -->
421 <xs:attribute name="Version" type="VersionDataType" use="optional"/>
422 </xs:attributeGroup>
423 <xs:attributeGroup name="PpiDeclarationAttributes">
424 <xs:attribute name="Name" type="UiNameType" use="required"/>
425 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
426 <xs:attribute name="FeatureFlag" type="FeatureFlagExpressionType" use="optional"/>
427 <xs:attribute name="SupModuleList" type="ModuleListType" use="optional"/>
428 </xs:attributeGroup>
429 <xs:attributeGroup name="PpiAttributes">
430 <!-- Make Usage REQUIRED in final -->
431 <xs:attribute name="Usage" type="PpiUsage" use="optional"/>
432 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
433 <xs:attribute name="FeatureFlag" type="FeatureFlagExpressionType" use="optional"/>
434 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
435 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
436 <!-- DO NOT USE remove EnableFeature from use -->
437 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
438 <!-- DO NOT USE remove Guid from use -->
439 <xs:attribute name="Guid" type="GuidType" use="optional"/>
440 <!-- DO NOT USE remove OverrideID from use -->
441 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>
442 </xs:attributeGroup>
443 <xs:attributeGroup name="PpiNotifyAttributes">
444 <!-- Make Usage REQUIRED in final -->
445 <xs:attribute name="Usage" type="PpiNotifyUsage" use="optional"/>
446 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
447 <xs:attribute name="FeatureFlag" type="FeatureFlagExpressionType" use="optional"/>
448 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
449 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
450 <!-- DO NOT USE remove EnableFeature from use -->
451 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
452 <!-- DO NOT USE remove Guid from use -->
453 <xs:attribute name="Guid" type="GuidType" use="optional"/>
454 <!-- DO NOT USE remove OverrideID from use -->
455 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>
456 </xs:attributeGroup>
457 <xs:attributeGroup name="ProtocolAttributes">
458 <!-- Make Usage REQUIRED in final -->
459 <xs:attribute name="Usage" type="ProtocolUsage" use="optional"/>
460 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
461 <xs:attribute name="FeatureFlag" type="FeatureFlagExpressionType" use="optional"/>
462 <!-- DO NOT USE remove Arch from use, use SupArchList instead-->
463 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
464 <!-- DO NOT USE remove EnableFeature from use -->
465 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
466 <!-- DO NOT USE remove Guid from use -->
467 <xs:attribute name="Guid" type="GuidType" use="optional"/>
468 <!-- DO NOT USE remove OverrideID from use -->
469 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>
470 </xs:attributeGroup>
471 <xs:attributeGroup name="ProtocolDeclarationAttributes">
472 <xs:attribute name="Name" type="UiNameType" use="required"/>
473 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
474 <xs:attribute name="FeatureFlag" type="FeatureFlagExpressionType" use="optional"/>
475 <xs:attribute name="SupModuleList" type="ModuleListType" use="optional"/>
476 </xs:attributeGroup>
477 <xs:attributeGroup name="ProtocolNotifyAttributes">
478 <!-- Make Usage REQUIRED in final -->
479 <xs:attribute name="Usage" type="ProtocolNotifyUsage" use="optional"/>
480 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
481 <xs:attribute name="FeatureFlag" type="FeatureFlagExpressionType" use="optional"/>
482 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
483 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
484 <!-- DO NOT USE remove Guid from use -->
485 <xs:attribute name="Guid" type="GuidType" 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="SectionAttributes">
490 <xs:annotation>
491 <xs:documentation xml:lang="en">Attributes are either compressable and/or sequence order binding</xs:documentation>
492 </xs:annotation>
493 <xs:attribute name="BindingOrder" type="xs:int" use="optional"/>
494 <xs:attribute default="true" name="Compressible" type="xs:boolean" use="optional"/>
495 <!-- DO NOT USE remove EnableFeature from use -->
496 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
497 <!-- LAH Does a Section need to have FeatureFlag Attribute? -->
498 <xs:attribute name="FeatureFlag" type="FeatureFlagExpressionType" use="optional"/>
499 <xs:attribute name="SectionType" type="EfiSectionType" 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="SectionsAttributes">
504 <xs:annotation>
505 <xs:documentation xml:lang="en">Attributes for Sections, EncapsulationTag, EncapsulationType and FeatureFlag</xs:documentation>
506 </xs:annotation>
507 <xs:attribute name="EncapsulationType" type="xs:normalizedString" use="optional"/>
508 <xs:attribute name="EncapsulationTag" type="xs:string" use="optional"/>
509 <!-- DO NOT USE remove EnableFeature from use -->
510 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
511 <!-- LAH Does a Filename need to have FeatureFlag Attribute? -->
512 <xs:attribute name="FeatureFlag" type="FeatureFlagExpressionType" use="optional"/>
513 <!-- DO NOT USE remove OverrideID from use -->
514 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>
515 </xs:attributeGroup>
516 <xs:attributeGroup name="SystemTableAttributes">
517 <!-- Make Usage REQUIRED in final -->
518 <xs:attribute name="Usage" type="SystemTableUsage" use="optional"/>
519 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
520 <xs:attribute name="FeatureFlag" type="FeatureFlagExpressionType" use="optional"/>
521 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
522 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
523 <!-- DO NOT USE remove EnableFeature from use -->
524 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
525 <!-- DO NOT USE remove Guid from use -->
526 <xs:attribute name="Guid" type="GuidType" use="optional"/>
527 <!-- DO NOT USE remove OverrideID from use -->
528 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>
529 </xs:attributeGroup>
530 <xs:attributeGroup name="UrlAttribute">
531 <xs:attribute name="Url" type="xs:anyURI"/>
532 </xs:attributeGroup>
533 <xs:attributeGroup name="VariableAttributes">
534 <!-- Make Usage REQUIRED in final -->
535 <xs:attribute name="Usage" type="VariableUsage" use="optional"/>
536 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
537 <xs:attribute name="FeatureFlag" type="FeatureFlagExpressionType" use="optional"/>
538 <!-- DO NOT USE remove Arch from use, use SupArchList instead -->
539 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
540 <!-- DO NOT USE remove EnableFeature from use -->
541 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
542 <!-- DO NOT USE remove Guid from use -->
543 <xs:attribute name="Guid" type="GuidType" use="optional"/>
544 <!-- DO NOT USE remove OverrideID from use -->
545 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>
546 </xs:attributeGroup>
547 <xs:attributeGroup name="ProcessStepAttributes">
548 <xs:annotation>
549 <xs:documentation xml:lang="en">Attributes are either compressable and/or sequence order binding</xs:documentation>
550 </xs:annotation>
551 <xs:attribute name="BindingOrder" type="xs:int" use="optional"/>
552 <xs:attribute name="SectionType" type="EfiSectionType" use="optional"/>
553 </xs:attributeGroup>
554 <xs:attributeGroup name="FvRegionNameAttributes">
555 <xs:attribute name="BaseAddressPcdCName" type="C_NameType" use="required"/>
556 <xs:attribute name="BaseAddressPcdTokenSpaceGuid" type="GuidType" use="optional"/>
557 </xs:attributeGroup>
558 </xs:schema>