complexType PresentationChannel
diagram wp_diagrams/wp_p67.png
namespace http://base.api.wp.n2.tibco.com
children WorkTypeArtifact BusinessServiceArtifact
used by
element getPresentationChannelResponse/presentationChannel
attributes
Name  Type  Use  Default  Fixed  Annotation
version  xs:string  optional      
documentation
Optional version
name  xs:string  optional      
documentation
Optional name
channelId  xs:string  required      
documentation
The Channel ID
description  xs:string  optional      
documentation
The optional description
presentationChannelType  PresentationType  required      
documentation
The presentation channel type information
channelType  ChannelType  optional      
documentation
The channel type
implementationType  ImplementationType  optional      
documentation
The implmentation type
createdOn  xs:dateTime  optional      
documentation
Optional created on information
modifiedOn  xs:dateTime  optional      
documentation
Optional modified on information
defaultChannel  xs:boolean    false    
documentation
Indicates if this is a default channel
annotation
documentation
Presentation channel artifact details.
source <xs:complexType name="PresentationChannel">
 
<xs:annotation>
   
<xs:documentation>Presentation channel artifact details.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:sequence minOccurs="0" maxOccurs="unbounded">
     
<xs:element name="WorkTypeArtifact" type="WorkTypeArtifact">
       
<xs:annotation>
         
<xs:documentation>A single instance of the work type information, and associated artifacts</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
   
<xs:sequence minOccurs="0" maxOccurs="unbounded">
     
<xs:element name="BusinessServiceArtifact" type="wp:businessServiceType">
       
<xs:annotation>
         
<xs:documentation>A single instance of a business service artifact, and associated details.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
 
</xs:sequence>
 
<xs:attribute name="version" type="xs:string" use="optional">
   
<xs:annotation>
     
<xs:documentation>Optional version</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="name" type="xs:string" use="optional">
   
<xs:annotation>
     
<xs:documentation>Optional name</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="channelId" type="xs:string" use="required">
   
<xs:annotation>
     
<xs:documentation>The Channel ID</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="description" type="xs:string" use="optional">
   
<xs:annotation>
     
<xs:documentation>The optional description</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="presentationChannelType" type="ct:PresentationType" use="required">
   
<xs:annotation>
     
<xs:documentation>The presentation channel type information</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="channelType" type="ct:ChannelType" use="optional">
   
<xs:annotation>
     
<xs:documentation>The channel type</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="implementationType" type="ct:ImplementationType" use="optional">
   
<xs:annotation>
     
<xs:documentation>The implmentation type</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="createdOn" type="xs:dateTime" use="optional">
   
<xs:annotation>
     
<xs:documentation>Optional created on information</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="modifiedOn" type="xs:dateTime" use="optional">
   
<xs:annotation>
     
<xs:documentation>Optional modified on information</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="defaultChannel" type="xs:boolean" default="false">
   
<xs:annotation>
     
<xs:documentation>Indicates if this is a default channel</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute PresentationChannel/@version
type xs:string
properties
use optional
annotation
documentation
Optional version
source <xs:attribute name="version" type="xs:string" use="optional">
 
<xs:annotation>
   
<xs:documentation>Optional version</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute PresentationChannel/@name
type xs:string
properties
use optional
annotation
documentation
Optional name
source <xs:attribute name="name" type="xs:string" use="optional">
 
<xs:annotation>
   
<xs:documentation>Optional name</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute PresentationChannel/@channelId
type xs:string
properties
use required
annotation
documentation
The Channel ID
source <xs:attribute name="channelId" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>The Channel ID</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute PresentationChannel/@description
type xs:string
properties
use optional
annotation
documentation
The optional description
source <xs:attribute name="description" type="xs:string" use="optional">
 
<xs:annotation>
   
<xs:documentation>The optional description</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute PresentationChannel/@presentationChannelType
type PresentationType
properties
use required
facets
Kind Value Annotation
enumeration JSP
enumeration GI
enumeration Pageflow
enumeration Email
enumeration Rss
enumeration GWT
enumeration iPhone
annotation
documentation
The presentation channel type information
source <xs:attribute name="presentationChannelType" type="ct:PresentationType" use="required">
 
<xs:annotation>
   
<xs:documentation>The presentation channel type information</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute PresentationChannel/@channelType
type ChannelType
properties
use optional
facets
Kind Value Annotation
enumeration JSPChannel
enumeration GIChannel
enumeration PageflowChannel
enumeration EmailChannel
enumeration RssChannel
enumeration openspaceChannel
enumeration MobileChannel
annotation
documentation
The channel type
source <xs:attribute name="channelType" type="ct:ChannelType" use="optional">
 
<xs:annotation>
   
<xs:documentation>The channel type</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute PresentationChannel/@implementationType
type ImplementationType
properties
use optional
facets
Kind Value Annotation
enumeration Pull
enumeration Push
annotation
documentation
The implmentation type
source <xs:attribute name="implementationType" type="ct:ImplementationType" use="optional">
 
<xs:annotation>
   
<xs:documentation>The implmentation type</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute PresentationChannel/@createdOn
type xs:dateTime
properties
use optional
annotation
documentation
Optional created on information
source <xs:attribute name="createdOn" type="xs:dateTime" use="optional">
 
<xs:annotation>
   
<xs:documentation>Optional created on information</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute PresentationChannel/@modifiedOn
type xs:dateTime
properties
use optional
annotation
documentation
Optional modified on information
source <xs:attribute name="modifiedOn" type="xs:dateTime" use="optional">
 
<xs:annotation>
   
<xs:documentation>Optional modified on information</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute PresentationChannel/@defaultChannel
type xs:boolean
properties
default false
annotation
documentation
Indicates if this is a default channel
source <xs:attribute name="defaultChannel" type="xs:boolean" default="false">
 
<xs:annotation>
   
<xs:documentation>Indicates if this is a default channel</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element PresentationChannel/WorkTypeArtifact
diagram wp_diagrams/wp_p68.png
type WorkTypeArtifact
properties
content complex
children form pageFlow extension
attributes
Name  Type  Use  Default  Fixed  Annotation
workTypeUid  xs:string  required      
documentation
The work type uid
artifactName  xs:string  required      
documentation
The specfic artifact name
version  xs:string  optional      
documentation
Optional version
createdOn  xs:dateTime  optional      
documentation
Optional created on
modifiedOn  xs:dateTime  optional      
documentation
Optional modified on
artifactType  ArtifactType  required      
documentation
Artifact type information
annotation
documentation
A single instance of the work type information, and associated artifacts
source <xs:element name="WorkTypeArtifact" type="WorkTypeArtifact">
 
<xs:annotation>
   
<xs:documentation>A single instance of the work type information, and associated artifacts</xs:documentation>
 
</xs:annotation>
</xs:element>

element PresentationChannel/BusinessServiceArtifact
diagram wp_diagrams/wp_p69.png
type wp:businessServiceType
properties
content complex
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
A single instance of a business service artifact, and associated details.
source <xs:element name="BusinessServiceArtifact" type="wp:businessServiceType">
 
<xs:annotation>
   
<xs:documentation>A single instance of a business service artifact, and associated details.</xs:documentation>
 
</xs:annotation>
</xs:element>


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