| diagram |
 |
| namespace |
http://service.archive.wp.n2.tibco.com |
| type |
extension of wp:pageFlowType |
| properties |
|
| children |
wp:page-activity |
| used by |
| elements | PresentationChannel/BusinessServiceArtifact businessServiceDetailsResponse Service-Archive-Descriptor/channels/channel/business-service |
|
| attributes |
| Name | Type | Use | Default | Fixed | Annotation | | id | xs:string | required | | | | documentation | | ID of this pageflow. |
| | name | xs:string | optional | | | | documentation | | Name of this pageflow. |
| | url | xs:string | required | | | | documentation | | URL of this pageflow. |
| | moduleName | xs:string | required | | | | documentation | | Module name of this pageflow. |
| | moduleVersion | xs:string | required | | | | documentation | | Module version number of this pageflow. |
|
|
| annotation |
| documentation | Definition of a business service.
(A business service is a special type of pageflow). |
|
| source |
<xs:complexType name="businessServiceType">
<xs:annotation>
<xs:documentation>Definition of a business service.
(A business service is a special type of pageflow).</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="wp:pageFlowType"/>
</xs:complexContent>
</xs:complexType> |