Hello there,

I'm trying to implement the example code, found on the Xerces FAQ page for 
grammar parsing, http://xml.apache.org/xerces2-j/faq-grammars.html#faq-5, 
"examining grammars".
When I access my XSModel, I can retrieve a named map with element declarations, 
but only the top-level-elements are listed. Can someone tell me, how to access 
these elements, which are located deeper in the hierarchy of the corresponding 
schema, i.e.:

[...]
<element name="net" ...>
  <complexType>
    <sequence>
      <element name="page" ...>
      <element name="subnet" ...>
    </sequence>
  </complexType>
</element>
[...]

How can I retrieve the XSObjects "page" or "subnet" using the XSModel and the 
associated methods? Any idea?

Thanks in advance


Frank Jakop


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to