> For the complete documentation index, see [llms.txt](https://mineunyoung.gitbook.io/3.1.1.3-metadataversion/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mineunyoung.gitbook.io/3.1.1.3-metadataversion/3.1.1-study/3.1.1.3-metadataversion/3.1.1.3.4-formdef.md).

# 3.1.1.3.4  FormDef

#### Body

([Description](/3.1.1.3-metadataversion/3.1.1-study/3.1.1.3-metadataversion/3.1.1.3.2-protocol/3.1.1.3.2.1-description.md)?, [ItemGroupRef](/3.1.1.3-metadataversion/3.1.1-study/3.1.1.3-metadataversion/3.1.1.3.4-formdef/3.1.1.3.4.1-itemgroupref.md)\*, [ArchiveLayout](/3.1.1.3-metadataversion/3.1.1-study/3.1.1.3-metadataversion/3.1.1.3.8-archivelayout.md)\*, [Alias](/3.1.1.3-metadataversion/3.1.1-study/3.1.1.3-metadataversion/3.1.1.3.6-itemdef/3.1.1.3.6.6-alias.md)\*)

#### Attributes

* **OID**  [oid](/3.1.1.3-metadataversion/2.13-data-formats.md)
* **Name**  [name](/3.1.1.3-metadataversion/2.13-data-formats.md)
* **Repeating**  (Yes | No)

**Contained in**  [MetaDataVersion](https://mineunyoung.gitbook.io/3.1.1.3-metadataversion/)

![](/files/49K01Wdwg96z6fYdpqD6)

##

A **FormDef** describes a type of form that can occur in a study. The Repeating flag indicates that this type of form can occur repeatedly within a containing study event.

**FormDef**는 스터디의 양식 유형을 설명한다. Repeating 플래그는 이러한 양식 유형이 스터디 이벤트 내에서 반복적으로 발생할 수 있음을 나타낸다.

{% hint style="info" %}
특정 스터디에서 **FormDef**로 하나의 Form이 정의되고 [StudyEventDef](/3.1.1.3-metadataversion/3.1.1-study/3.1.1.3-metadataversion/3.1.1.3.3-studyeventdef.md)에서 앞서 정의된 Form을 [FormRef](/3.1.1.3-metadataversion/3.1.1-study/3.1.1.3-metadataversion/3.1.1.3.3-studyeventdef/3.1.1.3.3.1-formref.md)로 불러온다. 이 때 서로 다른 StudyEvent에서 같은 Form을 참조하고 싶은 경우 Form이 반복되어 사용되므로 해당 Form의 **Repeating** 속성 값을 Yes로 지정하면 된다.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mineunyoung.gitbook.io/3.1.1.3-metadataversion/3.1.1-study/3.1.1.3-metadataversion/3.1.1.3.4-formdef.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
