diff options
author | lhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-07-12 07:41:23 +0000 |
---|---|---|
committer | lhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-07-12 07:41:23 +0000 |
commit | 8958113b3a4688530fd9fe3825664c66ff3e62c0 (patch) | |
tree | a739f405b5bfa620b77faff3f6a8957c262f9e6e /Tools/XMLSchema | |
parent | c79c3f30d6b19b94a60cb261420367d55dd5ebb3 (diff) | |
download | edk2-platforms-8958113b3a4688530fd9fe3825664c66ff3e62c0.tar.xz |
Removed Requirement for having a FarList element in the FrameworkDatabase.db file. Instances are now [0..1]
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@893 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools/XMLSchema')
-rw-r--r-- | Tools/XMLSchema/SurfaceArea.xsd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/XMLSchema/SurfaceArea.xsd b/Tools/XMLSchema/SurfaceArea.xsd index 74769d4c8f..c4be3b919b 100644 --- a/Tools/XMLSchema/SurfaceArea.xsd +++ b/Tools/XMLSchema/SurfaceArea.xsd @@ -25,7 +25,7 @@ <xs:element minOccurs="1" maxOccurs="1" ref="FdbHeader"/>
<xs:element minOccurs="1" maxOccurs="1" ref="PackageList"/>
<xs:element minOccurs="0" maxOccurs="1" ref="PlatformList"/>
- <xs:element minOccurs="1" maxOccurs="1" ref="FarList"/>
+ <xs:element minOccurs="0" maxOccurs="1" ref="FarList"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="UserExtensions"/>
</xs:sequence>
</xs:complexType>
|