Re: Feedback on candidate recommendation

In fact, Volker provided details, which I elided.
Here is the complete entry.  If you need further explanation,
let me know and I'll ask Volker.  -- P

- interaction between equivalence classes and import:
<schema targetNamespace="uri_for_A" xmlns:B="uri_for_B">
  <import targetNamespace="uri_for_B"/>
  <element name="start">
    <complextype>
      <element ref="B:B1"/>
    </complextype>
  </element>

  <element name="A1" equivClass="B:B1">
    ...
  </element >
</schema>

<schema targetNamespace="uri_for_B">
  <element name="B1">
    ...
  </element >
</schema>

document:
<A:start xmlns:A="uri_for_A">
  <A:A1>...</A:A1>
</A:start>

Received on Wednesday, 10 January 2001 13:36:02 UTC