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
This commit is contained in:
lhauch 2006-07-12 07:41:23 +00:00
parent c79c3f30d6
commit 8958113b3a
1 changed files with 1 additions and 1 deletions

View File

@ -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>