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

Contents

Overview

Type of an Occurrence.

Enumeration Members

Name Description

MEETING

Occurrence type is meeting.

DAY_EVENT

Occurrence type is day_event.

HOLIDAY

Occurrence type is Holiday

JOURNAL_ENTRY

Occurrence type is JournalEntry

XML Schema


<xs:simpleType name="occurrenceType">
    <xs:restriction base="xs:string">
        <xs:enumeration value="MEETING"/>
        <xs:enumeration value="DAY_EVENT"/>
        <xs:enumeration value="HOLIDAY"/>
        <xs:enumeration value="JOURNAL_ENTRY"/>
    </xs:restriction>
</xs:simpleType>

        

References

The following data represents the references to occurrenceType

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions