Description
An active field that permissions are defined for. For example, severity, priority, name, and so on. Yes if the user can modify this field, OwnerOnly if only the owner of the entity can modify this field, No if no one can modify this field.
Base Type
Diagram
Overview
 |
Field Extension of permissionValueType Simple Type
An active field that permissions are defined for. For example, severity, priority, name, and so on. Yes if the user can modify this field, OwnerOnly if only the owner of the entity can modify this field, No if no one can modify this field.
 |
Name optional xs:string
The name of the field.
|
|
Used By
Attributes
Name | Type | Use | Default | Fixed | Description |
Name | xs:string | optional | | | The name of the field. |
Source
<xs:complexType name="Field" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:documentation>
An active field that permissions are defined for. For example, severity, priority, name, and so on.
</xs:documentation>
<xs:documentation>
Yes if the user can modify this field, OwnerOnly if only the owner of the entity
can modify this field, No if no one can modify this field.
</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="permissionValueType">
<xs:attribute name="Name" type="xs:string">
<xs:annotation>
<xs:documentation>
The name of the field.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
|
See Also