]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Added two optional attributes to the Cloned element, FarGuid and Id that can be used...
authorlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 3 Jul 2006 03:44:36 +0000 (03:44 +0000)
committerlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 3 Jul 2006 03:44:36 +0000 (03:44 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@717 6f19259b-4bc3-4df7-8a09-765794883524

Tools/XMLSchema/FrameworkDataElements.xsd
Tools/XMLSchema/SurfaceArea.xsd

index 59bdcbdebe7b5f11f46dce5c33af2ebcbb1cc3ad..783e11375d4fd72502106dc06c5f0ed96c9f1e22 100644 (file)
                     <xs:element minOccurs="1" maxOccurs="1" name="ModuleGuid" type="GuidType"/>\r
                     <xs:element minOccurs="1" maxOccurs="1" name="ModuleVersion" type="VersionDataType"/>\r
                   </xs:sequence>\r
+                  <!-- The Id is a number used to track heritage  the first entry will be 0 and increment from then on. -->\r
+                  <xs:attribute name="Id" type="xs:nonNegativeInteger" use="optional"/>\r
+                  <!-- If the original module was installed from a FAR, track the FAR it came from. -->\r
+                  <xs:attribute name="FarGuid" type="GuidType" use="optional"/>\r
                 </xs:complexType>\r
               </xs:element>\r
             </xs:sequence>\r
                     <xs:element minOccurs="1" maxOccurs="1" name="PackageGuid" type="GuidType"/>\r
                     <xs:element minOccurs="1" maxOccurs="1" name="PackageVersion" type="VersionDataType"/>\r
                   </xs:sequence>\r
+                  <!-- The Id is a number used to track heritage  the first entry will be 0 and increment from then on. -->\r
+                  <xs:attribute name="Id" type="xs:nonNegativeInteger" use="optional"/>\r
+                  <!-- If the original Package was installed from a FAR, track the FAR it came from. -->\r
+                  <xs:attribute name="FarGuid" type="GuidType" use="optional"/>\r
                 </xs:complexType>\r
               </xs:element>\r
             </xs:sequence>\r
index 76461be78d7ce3b056dc1f8a4929a6b7bf9a9289..97104e6bf5b5216db5444a6558f6a2ab9d528427 100644 (file)
                     <xs:element minOccurs="1" maxOccurs="1" name="PlatformGuid" type="GuidType"/>\r
                     <xs:element minOccurs="1" maxOccurs="1" name="PlatformVersion" type="VersionDataType"/>\r
                   </xs:sequence>\r
+                  <!-- The Id is a number used to track heritage  the first entry will be 0 and increment from then on. -->\r
+                  <xs:attribute name="Id" type="xs:nonNegativeInteger" use="optional"/>\r
+                  <!-- If the original module was installed from a FAR, track the FAR it came from. -->\r
+                  <xs:attribute name="FarGuid" type="GuidType" use="optional"/>\r
                 </xs:complexType>\r
               </xs:element>\r
             </xs:sequence>\r