]
Andrew Rubinger updated SHRINKDESC-63:
--------------------------------------
Component/s: gen
Support XSDs with simpleContent elements
----------------------------------------
Key: SHRINKDESC-63
URL:
https://issues.jboss.org/browse/SHRINKDESC-63
Project: ShrinkWrap Descriptors
Issue Type: Sub-task
Components: gen
Reporter: Andrew Rubinger
Assignee: Ralf Battenfeld
Fix For: 1.2.0-alpha-1
Presently we need to use some hardcoding to adjust for schemas that define data types in
"simpleContent". For instance:
"<xsl:if test="count(xsd:sequence/xsd:any) = 1 or
$complexTypeName='faces-config-valueType' or
$complexTypeName='credential-interfaceType'">"
..at the time of this writing, this is referenced:
https://github.com/shrinkwrap/descriptors/blob/SHRINKDESC-54/gen/src/main...
Fix the XSL docs to be agnostic to handle all types.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: