Intermediate Check-in This is not the final version of the XML Transition Schema - what is here works. More will come later.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@445 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -212,43 +212,49 @@
|
||||
</xs:element>
|
||||
<xs:element name="SpdHeader">
|
||||
<xs:annotation>
|
||||
<xs:documentation xml:lang="en">This head is for the Surface Area Package Description file (SPD) The Guid may change when the contents of the file are changed.</xs:documentation>
|
||||
<xs:documentation xml:lang="en">This head is for the Surface Area Package Description file (SPD)</xs:documentation>
|
||||
<xs:documentation xml:lang="en">The Guid MUST change when the contents of the file undergo MAJOR FUNCTIONALITY changes.</xs:documentation>
|
||||
<xs:documentation xml:lang="en">The Version MUST change when the contents of the file undergo MINOR FUNCTIONALITY changes.</xs:documentation>
|
||||
</xs:annotation>
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="1" maxOccurs="1" ref="PackageName"/>
|
||||
<xs:element minOccurs="1" maxOccurs="1" name="PackageName" type="UiNameType"/>
|
||||
<xs:choice minOccurs="1" maxOccurs="1">
|
||||
<!-- DO NOT USE! Guid needs to be removed -->
|
||||
<xs:element minOccurs="0" maxOccurs="1" ref="Guid"/>
|
||||
<!-- Guid needs to be removed -->
|
||||
<xs:element minOccurs="0" maxOccurs="1" ref="GuidValue"/>
|
||||
<!-- GuidValue needs to be required -->
|
||||
<xs:element minOccurs="0" maxOccurs="1" ref="GuidValue"/>
|
||||
</xs:choice>
|
||||
<xs:element minOccurs="1" maxOccurs="1" ref="Version"/>
|
||||
<xs:element minOccurs="1" maxOccurs="1" name="Version" type="xs:decimal"/>
|
||||
<xs:element minOccurs="1" maxOccurs="1" ref="Abstract"/>
|
||||
<xs:element minOccurs="1" maxOccurs="1" ref="Description"/>
|
||||
<xs:element minOccurs="1" maxOccurs="1" ref="Copyright"/>
|
||||
<xs:element minOccurs="1" maxOccurs="1" ref="License"/>
|
||||
<xs:choice minOccurs="1" maxOccurs="1">
|
||||
<xs:element minOccurs="0" maxOccurs="1" ref="Created"/>
|
||||
<!-- Created needs to be removed -->
|
||||
<xs:element minOccurs="0" maxOccurs="1" ref="Created"/>
|
||||
<!-- CreatedDate needs to be removed -->
|
||||
<xs:element minOccurs="0" maxOccurs="1" ref="CreatedDate"/>
|
||||
<!-- CreatedDate needs to be required -->
|
||||
</xs:choice>
|
||||
<!-- E_Mail needs to be removed -->
|
||||
<xs:element minOccurs="0" maxOccurs="1" ref="E-Mail"/>
|
||||
<xs:choice minOccurs="0" maxOccurs="1">
|
||||
<!-- Updated needs to be removed -->
|
||||
<xs:element minOccurs="0" maxOccurs="1" ref="Updated"/>
|
||||
<!-- Created needs to be removed -->
|
||||
<!-- UpdatedDate needs to be removed -->
|
||||
<xs:element minOccurs="0" maxOccurs="1" ref="ModifiedDate"/>
|
||||
<!-- CreatedDate needs to be required -->
|
||||
</xs:choice>
|
||||
<!-- URL needs to be removed -->
|
||||
<xs:element minOccurs="0" maxOccurs="1" ref="URL"/>
|
||||
<!-- PackageType needs to be removed -->
|
||||
<xs:element minOccurs="1" maxOccurs="1" ref="PackageType"/>
|
||||
<!-- ReadOnly and RePackage remain in final -->
|
||||
<xs:element minOccurs="0" maxOccurs="1" ref="ReadOnly"/>
|
||||
<xs:element minOccurs="0" maxOccurs="1" ref="RePackage"/>
|
||||
<!-- Specification needs to be required - FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052 -->
|
||||
<xs:element minOccurs="0" maxOccurs="unbounded" ref="Specification"/>
|
||||
<!-- Specification needs to be required - FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00090000 -->
|
||||
<xs:element minOccurs="0" maxOccurs="1" ref="OutputDirectory"/>
|
||||
<!-- OutputDirectory needs to be removed -->
|
||||
<xs:element minOccurs="0" maxOccurs="1" ref="OutputDirectory"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
|
Reference in New Issue
Block a user