changed back to old Abstract and Version in SpdHeader for ModuleEditor and PackageEditor compatible issue
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@570 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -19,11 +19,18 @@
|
||||
<xs:include schemaLocation="FrameworkDataTypes.xsd"/>
|
||||
<xs:include schemaLocation="FrameworkPlatformDataTypes.xsd"/>
|
||||
<xs:include schemaLocation="FrameworkDataAttributes.xsd"/>
|
||||
<xs:element name="Abstract" type="Sentence">
|
||||
<xs:element name="Abstract">
|
||||
<xs:annotation>
|
||||
<xs:documentation xml:lang="en">Abstract is valid for all Description Files</xs:documentation>
|
||||
<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>
|
||||
</xs:annotation>
|
||||
<xs:complexType>
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="Sentence">
|
||||
<xs:attribute name="URL" type="xs:anyURI" use="optional"/>
|
||||
</xs:extension>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="AntCmd">
|
||||
<xs:annotation>
|
||||
|
Reference in New Issue
Block a user