diagram | |||||||||||||||||||||||||||||||||||||||
namespace | http://common.api.pfe.n2.tibco.com | ||||||||||||||||||||||||||||||||||||||
type | extension of BaseBusinessServiceTemplate | ||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="BusinessServiceTemplate"> <xs:annotation> <xs:documentation>Definition of a business service or pageflow process.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="BaseBusinessServiceTemplate"> <xs:attribute name="hasFormalParameters" type="xs:boolean" use="required"> <xs:annotation> <xs:documentation>Boolean value defining whether the business service or pageflow process has formal parameters.</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> |
type | xs:boolean | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="hasFormalParameters" type="xs:boolean" use="required"> <xs:annotation> <xs:documentation>Boolean value defining whether the business service or pageflow process has formal parameters.</xs:documentation> </xs:annotation> </xs:attribute> |