diff options
author | lhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-05-31 00:04:41 +0000 |
---|---|---|
committer | lhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-05-31 00:04:41 +0000 |
commit | d40039d0eda925d414963dcca4a0de17d1c396c3 (patch) | |
tree | 91c6e8c6cba623a6dbc85552b713635a9c46f741 /Tools/XMLSchema | |
parent | f0cf605e7b80ed9ff1538e9f948dba28b82990f6 (diff) | |
download | edk2-d40039d0eda925d414963dcca4a0de17d1c396c3.zip edk2-d40039d0eda925d414963dcca4a0de17d1c396c3.tar.gz edk2-d40039d0eda925d414963dcca4a0de17d1c396c3.tar.bz2 |
Changed MsaFiles from {1} to {0,1} in SPD files.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@333 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools/XMLSchema')
-rw-r--r-- | Tools/XMLSchema/SurfaceArea.xsd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/XMLSchema/SurfaceArea.xsd b/Tools/XMLSchema/SurfaceArea.xsd index 8cca121..88300be 100644 --- a/Tools/XMLSchema/SurfaceArea.xsd +++ b/Tools/XMLSchema/SurfaceArea.xsd @@ -169,7 +169,7 @@ <xs:element minOccurs="1" maxOccurs="1" ref="SpdHeader"/>
<xs:element minOccurs="0" maxOccurs="1" ref="LibraryClassDeclarations"/>
<xs:element minOccurs="0" maxOccurs="1" ref="PackageDependencies"/>
- <xs:element minOccurs="1" maxOccurs="1" ref="MsaFiles"/>
+ <xs:element minOccurs="0" maxOccurs="1" ref="MsaFiles"/>
<xs:element minOccurs="0" maxOccurs="1" ref="PackageHeaders"/>
<xs:element minOccurs="0" maxOccurs="1" ref="GuidDeclarations"/>
<xs:element minOccurs="0" maxOccurs="1" ref="ProtocolDeclarations"/>
|