diagram | |||||||||||||||||||||||||||||||
namespace | http://base.api.bs.n2.tibco.com | ||||||||||||||||||||||||||||||
children | pageActivityResponse | ||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
source | <xs:complexType name="BusinessResponse"> <xs:sequence> <xs:element name="pageActivityResponse" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="payloadModel" type="df:dataPayload" minOccurs="0"/> <xs:element name="PresentationType" type="xs:string" minOccurs="0"/> <xs:element name="PresentationUrl" type="xs:string" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> <xs:attribute name="activityId" type="xs:string"> <xs:annotation> <xs:documentation>ID of the page activity</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="processState" type="ProcessState" use="required"> <xs:annotation> <xs:documentation>Indicates the current state of the Business Service</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="processId" type="xs:string" use="required"> <xs:annotation> <xs:documentation>Process Id of the Business Service instance</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> |