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:
lhauch
2006-10-02 15:43:44 +00:00
parent 5d7a9b83e1
commit 11f5033436
2 changed files with 8 additions and 0 deletions

View File

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