xsd2php
xsd2php copied to clipboard
Sequence any namespace
There is a problem when generating classes and meta data yml.
<xs:element name="site-specifics">
<xs:complexType>
<xs:sequence>
<xs:any namespace="http://services.mobile.de/schema/seller/site-specifics-1.0"
minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="site-id" use="optional"/>
</xs:complexType>
</xs:element>
Inside SiteSpecifics class and meta data only SiteId is generated, but expected elements from namespace are absent.
+1
This is a know limitation. I had some idea on how to tackle it... If someone need this feature and is interested to implement it, i'm open to talk about it.
Hi, goetas I need this feature, could you share your idea? thanks.