From 2bf4e0a1637708b2dc049e043c2a6343e6518f36 Mon Sep 17 00:00:00 2001 From: lhauch Date: Fri, 9 Jun 2006 05:51:19 +0000 Subject: [PATCH] Final Check-for TRUNK transition schema that handles both old and new elements. This will handle both. I will start doing the Branch stripped out version with only new stuff in it now. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@451 6f19259b-4bc3-4df7-8a09-765794883524 --- Tools/XMLSchema/FrameworkDataAttributes.xsd | 4 ++ Tools/XMLSchema/FrameworkDataElements.xsd | 56 ++++++++----------- Tools/XMLSchema/FrameworkDataTypes.xsd | 4 ++ Tools/XMLSchema/FrameworkHeaders.xsd | 15 +++-- .../FrameworkPlatformDataElements.xsd | 33 ++++++++--- Tools/XMLSchema/NamingConvention.xsd | 2 +- 6 files changed, 66 insertions(+), 48 deletions(-) diff --git a/Tools/XMLSchema/FrameworkDataAttributes.xsd b/Tools/XMLSchema/FrameworkDataAttributes.xsd index b74475e207..5e6bf5bcbf 100644 --- a/Tools/XMLSchema/FrameworkDataAttributes.xsd +++ b/Tools/XMLSchema/FrameworkDataAttributes.xsd @@ -367,6 +367,10 @@ + + + + diff --git a/Tools/XMLSchema/FrameworkDataElements.xsd b/Tools/XMLSchema/FrameworkDataElements.xsd index 8427b73832..8025bfd0b2 100644 --- a/Tools/XMLSchema/FrameworkDataElements.xsd +++ b/Tools/XMLSchema/FrameworkDataElements.xsd @@ -1293,16 +1293,22 @@ - + - - - - - - - + + + + + + + + + + + + + @@ -1320,23 +1326,22 @@ - + - - - - - - - + - + + + + + + If HiiEnable group is specified, then HiiEnable is default true @@ -1355,21 +1360,6 @@ - - - - - - - - - - - - - - - Child of Module Surface Area Description (MSA) @@ -1406,7 +1396,7 @@ - + diff --git a/Tools/XMLSchema/FrameworkDataTypes.xsd b/Tools/XMLSchema/FrameworkDataTypes.xsd index 885ab5b77b..8ec39f5480 100644 --- a/Tools/XMLSchema/FrameworkDataTypes.xsd +++ b/Tools/XMLSchema/FrameworkDataTypes.xsd @@ -429,6 +429,10 @@ + + + + diff --git a/Tools/XMLSchema/FrameworkHeaders.xsd b/Tools/XMLSchema/FrameworkHeaders.xsd index a68e260df9..7dd823aa15 100644 --- a/Tools/XMLSchema/FrameworkHeaders.xsd +++ b/Tools/XMLSchema/FrameworkHeaders.xsd @@ -188,29 +188,32 @@ + - + + - - + - + + - + + + - diff --git a/Tools/XMLSchema/FrameworkPlatformDataElements.xsd b/Tools/XMLSchema/FrameworkPlatformDataElements.xsd index 1cab356b2f..a32b28c2f3 100644 --- a/Tools/XMLSchema/FrameworkPlatformDataElements.xsd +++ b/Tools/XMLSchema/FrameworkPlatformDataElements.xsd @@ -259,8 +259,20 @@ - - + + + + + + Only specification is allow here. We need to let this be an addtion OR, if the WORD portion exists, this entry takes precedence. + + + + + + + + @@ -320,12 +332,17 @@ - - - - - - + + + + + + + + + + + diff --git a/Tools/XMLSchema/NamingConvention.xsd b/Tools/XMLSchema/NamingConvention.xsd index a44d3b6bad..99e28e307e 100644 --- a/Tools/XMLSchema/NamingConvention.xsd +++ b/Tools/XMLSchema/NamingConvention.xsd @@ -184,7 +184,7 @@ This defines what a Platform Name is: Alphanumeric characters and optional underscore (_) or dash (-) characters, followed by a dot and more alphanumeric characters. - + -- 2.39.2