Updated the FPD and SPD files to newer schema formats. Also updated a couple of items in the XML Schema (added a new element)

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@412 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
lhauch
2006-06-04 06:09:14 +00:00
parent 47d0b58170
commit 0850ca3b8c
14 changed files with 292 additions and 294 deletions

View File

@@ -657,6 +657,13 @@
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="IndustryStdHeaders">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="1" maxOccurs="unbounded" ref="IncludeHeader"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="InstalledDate" type="DateType"/>
<xs:element name="Libraries">
<xs:annotation>
@@ -741,7 +748,7 @@
</xs:element>
<xs:element name="LibraryClassDefinitions">
<xs:annotation>
<xs:documentation xml:lang="en">This section defines what Classes of Libraries that this library belongs to. A Library may belong to multiple different library classes.</xs:documentation>
<xs:documentation xml:lang="en">This section defines what Classes of Library that this library supports. A Library may belong to multiple different library classes.</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:sequence minOccurs="1" maxOccurs="unbounded">