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