toggle menu
xmlutil
0.90.2
Common
switch theme
search in API
xmlschema
/
io.github.pdvrieze.formats.xmlschema.datatypes.serialization
/
XSElement
XSElement
@
Serializable
sealed
class
XSElement
:
XSI_Annotated
(
source
)
Inheritors
XSGlobalElement
XSLocalElement
Members
Members & Extensions
Properties
alternatives
Link copied to clipboard
val
alternatives
:
List
<
XSAlternative
>
annotation
Link copied to clipboard
override
val
annotation
:
XSAnnotation
?
block
Link copied to clipboard
@
Serializable
(
with
=
BlockSetSerializer::class
)
val
block
:
Set
<
VDerivationControl.T_BlockSetValues
>
?
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
?
identity
Constraints
Link copied to clipboard
val
identityConstraints
:
List
<
XSIdentityConstraint
>
local
Type
Link copied to clipboard
val
localType
:
XSLocalType
?
name
Link copied to clipboard
abstract
val
name
:
VNCName
?
nillable
Link copied to clipboard
val
nillable
:
Boolean
?
other
Attrs
Link copied to clipboard
override
val
otherAttrs
:
Map
<
SerializableQName
,
String
>
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
>