toggle menu
xmlutil
0.90.2
Common
switch theme
search in API
xmlschema
/
io.github.pdvrieze.formats.xmlschema.resolved
/
ResolvedGroupParticleTermBase
/
Model
Model
class
Model
:
ResolvedAnnotated.Model
(
source
)
Members
Constructors
Model
Link copied to clipboard
constructor
(
particles
:
List
<
ResolvedParticle
<
ResolvedTerm
>
>
,
annotations
:
List
<
ResolvedAnnotation
>
=
emptyList()
,
id
:
VID
?
=
null
,
otherAttrs
:
Map
<
QName
,
String
>
=
emptyMap()
)
Properties
annotations
Link copied to clipboard
override
val
annotations
:
List
<
ResolvedAnnotation
>
id
Link copied to clipboard
override
val
id
:
VID
?
=
null
other
Attrs
Link copied to clipboard
override
val
otherAttrs
:
Map
<
QName
,
String
>
particles
Link copied to clipboard
val
particles
:
List
<
ResolvedParticle
<
ResolvedTerm
>
>