toggle menu
xmlutil
0.90.2
Common
switch theme
search in API
xmlschema
/
io.github.pdvrieze.formats.xmlschema.datatypes.serialization
/
XSGlobalAttribute
XSGlobal
Attribute
@
Serializable
class
XSGlobalAttribute
:
XSAttribute
(
source
)
Members
Members & Extensions
Constructors
XSGlobal
Attribute
Link copied to clipboard
constructor
(
name
:
VNCName
,
default
:
VString
?
=
null
,
fixed
:
VString
?
=
null
,
type
:
QName
?
=
null
,
inheritable
:
Boolean
?
=
null
,
simpleType
:
XSLocalSimpleType
?
=
null
,
id
:
VID
?
=
null
,
annotation
:
XSAnnotation
?
=
null
,
otherAttrs
:
Map
<
QName
,
String
>
=
emptyMap()
)
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
open
override
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
>