summaryrefslogtreecommitdiffstats
path: root/Tools/XMLSchema
diff options
context:
space:
mode:
authorlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>2006-07-04 00:54:00 +0000
committerlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>2006-07-04 00:54:00 +0000
commitc606a5364d80c74745b53940eb86ba0c364ac92d (patch)
tree0c25c8d5fc7741d875d501d73aedd0041d93b77e /Tools/XMLSchema
parent9ae9341aa3d72e910447367749d1fe3d2e7d3d39 (diff)
downloadedk2-c606a5364d80c74745b53940eb86ba0c364ac92d.tar.gz
edk2-c606a5364d80c74745b53940eb86ba0c364ac92d.tar.bz2
edk2-c606a5364d80c74745b53940eb86ba0c364ac92d.zip
Removed the namespace="##local" from the UserExtensions sub-element. Any valid XML tags can be placed within this section, and our tools still validate correctly. However, the UserExtensions does not support just data - data must wrapped within XML tags.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@724 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools/XMLSchema')
-rw-r--r--Tools/XMLSchema/FrameworkDataElements.xsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/XMLSchema/FrameworkDataElements.xsd b/Tools/XMLSchema/FrameworkDataElements.xsd
index 783e11375d..21dfda0c6a 100644
--- a/Tools/XMLSchema/FrameworkDataElements.xsd
+++ b/Tools/XMLSchema/FrameworkDataElements.xsd
@@ -944,7 +944,7 @@
<xs:element name="UserExtensions">
<xs:complexType>
<xs:sequence>
- <xs:any minOccurs="0" maxOccurs="unbounded" processContents="lax" namespace="##local"/>
+ <xs:any minOccurs="0" maxOccurs="unbounded" processContents="lax"/>
</xs:sequence>
<xs:attribute name="UserID" type="xs:NCName" use="required"/>
<xs:attribute name="Identifier" type="xs:nonNegativeInteger" use="required"/>