fields Schema
VersionControlled Element
fields Schema : VersionControlled Element

Glossary Item Box

Description

A value of true indicates that this field is version controlled in projects where versioning is enabled. A value of true does not mean that versioning is enabled for the project.
Namespace (none)

Type

xs:boolean

Diagram

VersionControlled Element

Overview

VersionControlled xs:boolean
A value of true indicates that this field is version controlled in projects where versioning is enabled. A value of true does not mean that versioning is enabled for the project.

Source

<xs:element name="VersionControlled" type="xs:boolean" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
            A value of true indicates that this field is version controlled in projects where versioning is enabled.
            A value of true does not mean that versioning is enabled for the project.
            </xs:documentation>
  </xs:annotation>
</xs:element>

See Also