toggle menu
xmlutil
0.90.2
Common
switch theme
search in API
xmlschema
/
io.github.pdvrieze.formats.xmlschema.resolved
/
IResolvedAttributeUse
IResolved
Attribute
Use
sealed
interface
IResolvedAttributeUse
:
ResolvedAnnotated
(
source
)
Inheritors
ResolvedAttributeRef
ResolvedLocalAttribute
ResolvedProhibitedAttribute
Members
Properties
id
Link copied to clipboard
open
val
id
:
VID
?
mdl
Annotations
Link copied to clipboard
open
val
mdlAnnotations
:
List
<
ResolvedAnnotation
>
mdl
Attribute
Declaration
Link copied to clipboard
abstract
val
mdlAttributeDeclaration
:
ResolvedAttributeDef
mdl
Inheritable
Link copied to clipboard
abstract
val
mdlInheritable
:
Boolean
mdl
QName
Link copied to clipboard
abstract
val
mdlQName
:
QName
mdl
Required
Link copied to clipboard
abstract
val
mdlRequired
:
Boolean
mdl
Value
Constraint
Link copied to clipboard
abstract
val
mdlValueConstraint
:
ValueConstraint
?
model
Link copied to clipboard
abstract
val
model
:
ResolvedAnnotated.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
Use
Link copied to clipboard
abstract
fun
checkUse
(
checkHelper
:
CheckHelper
)
is
Valid
Restriction
Of
Link copied to clipboard
open
fun
isValidRestrictionOf
(
baseAttr
:
IResolvedAttributeUse
,
version
:
SchemaVersion
)
:
Boolean