summaryrefslogtreecommitdiff
path: root/Tools/XMLSchema/FrameworkPlatformDataElements.xsd
diff options
context:
space:
mode:
authorlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>2006-05-31 16:27:36 +0000
committerlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>2006-05-31 16:27:36 +0000
commit92e805e975d442202de220816f3dbd125cfd6470 (patch)
tree58ff4cb102624249cc59e5060bcfce33ea8a59ce /Tools/XMLSchema/FrameworkPlatformDataElements.xsd
parentd17412e3e72b60c7b3746a1c4d4c2e63c8969d89 (diff)
downloadedk2-92e805e975d442202de220816f3dbd125cfd6470.zip
edk2-92e805e975d442202de220816f3dbd125cfd6470.tar.gz
edk2-92e805e975d442202de220816f3dbd125cfd6470.tar.bz2
updated several elements and re-organized the layout (moving Attributes to their own file, trying to cut down on the size of the files.)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@355 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools/XMLSchema/FrameworkPlatformDataElements.xsd')
-rw-r--r--Tools/XMLSchema/FrameworkPlatformDataElements.xsd3
1 files changed, 2 insertions, 1 deletions
diff --git a/Tools/XMLSchema/FrameworkPlatformDataElements.xsd b/Tools/XMLSchema/FrameworkPlatformDataElements.xsd
index f4c5684..348dd0d 100644
--- a/Tools/XMLSchema/FrameworkPlatformDataElements.xsd
+++ b/Tools/XMLSchema/FrameworkPlatformDataElements.xsd
@@ -16,6 +16,7 @@
<xs:documentation xml:lang="en"> This schema defines EFI and Framework Platform Data Elements that are specific to platform creation.</xs:documentation>
</xs:annotation>
<xs:include schemaLocation="NamingConvention.xsd"/>
+ <xs:include schemaLocation="FrameworkDataAttributes.xsd"/>
<xs:include schemaLocation="FrameworkDataTypes.xsd"/>
<xs:include schemaLocation="FrameworkDataElements.xsd"/>
<xs:element name="Capsule">
@@ -462,7 +463,7 @@
<xs:attribute name="Name" type="xs:string" use="required"/>
<xs:attribute name="Size" type="HexAddressType" use="required"/>
<xs:attribute name="BaseAddress" type="HexAddressType" use="required"/>
- <xs:attribute name="ErasePolarity" type="ZeroOrOne" use="required"/>
+ <xs:attribute name="ErasePolarity" type="Polarity" use="required"/>
</xs:attributeGroup>
<xs:attributeGroup name="RawDataAttributes">
<xs:attribute name="Name" type="xs:string" use="required"/>