From 0df1e610850bf1d0f5192f952a9bf5c360de3146 Mon Sep 17 00:00:00 2001 From: lhauch Date: Fri, 19 May 2006 08:43:55 +0000 Subject: [PATCH] Changed GuidOffset from minOccurs 1 to minOccurs=0 Added comment to remove in Final git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@200 6f19259b-4bc3-4df7-8a09-765794883524 --- Tools/XMLSchema/FrameworkDataElements.xsd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Tools/XMLSchema/FrameworkDataElements.xsd b/Tools/XMLSchema/FrameworkDataElements.xsd index 3be6afb289..e5b5dc1ee7 100644 --- a/Tools/XMLSchema/FrameworkDataElements.xsd +++ b/Tools/XMLSchema/FrameworkDataElements.xsd @@ -1056,9 +1056,9 @@ If HII is enabled, This is the offset into the variable data entry, If Vpd is enabled, then it's the Offset into the VPD area of the image defined by platform manufacturer, if neither HII nor Vpd are enabled, it's the offset into the PCD Data Area. HII and VPD can never be enabled at the same time (as of the date of this document.) - + - This field is only valid if AlternateNameSpaceEnable is true. + FIELD IS NOT USED! REMOVE in FINAL! @@ -1190,9 +1190,9 @@ If HII is enabled, This is the offset into the variable data entry, If Vpd is enabled, then it's the Offset into the VPD area of the image defined by platform manufacturer, if neither HII nor Vpd are enabled, it's the offset into the PCD Data Area. HII and VPD can never be enabled at the same time (as of the date of this document.) - + - This field is only valid if AlternateNameSpaceEnable is true. + FIELD IS NOT USED! REMOVE in FINAL! -- 2.39.2