summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorwuyizhong <wuyizhong@6f19259b-4bc3-4df7-8a09-765794883524>2006-05-29 01:35:56 +0000
committerwuyizhong <wuyizhong@6f19259b-4bc3-4df7-8a09-765794883524>2006-05-29 01:35:56 +0000
commiteebf7983a926007d2634708f76f7c972882ab9b6 (patch)
tree2c3eabd1d7a26a339557e97fd7855542cdbd26be /Tools
parent4848adcbc5f25a701cc867bae4ab9d9576737e14 (diff)
downloadedk2-platforms-eebf7983a926007d2634708f76f7c972882ab9b6.tar.xz
Revise XML Schema to be valid.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@308 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools')
-rw-r--r--Tools/XMLSchema/FrameworkDataElements.xsd6
1 files changed, 5 insertions, 1 deletions
diff --git a/Tools/XMLSchema/FrameworkDataElements.xsd b/Tools/XMLSchema/FrameworkDataElements.xsd
index eb4eb356e4..f02ec12d67 100644
--- a/Tools/XMLSchema/FrameworkDataElements.xsd
+++ b/Tools/XMLSchema/FrameworkDataElements.xsd
@@ -872,7 +872,7 @@
<xs:element minOccurs="0" maxOccurs="1" ref="HelpText"/>
</xs:sequence>
<xs:attributeGroup ref="PcdAttributes"/>
- <xs:attribute name="PcdIsDriver" use="optional">
+ <xs:attribute name="PcdIsDriver" use="optional" />
</xs:complexType>
</xs:element>
</xs:sequence>
@@ -1066,6 +1066,7 @@
<xs:element minOccurs="1" maxOccurs="1" name="DefaultValue" type="xs:normalizedString"/>
</xs:sequence>
<xs:attributeGroup ref="PcdAttributes"/>
+ <xs:attribute name="PcdIsDriver">
<xs:simpleType>
<xs:annotation>
<xs:documentation xml:lang="en">This is an enumerated data type that will be used for DYNAMIC_EX, PEIM or DXE only</xs:documentation>
@@ -1199,6 +1200,7 @@
<xs:element minOccurs="1" maxOccurs="1" name="DefaultValue" type="xs:normalizedString"/>
</xs:sequence>
<xs:attributeGroup ref="PcdAttributes"/>
+ <xs:attribute name="PcdIsDriver">
<xs:simpleType>
<xs:annotation>
<xs:documentation xml:lang="en">This is an enumerated data type that will be used for DYNAMIC_EX, PEIM or DXE only</xs:documentation>
@@ -1281,7 +1283,9 @@
</xs:complexType>
</xs:element>
<xs:element minOccurs="0" maxOccurs="1" ref="Path"/>
+ <!--
<xs:element minOccurs="0" maxOccurs="1" ref="File"/>
+ -->
<xs:element minOccurs="0" maxOccurs="1" ref="InstalledDate"/>
<xs:element minOccurs="0" maxOccurs="1" ref="ModifiedDate"/>
<xs:element minOccurs="0" maxOccurs="1" name="AlternatePcdFile" type="FileNameConvention"/>