blob: 3bb1288271481cdce1f8b292c714fa38f2bbb0a5 [file] [log] [blame]
<?xml version='1.0' encoding='UTF-8'?>
<!-- Schema file written by PDE -->
<schema targetNamespace="org.eclipse.wst.wsi">
<annotation>
<appInfo>
<meta.schema plugin="org.eclipse.wst.wsi" id="reportArtifactTypes" name="Report Artifact Types"/>
</appInfo>
<documentation>
The report artifact type extension point allows clients to denote artifact types that should be output to the log file.
</documentation>
</annotation>
<element name="extension">
<complexType>
<sequence>
<element ref="reportArtifactType"/>
</sequence>
<attribute name="point" type="string" use="required">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
<attribute name="id" type="string">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
<attribute name="name" type="string">
<annotation>
<documentation>
</documentation>
<appInfo>
<meta.attribute translatable="true"/>
</appInfo>
</annotation>
</attribute>
</complexType>
</element>
<element name="reportArtifactType">
<complexType>
<attribute name="artifactType" type="string" use="required">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
</complexType>
</element>
<annotation>
<appInfo>
<meta.section type="since"/>
</appInfo>
<documentation>
WTP 2.0
</documentation>
</annotation>
<annotation>
<appInfo>
<meta.section type="examples"/>
</appInfo>
<documentation>
The following is an example of a report artifact type contribution:
&lt;pre&gt;
&lt;extension
id=&quot;bpReportArtifacts&quot;
name=&quot;%_UI_WSI_BP_REPORT_ARTIFACTS&quot;
point=&quot;org.eclipse.wst.wsi.reportArtifacts&quot;&gt;
&lt;reportArtifactType
artifactType=&quot;message&quot;/&gt;
&lt;/extension&gt;
&lt;/pre&gt;
</documentation>
</annotation>
<annotation>
<appInfo>
<meta.section type="apiInfo"/>
</appInfo>
<documentation>
No API is associated with this extension point.
</documentation>
</annotation>
<annotation>
<appInfo>
<meta.section type="implementation"/>
</appInfo>
<documentation>
No implementation is associated with this extension point.
</documentation>
</annotation>
<annotation>
<appInfo>
<meta.section type="copyright"/>
</appInfo>
<documentation>
</documentation>
</annotation>
</schema>