Previous Topic

Next Topic

Book Contents

ReturnCodes

ReturnCodes

Item

Description

Namespace

http://test.odmextract.informpublisher.hsgbu.oracle.com/

Type

restriction of string

Properties

 

Base:

xsd:string

Used by

 

Element:

receiveODMDataResponse/return

Facets

 

Kind:

enumeration

Value:

SUCCESS

Annotation:

After receiving ODM extract data, the receiving application should send a SUCCESS response back to InForm Publisher by sending this return code.

 

 

Kind:

enumeration

Value:

ODMMETAREQUIRED

Annotation:

After receiving ODM extract data, the receiving application can request ODM metadata from InForm Publisher by sending this return code.

 

 

Kind:

enumeration

Value:

ODMADMINREQUIRED

Annotation:

After receiving ODM extract data, the receiving application can request ODM administrative data from InForm Publisher by sending this return code.

 

 

Kind:

enumeration

Value:

ODMMETAANDADMINREQUIRED

Annotation:

After receiving ODM extract data, the receiving application can request ODM metadata and administrative data from InForm Publisher by sending this return code.

 

 

Source

<simpleType name="ReturnCodes">
<restriction base="xsd:string">
<enumeration value="SUCCESS"/>
<enumeration value="ODMMETAREQUIRED"/>
<enumeration value="ODMADMINREQUIRED"/>
<enumeration value="ODMMETAANDADMINREQUIRED"/>
</restriction>
</simpleType>

Send Feedback