Fixed CreatedBy to minOccurs=0 (and added comment DO NOT USE!

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@197 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
lhauch 2006-05-19 02:06:40 +00:00
parent 1be638edd1
commit 291a871a27
1 changed files with 6 additions and 1 deletions

View File

@ -129,7 +129,12 @@
<xs:element minOccurs="0" maxOccurs="1" ref="Copyright"/>
<xs:element minOccurs="0" maxOccurs="1" ref="License"/>
<xs:element minOccurs="1" maxOccurs="1" ref="Created"/>
<xs:element maxOccurs="0" minOccurs="1" ref="CreatedBy"/>
<xs:element minOccurs="0" maxOccurs="1" ref="CreatedDate"/>
<xs:element minOccurs="0" maxOccurs="1" ref="CreatedBy">
<xs:annotation>
<xs:documentation xml:lang="en">DO NOT USE! removing from XMLSchema</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" maxOccurs="1" ref="Updated"/>
<xs:element minOccurs="0" maxOccurs="1" ref="PackageType"/>
</xs:sequence>