Re: XSD invalid attribute 'use' in element 'attribute [xsd/java/oracle]

hi Paul,
    did you manage to solve that problem somehow? I know that if the xsd doc would be inlined, like this:

<?xml version="1.0" encoding="ISO-8859-2"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:element name="PERSON">
        <xs:complexType>
            <xs:attribute name="NAME" type="xs:string" use="required"/>
        </xs:complexType>
</xs:schema>

everything is fine. But i need to have an opportunity to define my own types of elements and attrs, because the schema i am working at is ratcher more complicated then this example. i would be very uncomfortable to repeat the same definitions as the attribute or element of specific type comes up (for example non xsd:standard date or enumeration fields like sex or marital status).

what does this zip file contain? is there workaround of this (maybe bug) there. then i would very appriciate your help and this zip of course.
regards,
Peter




--------------r-e-k-l-a-m-a-----------------


Tanie bilety lotnicze!
http://samoloty.onet.pl

Received on Tuesday, 11 February 2003 16:11:36 UTC