simpleType ParameterValueMultiplicityEnum
namespace http://api.bds.tibco.com
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
enumeration ONE
enumeration TWO
enumeration MANY
annotation
documentation
Represents the number of values expected in a named parameter assignment
source <xs:simpleType name="ParameterValueMultiplicityEnum">
 
<xs:annotation>
   
<xs:documentation>Represents the number of values expected in a named parameter assignment</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="ONE"/>
   
<xs:enumeration value="TWO"/>
   
<xs:enumeration value="MANY"/>
 
</xs:restriction>
</xs:simpleType>

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