You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by "Plankensteiner, Klaus" <kl...@k-ai.at> on 2013/09/24 09:08:39 UTC

XSD parsing

Hi,

I am able to get one xsd file to Document, but not the finished (assembled) Document from multiple files (e.g. redefine).
Is there a way to retrieve one Document class from multiple files connected via  redefine?

Best wishes,

Klaus Plankensteiner

KAI - Kompetenzzentrum Automobil- und Industrie- Elektronik GmbH
Software Development & IT-Management
Europastraße 8
A-9524 Villach

Mail: klaus.plankensteiner@k-ai.at<ma...@k-ai.at>
Web: http://k-ai.at<http://k-ai.at/>

Commercial Registry
Court of jurisdiction: LG Klagenfurt
File number: FN 272612a
Domicile: Villach

Diese Nachricht und allfällige angehängte Dokumente sind vertraulich und nur für den/die Adressaten bestimmt. Sollten Sie nicht der beabsichtigte Adressat sein, ist jede Offenlegung, Weiterleitung oder sonstige Verwendung dieser Information nicht gestattet. In diesem Fall bitten wir, den Absender zu verständigen und die Information zu vernichten. Für Übermittlungsfehler oder sonstige Irrtümer bei Übermittlung besteht keine Haftung.

This message and any attached files are confidential and intended solely for the addressee(s). Any publication, transmission or other use of the information by a person or entity other than the intended addressee is prohibited. If you receive this in error please contact the sender and delete the material. The sender does not accept liability for any errors or omissions as a result of the transmission.


Re: XSD parsing

Posted by Mukul Gandhi <mu...@apache.org>.
Hi Klaus,
   Xerces-J does this for an entire XSD grammar. Xerces's XSD document
parser implements Document interface, and also adds quite a bit of
functionality over it which is XSD specific.

>From the point of view of Xerces, I don't think we as Xerces-J developers
need to do this design again. If your work related to this question,
applies to Xerces's XSD validator then you need to look at the existing
design and work with it. If its something else, then it may be out of scope
for this list.

On Tue, Sep 24, 2013 at 12:38 PM, Plankensteiner, Klaus <
klaus.plankensteiner@k-ai.at> wrote:

> Hi,
>
>
>
> I am able to get one xsd file to Document, but not the finished
> (assembled) Document from multiple files (e.g. redefine).
>
> Is there a way to retrieve one Document class from multiple files
> connected via  redefine?
>
>
>
> Best wishes,
>
>
>
> *Klaus Plankensteiner*
>
> * *
>
> KAI - Kompetenzzentrum Automobil- und Industrie- Elektronik GmbH
>
> Software Development & IT-Management
>
> Europastraße 8
>
> A-9524 Villach
>
>
>
> Mail: klaus.plankensteiner@k-ai.at
>
> Web: http://k-ai.at
>
>
>
> *Commercial Registry*
>
> Court of jurisdiction: LG Klagenfurt
>
> File number: FN 272612a
>
> Domicile: Villach
>
>
>
> Diese Nachricht und allfällige angehängte Dokumente sind vertraulich und
> nur für den/die Adressaten bestimmt. Sollten Sie nicht der beabsichtigte
> Adressat sein, ist jede Offenlegung, Weiterleitung oder sonstige Verwendung
> dieser Information nicht gestattet. In diesem Fall bitten wir, den Absender
> zu verständigen und die Information zu vernichten. Für Übermittlungsfehler
> oder sonstige Irrtümer bei Übermittlung besteht keine Haftung.
>
>
>
> This message and any attached files are confidential and intended solely
> for the addressee(s). Any publication, transmission or other use of the
> information by a person or entity other than the intended addressee is
> prohibited. If you receive this in error please contact the sender and
> delete the material. The sender does not accept liability for any errors or
> omissions as a result of the transmission.
>
> --
> Regards,
> Mukul Gandhi
>