toggle menu
xmlutil
0.90.2
Common
switch theme
search in API
xmlschema
/
io.github.pdvrieze.formats.xmlschema.resolved
/
ResolvedComplexType
/
ResolvedSimpleContentType
Resolved
Simple
Content
Type
interface
ResolvedSimpleContentType
:
ResolvedComplexType.ResolvedContentType
,
VSimpleTypeScope.Member
,
VContentType.Simple
(
source
)
Members
Properties
mdl
Abstract
Link copied to clipboard
abstract
val
mdlAbstract
:
Boolean
mdl
Attribute
Uses
Link copied to clipboard
abstract
val
mdlAttributeUses
:
Map
<
QName
,
IResolvedAttributeUse
>
mdl
Attribute
Wildcard
Link copied to clipboard
abstract
val
mdlAttributeWildcard
:
ResolvedAnyAttribute
?
mdl
Base
Type
Definition
Link copied to clipboard
abstract
val
mdlBaseTypeDefinition
:
ResolvedType
mdl
Content
Type
Link copied to clipboard
abstract
val
mdlContentType
:
ResolvedComplexType.ResolvedSimpleContentType
mdl
Context
Link copied to clipboard
abstract
val
mdlContext
:
VComplexTypeScope.Member
mdl
Derivation
Method
Link copied to clipboard
abstract
val
mdlDerivationMethod
:
VDerivationControl.Complex
mdl
Final
Link copied to clipboard
abstract
val
mdlFinal
:
Set
<
VDerivationControl.Complex
>
mdl
Prohibited
Substitutions
Link copied to clipboard
abstract
val
mdlProhibitedSubstitutions
:
Set
<
VDerivationControl.Complex
>
mdl
Simple
Type
Definition
Link copied to clipboard
abstract
override
val
mdlSimpleTypeDefinition
:
ResolvedSimpleType
mdl
Variety
Link copied to clipboard
abstract
val
mdlVariety
:
ResolvedComplexType.Variety
Functions
check
Link copied to clipboard
abstract
fun
check
(
complexType
:
ResolvedComplexType
,
checkHelper
:
CheckHelper
)