results_sharing
The simple type named "results_sharing" enumerates acceptable values for the "results_sharing" and "sharing" properties in several types of elements, including "eval_template", "eval_templateitem" and "eval_item".
The values are:
- private
- visible
- shared
- public
The full XML definition for "results_sharing" is:
<xsd:simpleType name="results_sharing"> <xsd:annotation> <xsd:documentation xml:lang="en"> This type enumerates the acceptable values for the "results_sharing" / "sharing" properties in templates and items </xsd:documentation> </xsd:annotation> <xsd:restriction base="string255"> <xsd:enumeration value="private"> <xsd:annotation> <xsd:documentation xml:lang="en"> Template/Item shared setting: Template/Item is visible to the owner only (and super admin) </xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="visible"> <xsd:annotation> <xsd:documentation xml:lang="en"> Template/Item shared setting: Template/Item is visible to owner and any eval admins. This is also the configurable option for sharing results. </xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="shared"> <xsd:annotation> <xsd:documentation xml:lang="en"> Template/Item shared setting: Template/Item is visible to owner and any admins at the same level in the hierarchy. </xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="public"> <xsd:annotation> <xsd:documentation xml:lang="en"> Template/Item shared setting: Template/Item is visible to owner and anyone else in the system. (Only a super admin can make a template or item public). </xsd:documentation> </xsd:annotation> </xsd:enumeration> </xsd:restriction> </xsd:simpleType>