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 (RailML Orga Admin moved page User:Ferri Leberl/xsd sequence to User:RailML Coord Documentation/xsd sequence: Automatically moved page while renaming the user "Ferri Leberl" to "RailML Coord Documentation")
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
<syntaxhighlight lang=bash>
{{mirror|{{iuser}}}}
# 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
</syntaxhighlight>

Latest revision as of 14:49, 16 January 2023