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

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