]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Added Optional GuidTypeList Attribute to ProtocolDeclarations and PpiDeclarations...
authorlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>
Sat, 15 Jul 2006 12:21:06 +0000 (12:21 +0000)
committerlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>
Sat, 15 Jul 2006 12:21:06 +0000 (12:21 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1020 6f19259b-4bc3-4df7-8a09-765794883524

Tools/XMLSchema/FrameworkDataAttributes.xsd

index bae4d784ff1a546c4bf912b3ccb5f887d44a6f90..1e0f760ddac4479cecd1e552fc8dd009b5fdc59d 100644 (file)
   </xs:attributeGroup>\r
   <xs:attributeGroup name="PpiDeclarationAttributes">\r
     <xs:attribute name="Name" type="UiNameType" use="required"/>\r
+    <xs:attribute name="GuidTypeList" type="GuidListType" use="optional"/>\r
     <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>\r
     <xs:attribute name="SupModuleList" type="ModuleListType" use="optional"/>\r
   </xs:attributeGroup>\r
   </xs:attributeGroup>\r
   <xs:attributeGroup name="ProtocolDeclarationAttributes">\r
     <xs:attribute name="Name" type="UiNameType" use="required"/>\r
+    <xs:attribute name="GuidTypeList" type="GuidListType" use="optional"/>\r
     <xs:attribute name="SupArchList" type="ArchListType" use="optional"/>\r
     <xs:attribute name="SupModuleList" type="ModuleListType" use="optional"/>\r
   </xs:attributeGroup>\r