complexType businessServiceType
diagram wp_diagrams/wp_p2941.png
namespace http://service.archive.wp.n2.tibco.com
type extension of wp:pageFlowType
properties
base wp:pageFlowType
children wp:page-activity
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:string  required      
documentation
ID of this pageflow.
name  xs:string  optional      
documentation
Name of this pageflow.
url  xs:string  required      
documentation
URL of this pageflow.
moduleName  xs:string  required      
documentation
Module name of this pageflow.
moduleVersion  xs:string  required      
documentation
Module version number of this pageflow.
annotation
documentation
Definition of a business service.

(A business service is a special type of pageflow).
source <xsd:complexType name="businessServiceType">
 
<xsd:annotation>
   
<xsd:documentation>Definition of a business service.

(A business service is a special type of pageflow).
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="wp:pageFlowType"/>
 
</xsd:complexContent>
</xsd:complexType>

WSDL documentation generated by XMLSpy WSDL Editor http://www.altova.com/xmlspy