namespace | http://api.bds.tibco.com | ||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
used by |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
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> |