diff options
author | lhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-05-19 01:22:22 +0000 |
---|---|---|
committer | lhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-05-19 01:22:22 +0000 |
commit | 1be638edd117c755c70470a33a618a34f78777eb (patch) | |
tree | 1a01d39292153624715ab5429d1c0a433810d9f9 /Tools/XMLSchema/FrameworkPlatformDataElements.xsd | |
parent | 2558d455a5c21ed01b89686a795786d99648a177 (diff) | |
download | edk2-platforms-1be638edd117c755c70470a33a618a34f78777eb.tar.xz |
Added optional GuidValue, changed Guid to optional (so that we can do duplicate efforts on new XMLSchema.) Added optional PcdBuildDeclarations section to the end of ModuleSA.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@196 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools/XMLSchema/FrameworkPlatformDataElements.xsd')
-rw-r--r-- | Tools/XMLSchema/FrameworkPlatformDataElements.xsd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/XMLSchema/FrameworkPlatformDataElements.xsd b/Tools/XMLSchema/FrameworkPlatformDataElements.xsd index 5a530c05a8..678179cf55 100644 --- a/Tools/XMLSchema/FrameworkPlatformDataElements.xsd +++ b/Tools/XMLSchema/FrameworkPlatformDataElements.xsd @@ -245,6 +245,7 @@ <xs:element minOccurs="0" maxOccurs="1" ref="Formsets"/>
<xs:element minOccurs="0" maxOccurs="1" ref="Guids"/>
<xs:element minOccurs="0" maxOccurs="1" ref="Externs"/>
+ <xs:element minOccurs="0" maxOccurs="1" ref="PcdBuildDeclarations">
</xs:sequence>
<xs:attributeGroup ref="MsaAttributes"/>
</xs:complexType>
|