diff options
author | lhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-09-21 18:07:07 +0000 |
---|---|---|
committer | lhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-09-21 18:07:07 +0000 |
commit | 755585c263f01fcc6d59f62af4083b53922d31a3 (patch) | |
tree | b52a5ac34103adb4786685bad2998ccd741a7b83 /Tools/XMLSchema | |
parent | 17bd391e3ac25f3b9005f2d2d164392bf45da29c (diff) | |
download | edk2-platforms-755585c263f01fcc6d59f62af4083b53922d31a3.tar.xz |
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/XMLSchema')
-rw-r--r-- | Tools/XMLSchema/FrameworkDataTypes.xsd | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Tools/XMLSchema/FrameworkDataTypes.xsd b/Tools/XMLSchema/FrameworkDataTypes.xsd index c6494ba8aa..b90b2e5b3b 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">
|