]> git.proxmox.com Git - mirror_edk2.git/blame - Tools/XMLSchema/FrameworkDataAttributes.xsd
Added some attributes (changed comments to be before items to be deleted) Added a...
[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
0675decb 204 <!-- DO NOT USE remove OverrideID from use -->\r
47d0b581 205 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>\r
92e805e9 206 </xs:attributeGroup>\r
207 <xs:attributeGroup name="PackageAttributes">\r
47d0b581 208 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>\r
209 <xs:attribute name="ArchType" type="ArchList" use="optional"/>\r
0675decb 210 <xs:attribute name="PackageGuid" type="GuidType" use="optional"/>\r
92e805e9 211 <xs:attribute name="PackageType" type="PackageType" use="optional"/>\r
47d0b581 212 <xs:attribute name="PackageVersion" type="xs:string" use="optional"/>\r
92e805e9 213 <xs:attribute name="UpdatedDate" type="DateType" use="optional"/>\r
47d0b581 214 <xs:attribute name="Usage" type="PackageUsage" use="optional"/>\r
92e805e9 215 </xs:attributeGroup>\r
0675decb 216 <!-- PackageNameAttributres are only used in the Package Dependencies section of an SPD file. -->\r
92e805e9 217 <xs:attributeGroup name="PackageNameAttributes">\r
47d0b581 218 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>\r
219 <xs:attribute name="ArchType" type="ArchList" use="optional"/>\r
0675decb 220 <!-- DO NOT USE remove Guid and start using PackageGuid instead -->\r
47d0b581 221 <xs:attribute name="Guid" type="GuidType" use="optional"/>\r
0675decb 222 <xs:attribute name="PackageGuid" type="GuidType" use="optional"/>\r
0675decb 223 <!-- PackageTypeDepencency is used to identify if a SOURCE or BINARY PackageType is required, in case PackageGuid and/or PackageVersion are not tracked. -->\r
224 <xs:attribute name="PackageTypeDependency" type="PackageType" use="optional"/>\r
47d0b581 225 <xs:attribute name="PackageVersion" type="xs:string" use="optional"/>\r
226 <!-- DO NOT USE remove Version and start using PackageVersion instead -->\r
227 <xs:attribute name="Version" type="VersionDataType" use="optional"/>\r
92e805e9 228 </xs:attributeGroup>\r
229 <xs:attributeGroup name="PcdAttributes">\r
230 <xs:annotation>\r
231 <xs:documentation xml:lang="en">These attributes are for the Pcds listed in PcdData, PcdEntry and/or PcdBuildData entries.</xs:documentation>\r
232 <xs:documentation xml:lang="en">PcdUsage is only valid for PcdItemTypes = FEATURE_FLAG</xs:documentation>\r
47d0b581 233 <xs:documentation xml:lang="en">Only NON FEATURE_FLAG PCDS should have the FeatureFlag attribute set.</xs:documentation>\r
92e805e9 234 </xs:annotation>\r
47d0b581 235 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>\r
236 <xs:attribute name="ArchType" type="ArchList" use="optional"/>\r
0675decb 237 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>\r
cf0a51a5 238 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>\r
47d0b581 239 <xs:attribute name="ItemType" type="PcdItemTypes" use="required"/>\r
240 <xs:attribute name="PcdUsage" type="PcdUsage" use="optional"/>\r
0675decb 241 <!-- DO NOT USE remove OverrideID from use -->\r
47d0b581 242 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>\r
92e805e9 243 </xs:attributeGroup>\r
244 <xs:attributeGroup name="PlatformAttributes">\r
0675decb 245 <!-- DO NOT USE remove AlternateName from use -->\r
47d0b581 246 <xs:attribute name="AlternateName" type="FileNameConvention" use="optional"/>\r
247 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>\r
248 <xs:attribute name="ArchType" type="ArchList" use="optional"/>\r
249 <!-- DO NOT USE remove Guid from use -->\r
250 <xs:attribute name="Guid" type="GuidType" use="optional"/>\r
0675decb 251 <xs:attribute name="PlatformName" type="PlatformNamingConvention" use="optional"/>\r
92e805e9 252 <xs:attribute name="PlatformGuid" type="GuidType" use="optional"/>\r
253 <xs:attribute name="PlatformVersion" type="xs:string" use="optional"/>\r
47d0b581 254 <!-- DO NOT USE remove Version and start using PlatformVersion instead -->\r
255 <xs:attribute name="Version" type="VersionDataType" use="optional"/>\r
92e805e9 256 </xs:attributeGroup>\r
257 <xs:attributeGroup name="PpiAttributes">\r
47d0b581 258 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>\r
259 <xs:attribute name="ArchType" type="ArchList" use="optional"/>\r
92e805e9 260 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>\r
cf0a51a5 261 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>\r
47d0b581 262 <xs:attribute name="Guid" type="GuidType" use="optional"/>\r
263 <xs:attribute name="Usage" type="PpiUsage" use="optional"/>\r
0675decb 264 <!-- DO NOT USE remove OverrideID from use -->\r
47d0b581 265 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>\r
92e805e9 266 </xs:attributeGroup>\r
267 <xs:attributeGroup name="PpiNotifyAttributes">\r
47d0b581 268 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>\r
269 <xs:attribute name="ArchType" type="ArchList" use="optional"/>\r
92e805e9 270 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>\r
cf0a51a5 271 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>\r
47d0b581 272 <xs:attribute name="Guid" type="GuidType" use="optional"/>\r
273 <xs:attribute name="Usage" type="PpiNotifyUsage" use="optional"/>\r
0675decb 274 <!-- DO NOT USE remove OverrideID from use -->\r
47d0b581 275 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>\r
92e805e9 276 </xs:attributeGroup>\r
277 <xs:attributeGroup name="ProtocolAttributes">\r
47d0b581 278 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>\r
279 <xs:attribute name="ArchType" type="ArchList" use="optional"/>\r
92e805e9 280 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>\r
cf0a51a5 281 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>\r
47d0b581 282 <xs:attribute name="Guid" type="GuidType" use="optional"/>\r
283 <xs:attribute name="Usage" type="ProtocolUsage" use="optional"/>\r
0675decb 284 <!-- DO NOT USE remove OverrideID from use -->\r
47d0b581 285 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>\r
92e805e9 286 </xs:attributeGroup>\r
287 <xs:attributeGroup name="ProtocolNotifyAttributes">\r
47d0b581 288 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>\r
289 <xs:attribute name="ArchType" type="ArchList" use="optional"/>\r
290 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>\r
92e805e9 291 <xs:attribute name="Guid" type="GuidType" use="optional"/>\r
292 <xs:attribute name="Usage" type="ProtocolNotifyUsage" use="optional"/>\r
0675decb 293 <!-- DO NOT USE remove OverrideID from use -->\r
47d0b581 294 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>\r
92e805e9 295 </xs:attributeGroup>\r
296 <xs:attributeGroup name="SectionAttributes">\r
297 <xs:annotation>\r
298 <xs:documentation xml:lang="en">Attributes are either compressable and/or sequence order binding</xs:documentation>\r
299 </xs:annotation>\r
92e805e9 300 <xs:attribute name="BindingOrder" type="xs:int" use="optional"/>\r
47d0b581 301 <xs:attribute default="true" name="Compressible" type="xs:boolean" use="optional"/>\r
0675decb 302 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>\r
47d0b581 303 <!-- LAH Does a Section need to have FeatureFlag Attribute? -->\r
cf0a51a5 304 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>\r
47d0b581 305 <xs:attribute name="SectionType" type="EfiSectionType" use="optional"/>\r
0675decb 306 <!-- DO NOT USE remove OverrideID from use -->\r
47d0b581 307 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>\r
92e805e9 308 </xs:attributeGroup>\r
309 <xs:attributeGroup name="SectionsAttributes">\r
310 <xs:annotation>\r
0675decb 311 <xs:documentation xml:lang="en">Attributes for Sections, EncapsulationTag, EncapsulationType and FeatureFlag</xs:documentation>\r
92e805e9 312 </xs:annotation>\r
313 <xs:attribute name="EncapsulationType" type="xs:normalizedString" use="optional"/>\r
314 <xs:attribute name="EncapsulationTag" type="xs:string" use="optional"/>\r
0675decb 315 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>\r
47d0b581 316 <!-- LAH Does a Filename need to have FeatureFlag Attribute? -->\r
cf0a51a5 317 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>\r
0675decb 318 <!-- DO NOT USE remove OverrideID from use -->\r
47d0b581 319 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>\r
92e805e9 320 </xs:attributeGroup>\r
321 <xs:attributeGroup name="SystemTableAttributes">\r
47d0b581 322 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>\r
323 <xs:attribute name="ArchType" type="ArchList" use="optional"/>\r
0675decb 324 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>\r
cf0a51a5 325 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>\r
47d0b581 326 <xs:attribute name="Guid" type="GuidType" use="optional"/>\r
327 <xs:attribute name="Usage" type="SystemTableUsage" use="optional"/>\r
0675decb 328 <!-- DO NOT USE remove OverrideID from use -->\r
47d0b581 329 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>\r
92e805e9 330 </xs:attributeGroup>\r
cf0a51a5 331 <xs:attributeGroup name="UrlAttribute">\r
332 <xs:attribute name="Url" type="xs:anyURI"/>\r
333 </xs:attributeGroup>\r
92e805e9 334 <xs:attributeGroup name="VariableAttributes">\r
47d0b581 335 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>\r
336 <xs:attribute name="ArchType" type="ArchList" use="optional"/>\r
0675decb 337 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>\r
cf0a51a5 338 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>\r
47d0b581 339 <xs:attribute name="Guid" type="GuidType" use="optional"/>\r
340 <xs:attribute name="Usage" type="VariableUsage" use="optional"/>\r
0675decb 341 <!-- DO NOT USE remove OverrideID from use -->\r
47d0b581 342 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>\r
92e805e9 343 </xs:attributeGroup>\r
92e805e9 344</xs:schema>\r