mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
9ae9341aa3
commit
c606a5364d
|
@ -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"/>
|
||||
|
|
Loading…
Reference in New Issue