toggle menu
xmlutil
0.90.2
Common
switch theme
search in API
xmlschema
/
io.github.pdvrieze.formats.xmlschema.datatypes.serialization
/
XSI_Grouplike
XSI_Grouplike
@
Serializable
sealed
interface
XSI_Grouplike
:
XSI_Particle
(
source
)
Base interface for all terms that can contain particles
Inheritors
XSExplicitGroup
Members
Members & Extensions
Properties
annotation
Link copied to clipboard
abstract
val
annotation
:
XSAnnotation
?
id
Link copied to clipboard
abstract
val
id
:
VID
?
max
Occurs
Link copied to clipboard
abstract
val
maxOccurs
:
VAllNNI
?
Optional, default 1
min
Occurs
Link copied to clipboard
abstract
val
minOccurs
:
VNonNegativeInteger
?
Optional, default 1
other
Attrs
Link copied to clipboard
abstract
val
otherAttrs
:
Map
<
SerializableQName
,
String
>
particles
Link copied to clipboard
abstract
val
particles
:
List
<
XSI_Particle
>
Functions
has
Children
Link copied to clipboard
open
fun
hasChildren
(
)
:
Boolean
has
Local
Ns
In
Context
Link copied to clipboard
open
override
fun
hasLocalNsInContext
(
schema
:
ResolvedSchemaLike
)
:
Boolean
resolved
Other
Attrs
Link copied to clipboard
fun
XSI_OpenAttrs
.
resolvedOtherAttrs
(
)
:
Map
<
QName
,
String
>