Remove unused required JAXB attributes from transform schema
------------------------------------------------------------
Key: SWITCHYARD-409
URL:
https://issues.jboss.org/browse/SWITCHYARD-409
Project: SwitchYard
Issue Type: Bug
Components: transformation
Reporter: Keith Babo
Assignee: Tom Fennelly
Fix For: 0.2
The type and contextPath attributes are not used, but they are required in the schema. We
should just remove them if they're not used.
{noformat}
<complexContent>
<extension base="swyd:TransformType">
<attribute name="type" type="trfm:javaTransformType"
use="required">
<annotation>
<documentation xml:lang="en">
Transform type.
</documentation>
</annotation>
</attribute>
<attribute name="contextPath" type="string"
use="required">
<annotation>
<documentation xml:lang="en">
List of java package names that contain schema
derived class and/or java to schema (JAXB-annotated)
mapped classes.
</documentation>
</annotation>
</attribute>
</extension>
</complexContent>
{noformat}
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira