Enum: ItemGroupType

An enumeration that defines the roles of an item group within a specific context

URI: [odm:enum/ItemGroupType](https://cdisc.org/odm2/enum/ItemGroupType) ## Permissible Values | Value | Meaning | Description | | --- | --- | --- | | DataCube | None | A Data Structure Definition for an Analysis Data Cube of dimensions, measures, and attributes. | | Table | None | A simple table or data frame. | | Object | None | An object or profile of a FHIR resource. | | DatasetSpecialization | None | A data specialization of a concept. | | ValueList | None | A list of topic-specific items for a specific column (from Define-XML). | | Section | None | A section of a form. | | Form | None | A data collection form. | ## Slots | Name | Description | | --- | --- | | [type](../slots/type.md) | Type of item group | ## Identifier and Mapping Information ### Schema Source * from schema: https://cdisc.org/dds ## LinkML Source
name: ItemGroupType
description: An enumeration that defines the roles of an item group within a specific
  context
from_schema: https://cdisc.org/dds
rank: 1000
permissible_values:
  DataCube:
    text: DataCube
    description: A Data Structure Definition for an Analysis Data Cube of dimensions,
      measures, and attributes.
  Table:
    text: Table
    description: A simple table or data frame.
  Object:
    text: Object
    description: An object or profile of a FHIR resource.
  DatasetSpecialization:
    text: DatasetSpecialization
    description: A data specialization of a concept.
  ValueList:
    text: ValueList
    description: A list of topic-specific items for a specific column (from Define-XML).
  Section:
    text: Section
    description: A section of a form.
  Form:
    text: Form
    description: A data collection form.