hello I used jaxb to generate schema from java source and now I'm trying to regenerate java with xmlbeans but it failed on this line
<xs:any processContents="lax" maxOccurs="unbounded"/> if I remove this line it will compile. there is something wierd with xmlbeans ? <xs:complexType name="DeviceType"> <xs:all> <xs:element name="deviceType" type="xs:string"/> <xs:element name="friendlyName" type="xs:string"/> <xs:element name="manufacturer" type="xs:string"/> <xs:element name="manufacturerURL" type="xs:string" minOccurs="0"/> <xs:element name="modelDescription" type="xs:string" minOccurs="0"/> <xs:element name="modelName" type="xs:string"/> <xs:element name="modelNumber" type="xs:string" minOccurs="0"/> <xs:element name="modelURL" type="xs:string" minOccurs="0"/> <xs:element name="serialNumber" type="xs:string" minOccurs="0"/> <xs:element name="UDN" type="xs:string"/> <xs:element name="UPC" type="xs:string" minOccurs="0"/> <xs:element name="iconList" type="tns:IconListType" minOccurs="0"/> <xs:element name="serviceList" type="tns:ServiceListType" minOccurs="0"/> <xs:element name="deviceList" type="tns:DeviceListType" minOccurs="0"/> <xs:element name="presentationURL" type="xs:string" minOccurs="0"/> <xs:any processContents="lax" maxOccurs="unbounded"/> </xs:all> <xs:anyAttribute namespace="##other" processContents="skip"/> </xs:complexType> [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] XmlBeans compile failed: xml ErrorLoading schema file C:\test\upnp-xsd-xmlbeans-jar\src\main\xsd\device. xsd xml ErrorC:\test\upnp-xsd-xmlbeans-jar\src\main\xsd\device.xsd:43:7: error: cvc- complex-type.2.4a: Expected element 'element@ http://www.w3.org/2001/XMLSchema' i nstead of 'a...@http://www.w3.org/2001/XMLSchema' here in element all@ http://www. w3.org/2001/XMLSchema xml ErrorLoading config file C:\test\upnp-xsd-xmlbeans-jar\src\main\xsdconfig\de vice.xsdconfig