Added optional GuidValue, changed Guid to optional (so that we can do duplicate efforts on new XMLSchema.) Added optional PcdBuildDeclarations section to the end of ModuleSA.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@196 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
lhauch
2006-05-19 01:22:22 +00:00
parent 2558d455a5
commit 1be638edd1
2 changed files with 9 additions and 4 deletions

View File

@@ -245,6 +245,7 @@
<xs:element minOccurs="0" maxOccurs="1" ref="Formsets"/>
<xs:element minOccurs="0" maxOccurs="1" ref="Guids"/>
<xs:element minOccurs="0" maxOccurs="1" ref="Externs"/>
<xs:element minOccurs="0" maxOccurs="1" ref="PcdBuildDeclarations">
</xs:sequence>
<xs:attributeGroup ref="MsaAttributes"/>
</xs:complexType>