Class: Flag
A machine-processable annotation.
URI: odm:Flag
erDiagram
Flag {
}
FlagType {
nameType content
}
CodeList {
oid OID
nameType name
CLDataType dataType
YesOnly isNonStandard
}
FlagValue {
nameType content
}
Flag ||--|o FlagValue : "flagValue"
Flag ||--|o FlagType : "flagType"
FlagType ||--|| CodeList : "codeListOID"
CodeList ||--|o CommentDef : "commentOID"
CodeList ||--|o Standard : "standardOID"
CodeList ||--|o Description : "description"
CodeList ||--}o CodeListItem : "codeListItem"
CodeList ||--}o Coding : "coding"
CodeList ||--}o Alias : "alias"
FlagValue ||--|| CodeList : "codeListOID"
Slots
Name | Cardinality* and Range | Description | Inheritance |
---|---|---|---|
flagValue | 0..1 FlagValue |
FlagValue reference: The value of the flag. The meaning of this value is typi... | direct |
flagType | 0..1 FlagType |
FlagType reference: The type of flag. This determines the purpose and semanti... | direct |
* See LinkML documentation for cardinality definitions.
Usages
used by | used in | type | used |
---|---|---|---|
Annotation | flag | range | Flag |
See Also
Identifier and Mapping Information
Schema Source
- from schema: http://www.cdisc.org/ns/odm/v2.0
Mappings
Mapping Type | Mapped Value |
---|---|
self | odm:Flag |
native | odm:Flag |
LinkML Source
Direct
name: Flag
description: A machine-processable annotation.
from_schema: http://www.cdisc.org/ns/odm/v2.0
see_also:
- https://wiki.cdisc.org/display/PUB/Flag
rank: 1000
slots:
- flagValue
- flagType
slot_usage:
flagValue:
name: flagValue
domain_of:
- Flag
range: FlagValue
maximum_cardinality: 1
flagType:
name: flagType
domain_of:
- Flag
range: FlagType
maximum_cardinality: 1
class_uri: odm:Flag
Induced
name: Flag
description: A machine-processable annotation.
from_schema: http://www.cdisc.org/ns/odm/v2.0
see_also:
- https://wiki.cdisc.org/display/PUB/Flag
rank: 1000
slot_usage:
flagValue:
name: flagValue
domain_of:
- Flag
range: FlagValue
maximum_cardinality: 1
flagType:
name: flagType
domain_of:
- Flag
range: FlagType
maximum_cardinality: 1
attributes:
flagValue:
name: flagValue
description: 'FlagValue reference: The value of the flag. The meaning of this
value is typically dependent on the associated FlagType. The actual value must
be a member of the referenced CodeList'
from_schema: http://www.cdisc.org/ns/odm/v2.0
rank: 1000
alias: flagValue
owner: Flag
domain_of:
- Flag
range: FlagValue
maximum_cardinality: 1
flagType:
name: flagType
description: 'FlagType reference: The type of flag. This determines the purpose
and semantics of the flag.'
from_schema: http://www.cdisc.org/ns/odm/v2.0
rank: 1000
alias: flagType
owner: Flag
domain_of:
- Flag
range: FlagType
maximum_cardinality: 1
class_uri: odm:Flag