DraftVisibilityType Simple Type (DeploymentManifest)

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Specifies the type of user who can view a draft document.


<xs:simpleType name="DraftVisibilityType">
        <xs:restriction base="xs:string">
                <xs:enumeration value="Reader" />
                <xs:enumeration value="Author" />
                <xs:enumeration value="Approver" />
        </xs:restriction>
</xs:simpleType>

Enumeration Values

Value

Description

Reader

Specifies reader, author, or approver can view the item.

Author

Specifies author can view the item.

Approver

Specifies approver can view the item.

See Also

Reference

DraftVisibilityType

Concepts

DeploymentManifest Schema