User:RailML Coord Documentation/xsd sequence

From railML 2 Wiki
< User:RailML Coord Documentation
Revision as of 15:00, 15 September 2017 by RailML Coord Documentation (talk | contribs) (Created page with "<syntaxhighlight lang=bash> # Aufruf mit: # for file in *.xsd; do xsd_unchoice "$file"; done sed -i 's/<xs\:choice[^>]*>/<xs\:sequence>/g' $1 sed -i 's/<\/xs\:choice>/<\/xs\:s...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
# Aufruf mit:
# for file in *.xsd; do xsd_unchoice "$file"; done
sed -i 's/<xs\:choice[^>]*>/<xs\:sequence>/g' $1
sed -i 's/<\/xs\:choice>/<\/xs\:sequence>/g' $1