From ccb4cab3d1a7fc6ed952593dfd597569e5ea4872 Mon Sep 17 00:00:00 2001 From: lhauch Date: Tue, 8 Aug 2006 18:54:18 +0000 Subject: [PATCH] =?utf8?q?FPD.BuildOptions.Ffs.Attribute:Value=3D=E2=80=9D?= =?utf8?q?xs:string=E2=80=9D=20[0..1]=20I=20have=20modified=20the=20=20Val?= =?utf8?q?ue=20data=20type=20to=20be=20xs:string,=20which=20will=20allow?= =?utf8?q?=20for=20any=20sequence=20of=20any=20characters=20(except=20the?= =?utf8?q?=20null=20character.)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Since I am modifying the Schema for this, I have also added the following elements and attributes. FPD.PlatformDefinitions.ForceDebugTarget element, type=”KeywordType” [0..1] FPD.FrameworkModules.ModuleSA:ForceDebug attribute, type=”xs:boolean”, default=”false” with use=”optional” FPD.FrameworkModules.ModuleSA:BindingOrder attribute, type=”xs:int” with use=”optional” git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1216 6f19259b-4bc3-4df7-8a09-765794883524 --- Tools/XMLSchema/FrameworkDataAttributes.xsd | 2 ++ Tools/XMLSchema/FrameworkDataElements.xsd | 4 ++-- Tools/XMLSchema/SurfaceArea.xsd | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Tools/XMLSchema/FrameworkDataAttributes.xsd b/Tools/XMLSchema/FrameworkDataAttributes.xsd index 21b63fd222..4a2d503d37 100644 --- a/Tools/XMLSchema/FrameworkDataAttributes.xsd +++ b/Tools/XMLSchema/FrameworkDataAttributes.xsd @@ -152,6 +152,8 @@ + + diff --git a/Tools/XMLSchema/FrameworkDataElements.xsd b/Tools/XMLSchema/FrameworkDataElements.xsd index 1110ceda78..0695932c7d 100644 --- a/Tools/XMLSchema/FrameworkDataElements.xsd +++ b/Tools/XMLSchema/FrameworkDataElements.xsd @@ -72,7 +72,7 @@ - + @@ -828,7 +828,7 @@ - + diff --git a/Tools/XMLSchema/SurfaceArea.xsd b/Tools/XMLSchema/SurfaceArea.xsd index c4be3b919b..6ce32d20f0 100644 --- a/Tools/XMLSchema/SurfaceArea.xsd +++ b/Tools/XMLSchema/SurfaceArea.xsd @@ -105,6 +105,7 @@ + -- 2.39.2