fields Schema
Editable Element
fields Schema : Editable Element

Glossary Item Box

Description

A value of true indicates that the field value can be changed by users. This is for UI use. The REST API does not enforce editing permissions.
Namespace (none)

Type

xs:boolean

Diagram

Editable Element

Overview

Editable xs:boolean
A value of true indicates that the field value can be changed by users. This is for UI use. The REST API does not enforce editing permissions.

Source

<xs:element name="Editable" type="xs:boolean" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
            A value of true indicates that the field value can be changed by users. 
            This is for UI use. The REST API does not enforce editing permissions.
            </xs:documentation>
  </xs:annotation>
</xs:element>

See Also