Changed the group names VpdGroup and HiiGroup to HiiEnable and VpdEnable. Changed maxOccures on FvImages and Capsules from unbounded to 1

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@425 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
lhauch
2006-06-06 05:18:42 +00:00
parent e4ecc06e50
commit be05f52305
2 changed files with 12 additions and 9 deletions

View File

@@ -74,8 +74,8 @@
<xs:element name="FlashDefinition" type="FlashData"/>
<xs:element name="FlashDefinitionFile" type="FileNameConvention"/>
</xs:choice>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="FvImages"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="Capsules"/>
<xs:element minOccurs="0" maxOccurs="1" ref="FvImages"/>
<xs:element minOccurs="0" maxOccurs="1" ref="Capsules"/>
</xs:sequence>
<xs:attribute name="MicrocodeFile" type="FileNameConvention" use="optional"/>
</xs:complexType>