summaryrefslogtreecommitdiff
path: root/Tools/XMLSchema
diff options
context:
space:
mode:
authorlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>2006-07-12 07:41:23 +0000
committerlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>2006-07-12 07:41:23 +0000
commit8958113b3a4688530fd9fe3825664c66ff3e62c0 (patch)
treea739f405b5bfa620b77faff3f6a8957c262f9e6e /Tools/XMLSchema
parentc79c3f30d6b19b94a60cb261420367d55dd5ebb3 (diff)
downloadedk2-8958113b3a4688530fd9fe3825664c66ff3e62c0.zip
edk2-8958113b3a4688530fd9fe3825664c66ff3e62c0.tar.gz
edk2-8958113b3a4688530fd9fe3825664c66ff3e62c0.tar.bz2
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.xsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/XMLSchema/SurfaceArea.xsd b/Tools/XMLSchema/SurfaceArea.xsd
index 74769d4..c4be3b9 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>