complexType pageFlowType
diagram wp_diagrams/wp_p2953.png
namespace http://service.archive.wp.n2.tibco.com
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 pageflow.
source <xsd:complexType name="pageFlowType">
 
<xsd:annotation>
   
<xsd:documentation>Definition of a pageflow.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence maxOccurs="unbounded">
   
<xsd:element name="page-activity" minOccurs="0" maxOccurs="unbounded">
     
<xsd:annotation>
       
<xsd:documentation>Details of page activities belonging to this pageflow.</xsd:documentation>
     
</xsd:annotation>
     
<xsd:complexType>
       
<xsd:sequence>
         
<xsd:element name="page-reference" type="wp:formType">
           
<xsd:annotation>
             
<xsd:documentation>Details of the form artifact associated with this page activity.</xsd:documentation>
           
</xsd:annotation>
         
</xsd:element>
       
</xsd:sequence>
       
<xsd:attribute name="id" type="xs:string" use="required">
         
<xsd:annotation>
           
<xsd:documentation>ID of this page activity.</xsd:documentation>
         
</xsd:annotation>
       
</xsd:attribute>
       
<xsd:attribute name="name" type="xs:string" use="optional">
         
<xsd:annotation>
           
<xsd:documentation>Name of this page activity.</xsd:documentation>
         
</xsd:annotation>
       
</xsd:attribute>
     
</xsd:complexType>
   
</xsd:element>
 
</xsd:sequence>
 
<xsd:attribute name="id" type="xs:string" use="required">
   
<xsd:annotation>
     
<xsd:documentation>ID of this pageflow.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="name" type="xs:string" use="optional">
   
<xsd:annotation>
     
<xsd:documentation>Name of this pageflow.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="url" type="xs:string" use="required">
   
<xsd:annotation>
     
<xsd:documentation>URL of this pageflow.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="moduleName" type="xs:string" use="required">
   
<xsd:annotation>
     
<xsd:documentation>Module name of this pageflow.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="moduleVersion" type="xs:string" use="required">
   
<xsd:annotation>
     
<xsd:documentation>Module version number of this pageflow.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
</xsd:complexType>

attribute pageFlowType/@id
type xs:string
properties
use required
annotation
documentation
ID of this pageflow.
source <xsd:attribute name="id" type="xs:string" use="required">
 
<xsd:annotation>
   
<xsd:documentation>ID of this pageflow.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute pageFlowType/@name
type xs:string
properties
use optional
annotation
documentation
Name of this pageflow.
source <xsd:attribute name="name" type="xs:string" use="optional">
 
<xsd:annotation>
   
<xsd:documentation>Name of this pageflow.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute pageFlowType/@url
type xs:string
properties
use required
annotation
documentation
URL of this pageflow.
source <xsd:attribute name="url" type="xs:string" use="required">
 
<xsd:annotation>
   
<xsd:documentation>URL of this pageflow.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute pageFlowType/@moduleName
type xs:string
properties
use required
annotation
documentation
Module name of this pageflow.
source <xsd:attribute name="moduleName" type="xs:string" use="required">
 
<xsd:annotation>
   
<xsd:documentation>Module name of this pageflow.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute pageFlowType/@moduleVersion
type xs:string
properties
use required
annotation
documentation
Module version number of this pageflow.
source <xsd:attribute name="moduleVersion" type="xs:string" use="required">
 
<xsd:annotation>
   
<xsd:documentation>Module version number of this pageflow.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

element pageFlowType/page-activity
diagram wp_diagrams/wp_p2954.png
namespace http://service.archive.wp.n2.tibco.com
properties
minOcc 0
maxOcc unbounded
content complex
children wp:page-reference
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:string  required      
documentation
ID of this page activity.
name  xs:string  optional      
documentation
Name of this page activity.
annotation
documentation
Details of page activities belonging to this pageflow.
source <xsd:element name="page-activity" minOccurs="0" maxOccurs="unbounded">
 
<xsd:annotation>
   
<xsd:documentation>Details of page activities belonging to this pageflow.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element name="page-reference" type="wp:formType">
       
<xsd:annotation>
         
<xsd:documentation>Details of the form artifact associated with this page activity.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
   
</xsd:sequence>
   
<xsd:attribute name="id" type="xs:string" use="required">
     
<xsd:annotation>
       
<xsd:documentation>ID of this page activity.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:attribute>
   
<xsd:attribute name="name" type="xs:string" use="optional">
     
<xsd:annotation>
       
<xsd:documentation>Name of this page activity.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:attribute>
 
</xsd:complexType>
</xsd:element>

attribute pageFlowType/page-activity/@id
type xs:string
properties
use required
annotation
documentation
ID of this page activity.
source <xsd:attribute name="id" type="xs:string" use="required">
 
<xsd:annotation>
   
<xsd:documentation>ID of this page activity.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute pageFlowType/page-activity/@name
type xs:string
properties
use optional
annotation
documentation
Name of this page activity.
source <xsd:attribute name="name" type="xs:string" use="optional">
 
<xsd:annotation>
   
<xsd:documentation>Name of this page activity.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

element pageFlowType/page-activity/page-reference
diagram wp_diagrams/wp_p2955.png
namespace http://service.archive.wp.n2.tibco.com
type wp:formType
properties
content complex
children wp:formIdentifier wp:relative-path wp:base-path
attributes
Name  Type  Use  Default  Fixed  Annotation
version  xs:string  optional      
documentation
Version number of the form artifact.
guid  xs:string  optional      
documentation
GUID of the form artifact.
name  xs:string  required      
documentation
Name of the form artifact.
annotation
documentation
Details of the form artifact associated with this page activity.
source <xsd:element name="page-reference" type="wp:formType">
 
<xsd:annotation>
   
<xsd:documentation>Details of the form artifact associated with this page activity.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

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