]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/XMLSchema/FrameworkDataAttributes.xsd
Retiring the ANT/JAVA build and removing the older EDK II packages that required...
[mirror_edk2.git] / Tools / XMLSchema / FrameworkDataAttributes.xsd
diff --git a/Tools/XMLSchema/FrameworkDataAttributes.xsd b/Tools/XMLSchema/FrameworkDataAttributes.xsd
deleted file mode 100644 (file)
index 2f8b8af..0000000
+++ /dev/null
@@ -1,297 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<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
-  <!--\r
-    Filename: FrameworkDataAttributes.xsd\r
-    \r
-    Copyright (c) 2006, Intel Corp.\r
-    All rights reserved. This program and the accompanying materials\r
-    are licensed and made available under the terms and conditions of the BSD License\r
-    which may be found at http://opensource.org/licenses/bsd-license.php\r
-    \r
-    THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-    WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
-    \r
-  -->\r
-  <xs:annotation>\r
-    <xs:documentation xml:lang="en">This schema defines EFI and Framework Attribute. Only attributeGroups are specified in this file. </xs:documentation>\r
-  </xs:annotation>\r
-  <xs:include schemaLocation="NamingConvention.xsd"/>\r
-  <xs:include schemaLocation="FrameworkDataTypes.xsd"/>\r
-  <xs:include schemaLocation="FrameworkPlatformDataTypes.xsd"/>\r
-  <!-- Fix Name data type from xs:string -->\r
-  <xs:attributeGroup name="BlockAttributes">\r
-    <xs:attribute name="Name" type="BlockNameType" use="required"/>\r
-    <xs:attribute name="Size" type="HexAddressType" use="required"/>\r
-    <xs:attribute name="Flags" type="HexAddressType" use="optional"/>\r
-  </xs:attributeGroup>\r
-  <xs:attributeGroup name="BootModeAttributes">\r
-    <xs:attribute name="BootModeName" type="BootModeNames" use="required"/>\r
-    <xs:attribute name="Usage" type="BootModeUsage" use="required"/>\r
-    <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>\r
-    <xs:attribute name="FeatureFlag" type="FeatureFlagExpressionType" use="optional"/>\r
-  </xs:attributeGroup>\r
-  <xs:attributeGroup name="DataHubAttributes">\r
-    <xs:attribute name="Usage" type="DataHubUsage" use="required"/>\r
-    <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>\r
-    <xs:attribute name="FeatureFlag" type="FeatureFlagExpressionType" use="optional"/>\r
-  </xs:attributeGroup>\r
-  <xs:attributeGroup name="EventAttributes">\r
-    <xs:attribute name="Usage" type="EventUsage" use="required"/>\r
-    <xs:attribute name="EventGuidCName" type="C_NameType" use="optional"/>\r
-    <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>\r
-    <xs:attribute name="FeatureFlag" type="FeatureFlagExpressionType" use="optional"/>\r
-  </xs:attributeGroup>\r
-  <xs:attributeGroup name="ExternAttributes">\r
-    <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>\r
-    <xs:attribute name="FeatureFlag" type="FeatureFlagExpressionType" use="optional"/>\r
-  </xs:attributeGroup>\r
-  <xs:attributeGroup name="FfsAttributes">\r
-    <xs:attribute name="FfsFormatKeyword" type="KeywordType" use="required"/>\r
-    <xs:attribute name="FfsFileType" type="EfiFfsFileTypes" use="optional"/>\r
-    <xs:attribute name="FfsAttribTailPresent" type="xs:boolean" use="optional"/>\r
-    <xs:attribute name="FfsAttribRecovery" type="xs:boolean" use="optional" default="false"/>\r
-    <xs:attribute name="FfsAttribDataAlignment" type="FfsDataAlignmentType" use="optional"/>\r
-    <xs:attribute name="FfsAttribChecksumRequired" type="xs:boolean" use="optional" default="true"/>\r
-    <xs:attribute name="SupModuleList" type="ModuleListType" use="optional"/>\r
-  </xs:attributeGroup>\r
-  <xs:attributeGroup name="FilenameAttributes">\r
-    <xs:attribute name="TagName" type="ToolsNameConvention" use="optional"/>\r
-    <xs:attribute name="ToolCode" type="ToolsNameConvention" use="optional"/>\r
-    <xs:attribute name="ToolChainFamily" type="ToolsNameConvention" use="optional"/>\r
-    <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>\r
-    <xs:attribute name="FeatureFlag" type="FeatureFlagExpressionType" use="optional"/>\r
-  </xs:attributeGroup>\r
-  <xs:attributeGroup name="FlashDeviceImageAttributes">\r
-    <xs:attribute name="Name" type="xs:string" use="required"/>\r
-  </xs:attributeGroup>\r
-  <xs:attributeGroup name="FlashDeviceImageFileAttributes">\r
-    <xs:attribute name="Name" type="xs:string" use="required"/>\r
-    <xs:attribute name="Region" type="xs:string" use="required"/>\r
-    <xs:attribute name="SubRegion" type="xs:string" use="optional"/>\r
-    <xs:attribute name="Optional" type="xs:boolean" use="optional"/>\r
-  </xs:attributeGroup>\r
-  <xs:attributeGroup name="FlashDeviceInfoAttributes">\r
-    <xs:attribute name="Name" type="xs:string" use="required"/>\r
-    <xs:attribute name="Size" type="HexAddressType" use="required"/>\r
-    <xs:attribute name="BaseAddress" type="HexAddressType" use="required"/>\r
-    <xs:attribute name="ErasePolarity" type="Polarity" use="required"/>\r
-  </xs:attributeGroup>\r
-  <xs:attributeGroup name="FvRegionNameAttributes">\r
-    <xs:attribute name="FvBaseAddressPcdCName" type="C_NameType" use="required"/>\r
-    <xs:attribute name="FvRegionSizePcdCName" type="C_NameType" use="required"/>\r
-    <xs:attribute name="FvRegionAlignmentPcdCName" type="C_NameType" use="optional"/>\r
-    <xs:attribute name="FvPcdTokenSpaceGuid" type="GuidType" use="optional"/>\r
-    <xs:attribute name="Alignment" type="xs:positiveInteger" use="optional"/>\r
-  </xs:attributeGroup>\r
-  <xs:attributeGroup name="GuidAttributes">\r
-    <xs:attribute name="Usage" type="GuidUsage" use="required"/>\r
-    <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>\r
-    <xs:attribute name="FeatureFlag" type="FeatureFlagExpressionType" use="optional"/>\r
-  </xs:attributeGroup>\r
-  <xs:attributeGroup name="GuidDeclarationAttributes">\r
-    <xs:attribute name="Name" type="UiNameType" use="required"/>\r
-    <xs:attribute name="GuidTypeList" type="GuidListType" use="optional"/>\r
-    <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>\r
-    <xs:attribute name="SupModuleList" type="ModuleListType" use="optional"/>\r
-  </xs:attributeGroup>\r
-  <xs:attributeGroup name="HiiPackageAttributes">\r
-    <xs:attribute name="Usage" type="HiiPackageUsage" use="required"/>\r
-    <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>\r
-    <xs:attribute name="FeatureFlag" type="FeatureFlagExpressionType" use="optional"/>\r
-  </xs:attributeGroup>\r
-  <xs:attributeGroup name="HobAttributes">\r
-    <xs:attribute name="Usage" type="HobUsage" use="required"/>\r
-    <xs:attribute name="HobGuidCName" type="C_NameType" use="optional"/>\r
-    <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>\r
-    <xs:attribute name="FeatureFlag" type="FeatureFlagExpressionType" use="optional"/>\r
-  </xs:attributeGroup>\r
-  <xs:attributeGroup name="IncludeHeaderAttributes">\r
-    <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>\r
-    <xs:attribute name="FeatureFlag" type="FeatureFlagExpressionType" use="optional"/>\r
-    <xs:attribute name="SupModuleList" type="ModuleListType" use="optional"/>\r
-  </xs:attributeGroup>\r
-  <xs:attributeGroup name="IndustryStdHeaderAttributes">\r
-    <xs:attribute name="Name" type="KeywordType" use="required"/>\r
-    <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>\r
-    <xs:attribute name="SupModuleList" type="ModuleListType" use="optional"/>\r
-  </xs:attributeGroup>\r
-  <xs:attributeGroup name="LibraryAttributes">\r
-    <!-- LibraryAttributes is used for Libraries / Library elements in FPD files -->\r
-    <xs:attribute name="ModuleGuid" type="GuidType" use="required"/>\r
-    <xs:attribute name="ModuleVersion" type="VersionDataType" use="optional"/>\r
-    <xs:attribute name="PackageGuid" type="GuidType" use="required"/>\r
-    <xs:attribute name="PackageVersion" type="VersionDataType" use="optional"/>\r
-  </xs:attributeGroup>\r
-  <xs:attributeGroup name="LibraryClassAttributes">\r
-    <xs:attribute name="Usage" type="LibraryUsage" use="required"/>\r
-    <xs:attribute name="RecommendedInstanceVersion" type="VersionDataType" use="optional"/>\r
-    <xs:attribute name="RecommendedInstanceGuid" type="GuidType" use="optional"/>\r
-    <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>\r
-    <xs:attribute name="FeatureFlag" type="FeatureFlagExpressionType" use="optional"/>\r
-    <xs:attribute name="SupModuleList" type="ModuleListType" use="optional"/>\r
-  </xs:attributeGroup>\r
-  <xs:attributeGroup name="LibraryClassDeclarationAttributes">\r
-    <xs:attribute name="Name" type="KeywordType" use="required"/>\r
-    <xs:attribute name="RecommendedInstanceVersion" type="VersionDataType" use="optional"/>\r
-    <xs:attribute name="RecommendedInstanceGuid" type="GuidType" use="optional"/>\r
-    <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>\r
-    <xs:attribute name="SupModuleList" type="ModuleListType" use="optional"/>\r
-  </xs:attributeGroup>\r
-  <xs:attributeGroup name="MsaGuidAttributes">\r
-    <xs:attribute name="Usage" type="GuidUsage" use="optional"/>\r
-    <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>\r
-    <xs:attribute name="FeatureFlag" type="FeatureFlagExpressionType" use="optional"/>\r
-  </xs:attributeGroup>\r
-  <xs:attributeGroup name="ModuleNameAttributes">\r
-    <xs:attribute name="ModuleGuid" type="GuidType" use="required"/>\r
-    <xs:attribute name="ModuleName" type="UiNameType" use="optional"/>\r
-    <xs:attribute name="ModuleVersion" type="VersionDataType" use="optional"/>\r
-  </xs:attributeGroup>\r
-  <xs:attributeGroup name="MsaAttributes">\r
-    <xs:attribute name="PackageGuid" type="GuidType" use="required"/>\r
-    <xs:attribute name="ModuleGuid" type="GuidType" use="required"/>\r
-    <xs:attribute name="ModuleVersion" type="VersionDataType" use="optional"/>\r
-    <xs:attribute name="PackageVersion" type="VersionDataType" use="optional"/>\r
-    <xs:attribute name="ForceDebug" type="xs:boolean" default="false" use="optional"/>\r
-    <xs:attribute name="BindingOrder" type="xs:int" use="optional"/>\r
-    <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>\r
-  </xs:attributeGroup>\r
-  <xs:attributeGroup name="OptionAttributes">\r
-    <xs:attribute name="BuildTargets" type="BuildTargetList" use="optional"/>\r
-    <xs:attribute name="ToolChainFamily" type="ToolsNameConvention" use="optional"/>\r
-    <xs:attribute name="TagName" type="ToolsNameConvention" use="optional"/>\r
-    <xs:attribute name="ToolCode" type="ToolsNameConvention" use="optional"/>\r
-    <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>\r
-  </xs:attributeGroup>\r
-  <xs:attributeGroup name="PackageHeaderAttributes">\r
-    <xs:attribute name="ModuleType" type="ModuleTypeDef" use="required"/>\r
-  </xs:attributeGroup>\r
-  <xs:attributeGroup name="PackageAttributes">\r
-    <!-- Used with the MSA File, PackageDependencies.Package -->\r
-    <xs:attribute name="PackageGuid" type="GuidType" use="required"/>\r
-    <xs:attribute name="PackageVersion" type="VersionDataType" use="optional"/>\r
-    <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>\r
-    <xs:attribute name="FeatureFlag" type="FeatureFlagExpressionType" use="optional"/>\r
-  </xs:attributeGroup>\r
-  <xs:attributeGroup name="PackageNameAttributes">\r
-    <!--Used with the FrameworkDatabase PackageList.Packagename  -->\r
-    <xs:attribute name="PackageGuid" type="GuidType" use="required"/>\r
-    <xs:attribute name="PackageVersion" type="VersionDataType" use="optional"/>\r
-    <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>\r
-  </xs:attributeGroup>\r
-  <xs:attributeGroup name="DynamicBuildPcdAttributes">\r
-    <xs:annotation>\r
-      <xs:documentation xml:lang="en">These attributes are for the Pcds listed in PcdData, PcdEntry and/or PcdBuildData entries.</xs:documentation>\r
-    </xs:annotation>\r
-    <xs:attribute name="ItemType" type="PcdItemTypes" use="required"/>\r
-  </xs:attributeGroup>\r
-  <xs:attributeGroup name="PcdBuildDefinitionAttributes">\r
-    <xs:attribute name="ItemType" type="PcdItemTypes" use="required"/>\r
-  </xs:attributeGroup>\r
-  <xs:attributeGroup name="PcdCodedAttributes">\r
-    <!-- We need to modify ALL the MSA files that have PcdCoded sections to \r
-      set the PcdUsage.  Once we modify all the MSA files and we modify the \r
-      wizard and the build tools, we need to make this required. -->\r
-    <xs:attribute name="Usage" type="PcdUsage" use="optional"/>\r
-    <xs:attribute name="PcdItemType" type="PcdItemTypes" use="required"/>\r
-    <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>\r
-    <xs:attribute name="FeatureFlag" type="FeatureFlagExpressionType" use="optional"/>\r
-  </xs:attributeGroup>\r
-  <xs:attributeGroup name="PcdDeclarationAttributes">\r
-    <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>\r
-    <xs:attribute name="SupModuleList" type="ModuleListType" use="optional"/>\r
-  </xs:attributeGroup>\r
-  <xs:attributeGroup name="PlatformAttributes">\r
-    <xs:attribute name="PlatformGuid" type="GuidType" use="required"/>\r
-    <xs:attribute name="PlatformVersion" type="VersionDataType" use="required"/>\r
-    <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>\r
-  </xs:attributeGroup>\r
-  <xs:attributeGroup name="PpiDeclarationAttributes">\r
-    <xs:attribute name="Name" type="UiNameType" use="required"/>\r
-    <xs:attribute name="GuidTypeList" type="GuidListType" use="optional"/>\r
-    <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>\r
-    <xs:attribute name="SupModuleList" type="ModuleListType" use="optional"/>\r
-  </xs:attributeGroup>\r
-  <xs:attributeGroup name="PpiAttributes">\r
-    <xs:attribute name="Usage" type="PpiUsage" use="required"/>\r
-    <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>\r
-    <xs:attribute name="FeatureFlag" type="FeatureFlagExpressionType" use="optional"/>\r
-  </xs:attributeGroup>\r
-  <xs:attributeGroup name="PpiNotifyAttributes">\r
-    <xs:attribute name="Usage" type="PpiNotifyUsage" use="required"/>\r
-    <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>\r
-    <xs:attribute name="FeatureFlag" type="FeatureFlagExpressionType" use="optional"/>\r
-  </xs:attributeGroup>\r
-  <xs:attributeGroup name="ProcessStepAttributes">\r
-    <xs:annotation>\r
-      <xs:documentation xml:lang="en">Attributes are either compressable and/or sequence order binding</xs:documentation>\r
-    </xs:annotation>\r
-    <xs:attribute name="BindingOrder" type="xs:int" use="optional"/>\r
-    <xs:attribute name="SectionType" type="EfiSectionType" use="optional"/>\r
-  </xs:attributeGroup>\r
-  <xs:attributeGroup name="ProtocolAttributes">\r
-    <xs:attribute name="Usage" type="ProtocolUsage" use="required"/>\r
-    <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>\r
-    <xs:attribute name="FeatureFlag" type="FeatureFlagExpressionType" use="optional"/>\r
-  </xs:attributeGroup>\r
-  <xs:attributeGroup name="ProtocolDeclarationAttributes">\r
-    <xs:attribute name="Name" type="UiNameType" use="required"/>\r
-    <xs:attribute name="GuidTypeList" type="GuidListType" use="optional"/>\r
-    <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>\r
-    <xs:attribute name="SupModuleList" type="ModuleListType" use="optional"/>\r
-  </xs:attributeGroup>\r
-  <xs:attributeGroup name="ProtocolNotifyAttributes">\r
-    <xs:attribute name="Usage" type="ProtocolNotifyUsage" use="required"/>\r
-    <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>\r
-    <xs:attribute name="FeatureFlag" type="FeatureFlagExpressionType" use="optional"/>\r
-  </xs:attributeGroup>\r
-  <xs:attributeGroup name="RawDataAttributes">\r
-    <xs:attribute name="Name" type="xs:string" use="required"/>\r
-    <xs:attribute name="Region" type="xs:string" use="required"/>\r
-    <xs:attribute name="SubRegion" type="xs:string" use="required"/>\r
-  </xs:attributeGroup>\r
-  <xs:attributeGroup name="RegionAttributes">\r
-    <xs:attribute name="Name" type="xs:string" use="required"/>\r
-    <xs:attribute name="Size" type="HexAddressType" use="required"/>\r
-    <xs:attribute name="Flags" type="HexAddressType" use="optional"/>\r
-    <xs:attribute name="Attributes" type="xs:string" use="required"/>\r
-    <xs:attribute name="AreaType" type="EfiFvAreaType" use="required"/>\r
-    <xs:attribute name="Alignment" type="HexAddressType" use="optional"/>\r
-  </xs:attributeGroup>\r
-  <xs:attributeGroup name="SectionsAttributes">\r
-    <xs:annotation>\r
-      <xs:documentation xml:lang="en">Attributes for Sections, EncapsulationTag and EncapsulationType</xs:documentation>\r
-    </xs:annotation>\r
-    <xs:attribute name="BindingOrder" type="xs:nonNegativeInteger" use="optional"/>\r
-    <xs:attribute name="Compressible" type="xs:boolean" default="true" use="optional"/>\r
-    <xs:attribute name="SectionType" type="EfiSectionType" use="optional"/>\r
-    <xs:attribute name="EncapsulationType" type="xs:normalizedString" use="optional"/>\r
-    <xs:attribute name="Alignment" type="xs:string" use="optional"/>\r
-    <xs:attribute name="ToolName" type="xs:string" use="optional"/>\r
-    <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>\r
-    <xs:attribute name="FeatureFlag" type="FeatureFlagExpressionType" use="optional"/>\r
-  </xs:attributeGroup>\r
-  <xs:attributeGroup name="SubRegionAttributes">\r
-    <xs:attribute name="CreateHob" type="xs:boolean" use="required"/>\r
-    <xs:attribute name="Name" type="xs:string" use="required"/>\r
-    <xs:attribute name="Size" type="HexAddressType" use="required"/>\r
-    <xs:attribute name="Attributes" type="xs:string" use="required"/>\r
-    <xs:attribute name="AreaType" type="EfiFvAreaType" use="required"/>\r
-    <xs:attribute name="NameGuid" type="xs:string" use="required"/>\r
-    <xs:attribute name="AreaTypeGuid" type="xs:string" use="optional"/>\r
-    <xs:attribute name="FileSystemGuid" type="xs:string" use="optional"/>\r
-  </xs:attributeGroup>\r
-  <xs:attributeGroup name="SystemTableAttributes">\r
-    <xs:attribute name="Usage" type="SystemTableUsage" use="required"/>\r
-    <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>\r
-    <xs:attribute name="FeatureFlag" type="FeatureFlagExpressionType" use="optional"/>\r
-  </xs:attributeGroup>\r
-  <xs:attributeGroup name="UrlAttribute">\r
-    <xs:attribute name="Url" type="xs:anyURI"/>\r
-  </xs:attributeGroup>\r
-  <xs:attributeGroup name="VariableAttributes">\r
-    <xs:attribute name="Usage" type="VariableUsage" use="required"/>\r
-    <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>\r
-    <xs:attribute name="FeatureFlag" type="FeatureFlagExpressionType" use="optional"/>\r
-  </xs:attributeGroup>\r
-</xs:schema>\r