yea, if it would be only 1 element in the choice, but actualy its a group of elements, theres either FBOCIN, FBOCUP, IPD and OCHT, OR the other group FBSGIN, FBSGUP, NPD, SEGHT
so guess a choice of 2 sequences is a good option than, right?
aha, very intresting, thanks for the answer,
so the extract i used to provide looks like this now,...
<xs:element name="Side">
<xs:annotation>
<xs:documentation>max. 2 occurances</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="CIRC"...
if you are using php you might want to read the info on the fgetcsv function:
http://www.php.net/manual/en/function.fgetcsv.php
there s some very good examples on how to loop trough an csv file
while looping trough the csv file you could use the simplexml (buildin) class or the safox class...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.