<?xml version="1.0" encoding="UTF-8"?>\r
-<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" xmlns="http://www.TianoCore.org/2006/Edk2.0" targetNamespace="http://www.TianoCore.org/2006/Edk2.0">\r
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" xmlns="http://www.TianoCore.org/2007/Edk2.1" targetNamespace="http://www.TianoCore.org/2007/Edk2.1">\r
<!--\r
Filename: FrameworkDataTypes.xsd\r
\r
- Copyright (c) 2006, Intel Corp.\r
+ Copyright (c) 2007, Intel Corp.\r
All rights reserved. This program and the accompanying materials\r
are licensed and made available under the terms and conditions of the BSD License\r
which may be found at http://opensource.org/licenses/bsd-license.php\r
<xs:minLength value="1"/>\r
</xs:restriction>\r
</xs:simpleType>\r
+ <xs:simpleType name="BinFileType">\r
+ <xs:restriction base="xs:NCName">\r
+ <xs:enumeration value="LIB"/>\r
+ <xs:enumeration value="UNI_UI"/>\r
+ <xs:enumeration value="UNI_VER"/>\r
+ <xs:enumeration value="PE32"/>\r
+ <xs:enumeration value="FW"/>\r
+ <xs:enumeration value="GUID"/>\r
+ <xs:enumeration value="FREEFORM"/>\r
+ <xs:enumeration value="UEFI_APP"/>\r
+ <xs:enumeration value="PIC"/>\r
+ <xs:enumeration value="PEI_DEPEX"/>\r
+ <xs:enumeration value="DXE_DEPEX"/>\r
+ <xs:enumeration value="TE"/>\r
+ <xs:enumeration value="VER"/>\r
+ <xs:enumeration value="UI"/>\r
+ <xs:enumeration value="BIN"/>\r
+ <xs:enumeration value="FV"/>\r
+ </xs:restriction>\r
+ </xs:simpleType>\r
<xs:simpleType name="BlockNameType">\r
<xs:restriction base="UCNameType">\r
<xs:pattern value="\s*BLOCK[A-F0-9]{2}\s*"/>\r