diagram | |||
namespace | http://common.api.pfe.n2.tibco.com | ||
children | name value | ||
used by |
|
||
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> |
diagram | |||
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="name" type="xs:string"> <xs:annotation> <xs:documentation>Name of the paramerter.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||
type | xs:anyType | ||||||
properties |
|
||||||
attributes |
|
||||||
annotation |
|
||||||
source | <xs:element name="value" type="xs:anyType"> <xs:annotation> <xs:documentation>Value of the parameter.</xs:documentation> </xs:annotation> </xs:element> |