complexType Parameter
diagram busserv_diagrams/busserv_p145.png
namespace http://common.api.pfe.n2.tibco.com
children name value
source <xs:complexType name="Parameter">
 
<xs:sequence>
   
<xs:element name="name" type="xs:string">
     
<xs:annotation>
       
<xs:documentation>Name of the paramerter.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="value" type="xs:anyType">
     
<xs:annotation>
       
<xs:documentation>Value of the parameter.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element Parameter/name
diagram busserv_diagrams/busserv_p146.png
type xs:string
properties
content simple
annotation
documentation
Name of the paramerter.
source <xs:element name="name" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>Name of the paramerter.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Parameter/value
diagram busserv_diagrams/busserv_p147.png
type xs:anyType
properties
content complex
mixed true
attributes
Name  Type  Use  Default  Fixed  Annotation
annotation
documentation
Value of the parameter.
source <xs:element name="value" type="xs:anyType">
 
<xs:annotation>
   
<xs:documentation>Value of the parameter.</xs:documentation>
 
</xs:annotation>
</xs:element>

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