]> git.proxmox.com Git - mirror_edk2.git/blame - Tools/XMLSchema/FrameworkDataAttributes.xsd
Intermediate Check-in This is not the final version of the XML Transition Schema...
[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
c12c6c7d 26 <xs:attribute name="ArchType" type="ArchListType" 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
c12c6c7d 41 <xs:attribute name="ArchType" type="ArchListType" 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
c12c6c7d 54 <xs:attribute name="ArchType" type="ArchListType" 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
c12c6c7d 65 <xs:attribute name="ArchType" type="ArchListType" 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
c12c6c7d 75 <xs:attribute name="ArchType" type="ArchListType" use="optional"/>\r
47d0b581 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
c12c6c7d 89 <xs:attribute name="ArchType" type="ArchListType" 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
c12c6c7d 99 <xs:attribute name="ArchType" type="ArchListType" 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
c12c6c7d 108 <xs:attribute name="ArchType" type="ArchListType" use="optional"/>\r
47d0b581 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
c12c6c7d 118 <!-- DO NOT USE remove IncludeAttributes from use -->\r
92e805e9 119 <xs:attributeGroup name="IncludeAttributes">\r
47d0b581 120 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>\r
c12c6c7d 121 <xs:attribute name="ArchType" type="ArchListType" use="optional"/>\r
0675decb 122 <xs:attribute name="Class" type="BaseNameConvention" use="optional"/>\r
0675decb 123 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>\r
47d0b581 124 <!-- LAH Does a Include need to have FeatureFlag Attribute? -->\r
cf0a51a5 125 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>\r
47d0b581 126 <xs:attribute name="Guid" type="GuidType" use="optional"/>\r
92e805e9 127 <xs:attribute name="ModuleType" type="ModuleTypeDef" use="optional"/>\r
47d0b581 128 <xs:attribute name="Path" type="DirectoryNamingConvention" use="optional"/>\r
129 <xs:attribute name="Version" type="VersionDataType" use="optional"/>\r
130 <!-- DO NOT USE remove OverrideID from use -->\r
131 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>\r
92e805e9 132 </xs:attributeGroup>\r
c12c6c7d 133 <xs:attributeGroup name="IncludeHeaderAttributes">\r
134 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>\r
135 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>\r
136 <xs:attribute name="ModuleTypeList" type="ModuleTypeList" use="optional"/>\r
137 </xs:attributeGroup>\r
138 <xs:attributeGroup name="IndustryStdHeaderAttributes">\r
139 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>\r
140 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>\r
141 <xs:attribute name="ModuleTypeList" type="ModuleTypeList" use="optional"/>\r
142 </xs:attributeGroup>\r
92e805e9 143 <xs:attributeGroup name="LibraryAttributes">\r
0675decb 144 <!-- LibraryAttributes is used for Libraries -> Library elements in FPD files -->\r
47d0b581 145 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>\r
c12c6c7d 146 <xs:attribute name="ArchType" type="ArchListType" use="optional"/>\r
47d0b581 147 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>\r
148 <!-- LAH Does a LibraryInstance need to have FeatureFlag Attribute? -->\r
149 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>\r
150 <!-- DO NOT USE remove Guid from use, Start using ModuleGuid instead -->\r
92e805e9 151 <xs:attribute name="Guid" type="GuidType" use="optional"/>\r
47d0b581 152 <!-- DO NOT USE remove ClassGuid from use, Start using LibraryClassGuid instead -->\r
153 <xs:attribute name="ClassGuid" type="GuidType" use="optional"/>\r
154 <!-- DO NOT USE remove LibraryGuid from use, Start using ModuleGuid instead -->\r
0675decb 155 <xs:attribute name="LibraryGuid" type="GuidType" use="optional"/>\r
92e805e9 156 <xs:attribute name="LibraryClass" type="BaseNameConvention" use="optional"/>\r
47d0b581 157 <xs:attribute name="LibraryClassGuid" type="GuidType" use="optional"/>\r
158 <xs:attribute name="ModuleGuid" type="GuidType" use="optional"/>\r
159 <xs:attribute name="ModuleVersion" type="VersionDataType" use="optional"/>\r
0675decb 160 <!-- DO NOT USE remove Package from use, Start using PackageName instead -->\r
47d0b581 161 <xs:attribute name="Package" type="xs:string" use="optional"/>\r
162 <xs:attribute name="PackageGuid" type="GuidType" use="optional"/>\r
0675decb 163 <xs:attribute name="PackageName" type="BaseNameConvention" use="optional"/>\r
164 <xs:attribute name="PackageVersion" type="VersionDataType" use="optional"/>\r
47d0b581 165 <xs:attribute name="Usage" type="LibraryUsage" use="optional"/>\r
166 <!-- DO NOT USE remove Version from use, Start using ModuleVersion instead -->\r
167 <xs:attribute name="Version" type="VersionDataType" use="optional"/>\r
0675decb 168 <!-- DO NOT USE remove OverrideID from use -->\r
47d0b581 169 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>\r
170 </xs:attributeGroup>\r
171 <xs:attributeGroup name="LibraryClassAttributes">\r
172 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>\r
c12c6c7d 173 <xs:attribute name="ArchType" type="ArchListType" use="optional"/>\r
47d0b581 174 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>\r
175 <xs:attribute name="RecommendedInstance" type="xs:NCName" use="optional"/>\r
176 <xs:attribute name="RecommendedInstanceGuid" type="GuidType" use="optional"/>\r
177 <xs:attribute name="Usage" type="LibraryUsage" use="required"/>\r
92e805e9 178 </xs:attributeGroup>\r
179 <xs:attributeGroup name="ModuleNameAttributes">\r
2fdd0c7d 180 <xs:attribute name="Guid" type="GuidType" use="required"/>\r
47d0b581 181 <!-- DO NOT USE remove Guid from use, Start using ModuleGuid instead -->\r
182 <xs:attribute name="ModuleGuid" type="GuidType" use="required"/>\r
183 <xs:attribute name="ModuleVersion" type="VersionDataType" use="optional"/>\r
184 <!-- DO NOT USE remove Version from use, Start using ModuleVersion instead -->\r
2fdd0c7d 185 <xs:attribute name="Version" type="VersionDataType" use="optional"/>\r
186 </xs:attributeGroup>\r
187 <xs:attributeGroup name="ModuleNameSaAttributes">\r
47d0b581 188 <!-- DO NOT USE remove Guid from use, Start using ModuleGuid instead -->\r
0675decb 189 <xs:attribute name="Guid" type="GuidType" use="optional"/>\r
47d0b581 190 <xs:attribute name="ModuleGuid" type="GuidType" use="required"/>\r
2fdd0c7d 191 <xs:attribute name="ModuleName" type="xs:NCName" use="required"/>\r
47d0b581 192 <xs:attribute name="ModuleVersion" type="VersionDataType" use="optional"/>\r
193 <!-- DO NOT USE remove Version from use, Start using ModuleVersion instead -->\r
92e805e9 194 <xs:attribute name="Version" type="VersionDataType" use="optional"/>\r
195 </xs:attributeGroup>\r
196 <xs:attributeGroup name="MsaAttributes">\r
197 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>\r
c12c6c7d 198 <xs:attribute name="ArchType" type="ArchListType" use="optional"/>\r
47d0b581 199 <xs:attribute name="BuildSequence" type="xs:int" use="optional"/>\r
92e805e9 200 <xs:attribute name="FvBinding" type="xs:string" use="optional"/>\r
0675decb 201 <xs:attribute name="ModuleName" type="xs:NCName" use="optional"/>\r
92e805e9 202 <xs:attribute name="ModuleGuid" type="GuidType" use="optional"/>\r
0675decb 203 <xs:attribute name="PackageName" type="BaseNameConvention" use="optional"/>\r
92e805e9 204 <xs:attribute name="PackageGuid" type="GuidType" use="optional"/>\r
92e805e9 205 </xs:attributeGroup>\r
206 <xs:attributeGroup name="OptionAttributes">\r
47d0b581 207 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>\r
c12c6c7d 208 <xs:attribute name="ArchType" type="ArchListType" use="optional"/>\r
2fdd0c7d 209 <xs:attribute name="BuildTarget" type="BuildTargets" use="optional"/>\r
0675decb 210 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>\r
47d0b581 211 <!-- LAH Does an Option need to have FeatureFlag Attribute? -->\r
cf0a51a5 212 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>\r
47d0b581 213 <xs:attribute name="Platform" type="PlatformNamingConvention" use="optional"/>\r
214 <xs:attribute name="ToolChain" type="ToolChains" use="optional"/>\r
0850ca3b 215 <xs:attribute name="ToolChainTag" type="xs:NCName" use="optional"/>\r
0675decb 216 <!-- DO NOT USE remove OverrideID from use -->\r
47d0b581 217 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>\r
92e805e9 218 </xs:attributeGroup>\r
219 <xs:attributeGroup name="PackageAttributes">\r
47d0b581 220 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>\r
c12c6c7d 221 <xs:attribute name="ArchType" type="ArchListType" use="optional"/>\r
0675decb 222 <xs:attribute name="PackageGuid" type="GuidType" use="optional"/>\r
92e805e9 223 <xs:attribute name="PackageType" type="PackageType" use="optional"/>\r
47d0b581 224 <xs:attribute name="PackageVersion" type="xs:string" use="optional"/>\r
92e805e9 225 <xs:attribute name="UpdatedDate" type="DateType" use="optional"/>\r
47d0b581 226 <xs:attribute name="Usage" type="PackageUsage" use="optional"/>\r
92e805e9 227 </xs:attributeGroup>\r
0675decb 228 <!-- PackageNameAttributres are only used in the Package Dependencies section of an SPD file. -->\r
92e805e9 229 <xs:attributeGroup name="PackageNameAttributes">\r
47d0b581 230 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>\r
c12c6c7d 231 <xs:attribute name="ArchType" type="ArchListType" use="optional"/>\r
0675decb 232 <!-- DO NOT USE remove Guid and start using PackageGuid instead -->\r
47d0b581 233 <xs:attribute name="Guid" type="GuidType" use="optional"/>\r
0675decb 234 <xs:attribute name="PackageGuid" type="GuidType" use="optional"/>\r
0675decb 235 <!-- PackageTypeDepencency is used to identify if a SOURCE or BINARY PackageType is required, in case PackageGuid and/or PackageVersion are not tracked. -->\r
236 <xs:attribute name="PackageTypeDependency" type="PackageType" use="optional"/>\r
47d0b581 237 <xs:attribute name="PackageVersion" type="xs:string" use="optional"/>\r
238 <!-- DO NOT USE remove Version and start using PackageVersion instead -->\r
239 <xs:attribute name="Version" type="VersionDataType" use="optional"/>\r
92e805e9 240 </xs:attributeGroup>\r
241 <xs:attributeGroup name="PcdAttributes">\r
242 <xs:annotation>\r
243 <xs:documentation xml:lang="en">These attributes are for the Pcds listed in PcdData, PcdEntry and/or PcdBuildData entries.</xs:documentation>\r
244 <xs:documentation xml:lang="en">PcdUsage is only valid for PcdItemTypes = FEATURE_FLAG</xs:documentation>\r
47d0b581 245 <xs:documentation xml:lang="en">Only NON FEATURE_FLAG PCDS should have the FeatureFlag attribute set.</xs:documentation>\r
92e805e9 246 </xs:annotation>\r
47d0b581 247 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>\r
c12c6c7d 248 <xs:attribute name="ArchType" type="ArchListType" use="optional"/>\r
0675decb 249 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>\r
cf0a51a5 250 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>\r
47d0b581 251 <xs:attribute name="ItemType" type="PcdItemTypes" use="required"/>\r
252 <xs:attribute name="PcdUsage" type="PcdUsage" use="optional"/>\r
0675decb 253 <!-- DO NOT USE remove OverrideID from use -->\r
47d0b581 254 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>\r
92e805e9 255 </xs:attributeGroup>\r
c12c6c7d 256 <xs:attributeGroup name="PcdDeclarationAttributes">\r
257 <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>\r
258 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>\r
259 <xs:attribute name="SupModuleTypes" type="ModuleTypeList" use="optional"/>\r
260 </xs:attributeGroup>\r
92e805e9 261 <xs:attributeGroup name="PlatformAttributes">\r
0675decb 262 <!-- DO NOT USE remove AlternateName from use -->\r
47d0b581 263 <xs:attribute name="AlternateName" type="FileNameConvention" use="optional"/>\r
264 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>\r
c12c6c7d 265 <xs:attribute name="ArchType" type="ArchListType" use="optional"/>\r
47d0b581 266 <!-- DO NOT USE remove Guid from use -->\r
267 <xs:attribute name="Guid" type="GuidType" use="optional"/>\r
0675decb 268 <xs:attribute name="PlatformName" type="PlatformNamingConvention" use="optional"/>\r
92e805e9 269 <xs:attribute name="PlatformGuid" type="GuidType" use="optional"/>\r
270 <xs:attribute name="PlatformVersion" type="xs:string" use="optional"/>\r
47d0b581 271 <!-- DO NOT USE remove Version and start using PlatformVersion instead -->\r
272 <xs:attribute name="Version" type="VersionDataType" use="optional"/>\r
92e805e9 273 </xs:attributeGroup>\r
274 <xs:attributeGroup name="PpiAttributes">\r
47d0b581 275 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>\r
c12c6c7d 276 <xs:attribute name="ArchType" type="ArchListType" use="optional"/>\r
92e805e9 277 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>\r
cf0a51a5 278 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>\r
47d0b581 279 <xs:attribute name="Guid" type="GuidType" use="optional"/>\r
280 <xs:attribute name="Usage" type="PpiUsage" use="optional"/>\r
0675decb 281 <!-- DO NOT USE remove OverrideID from use -->\r
47d0b581 282 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>\r
92e805e9 283 </xs:attributeGroup>\r
284 <xs:attributeGroup name="PpiNotifyAttributes">\r
47d0b581 285 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>\r
c12c6c7d 286 <xs:attribute name="ArchType" type="ArchListType" use="optional"/>\r
92e805e9 287 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>\r
cf0a51a5 288 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>\r
47d0b581 289 <xs:attribute name="Guid" type="GuidType" use="optional"/>\r
290 <xs:attribute name="Usage" type="PpiNotifyUsage" use="optional"/>\r
0675decb 291 <!-- DO NOT USE remove OverrideID from use -->\r
47d0b581 292 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>\r
92e805e9 293 </xs:attributeGroup>\r
294 <xs:attributeGroup name="ProtocolAttributes">\r
47d0b581 295 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>\r
c12c6c7d 296 <xs:attribute name="ArchType" type="ArchListType" use="optional"/>\r
92e805e9 297 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>\r
cf0a51a5 298 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>\r
47d0b581 299 <xs:attribute name="Guid" type="GuidType" use="optional"/>\r
300 <xs:attribute name="Usage" type="ProtocolUsage" use="optional"/>\r
0675decb 301 <!-- DO NOT USE remove OverrideID from use -->\r
47d0b581 302 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>\r
92e805e9 303 </xs:attributeGroup>\r
304 <xs:attributeGroup name="ProtocolNotifyAttributes">\r
47d0b581 305 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>\r
c12c6c7d 306 <xs:attribute name="ArchType" type="ArchListType" use="optional"/>\r
47d0b581 307 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>\r
92e805e9 308 <xs:attribute name="Guid" type="GuidType" use="optional"/>\r
309 <xs:attribute name="Usage" type="ProtocolNotifyUsage" use="optional"/>\r
0675decb 310 <!-- DO NOT USE remove OverrideID from use -->\r
47d0b581 311 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>\r
92e805e9 312 </xs:attributeGroup>\r
313 <xs:attributeGroup name="SectionAttributes">\r
314 <xs:annotation>\r
315 <xs:documentation xml:lang="en">Attributes are either compressable and/or sequence order binding</xs:documentation>\r
316 </xs:annotation>\r
92e805e9 317 <xs:attribute name="BindingOrder" type="xs:int" use="optional"/>\r
47d0b581 318 <xs:attribute default="true" name="Compressible" type="xs:boolean" use="optional"/>\r
0675decb 319 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>\r
47d0b581 320 <!-- LAH Does a Section need to have FeatureFlag Attribute? -->\r
cf0a51a5 321 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>\r
47d0b581 322 <xs:attribute name="SectionType" type="EfiSectionType" use="optional"/>\r
0675decb 323 <!-- DO NOT USE remove OverrideID from use -->\r
47d0b581 324 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>\r
92e805e9 325 </xs:attributeGroup>\r
326 <xs:attributeGroup name="SectionsAttributes">\r
327 <xs:annotation>\r
0675decb 328 <xs:documentation xml:lang="en">Attributes for Sections, EncapsulationTag, EncapsulationType and FeatureFlag</xs:documentation>\r
92e805e9 329 </xs:annotation>\r
330 <xs:attribute name="EncapsulationType" type="xs:normalizedString" use="optional"/>\r
331 <xs:attribute name="EncapsulationTag" type="xs:string" use="optional"/>\r
0675decb 332 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>\r
47d0b581 333 <!-- LAH Does a Filename need to have FeatureFlag Attribute? -->\r
cf0a51a5 334 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>\r
0675decb 335 <!-- DO NOT USE remove OverrideID from use -->\r
47d0b581 336 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>\r
92e805e9 337 </xs:attributeGroup>\r
338 <xs:attributeGroup name="SystemTableAttributes">\r
47d0b581 339 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>\r
c12c6c7d 340 <xs:attribute name="ArchType" type="ArchListType" use="optional"/>\r
0675decb 341 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>\r
cf0a51a5 342 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>\r
47d0b581 343 <xs:attribute name="Guid" type="GuidType" use="optional"/>\r
344 <xs:attribute name="Usage" type="SystemTableUsage" use="optional"/>\r
0675decb 345 <!-- DO NOT USE remove OverrideID from use -->\r
47d0b581 346 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>\r
92e805e9 347 </xs:attributeGroup>\r
cf0a51a5 348 <xs:attributeGroup name="UrlAttribute">\r
349 <xs:attribute name="Url" type="xs:anyURI"/>\r
350 </xs:attributeGroup>\r
92e805e9 351 <xs:attributeGroup name="VariableAttributes">\r
47d0b581 352 <xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>\r
c12c6c7d 353 <xs:attribute name="ArchType" type="ArchListType" use="optional"/>\r
0675decb 354 <xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>\r
cf0a51a5 355 <xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>\r
47d0b581 356 <xs:attribute name="Guid" type="GuidType" use="optional"/>\r
357 <xs:attribute name="Usage" type="VariableUsage" use="optional"/>\r
0675decb 358 <!-- DO NOT USE remove OverrideID from use -->\r
47d0b581 359 <xs:attribute name="OverrideID" type="xs:int" use="optional"/>\r
92e805e9 360 </xs:attributeGroup>\r
92e805e9 361</xs:schema>\r