summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>2006-09-21 18:07:07 +0000
committerlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>2006-09-21 18:07:07 +0000
commit755585c263f01fcc6d59f62af4083b53922d31a3 (patch)
treeb52a5ac34103adb4786685bad2998ccd741a7b83 /Tools
parent17bd391e3ac25f3b9005f2d2d164392bf45da29c (diff)
downloadedk2-755585c263f01fcc6d59f62af4083b53922d31a3.zip
edk2-755585c263f01fcc6d59f62af4083b53922d31a3.tar.gz
edk2-755585c263f01fcc6d59f62af4083b53922d31a3.tar.bz2
Removed DEFAULT Usage type - it is not valid, and should have been removed a while ago.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1591 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools')
-rw-r--r--Tools/XMLSchema/FrameworkDataTypes.xsd6
1 files changed, 0 insertions, 6 deletions
diff --git a/Tools/XMLSchema/FrameworkDataTypes.xsd b/Tools/XMLSchema/FrameworkDataTypes.xsd
index c6494ba..b90b2e5 100644
--- a/Tools/XMLSchema/FrameworkDataTypes.xsd
+++ b/Tools/XMLSchema/FrameworkDataTypes.xsd
@@ -258,7 +258,6 @@
<xs:enumeration value="SOMETIMES_CONSUMED"/>
<xs:enumeration value="ALWAYS_PRODUCED"/>
<xs:enumeration value="SOMETIMES_PRODUCED"/>
- <xs:enumeration value="DEFAULT"/>
<xs:enumeration value="PRIVATE"/>
</xs:restriction>
</xs:simpleType>
@@ -320,7 +319,6 @@
<xs:enumeration value="SOMETIMES_CONSUMED"/>
<xs:enumeration value="ALWAYS_PRODUCED"/>
<xs:enumeration value="SOMETIMES_PRODUCED"/>
- <xs:enumeration value="DEFAULT"/>
<xs:enumeration value="PRIVATE"/>
</xs:restriction>
</xs:simpleType>
@@ -365,7 +363,6 @@
<xs:restriction base="UsageTypes">
<xs:enumeration value="ALWAYS_CONSUMED"/>
<xs:enumeration value="SOMETIMES_CONSUMED"/>
- <xs:enumeration value="DEFAULT"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="PcdListType">
@@ -404,7 +401,6 @@
<xs:simpleType name="PcdFeatureFlagUsage">
<xs:restriction base="UsageTypes">
<xs:enumeration value="ALWAYS_PRODUCED"/>
- <xs:enumeration value="DEFAULT"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="PcdItemTypes">
@@ -422,7 +418,6 @@
<xs:enumeration value="SOMETIMES_CONSUMED"/>
<xs:enumeration value="ALWAYS_PRODUCED"/>
<xs:enumeration value="SOMETIMES_PRODUCED"/>
- <xs:enumeration value="DEFAULT"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="PpiNotifyUsage">
@@ -522,7 +517,6 @@
<xs:enumeration value="TO_START"/>
<xs:enumeration value="BY_START"/>
<xs:enumeration value="PRIVATE"/>
- <xs:enumeration value="DEFAULT"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="VariableOffsetValues">