public class XmlSequence extends XmlGroup
Constructor and Description |
---|
XmlSequence(XmlDataWorkspace ws,
int min,
int max,
XmlModelItem... items)
Creates a sequence in the specified workspace.
|
Modifier and Type | Method and Description |
---|---|
NSRecord |
getRecord()
Creates the NSRecord that defines the sequence group.
|
public XmlSequence(XmlDataWorkspace ws, int min, int max, XmlModelItem... items)
XmlComplexType
, XmlSequence
, or XmlChoice
.ws
- the XmlDataWorkspace where the sequence is createdmin
- the minimum number of occurrencesmax
- the maximum number of occurrencesitems
- the list of content items; must be any of: XmlElement, XmlAny, XmlElementRef, XmlSequence, or XmlChoiceXmlDataWorkspace.sequence(int, int, XmlModelItem...)