toggle menu
xmlutil
0.90.2
Common
switch theme
search in API
xmlschema
/
io.github.pdvrieze.formats.xmlschema.resolved
/
ResolvedAttributeDef
Resolved
Attribute
Def
abstract
class
ResolvedAttributeDef
(
rawPart
:
XSAttribute
)
:
ResolvedAttribute
(
source
)
Inheritors
ResolvedGlobalAttribute
ResolvedLocalAttribute
Members
Constructors
Resolved
Attribute
Def
Link copied to clipboard
constructor
(
rawPart
:
XSAttribute
)
Types
Model
Link copied to clipboard
abstract
class
Model
(
rawPart
:
XSAttribute
,
schema
:
ResolvedSchemaLike
,
typeContext
:
VSimpleTypeScope.Member
)
:
ResolvedAttribute.Model
Properties
id
Link copied to clipboard
open
val
id
:
VID
?
mdl
Annotations
Link copied to clipboard
open
val
mdlAnnotations
:
List
<
ResolvedAnnotation
>
mdl
Inheritable
Link copied to clipboard
open
override
val
mdlInheritable
:
Boolean
mdl
QName
Link copied to clipboard
abstract
val
mdlQName
:
QName
mdl
Scope
Link copied to clipboard
abstract
val
mdlScope
:
VAttributeScope
mdl
Type
Definition
Link copied to clipboard
val
mdlTypeDefinition
:
ResolvedSimpleType
mdl
Value
Constraint
Link copied to clipboard
val
mdlValueConstraint
:
ValueConstraint
?
model
Link copied to clipboard
abstract
override
val
model
:
ResolvedAttributeDef.Model
other
Attrs
Link copied to clipboard
override
val
otherAttrs
:
Map
<
QName
,
String
>
Functions
check
Annotated
Link copied to clipboard
open
fun
checkAnnotated
(
version
:
SchemaVersion
)
check
Attribute
Link copied to clipboard
open
fun
checkAttribute
(
checkHelper
:
CheckHelper
)