toggle menu
xmlutil
0.90.2
Common
switch theme
search in API
xmlschema
/
io.github.pdvrieze.formats.xmlschema.resolved
/
ResolvedAnnotated
/
Model
Model
open
class
Model
(
val
annotations
:
List
<
ResolvedAnnotation
>
=
emptyList()
,
val
id
:
VID
?
=
null
,
val
otherAttrs
:
Map
<
QName
,
String
>
=
emptyMap()
)
:
ResolvedAnnotated.IModel
(
source
)
Inheritors
Model
Model
Model
Model
Model
Model
Model
Model
Model
ModelBase
Model
Members
Constructors
Model
Link copied to clipboard
constructor
(
rawPart
:
XSI_Annotated
?
,
annotations
:
List
<
ResolvedAnnotation
>
=
listOfNotNull(rawPart?.annotation.models())
)
constructor
(
annotations
:
List
<
ResolvedAnnotation
>
=
emptyList()
,
id
:
VID
?
=
null
,
otherAttrs
:
Map
<
QName
,
String
>
=
emptyMap()
)
Properties
annotations
Link copied to clipboard
override
val
annotations
:
List
<
ResolvedAnnotation
>
id
Link copied to clipboard
override
val
id
:
VID
?
=
null
other
Attrs
Link copied to clipboard
override
val
otherAttrs
:
Map
<
QName
,
String
>