mirror of https://github.com/acidanthera/audk.git
Added Options and UserExtensions sections to ModuleBuildOptions, replacing the lax processing
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1777 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
a8cf1c1847
commit
9ee538d48d
|
@ -461,7 +461,8 @@
|
|||
<xs:element name="ModuleBuildOptions">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:any minOccurs="0" maxOccurs="unbounded" processContents="lax"/>
|
||||
<xs:element minOccurs="0" maxOccurs="1" ref="Options"/>
|
||||
<xs:element minOccurs="0" maxOccurs="unbounded" ref="UserExtensions"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
|
|
Loading…
Reference in New Issue