Hi!

        I've been trying to generate source from the IMS schema
imscp_rootv1p1p2.xsd with Source Generator.

        The problem is anyAttribute support in Source Generator, since with a piece
of schema like this:

     <xsd:complexType name="resourceType">
        <xsd:sequence>
           <xsd:element ref="metadata" minOccurs="0"/>
           <xsd:element ref="file" minOccurs="0" maxOccurs="unbounded"/>
           <xsd:element ref="dependency" minOccurs="0" maxOccurs="unbounded"/>
           <xsd:group ref="grp.any"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="attr.identifier.req"/>
        <xsd:attributeGroup ref="attr.resourcetype.req"/>
        <xsd:attributeGroup ref="attr.base"/>
        <xsd:attributeGroup ref="attr.href"/>
        <xsd:anyAttribute namespace="##other" processContents="strict"/>
     </xsd:complexType>

        generates source code with no mention to the anyAttribute attribute.

        Any idea when this will be supported?
        Any idea if there is any workaround?

        Thanks in advance for your answers!

-- 
Alberto Otero Garc�a                    Cometa Technologies, S.L.
E-mail: [EMAIL PROTECTED]          WWW: http://www.cometatech.com
Telf.:  +34 932 318 490                 Fax: +34 932 459 343

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to