]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Conf/XMLSchema/FrameworkDataElements.xsd
Add PciBus Module
[mirror_edk2.git] / BaseTools / Conf / XMLSchema / FrameworkDataElements.xsd
index 56608d90472b6547df726ca8ba1d49ab6d5ae3d7..12bba93d4058152f281aa9e3c7bb3664febd3828 100644 (file)
       </xs:simpleContent>\r
     </xs:complexType>\r
   </xs:element>\r
+  <xs:element name="Depex">\r
+    <xs:annotation>\r
+      <xs:documentation xml:lang="en">This section is used to describe the DXE or PEI Dependency code</xs:documentation>\r
+    </xs:annotation>\r
+    <xs:complexType>\r
+      <xs:sequence>\r
+        <xs:element minOccurs="0" maxOccurs="unbounded" name="Define" type="xs:normalizedString"/>\r
+        <xs:element minOccurs="0" maxOccurs="unbounded" name="Expression" type="xs:string"/>\r
+      </xs:sequence>\r
+    </xs:complexType>\r
+  </xs:element>\r
   <xs:element name="Description" type="Paragraph">\r
     <xs:annotation>\r
       <xs:documentation xml:lang="en">This section is required for new modules and libraries and must contain more information than the Abstract.</xs:documentation>\r