C
c_capatana
I come back because my example was not OK.
i want this:
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<xs:element name="fieldx" type="skt:fieldxtype" minOccurs="0"/>
<xs:element name="aa" type="skt:aatype" minOccurs="0"/>
</xs:sequence>
<xs:element name="bb" type="skt:bbtype" minOccurs="0"/>
<xs:element name="cc" type="skt:cctype" minOccurs="0"/>
<xs:element name="fieldx" type="skt:fieldxtype" minOccurs="0"/>
Problem is schema non deterministic! Can you help me?
Thanks.
i want this:
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<xs:element name="fieldx" type="skt:fieldxtype" minOccurs="0"/>
<xs:element name="aa" type="skt:aatype" minOccurs="0"/>
</xs:sequence>
<xs:element name="bb" type="skt:bbtype" minOccurs="0"/>
<xs:element name="cc" type="skt:cctype" minOccurs="0"/>
<xs:element name="fieldx" type="skt:fieldxtype" minOccurs="0"/>
Problem is schema non deterministic! Can you help me?
Thanks.