FPD.BuildOptions.Ffs.Attribute:Value=”xs:string” [0..1]

I have modified the  Value data type to be xs:string, which will allow for any sequence of any characters (except the null character.)

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
This commit is contained in:
lhauch
2006-08-08 18:54:18 +00:00
parent 4b8a7ba9c5
commit ccb4cab3d1
3 changed files with 5 additions and 2 deletions

View File

@ -72,7 +72,7 @@
<xs:element minOccurs="0" maxOccurs="unbounded" name="Attribute">
<xs:complexType>
<xs:attribute name="Name" type="C_NameType"/>
<xs:attribute name="Value" type="C_NameType"/>
<xs:attribute name="Value" type="xs:string"/>
</xs:complexType>
</xs:element>
<xs:element minOccurs="0" maxOccurs="1" name="Sections">
@ -828,7 +828,7 @@
<xs:complexType>
<xs:simpleContent>
<xs:extension base="PathAndFilename">
<xs:attribute name="MacroName" type="KeywordType" use="required"/>
<xs:attribute name="MacroName" type="KeywordType" use="required"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>