summaryrefslogtreecommitdiff
path: root/Tools/XMLSchema/NamingConvention.xsd
diff options
context:
space:
mode:
authorjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>2006-06-19 06:24:35 +0000
committerjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>2006-06-19 06:24:35 +0000
commitf0147869353782c3413148bbccc1925ed2ade622 (patch)
treeae4a244756b719ce1baed97c8510789b8485448b /Tools/XMLSchema/NamingConvention.xsd
parent1cf9cdcc9c0728131c778e05fbb720f7e4356111 (diff)
downloadedk2-platforms-f0147869353782c3413148bbccc1925ed2ade622.tar.xz
merged the new schema except to those PCD related
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@556 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools/XMLSchema/NamingConvention.xsd')
-rw-r--r--Tools/XMLSchema/NamingConvention.xsd5
1 files changed, 5 insertions, 0 deletions
diff --git a/Tools/XMLSchema/NamingConvention.xsd b/Tools/XMLSchema/NamingConvention.xsd
index 99e28e307e..c301bfbf5a 100644
--- a/Tools/XMLSchema/NamingConvention.xsd
+++ b/Tools/XMLSchema/NamingConvention.xsd
@@ -326,4 +326,9 @@
<xs:pattern value="([0-9])+[a-zA-Z0-9]*(-?.?([a-zA-Z0-9])*)*"/>
</xs:restriction>
</xs:simpleType>
+ <xs:simpleType name="KeywordType">
+ <xs:restriction base="xs:normalizedString">
+ <xs:pattern value="[a-zA-Z]+(_*[a-zA-Z0-9]*)*"/>
+ </xs:restriction>
+ </xs:simpleType>
</xs:schema>