summaryrefslogtreecommitdiff
path: root/Tools/XMLSchema/FrameworkPlatformDataElements.xsd
diff options
context:
space:
mode:
authorlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>2006-05-10 07:31:24 +0000
committerlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>2006-05-10 07:31:24 +0000
commit4895d0f0ae256014257b26c0ec55a55a7f64ae91 (patch)
treeed3acb6d0ee9a1ab425f5fc453be9d0708d64f11 /Tools/XMLSchema/FrameworkPlatformDataElements.xsd
parenta29212b287edb1ee131a9bfbc6c58e62f57875eb (diff)
downloadedk2-4895d0f0ae256014257b26c0ec55a55a7f64ae91.zip
edk2-4895d0f0ae256014257b26c0ec55a55a7f64ae91.tar.gz
edk2-4895d0f0ae256014257b26c0ec55a55a7f64ae91.tar.bz2
removed require for different sections of <TianoImage> SEC,PEI_CORE,etc are now 0 - 1; Added new attribute tags to MsaAttributes for ModuleName, ModuleGuid, PackageName and PackageGuid. removed a couple of Attributes that are not used.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@120 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools/XMLSchema/FrameworkPlatformDataElements.xsd')
-rw-r--r--Tools/XMLSchema/FrameworkPlatformDataElements.xsd10
1 files changed, 5 insertions, 5 deletions
diff --git a/Tools/XMLSchema/FrameworkPlatformDataElements.xsd b/Tools/XMLSchema/FrameworkPlatformDataElements.xsd
index 5cbaaca..7702f02 100644
--- a/Tools/XMLSchema/FrameworkPlatformDataElements.xsd
+++ b/Tools/XMLSchema/FrameworkPlatformDataElements.xsd
@@ -231,11 +231,11 @@
</xs:annotation>
<xs:complexType>
<xs:sequence>
- <xs:element minOccurs="1" maxOccurs="1" name="SEC" type="Components"/>
- <xs:element minOccurs="1" maxOccurs="1" name="PEI_CORE" type="Components"/>
- <xs:element minOccurs="1" maxOccurs="1" name="PEIM" type="Components"/>
- <xs:element minOccurs="1" maxOccurs="1" name="DXE_CORE" type="Components"/>
- <xs:element minOccurs="1" maxOccurs="1" name="DXE_DRIVERS" type="Components"/>
+ <xs:element minOccurs="0" maxOccurs="1" name="SEC" type="Components"/>
+ <xs:element minOccurs="0" maxOccurs="1" name="PEI_CORE" type="Components"/>
+ <xs:element minOccurs="0" maxOccurs="1" name="PEIM" type="Components"/>
+ <xs:element minOccurs="0" maxOccurs="1" name="DXE_CORE" type="Components"/>
+ <xs:element minOccurs="0" maxOccurs="1" name="DXE_DRIVERS" type="Components"/>
<xs:element minOccurs="0" maxOccurs="1" name="OTHER_COMPONENTS" type="Components"/>
</xs:sequence>
</xs:complexType>