다음을 통해 공유


DraftVisibilityType Simple Type (DeploymentManifest)

Applies to: SharePoint Foundation 2010

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