summaryrefslogtreecommitdiff
path: root/Tools/XMLSchema/FrameworkDataTypes.xsd
diff options
context:
space:
mode:
authorlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>2006-06-09 05:51:19 +0000
committerlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>2006-06-09 05:51:19 +0000
commit2bf4e0a1637708b2dc049e043c2a6343e6518f36 (patch)
treefe5609a3c2f82cf4ea61322f1eca2a0ca1c1bf2f /Tools/XMLSchema/FrameworkDataTypes.xsd
parent5c5b48998b8e98c8ed69256e255f326d806dff4a (diff)
downloadedk2-platforms-2bf4e0a1637708b2dc049e043c2a6343e6518f36.tar.xz
Final Check-for TRUNK transition schema that handles both old and new elements.
This will handle both. I will start doing the Branch stripped out version with only new stuff in it now. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@451 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools/XMLSchema/FrameworkDataTypes.xsd')
-rw-r--r--Tools/XMLSchema/FrameworkDataTypes.xsd4
1 files changed, 4 insertions, 0 deletions
diff --git a/Tools/XMLSchema/FrameworkDataTypes.xsd b/Tools/XMLSchema/FrameworkDataTypes.xsd
index 885ab5b77b..8ec39f5480 100644
--- a/Tools/XMLSchema/FrameworkDataTypes.xsd
+++ b/Tools/XMLSchema/FrameworkDataTypes.xsd
@@ -429,6 +429,10 @@
<xs:simpleType name="Token">
<xs:union memberTypes="GuidArrayType GuidNamingConvention HexDoubleWordDataType"/>
</xs:simpleType>
+ <!-- TokenDataType is xs:nonNegativeInteger in final -->
+ <xs:simpleType name="TokenDataType">
+ <xs:union memberTypes="HexDoubleWordDataType xs:nonNegativeInteger"/>
+ </xs:simpleType>
<xs:simpleType name="ToolChains">
<xs:restriction base="UCNameType">
<xs:enumeration value="MSFT"/>