Dennis Sosnoski schrieb:
I'm confused by your statement. Elements in a <sequence> most definitely *are* ordered. Does this mean that XMLBeans ignores nested compositors?

I'm sorry, elements in a sequence *are* *sorted*, shame on me for the false information (When I learned xml-schema I was told that they are not ordered, but they are as I read today...)

The solution for Maya may be a schema which generates this output:

<Name>
  <NameComponent>
    <NameValue>NameValue</NameValue>
    <NameElement>Name</NameElement>
  </NameComponent>
  <NameComponent>
    <NameValue>NameValue1</NameValue>
    <NameElement>Name1</NameElement>
  </NameComponent>
</Name>

This would keep the order, but there is one more Type called "NameComponent".

Another solution could be:

<Name>
  <NameComponent element="foo">fooValue</NameComponent>
  <NameComponent element="bar">barValue</NameComponent>
</Name>

Best regards, Stefan

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

Reply via email to