]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/XMLSchema/NamingConvention.xsd
Final Check-for TRUNK transition schema that handles both old and new elements.
[mirror_edk2.git] / Tools / XMLSchema / NamingConvention.xsd
index a44d3b6bad1ab6a60bcd1a5543ad45aba373336c..99e28e307ee050d32aa4da544fc974bb951575b9 100644 (file)
         <xs:annotation>\r
             <xs:documentation xml:lang="en"> This defines what a Platform Name is: Alphanumeric characters and optional underscore (_) or dash (-) characters, followed by a dot and more alphanumeric characters. </xs:documentation>\r
         </xs:annotation>\r
-        <xs:restriction base="xs:string">\r
+        <xs:restriction base="xs:NCName">\r
             <xs:pattern value="(([a-zA-Z][a-zA-Z0-9]*)(_)*(.)*)+"/>\r
         </xs:restriction>\r
     </xs:simpleType>\r