]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/XMLSchema/FrameworkDataElements.xsd
changed back to old Abstract and Version in SpdHeader for ModuleEditor and PackageEdi...
[mirror_edk2.git] / Tools / XMLSchema / FrameworkDataElements.xsd
index 8e00b70ea680fbba7cc95a0898ef68d46bad5824..4684c7198c6678ffe061923ff6a3f74efb4c1e46 100644 (file)
     <xs:include schemaLocation="FrameworkDataTypes.xsd"/>\r
     <xs:include schemaLocation="FrameworkPlatformDataTypes.xsd"/>\r
     <xs:include schemaLocation="FrameworkDataAttributes.xsd"/>\r
-    <xs:element name="Abstract" type="Sentence">\r
+    <xs:element name="Abstract">\r
         <xs:annotation>\r
             <xs:documentation xml:lang="en">Abstract is valid for all Description Files</xs:documentation>\r
             <xs:documentation xml:lang="en">This section is required. This is a single sentence to describe the module and will be used in sample files as the abstract data in the header comment section.</xs:documentation>\r
         </xs:annotation>\r
+        <xs:complexType>\r
+            <xs:simpleContent>\r
+                <xs:extension base="Sentence">\r
+                    <xs:attribute name="URL" type="xs:anyURI" use="optional"/>\r
+                </xs:extension>\r
+            </xs:simpleContent>\r
+        </xs:complexType>\r
     </xs:element>\r
     <xs:element name="AntCmd">\r
         <xs:annotation>\r