complexType channelExtentionType
diagram wp_diagrams/wp_p2942.png
namespace http://service.archive.wp.n2.tibco.com
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 <xsd:complexType name="channelExtentionType">
 
<xsd:annotation>
   
<xsd:documentation>Defines extended Channel Type deployment information such as Email Channel, or for a channel type not yet implemented</xsd:documentation>
 
</xsd:annotation>
 
<xsd:attribute name="filename" type="xs:string" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The requested filename</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="location" type="xs:string" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The requested location</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
</xsd:complexType>

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

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

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