blob: d1c73f3e14c90f8c294d076c35ce91841bcde9f5 [file] [log] [blame]
<?xml version='1.0' encoding='UTF-8'?>
<!-- Schema file written by PDE -->
<schema targetNamespace="com.ibm.almaden.stem.core">
<annotation>
<appInfo>
<meta.schema plugin="com.ibm.almaden.stem.core" id="decorator" name="STEM decorator extension point"/>
</appInfo>
<documentation>
The STEM system allows &quot;decorators&quot; to change the underlying graph. A plug-in that extends the &quot;decorator&quot; extension point provides an implementation of a decorator
</documentation>
</annotation>
<include schemaLocation="dublin_core.exsd"/>
<include schemaLocation="stem_category.exsd"/>
<element name="extension">
<complexType>
<sequence>
<element ref="stem_category" minOccurs="0" maxOccurs="unbounded"/>
<element ref="dublin_core" minOccurs="0" maxOccurs="unbounded"/>
</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>
<annotation>
<appInfo>
<meta.section type="since"/>
</appInfo>
<documentation>
0.0.0
</documentation>
</annotation>
<annotation>
<appInfo>
<meta.section type="examples"/>
</appInfo>
<documentation>
[Enter extension point usage example here.]
</documentation>
</annotation>
<annotation>
<appInfo>
<meta.section type="apiInfo"/>
</appInfo>
<documentation>
[Enter API information here.]
</documentation>
</annotation>
<annotation>
<appInfo>
<meta.section type="implementation"/>
</appInfo>
<documentation>
[Enter information about supplied implementation of this extension point.]
</documentation>
</annotation>
<annotation>
<appInfo>
<meta.section type="copyright"/>
</appInfo>
<documentation>
</documentation>
</annotation>
</schema>