Enum: ItemGroupRepeatingType

Enumeration used in repeating

URI: ItemGroupRepeatingType

Permissible Values

Value Meaning Description
No None
Simple None
Dynamic None
Static None

Slots

Name Description
repeating The Repeating attribute indicates that the ItemGroup may occur repeatedly wit...

Identifier and Mapping Information

Schema Source

  • from schema: http://www.cdisc.org/ns/odm/v2.0

LinkML Source

name: ItemGroupRepeatingType
description: Enumeration used in repeating
from_schema: http://www.cdisc.org/ns/odm/v2.0
rank: 1000
permissible_values:
  'No':
    text: 'No'
    is_a: ItemGroupRepeatingType
  Simple:
    text: Simple
    is_a: ItemGroupRepeatingType
  Dynamic:
    text: Dynamic
    is_a: ItemGroupRepeatingType
  Static:
    text: Static
    is_a: ItemGroupRepeatingType