mirror of https://github.com/acidanthera/audk.git
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:
parent
1be638edd1
commit
291a871a27
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue