<groupseq>
The <groupseq>
element is part of the subset of elements that
define syntax diagrams in DITA. A group is a logical set of pieces of syntax that go together.
Within the syntax definition, groups of keywords, delimiters and other syntax units act as a
combined unit, and they occur in a specific sequence, as delimited by the
<groupseq>
element. This element
is part of the DITA programming domain, a special set of DITA elements
designed to document programming tasks, concepts, and reference information.
See appendix for information about this element in OASIS document type shells.
+ topic/figgroup pr-d/groupseq
<syntaxdiagram frame="bottom"> <title>CopyFile</title> <groupseq><kwd>COPYF</kwd></groupseq> <groupcomp><var>input-filename</var><kwd>*INFILE</kwd></groupcomp> <groupseq><var>output-filename</var><kwd>*OUTFILE</kwd></groupseq> <groupchoice><var>input-filename</var><kwd>*INFILE</kwd></groupchoice> <groupchoice><var>output-filename</var><kwd>*OUTFILE</kwd></groupchoice> </syntaxdiagram>
The following attributes are available on this element: Universal attribute group (with a narrowed definition of
@importance
, given below) and outputclass.
@importance
Return to main page.
dita-v1.3-errata01-os-part3-all-inclusive-complete Standards Track Work Product | Copyright © OASIS Open 2016. All Rights Reserved. | 25 October 2016 |