]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/XMLSchema/NamingConvention.xsd
Replace all tab to spaces.
[mirror_edk2.git] / Tools / XMLSchema / NamingConvention.xsd
index 4f998b827d5efe47924a25971a1b4638f06f1deb..3faf1b923def8d57f6cc611c0ca2bcc83576a970 100644 (file)
             <xs:pattern value="0"/>\r
         </xs:restriction>\r
     </xs:simpleType>\r
+    <xs:simpleType name="ZeroOrOne">\r
+        <xs:annotation>\r
+            <xs:documentation xml:lang="en">Define Zero as a vaild value</xs:documentation>\r
+        </xs:annotation>\r
+        <xs:restriction base="xs:int">\r
+            <xs:pattern value="0|1"/>\r
+        </xs:restriction>\r
+    </xs:simpleType>\r
     <xs:simpleType name="OldVersionDataType">\r
         <xs:annotation>\r
             <xs:documentation xml:lang="en"> Definition of a Version Number, which can be any combination of a number followed by zero or more alphanumeric-dot-alphanumeric characters </xs:documentation>\r