Updated MsaFiles to be a choice of <Filename> [1..*] or <MsaFile> [1..*] and added the ModuleGuid, ModuleName and ModuleVersion to the FilenameAttributes in the Transistion Schema.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@505 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -132,6 +132,9 @@
|
||||
<!-- DO NOT USE remove Arch from use, use SupArchList instead -->
|
||||
<xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
|
||||
<xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
|
||||
<xs:attribute name="ModuleName" type="xs:NCName" use="optional"/>
|
||||
<xs:attribute name="ModuleVersion" type="VersionDataType" use="optional"/>
|
||||
<xs:attribute name="ModuleGuid" type="GuidType" use="optional"/>
|
||||
<!-- DO NOT USE remove EnableFeature from use -->
|
||||
<xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
|
||||
<xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
|
||||
|
Reference in New Issue
Block a user