i am getting validation error on element:
<xs:complexType name="xx">
<xs:all>
<xs:element minOccurs="0" name="xx" type="xs:string"/>
<xs:element name="xx" type="xs:int"/>
</xs:all>
</xs:complexType>
org.apache.cxf.common.xmlschema.UnsupportedConstruct: Limitation: Type
{http://xx.xx.com/}xx is not defined as a sequence.
it is coming from line 492 in XmlSchemaUtils
i am using cxf 2.5.1.
--
View this message in context:
http://cxf.547215.n5.nabble.com/validation-error-tp5101800p5101800.html
Sent from the cxf-user mailing list archive at Nabble.com.