complexType NamedParameterMetadata
diagram bds_wsdl_diagrams/bds_wsdl_p69.png
namespace http://api.bds.tibco.com
children name type multiplicity enumLiteral
used by
element ViewSpecificationWithID/parameter
source <xs:complexType name="NamedParameterMetadata">
 
<xs:sequence>
   
<xs:element name="name" type="xs:string"/>
   
<xs:element name="type" type="AttributeTypeEnum">
     
<xs:annotation>
       
<xs:documentation>A member of AttributeTypeEnum, e.g. ATTR_TEXT or ATTR_INTEGER</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="multiplicity" type="ParameterValueMultiplicityEnum" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Number of values required for the parameter (ONE, TWO or MANY).  If omitted, assume ONE.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="enumLiteral" type="xs:string" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>If type=ATTR_ENUM, one or more enumLiteral elements will give the possible values</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

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