Skip to content

Commit

Permalink
Final modifications complete, ready for review.
Browse files Browse the repository at this point in the history
git-svn-id: https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools@1244 7335b38e-4728-0410-8992-fb3ffe349368
  • Loading branch information
lhauch committed May 23, 2008
1 parent 43955c0 commit 18035ad
Showing 1 changed file with 16 additions and 44 deletions.
60 changes: 16 additions & 44 deletions Conf/XMLSchema/WorkspaceContent.xsd
Expand Up @@ -217,50 +217,6 @@
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="ToolsList" minOccurs="0" maxOccurs="1">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="1" maxOccurs="unbounded"
name="Filename" type="xs:anyURI">
<xs:annotation>
<xs:documentation xml:lang="en-us"> This is used to
track the actual installation location of the Tools
Section files. During an installation, the user may
change in the installation location, so that it is
different from the location in the ZIP file. The
location is not WORKSPACE relative, but the full path
and filename. </xs:documentation>
<xs:documentation xml:lang="en-us"> Any removal tools
must check this value to locate correctly, the items
that will be removed. </xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="MiscellaneousFilesList" minOccurs="0"
maxOccurs="1">
<xs:complexType>
<xs:sequence>
<xs:element name="Filename" minOccurs="1"
maxOccurs="unbounded">
<xs:annotation>
<xs:documentation xml:lang="en-us"> This is used to
track the actual installation location of files from
MiscellaneousFiles sections. During an installation,
the user may change in the installation location, so
that it is different from the location in the ZIP
file. </xs:documentation>
<xs:documentation xml:lang="en-us"> Any removal tools
must check this value to locate correctly, the items
that will be removed. </xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="ReadOnly" type="xs:boolean" default="false"
use="optional">
<xs:annotation>
Expand All @@ -286,6 +242,22 @@
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="ProvidesTools" type="xs:boolean" default="false"
use="optional">
<xs:annotation>
<xs:documentation xml:lang="en-us"> This is used to identify a
distribution that provides tools that may or may not be
installed in a WORKSPACE. </xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="ProvidesMiscellaneousFiles" type="xs:boolean"
default="false" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en-us"> This is used to identify a
distribution that provides miscellaneous files that must be
installed in a WORKSPACE. </xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="PackageList" minOccurs="0" maxOccurs="1">
Expand Down

0 comments on commit 18035ad

Please sign in to comment.