User:RailML Coord Documentation/xsd sequence: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
(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...")
 
m (Ferri Leberl moved page Xsd sequence to User:Ferri Leberl/xsd sequence: Lapsus)
(No difference)

Revision as of 16:19, 15 September 2017

# 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