AttributeEntryMode
The AttributeEntryMode data structure defines how data is entered.
Namespace |
|
Definition
<simpleType name="AttributeEntryMode">
<restriction base="string">
<enumeration value="DISPLAY_ONLY" />
<enumeration value="NONE" />
<enumeration value="OPTIONAL_ENTRY" />
<enumeration value="REQUIRED_ENTRY" />
<enumeration value="SYSTEM" />
</restriction>
</simpleType>
- DISPLAY_ONLY--Users cannot enter data.
- NONE--The attribute needs no data entered by the system or the user.
- OPTIONAL_ENTRY--Users do not have to enter data, but they can if needed
- REQUIRED_ENTRY--Users must enter data
- SYSTEM--Data is created by the system.
Was this page helpful? Yes No
Submitting...
Thank you
Comments