Changed FvBinding to be a list of Keywords (not using list, just specifying the pattern.) Fixed a couple of typos in the other files.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@754 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -119,7 +119,7 @@
|
||||
<xs:element minOccurs="1" maxOccurs="1" name="PlatformVersion" type="VersionDataType"/>
|
||||
</xs:sequence>
|
||||
<!-- The Id is a number used to track heritage the first entry will be 0 and increment from then on. -->
|
||||
<xs:attribute name="Id" type="xs:nonNegativeInteger" use="optional"/>
|
||||
<xs:attribute name="Id" type="xs:nonNegativeInteger" use="required"/>
|
||||
<!-- If the original module was installed from a FAR, track the FAR it came from. -->
|
||||
<xs:attribute name="FarGuid" type="GuidType" use="optional"/>
|
||||
</xs:complexType>
|
||||
|
Reference in New Issue
Block a user