toggle menu
xmlutil
0.90.2
Common
switch theme
search in API
xmlschema
/
io.github.pdvrieze.formats.xmlschema.resolved
/
ResolvedListDerivationBase
Resolved
List
Derivation
Base
abstract
class
ResolvedListDerivationBase
:
ResolvedSimpleType.Derivation
(
source
)
Inheritors
BuiltinListDerivation
ResolvedListDerivation
Members
Constructors
Resolved
List
Derivation
Base
Link copied to clipboard
constructor
(
)
Types
IModel
Link copied to clipboard
interface
IModel
:
ResolvedAnnotated.IModel
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
abstract
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
)