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
/
Extension
Extension
@
Serializable
data
class
Extension
(
val
base
:
QName
,
val
attributes
:
List
<
Attribute
>
=
emptyList()
,
val
sequence
:
Sequence
?
)
(
source
)
Members
Constructors
Extension
Link copied to clipboard
constructor
(
base
:
QName
,
attributes
:
List
<
Attribute
>
=
emptyList()
,
sequence
:
Sequence
?
)
Properties
attributes
Link copied to clipboard
@
XmlElement
@
XmlSerialName
(
value
=
"attribute"
,
namespace
=
"http://www.w3.org/2001/XMLSchema"
)
val
attributes
:
List
<
Attribute
>
base
Link copied to clipboard
@
Serializable
(
with
=
QNameSerializer::class
)
val
base
:
QName
sequence
Link copied to clipboard
@
XmlElement
@
XmlSerialName
(
value
=
"sequence"
,
namespace
=
"http://www.w3.org/2001/XMLSchema"
)
val
sequence
:
Sequence
?