Hi,

Just a suggestion for an update to the scope element
in the schema.

default="compile" is the addition.

This helps when generating model code from the Schema,
using frameworks like Eclipse EMF.

I've pasted the updated schema element definition
below.

      <xs:element name="scope" minOccurs="0"
type="xs:string" default="compile">
        <xs:annotation>
          <xs:documentation
source="version">4.0.0</xs:documentation>
          <xs:documentation source="description">
            The scope of the dependency -
&lt;code&gt;compile&lt;/code&gt;,
&lt;code&gt;runtime&lt;/code&gt;,
&lt;code&gt;test&lt;/code&gt;,
            &lt;code&gt;system&lt;/code&gt;, and
&lt;code&gt;provided&lt;/code&gt;. Used to
            calculate the various classpaths used for
compilation, testing, and so on. It also assists in
determining
            which artifacts to include in a
distribution of this project. For more information,
see
            &lt;a
href=&quot;http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html&quot;&gt;the
            dependency mechanism&lt;/a&gt;.
          </xs:documentation>
        </xs:annotation>
      </xs:element>

Cheers,
- Ole


 
____________________________________________________________________________________
Do you Yahoo!?
Everyone is raving about the all-new Yahoo! Mail beta.
http://new.mail.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to