diagram |
|
namespace |
http://common.api.pfe.n2.tibco.com |
type |
extension of PFETemplate |
properties |
|
used by |
elements | startBusinessService/businessServiceDefinition BusinessCategoryResponse/BusinessServiceTemplate | complexType | BusinessServiceTemplate |
|
attributes |
Name | Type | Use | Default | Fixed | Annotation | moduleName | xs:string | required | | | documentation | Module name that contains the pageflow process or business service. |
| processName | xs:string | required | | | documentation | Name of the pageflow process or business service. |
| version | xs:string | required | | | documentation | Version of the process. |
|
|
annotation |
documentation | Unique identifier for a business service. |
|
source |
<xs:complexType name="BaseBusinessServiceTemplate">
<xs:annotation>
<xs:documentation>Unique identifier for a business service.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="PFETemplate"/>
</xs:complexContent>
</xs:complexType> |