Hi,

according to the SourceGeneratorUser.pdf Castor does not support the
"list"
feature for simpleType.

Is it planned to add this feature - or is there a workaround ?

I have the following definitions in my .xsd file :


<xs:simpleType name="IdList">
    <xs:list itemType="myId"/>
</xs:simpleType>

<xs:simpleType name="myId">
    <xs:restriction base="xs:unsignedShort">
        <xs:enumeration value="1"/>
        <xs:enumeration value="2"/>
        <xs:enumeration value="3"/>
        <xs:enumeration value="21"/>
        <xs:enumeration value="22"/>
    </xs:restriction>
</xs:simpleType>


thanks,
hal

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

Reply via email to