]> git.proxmox.com Git - mirror_edk2.git/blame - Tools/XMLSchema/FrameworkDataAttributes.xsd
Sync Pcd Service Driver, PEIM and library with MDE Spec 0.55a.
[mirror_edk2.git] / Tools / XMLSchema / FrameworkDataAttributes.xsd
CommitLineData
92e805e9 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:attributeGroup name="BaseNameAttributes">\r
21 <xs:attribute name="Guid" type="GuidType" use="optional"/>\r
22 <xs:attribute name="Version" type="VersionDataType" use="optional"/>\r
23 </xs:attributeGroup>\r
24 <xs:attributeGroup name="BootModeAttributes">\r
47d0b581 25 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>\r
26 <xs:attribute name="ArchType" type="ArchList" use="optional"/>\r
92e805e9 27 <xs:attribute name="BootModeName" type="BootModeNames" use="required"/>\r
cf0a51a5 28 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>\r
47d0b581 29 <xs:attribute name="Guid" type="GuidType" use="optional"/>\r
30 <xs:attribute name="Usage" type="BootModeUsage" use="required"/>\r
0675decb 31 <!-- DO NOT USE remove OverrideID from use -->\r
47d0b581 32 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>\r
92e805e9 33 </xs:attributeGroup>\r
34 <xs:attributeGroup name="ConvertAttributeString">\r
47d0b581 35 <xs:attribute name="OutputFilename" type="FileNameConvention" use="optional"/>\r
92e805e9 36 <xs:attribute name="SourceString" type="xs:string" use="optional"/>\r
37 <xs:attribute default="Unicode" name="OutputFiletype" type="xs:string" use="optional"/>\r
92e805e9 38 </xs:attributeGroup>\r
39 <xs:attributeGroup name="DataHubAttributes">\r
47d0b581 40 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>\r
41 <xs:attribute name="ArchType" type="ArchList" use="optional"/>\r
0675decb 42 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>\r
cf0a51a5 43 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>\r
47d0b581 44 <xs:attribute name="Guid" type="GuidType" use="optional"/>\r
45 <xs:attribute name="Usage" type="DataHubUsage" use="optional"/>\r
0675decb 46 <!-- DO NOT USE remove OverrideID from use -->\r
47d0b581 47 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>\r
92e805e9 48 </xs:attributeGroup>\r
49 <xs:attributeGroup name="DirectoryAttributes">\r
50 <xs:attribute name="Separator" type="ToothPick"/>\r
51 </xs:attributeGroup>\r
52 <xs:attributeGroup name="EventAttributes">\r
47d0b581 53 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>\r
54 <xs:attribute name="ArchType" type="ArchList" use="optional"/>\r
92e805e9 55 <xs:attribute name="EventGroup" type="EventTypes" use="optional"/>\r
0675decb 56 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>\r
cf0a51a5 57 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>\r
47d0b581 58 <xs:attribute name="Guid" type="GuidType" use="optional"/>\r
59 <xs:attribute name="Usage" type="EventUsage" use="optional"/>\r
0675decb 60 <!-- DO NOT USE remove OverrideID from use -->\r
47d0b581 61 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>\r
92e805e9 62 </xs:attributeGroup>\r
63 <xs:attributeGroup name="ExternAttributes">\r
47d0b581 64 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>\r
65 <xs:attribute name="ArchType" type="ArchList" use="optional"/>\r
0675decb 66 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>\r
cf0a51a5 67 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>\r
47d0b581 68 <xs:attribute name="Guid" type="GuidType" use="optional"/>\r
69 <xs:attribute name="Usage" type="ExternUsage" use="optional"/>\r
0675decb 70 <!-- DO NOT USE remove OverrideID from use -->\r
47d0b581 71 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>\r
92e805e9 72 </xs:attributeGroup>\r
73 <xs:attributeGroup name="FilenameAttributes">\r
47d0b581 74 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>\r
75 <xs:attribute name="ArchType" type="ArchList" use="optional"/>\r
76 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>\r
77 <!-- LAH Does a Filename need to have FeatureFlag Attribute? -->\r
78 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>\r
79 <xs:attribute name="FileType" type="xs:string" use="optional"/>\r
92e805e9 80 <xs:attribute name="Guid" type="GuidType" use="optional"/>\r
81 <xs:attribute name="Path" type="DirectoryNamingConvention" use="optional"/>\r
92e805e9 82 <xs:attribute name="ToolChain" type="ToolChains" use="optional"/>\r
47d0b581 83 <xs:attribute name="Usage" type="FileNameUsage" use="optional"/>\r
0675decb 84 <!-- DO NOT USE remove OverrideID from use -->\r
47d0b581 85 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>\r
92e805e9 86 </xs:attributeGroup>\r
87 <xs:attributeGroup name="FormsetAttributes">\r
47d0b581 88 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>\r
89 <xs:attribute name="ArchType" type="ArchList" use="optional"/>\r
0675decb 90 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>\r
cf0a51a5 91 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>\r
47d0b581 92 <xs:attribute name="Guid" type="GuidType" use="optional"/>\r
93 <xs:attribute name="Usage" type="FormSetUsage" use="optional"/>\r
0675decb 94 <!-- DO NOT USE remove OverrideID from use -->\r
47d0b581 95 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>\r
92e805e9 96 </xs:attributeGroup>\r
97 <xs:attributeGroup name="GuidAttributes">\r
47d0b581 98 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>\r
99 <xs:attribute name="ArchType" type="ArchList" use="optional"/>\r
92e805e9 100 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>\r
cf0a51a5 101 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>\r
47d0b581 102 <xs:attribute name="Usage" type="GuidUsage" use="optional"/>\r
0675decb 103 <!-- DO NOT USE remove OverrideID from use -->\r
47d0b581 104 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>\r
92e805e9 105 </xs:attributeGroup>\r
106 <xs:attributeGroup name="HobAttributes">\r
47d0b581 107 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>\r
108 <xs:attribute name="ArchType" type="ArchList" use="optional"/>\r
109 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>\r
110 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>\r
0675decb 111 <xs:attribute name="Guid" type="GuidType" use="optional"/>\r
92e805e9 112 <xs:attribute name="HobType" type="HobTypes" use="required"/>\r
113 <xs:attribute default="true" name="HobEnabled" type="xs:boolean" use="optional"/>\r
47d0b581 114 <xs:attribute name="Usage" type="HobUsage" use="optional"/>\r
0675decb 115 <!-- DO NOT USE remove OverrideID from use -->\r
47d0b581 116 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>\r
92e805e9 117 </xs:attributeGroup>\r
118 <xs:attributeGroup name="IncludeAttributes">\r
47d0b581 119 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>\r
120 <xs:attribute name="ArchType" type="ArchList" use="optional"/>\r
0675decb 121 <xs:attribute name="Class" type="BaseNameConvention" use="optional"/>\r
0675decb 122 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>\r
47d0b581 123 <!-- LAH Does a Include need to have FeatureFlag Attribute? -->\r
cf0a51a5 124 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>\r
47d0b581 125 <xs:attribute name="Guid" type="GuidType" use="optional"/>\r
92e805e9 126 <xs:attribute name="ModuleType" type="ModuleTypeDef" use="optional"/>\r
47d0b581 127 <xs:attribute name="Path" type="DirectoryNamingConvention" use="optional"/>\r
128 <xs:attribute name="Version" type="VersionDataType" use="optional"/>\r
129 <!-- DO NOT USE remove OverrideID from use -->\r
130 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>\r
92e805e9 131 </xs:attributeGroup>\r
132 <xs:attributeGroup name="LibraryAttributes">\r
0675decb 133 <!-- LibraryAttributes is used for Libraries -> Library elements in FPD files -->\r
47d0b581 134 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>\r
135 <xs:attribute name="ArchType" type="ArchList" use="optional"/>\r
136 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>\r
137 <!-- LAH Does a LibraryInstance need to have FeatureFlag Attribute? -->\r
138 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>\r
139 <!-- DO NOT USE remove Guid from use, Start using ModuleGuid instead -->\r
92e805e9 140 <xs:attribute name="Guid" type="GuidType" use="optional"/>\r
47d0b581 141 <!-- DO NOT USE remove ClassGuid from use, Start using LibraryClassGuid instead -->\r
142 <xs:attribute name="ClassGuid" type="GuidType" use="optional"/>\r
143 <!-- DO NOT USE remove LibraryGuid from use, Start using ModuleGuid instead -->\r
0675decb 144 <xs:attribute name="LibraryGuid" type="GuidType" use="optional"/>\r
92e805e9 145 <xs:attribute name="LibraryClass" type="BaseNameConvention" use="optional"/>\r
47d0b581 146 <xs:attribute name="LibraryClassGuid" type="GuidType" use="optional"/>\r
147 <xs:attribute name="ModuleGuid" type="GuidType" use="optional"/>\r
148 <xs:attribute name="ModuleVersion" type="VersionDataType" use="optional"/>\r
0675decb 149 <!-- DO NOT USE remove Package from use, Start using PackageName instead -->\r
47d0b581 150 <xs:attribute name="Package" type="xs:string" use="optional"/>\r
151 <xs:attribute name="PackageGuid" type="GuidType" use="optional"/>\r
0675decb 152 <xs:attribute name="PackageName" type="BaseNameConvention" use="optional"/>\r
153 <xs:attribute name="PackageVersion" type="VersionDataType" use="optional"/>\r
47d0b581 154 <xs:attribute name="Usage" type="LibraryUsage" use="optional"/>\r
155 <!-- DO NOT USE remove Version from use, Start using ModuleVersion instead -->\r
156 <xs:attribute name="Version" type="VersionDataType" use="optional"/>\r
0675decb 157 <!-- DO NOT USE remove OverrideID from use -->\r
47d0b581 158 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>\r
159 </xs:attributeGroup>\r
160 <xs:attributeGroup name="LibraryClassAttributes">\r
161 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>\r
162 <xs:attribute name="ArchType" type="ArchList" use="optional"/>\r
163 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>\r
164 <xs:attribute name="RecommendedInstance" type="xs:NCName" use="optional"/>\r
165 <xs:attribute name="RecommendedInstanceGuid" type="GuidType" use="optional"/>\r
166 <xs:attribute name="Usage" type="LibraryUsage" use="required"/>\r
92e805e9 167 </xs:attributeGroup>\r
168 <xs:attributeGroup name="ModuleNameAttributes">\r
2fdd0c7d 169 <xs:attribute name="Guid" type="GuidType" use="required"/>\r
47d0b581 170 <!-- DO NOT USE remove Guid from use, Start using ModuleGuid instead -->\r
171 <xs:attribute name="ModuleGuid" type="GuidType" use="required"/>\r
172 <xs:attribute name="ModuleVersion" type="VersionDataType" use="optional"/>\r
173 <!-- DO NOT USE remove Version from use, Start using ModuleVersion instead -->\r
2fdd0c7d 174 <xs:attribute name="Version" type="VersionDataType" use="optional"/>\r
175 </xs:attributeGroup>\r
176 <xs:attributeGroup name="ModuleNameSaAttributes">\r
47d0b581 177 <!-- DO NOT USE remove Guid from use, Start using ModuleGuid instead -->\r
0675decb 178 <xs:attribute name="Guid" type="GuidType" use="optional"/>\r
47d0b581 179 <xs:attribute name="ModuleGuid" type="GuidType" use="required"/>\r
2fdd0c7d 180 <xs:attribute name="ModuleName" type="xs:NCName" use="required"/>\r
47d0b581 181 <xs:attribute name="ModuleVersion" type="VersionDataType" use="optional"/>\r
182 <!-- DO NOT USE remove Version from use, Start using ModuleVersion instead -->\r
92e805e9 183 <xs:attribute name="Version" type="VersionDataType" use="optional"/>\r
184 </xs:attributeGroup>\r
185 <xs:attributeGroup name="MsaAttributes">\r
186 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>\r
47d0b581 187 <xs:attribute name="ArchType" type="ArchList" use="optional"/>\r
188 <xs:attribute name="BuildSequence" type="xs:int" use="optional"/>\r
92e805e9 189 <xs:attribute name="FvBinding" type="xs:string" use="optional"/>\r
0675decb 190 <xs:attribute name="ModuleName" type="xs:NCName" use="optional"/>\r
92e805e9 191 <xs:attribute name="ModuleGuid" type="GuidType" use="optional"/>\r
0675decb 192 <xs:attribute name="PackageName" type="BaseNameConvention" use="optional"/>\r
92e805e9 193 <xs:attribute name="PackageGuid" type="GuidType" use="optional"/>\r
92e805e9 194 </xs:attributeGroup>\r
195 <xs:attributeGroup name="OptionAttributes">\r
47d0b581 196 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>\r
197 <xs:attribute name="ArchType" type="ArchList" use="optional"/>\r
2fdd0c7d 198 <xs:attribute name="BuildTarget" type="BuildTargets" use="optional"/>\r
0675decb 199 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>\r
47d0b581 200 <!-- LAH Does an Option need to have FeatureFlag Attribute? -->\r
cf0a51a5 201 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>\r
47d0b581 202 <xs:attribute name="Platform" type="PlatformNamingConvention" use="optional"/>\r
203 <xs:attribute name="ToolChain" type="ToolChains" use="optional"/>\r
0850ca3b 204 <xs:attribute name="ToolChainTag" type="xs:NCName" use="optional"/>\r
0675decb 205 <!-- DO NOT USE remove OverrideID from use -->\r
47d0b581 206 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>\r
92e805e9 207 </xs:attributeGroup>\r
208 <xs:attributeGroup name="PackageAttributes">\r
47d0b581 209 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>\r
210 <xs:attribute name="ArchType" type="ArchList" use="optional"/>\r
0675decb 211 <xs:attribute name="PackageGuid" type="GuidType" use="optional"/>\r
92e805e9 212 <xs:attribute name="PackageType" type="PackageType" use="optional"/>\r
47d0b581 213 <xs:attribute name="PackageVersion" type="xs:string" use="optional"/>\r
92e805e9 214 <xs:attribute name="UpdatedDate" type="DateType" use="optional"/>\r
47d0b581 215 <xs:attribute name="Usage" type="PackageUsage" use="optional"/>\r
92e805e9 216 </xs:attributeGroup>\r
0675decb 217 <!-- PackageNameAttributres are only used in the Package Dependencies section of an SPD file. -->\r
92e805e9 218 <xs:attributeGroup name="PackageNameAttributes">\r
47d0b581 219 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>\r
220 <xs:attribute name="ArchType" type="ArchList" use="optional"/>\r
0675decb 221 <!-- DO NOT USE remove Guid and start using PackageGuid instead -->\r
47d0b581 222 <xs:attribute name="Guid" type="GuidType" use="optional"/>\r
0675decb 223 <xs:attribute name="PackageGuid" type="GuidType" use="optional"/>\r
0675decb 224 <!-- PackageTypeDepencency is used to identify if a SOURCE or BINARY PackageType is required, in case PackageGuid and/or PackageVersion are not tracked. -->\r
225 <xs:attribute name="PackageTypeDependency" type="PackageType" use="optional"/>\r
47d0b581 226 <xs:attribute name="PackageVersion" type="xs:string" use="optional"/>\r
227 <!-- DO NOT USE remove Version and start using PackageVersion instead -->\r
228 <xs:attribute name="Version" type="VersionDataType" use="optional"/>\r
92e805e9 229 </xs:attributeGroup>\r
230 <xs:attributeGroup name="PcdAttributes">\r
231 <xs:annotation>\r
232 <xs:documentation xml:lang="en">These attributes are for the Pcds listed in PcdData, PcdEntry and/or PcdBuildData entries.</xs:documentation>\r
233 <xs:documentation xml:lang="en">PcdUsage is only valid for PcdItemTypes = FEATURE_FLAG</xs:documentation>\r
47d0b581 234 <xs:documentation xml:lang="en">Only NON FEATURE_FLAG PCDS should have the FeatureFlag attribute set.</xs:documentation>\r
92e805e9 235 </xs:annotation>\r
47d0b581 236 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>\r
237 <xs:attribute name="ArchType" type="ArchList" use="optional"/>\r
0675decb 238 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>\r
cf0a51a5 239 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>\r
47d0b581 240 <xs:attribute name="ItemType" type="PcdItemTypes" use="required"/>\r
241 <xs:attribute name="PcdUsage" type="PcdUsage" use="optional"/>\r
0675decb 242 <!-- DO NOT USE remove OverrideID from use -->\r
47d0b581 243 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>\r
92e805e9 244 </xs:attributeGroup>\r
245 <xs:attributeGroup name="PlatformAttributes">\r
0675decb 246 <!-- DO NOT USE remove AlternateName from use -->\r
47d0b581 247 <xs:attribute name="AlternateName" type="FileNameConvention" use="optional"/>\r
248 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>\r
249 <xs:attribute name="ArchType" type="ArchList" use="optional"/>\r
250 <!-- DO NOT USE remove Guid from use -->\r
251 <xs:attribute name="Guid" type="GuidType" use="optional"/>\r
0675decb 252 <xs:attribute name="PlatformName" type="PlatformNamingConvention" use="optional"/>\r
92e805e9 253 <xs:attribute name="PlatformGuid" type="GuidType" use="optional"/>\r
254 <xs:attribute name="PlatformVersion" type="xs:string" use="optional"/>\r
47d0b581 255 <!-- DO NOT USE remove Version and start using PlatformVersion instead -->\r
256 <xs:attribute name="Version" type="VersionDataType" use="optional"/>\r
92e805e9 257 </xs:attributeGroup>\r
258 <xs:attributeGroup name="PpiAttributes">\r
47d0b581 259 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>\r
260 <xs:attribute name="ArchType" type="ArchList" use="optional"/>\r
92e805e9 261 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>\r
cf0a51a5 262 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>\r
47d0b581 263 <xs:attribute name="Guid" type="GuidType" use="optional"/>\r
264 <xs:attribute name="Usage" type="PpiUsage" use="optional"/>\r
0675decb 265 <!-- DO NOT USE remove OverrideID from use -->\r
47d0b581 266 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>\r
92e805e9 267 </xs:attributeGroup>\r
268 <xs:attributeGroup name="PpiNotifyAttributes">\r
47d0b581 269 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>\r
270 <xs:attribute name="ArchType" type="ArchList" use="optional"/>\r
92e805e9 271 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>\r
cf0a51a5 272 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>\r
47d0b581 273 <xs:attribute name="Guid" type="GuidType" use="optional"/>\r
274 <xs:attribute name="Usage" type="PpiNotifyUsage" use="optional"/>\r
0675decb 275 <!-- DO NOT USE remove OverrideID from use -->\r
47d0b581 276 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>\r
92e805e9 277 </xs:attributeGroup>\r
278 <xs:attributeGroup name="ProtocolAttributes">\r
47d0b581 279 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>\r
280 <xs:attribute name="ArchType" type="ArchList" use="optional"/>\r
92e805e9 281 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>\r
cf0a51a5 282 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>\r
47d0b581 283 <xs:attribute name="Guid" type="GuidType" use="optional"/>\r
284 <xs:attribute name="Usage" type="ProtocolUsage" use="optional"/>\r
0675decb 285 <!-- DO NOT USE remove OverrideID from use -->\r
47d0b581 286 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>\r
92e805e9 287 </xs:attributeGroup>\r
288 <xs:attributeGroup name="ProtocolNotifyAttributes">\r
47d0b581 289 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>\r
290 <xs:attribute name="ArchType" type="ArchList" use="optional"/>\r
291 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>\r
92e805e9 292 <xs:attribute name="Guid" type="GuidType" use="optional"/>\r
293 <xs:attribute name="Usage" type="ProtocolNotifyUsage" use="optional"/>\r
0675decb 294 <!-- DO NOT USE remove OverrideID from use -->\r
47d0b581 295 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>\r
92e805e9 296 </xs:attributeGroup>\r
297 <xs:attributeGroup name="SectionAttributes">\r
298 <xs:annotation>\r
299 <xs:documentation xml:lang="en">Attributes are either compressable and/or sequence order binding</xs:documentation>\r
300 </xs:annotation>\r
92e805e9 301 <xs:attribute name="BindingOrder" type="xs:int" use="optional"/>\r
47d0b581 302 <xs:attribute default="true" name="Compressible" type="xs:boolean" use="optional"/>\r
0675decb 303 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>\r
47d0b581 304 <!-- LAH Does a Section need to have FeatureFlag Attribute? -->\r
cf0a51a5 305 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>\r
47d0b581 306 <xs:attribute name="SectionType" type="EfiSectionType" use="optional"/>\r
0675decb 307 <!-- DO NOT USE remove OverrideID from use -->\r
47d0b581 308 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>\r
92e805e9 309 </xs:attributeGroup>\r
310 <xs:attributeGroup name="SectionsAttributes">\r
311 <xs:annotation>\r
0675decb 312 <xs:documentation xml:lang="en">Attributes for Sections, EncapsulationTag, EncapsulationType and FeatureFlag</xs:documentation>\r
92e805e9 313 </xs:annotation>\r
314 <xs:attribute name="EncapsulationType" type="xs:normalizedString" use="optional"/>\r
315 <xs:attribute name="EncapsulationTag" type="xs:string" use="optional"/>\r
0675decb 316 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>\r
47d0b581 317 <!-- LAH Does a Filename need to have FeatureFlag Attribute? -->\r
cf0a51a5 318 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>\r
0675decb 319 <!-- DO NOT USE remove OverrideID from use -->\r
47d0b581 320 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>\r
92e805e9 321 </xs:attributeGroup>\r
322 <xs:attributeGroup name="SystemTableAttributes">\r
47d0b581 323 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>\r
324 <xs:attribute name="ArchType" type="ArchList" use="optional"/>\r
0675decb 325 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>\r
cf0a51a5 326 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>\r
47d0b581 327 <xs:attribute name="Guid" type="GuidType" use="optional"/>\r
328 <xs:attribute name="Usage" type="SystemTableUsage" use="optional"/>\r
0675decb 329 <!-- DO NOT USE remove OverrideID from use -->\r
47d0b581 330 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>\r
92e805e9 331 </xs:attributeGroup>\r
cf0a51a5 332 <xs:attributeGroup name="UrlAttribute">\r
333 <xs:attribute name="Url" type="xs:anyURI"/>\r
334 </xs:attributeGroup>\r
92e805e9 335 <xs:attributeGroup name="VariableAttributes">\r
47d0b581 336 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>\r
337 <xs:attribute name="ArchType" type="ArchList" use="optional"/>\r
0675decb 338 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>\r
cf0a51a5 339 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>\r
47d0b581 340 <xs:attribute name="Guid" type="GuidType" use="optional"/>\r
341 <xs:attribute name="Usage" type="VariableUsage" use="optional"/>\r
0675decb 342 <!-- DO NOT USE remove OverrideID from use -->\r
47d0b581 343 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>\r
92e805e9 344 </xs:attributeGroup>\r
92e805e9 345</xs:schema>\r