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
This commit is contained in:
jwang36
2006-06-19 06:24:35 +00:00
parent 1cf9cdcc9c
commit f014786935
7 changed files with 208 additions and 20 deletions

View File

@@ -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>