complexType pageFlowType
diagram wp_diagrams/wp_p132.png
namespace http://service.archive.wp.n2.tibco.com
children wp:page-activity
used by
elements WorkTypeArtifact/pageFlow workResponse/pageFlowDetail workResponseType/pageFlowDetail Service-Archive-Descriptor/channels/channel/work-type/page-flow Service-Archive-Descriptor/channels/channel/page-flow
complexType businessServiceType
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 <xs:complexType name="pageFlowType">
 
<xs:annotation>
   
<xs:documentation>Definition of a pageflow.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence maxOccurs="unbounded">
   
<xs:element name="page-activity" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Details of page activities belonging to this pageflow.</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="page-reference" type="wp:formType">
           
<xs:annotation>
             
<xs:documentation>Details of the form artifact associated with this page activity.</xs:documentation>
           
</xs:annotation>
         
</xs:element>
       
</xs:sequence>
       
<xs:attribute name="id" type="xs:string" use="required">
         
<xs:annotation>
           
<xs:documentation>ID of this page activity.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="name" type="xs:string" use="optional">
         
<xs:annotation>
           
<xs:documentation>Name of this page activity.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:complexType>
   
</xs:element>
 
</xs:sequence>
 
<xs:attribute name="id" type="xs:string" use="required">
   
<xs:annotation>
     
<xs:documentation>ID of this pageflow.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="name" type="xs:string" use="optional">
   
<xs:annotation>
     
<xs:documentation>Name of this pageflow.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="url" type="xs:string" use="required">
   
<xs:annotation>
     
<xs:documentation>URL of this pageflow.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="moduleName" type="xs:string" use="required">
   
<xs:annotation>
     
<xs:documentation>Module name of this pageflow.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="moduleVersion" type="xs:string" use="required">
   
<xs:annotation>
     
<xs:documentation>Module version number of this pageflow.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

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

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

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

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

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

element pageFlowType/page-activity
diagram wp_diagrams/wp_p133.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 <xs:element name="page-activity" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Details of page activities belonging to this pageflow.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="page-reference" type="wp:formType">
       
<xs:annotation>
         
<xs:documentation>Details of the form artifact associated with this page activity.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="id" type="xs:string" use="required">
     
<xs:annotation>
       
<xs:documentation>ID of this page activity.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="name" type="xs:string" use="optional">
     
<xs:annotation>
       
<xs:documentation>Name of this page activity.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

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

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

element pageFlowType/page-activity/page-reference
diagram wp_diagrams/wp_p134.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 <xs:element name="page-reference" type="wp:formType">
 
<xs:annotation>
   
<xs:documentation>Details of the form artifact associated with this page activity.</xs:documentation>
 
</xs:annotation>
</xs:element>


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