summaryrefslogtreecommitdiffstats
path: root/Tools/XMLSchema
diff options
context:
space:
mode:
authorlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>2006-07-15 12:21:06 +0000
committerlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>2006-07-15 12:21:06 +0000
commit3e51f1ce33f783c8736164d73e19bcea569fb42a (patch)
tree752d55f5085237d961f847a57c9e88ae4e857015 /Tools/XMLSchema
parent46b45a7ce3d7b9944d9ced9149f0d95f45523611 (diff)
downloadedk2-3e51f1ce33f783c8736164d73e19bcea569fb42a.tar.gz
edk2-3e51f1ce33f783c8736164d73e19bcea569fb42a.tar.bz2
edk2-3e51f1ce33f783c8736164d73e19bcea569fb42a.zip
Added Optional GuidTypeList Attribute to ProtocolDeclarations and PpiDeclarations per Andrew.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1020 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools/XMLSchema')
-rw-r--r--Tools/XMLSchema/FrameworkDataAttributes.xsd2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tools/XMLSchema/FrameworkDataAttributes.xsd b/Tools/XMLSchema/FrameworkDataAttributes.xsd
index bae4d784ff..1e0f760dda 100644
--- a/Tools/XMLSchema/FrameworkDataAttributes.xsd
+++ b/Tools/XMLSchema/FrameworkDataAttributes.xsd
@@ -202,6 +202,7 @@
</xs:attributeGroup>
<xs:attributeGroup name="PpiDeclarationAttributes">
<xs:attribute name="Name" type="UiNameType" use="required"/>
+ <xs:attribute name="GuidTypeList" type="GuidListType" use="optional"/>
<xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
<xs:attribute name="SupModuleList" type="ModuleListType" use="optional"/>
</xs:attributeGroup>
@@ -229,6 +230,7 @@
</xs:attributeGroup>
<xs:attributeGroup name="ProtocolDeclarationAttributes">
<xs:attribute name="Name" type="UiNameType" use="required"/>
+ <xs:attribute name="GuidTypeList" type="GuidListType" use="optional"/>
<xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
<xs:attribute name="SupModuleList" type="ModuleListType" use="optional"/>
</xs:attributeGroup>