sequence
com.jxml.quick.model.qjml.QMSequence
Defines a fixed sequence of elements.
Attributes:
ID optional Identifies the element.
cref optional A reference to another content model element. String cref
optional default: false The data item defined by this content model element is optional when set true. boolean optional
repeating deafult : False The data item defined by this content model element can occur more than once when set true. boolean repeating
Content:
rem 0 or more A comment. ArrayList remList
aref optional A reference to an accessor. QMARef aref
(accessClass|field|id|identity|ignore|property) optional Defines the means by which a data item is accessed. QMAccess access
(item|sequence|selection) 0 or more Defines a list of alternative elements. ArrayList contentList