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
/
Attribute
Attribute
@
Serializable
data
class
Attribute
(
val
name
:
String
,
val
type
:
QName
?
=
null
,
val
use
:
String
?
=
null
,
val
default
:
String
?
=
null
,
val
annotation
:
Annotation
?
=
null
)
(
source
)
Members
Constructors
Attribute
Link copied to clipboard
constructor
(
name
:
String
,
type
:
QName
?
=
null
,
use
:
String
?
=
null
,
default
:
String
?
=
null
,
annotation
:
Annotation
?
=
null
)
Properties
annotation
Link copied to clipboard
val
annotation
:
Annotation
?
default
Link copied to clipboard
val
default
:
String
?
name
Link copied to clipboard
val
name
:
String
type
Link copied to clipboard
@
Serializable
(
with
=
QNameSerializer::class
)
val
type
:
QName
?
use
Link copied to clipboard
val
use
:
String
?