kfx
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
kfx
xsd-model
/
io.github.hfhbd.kfx.xsd.model
/
Sequence
Sequence
@
Serializable
data
class
Sequence
(
val
annotation
:
Annotation
?
=
null
,
val
minOccurs
:
String
?
=
null
,
val
maxOccurs
:
String
?
=
null
,
val
elements
:
List
<
Elements
>
)
(
source
)
Members
Constructors
Sequence
Link copied to clipboard
constructor
(
annotation
:
Annotation
?
=
null
,
minOccurs
:
String
?
=
null
,
maxOccurs
:
String
?
=
null
,
elements
:
List
<
Elements
>
)
Properties
annotation
Link copied to clipboard
@
XmlElement
@
XmlSerialName
(
value
=
"annotation"
,
namespace
=
"http://www.w3.org/2001/XMLSchema"
)
val
annotation
:
Annotation
?
elements
Link copied to clipboard
val
elements
:
List
<
Elements
>
max
Occurs
Link copied to clipboard
@
XmlSerialName
(
value
=
"maxOccurs"
,
namespace
=
"http://www.w3.org/2001/XMLSchema"
)
val
maxOccurs
:
String
?
min
Occurs
Link copied to clipboard
@
XmlSerialName
(
value
=
"minOccurs"
,
namespace
=
"http://www.w3.org/2001/XMLSchema"
)
val
minOccurs
:
String
?