toggle menu
xmlutil
0.90.2
Common
switch theme
search in API
xmlschema
/
io.github.pdvrieze.formats.xmlschema.resolved
/
ResolvedListDerivation
Resolved
List
Derivation
class
ResolvedListDerivation
(
rawPart
:
XSSimpleList
,
schema
:
ResolvedSchemaLike
,
context
:
ResolvedSimpleType
)
:
ResolvedListDerivationBase
(
source
)
Members
Constructors
Resolved
List
Derivation
Link copied to clipboard
constructor
(
rawPart
:
XSSimpleList
,
schema
:
ResolvedSchemaLike
,
context
:
ResolvedSimpleType
)
Properties
base
Type
Link copied to clipboard
override
val
baseType
:
ResolvedSimpleType
Abstract as it is static for union/list. In those cases always AnySimpleType
id
Link copied to clipboard
open
val
id
:
VID
?
item
Type
Link copied to clipboard
val
itemType
:
ResolvedSimpleType
mdl
Annotations
Link copied to clipboard
open
val
mdlAnnotations
:
List
<
ResolvedAnnotation
>
model
Link copied to clipboard
open
override
val
model
:
ResolvedListDerivationBase.IModel
other
Attrs
Link copied to clipboard
open
val
otherAttrs
:
Map
<
QName
,
String
>
Functions
check
Annotated
Link copied to clipboard
open
fun
checkAnnotated
(
version
:
SchemaVersion
)
check
Derivation
Link copied to clipboard
open
override
fun
checkDerivation
(
checkHelper
:
CheckHelper
)