Oracle Beehive
  Oracle® Beehive RESTful Web Services API Reference
  Release 2 (2.0.1.7)
  E16658-04

Contents

Overview

Participation status of an occurrence participant.

Enumeration Members

Name Description

NEEDS_ACTION

Occurrence participant status is needs_action.

ACCEPTED

Occurrence participant status is accepted.

DECLINED

Occurrence participant status is decliend.

TENTATIVE

Occurrence participant status is tentative.

XML Schema


<xs:simpleType name="occurrenceParticipantStatus">
    <xs:restriction base="xs:string">
        <xs:enumeration value="NEEDS_ACTION"/>
        <xs:enumeration value="ACCEPTED"/>
        <xs:enumeration value="DECLINED"/>
        <xs:enumeration value="TENTATIVE"/>
    </xs:restriction>
</xs:simpleType>

        

References

The following data represents the references to occurrenceParticipantStatus

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions