toggle menu
xmlutil
0.90.2
Common
switch theme
search in API
xmlschema
/
io.github.pdvrieze.formats.xmlschema.datatypes.serialization
/
XSAnnotation
XSAnnotation
@
Serializable
class
XSAnnotation
:
XSOpenAttrsBase
(
source
)
Members
Members & Extensions
Constructors
XSAnnotation
Link copied to clipboard
constructor
(
documentationElements
:
List
<
XSDocumentation
>
=
emptyList()
,
appInfos
:
List
<
XSAppInfo
>
=
emptyList()
,
id
:
VID
?
=
null
,
otherAttrs
:
Map
<
QName
,
String
>
=
emptyMap()
)
Properties
app
Infos
Link copied to clipboard
val
appInfos
:
List
<
XSAppInfo
>
documentation
Elements
Link copied to clipboard
val
documentationElements
:
List
<
XSDocumentation
>
id
Link copied to clipboard
val
id
:
VID
?
other
Attrs
Link copied to clipboard
override
val
otherAttrs
:
Map
<
@
Serializable
(
with
=
QNameSerializer::class
)
QName
,
String
>
Functions
models
Link copied to clipboard
fun
XSAnnotation
?
.
models
(
)
:
ResolvedAnnotation
?
TODO do this smarter, as 3.15.2.
resolved
Other
Attrs
Link copied to clipboard
fun
XSI_OpenAttrs
.
resolvedOtherAttrs
(
)
:
Map
<
QName
,
String
>