diff options
author | lhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-10-17 19:21:31 +0000 |
---|---|---|
committer | lhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-10-17 19:21:31 +0000 |
commit | 9ee538d48dc24412b6548a8cc63e8187727bd29f (patch) | |
tree | 31952e9911091df0d0976b3f3c19397b3f31c696 /Tools/XMLSchema | |
parent | a8cf1c18474699b48746f6dc562804be1d3c1716 (diff) | |
download | edk2-platforms-9ee538d48dc24412b6548a8cc63e8187727bd29f.tar.xz |
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
Diffstat (limited to 'Tools/XMLSchema')
-rw-r--r-- | Tools/XMLSchema/FrameworkDataElements.xsd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Tools/XMLSchema/FrameworkDataElements.xsd b/Tools/XMLSchema/FrameworkDataElements.xsd index f0adef7780..db1a585f8a 100644 --- a/Tools/XMLSchema/FrameworkDataElements.xsd +++ b/Tools/XMLSchema/FrameworkDataElements.xsd @@ -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>
|