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

Contents

Overview

Status of an Occurrence.

An occurrence status can either be cancelled, tentative or confirmed.

Enumeration Members

Name Description

CANCELLED

Occurrence status is cancelled.

TENTATIVE

Occurrence status is tentative.

CONFIRMED

Occurrence status is confirmed.

XML Schema


<xs:simpleType name="occurrenceStatus">
    <xs:restriction base="xs:string">
        <xs:enumeration value="CANCELLED"/>
        <xs:enumeration value="TENTATIVE"/>
        <xs:enumeration value="CONFIRMED"/>
    </xs:restriction>
</xs:simpleType>

        

References

The following data represents the references to occurrenceStatus

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions