]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/XMLSchema/NamingConvention.xsd
merged the new schema except to those PCD related
[mirror_edk2.git] / Tools / XMLSchema / NamingConvention.xsd
index 99e28e307ee050d32aa4da544fc974bb951575b9..c301bfbf5a9e535dc909eb0d30af0dafa810c383 100644 (file)
             <xs:pattern value="([0-9])+[a-zA-Z0-9]*(-?.?([a-zA-Z0-9])*)*"/>\r
         </xs:restriction>\r
     </xs:simpleType>\r
+    <xs:simpleType name="KeywordType">\r
+        <xs:restriction base="xs:normalizedString">\r
+            <xs:pattern value="[a-zA-Z]+(_*[a-zA-Z0-9]*)*"/>\r
+        </xs:restriction>\r
+    </xs:simpleType>    \r
 </xs:schema>\r