complexType channelExtentionType
diagram wp_diagrams/wp_p1779.png
namespace http://service.archive.wp.n2.tibco.com
used by
elements WorkTypeArtifact/extension Service-Archive-Descriptor/channels/channel/work-type/extension-config Service-Archive-Descriptor/channels/channel/extension-config
attributes
Name  Type  Use  Default  Fixed  Annotation
filename  xs:string  required      
documentation
The requested filename
location  xs:string  required      
documentation
The requested location
annotation
documentation
Defines extended Channel Type deployment information such as Email Channel, or for a channel type not yet implemented
source <xs:complexType name="channelExtentionType">
 
<xs:annotation>
   
<xs:documentation>Defines extended Channel Type deployment information such as Email Channel, or for a channel type not yet implemented</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="filename" type="xs:string" use="required">
   
<xs:annotation>
     
<xs:documentation>The requested filename</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="location" type="xs:string" use="required">
   
<xs:annotation>
     
<xs:documentation>The requested location</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute channelExtentionType/@filename
type xs:string
properties
use required
annotation
documentation
The requested filename
source <xs:attribute name="filename" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>The requested filename</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute channelExtentionType/@location
type xs:string
properties
use required
annotation
documentation
The requested location
source <xs:attribute name="location" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>The requested location</xs:documentation>
 
</xs:annotation>
</xs:attribute>

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