toggle menu
xmlutil
0.90.2
Common
switch theme
search in API
xmlschema
/
io.github.pdvrieze.formats.xmlschema.datatypes.serialization
/
XSAttribute
XSAttribute
@
Serializable
sealed
class
XSAttribute
:
XSAnnotatedBase
(
source
)
Inheritors
XSGlobalAttribute
XSLocalAttribute
Members
Members & Extensions
Properties
annotation
Link copied to clipboard
override
val
annotation
:
XSAnnotation
?
default
Link copied to clipboard
val
default
:
VString
?
fixed
Link copied to clipboard
val
fixed
:
VString
?
id
Link copied to clipboard
override
val
id
:
VID
?
inheritable
Link copied to clipboard
val
inheritable
:
Boolean
?
name
Link copied to clipboard
abstract
val
name
:
VNCName
?
other
Attrs
Link copied to clipboard
override
val
otherAttrs
:
Map
<
@
Serializable
(
with
=
QNameSerializer::class
)
QName
,
String
>
simple
Type
Link copied to clipboard
val
simpleType
:
XSLocalSimpleType
?
type
Link copied to clipboard
val
type
:
SerializableQName
?
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
resolved
Other
Attrs
Link copied to clipboard
fun
XSI_OpenAttrs
.
resolvedOtherAttrs
(
)
:
Map
<
QName
,
String
>