]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/XMLSchema/FrameworkPlatformDataTypes.xsd
merged the new changes in new schema, and corrected many inconsistencies in attribute...
[mirror_edk2.git] / Tools / XMLSchema / FrameworkPlatformDataTypes.xsd
index c77ee639e05d2e409465d059c43a51fb45fe82f8..ddb27d21ed5080aa483a0900cd80f98430dc5159 100644 (file)
             <xs:enumeration value="NV_FTW_WORKING"/>\r
         </xs:restriction>\r
     </xs:simpleType>\r
+    <xs:simpleType name="EfiFfsFileTypes">\r
+        <xs:restriction base="UCNameType">\r
+            <xs:enumeration value="EFI_FV_FILETYPE"/>\r
+            <xs:enumeration value="EFI_FV_FILETYPE_ALL"/>\r
+            <xs:enumeration value="EFI_FV_FILETYPE_RAW"/>\r
+            <xs:enumeration value="EFI_FV_FILETYPE_FREEFORM"/>\r
+            <xs:enumeration value="EFI_FV_FILETYPE_SECURITY_CORE"/>\r
+            <xs:enumeration value="EFI_FV_FILETYPE_PEI_CORE"/>\r
+            <xs:enumeration value="EFI_FV_FILETYPE_DXE_CORE"/>\r
+            <xs:enumeration value="EFI_FV_FILETYPE_PEIM"/>\r
+            <xs:enumeration value="EFI_FV_FILETYPE_DRIVER"/>\r
+            <xs:enumeration value="EFI_VF_FILETYPE_COMBINED_PEIM_DRIVER"/>\r
+            <xs:enumeration value="EFI_VF_FILETYPE_APPLICATION"/>\r
+            <xs:enumeration value="EFI_VF_FILETYPE_FIRMWARE_VOLUME_IMAGE"/>\r
+            <xs:enumeration value="EFI_FV_FILETYPE_FFS_PAD"/>\r
+        </xs:restriction>\r
+    </xs:simpleType>\r
+    <xs:simpleType name="FfsDataAlignmentType">\r
+        <xs:restriction base="xs:nonNegativeInteger">\r
+            <xs:pattern value="[0-7]{1}"/>\r
+        </xs:restriction>\r
+    </xs:simpleType>    \r
 </xs:schema>\r