Added the OPTIONAL NonProcessedFiles element to MSA section. Sub-element is Filename with no attributes.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1650 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -529,6 +529,13 @@
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="NonProcessedFiles">
|
||||
<xs:complexType>
|
||||
<xs:sequence minOccurs="1" maxOccurs="unbounded">
|
||||
<xs:element name="Filename" type="PathAndFilename"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="Option">
|
||||
<!-- This element is used to store flags from the Tools -->
|
||||
<xs:complexType>
|
||||
|
Reference in New Issue
Block a user