diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://base.api.wp.n2.tibco.com | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | WorkTypeArtifact BusinessServiceArtifact | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="PresentationChannel"> <xs:annotation> <xs:documentation>Presentation channel artifact details.</xs:documentation> </xs:annotation> <xs:sequence> <xs:sequence minOccurs="0" maxOccurs="unbounded"> <xs:element name="WorkTypeArtifact" type="WorkTypeArtifact"> <xs:annotation> <xs:documentation>A single instance of the work type information, and associated artifacts</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:sequence minOccurs="0" maxOccurs="unbounded"> <xs:element name="BusinessServiceArtifact" type="wp:businessServiceType"> <xs:annotation> <xs:documentation>A single instance of a business service artifact, and associated details.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:sequence> <xs:attribute name="version" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Optional version</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="name" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Optional name</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="channelId" type="xs:string" use="required"> <xs:annotation> <xs:documentation>The Channel ID</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="description" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>The optional description</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="presentationChannelType" type="ct:PresentationType" use="required"> <xs:annotation> <xs:documentation>The presentation channel type information</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="channelType" type="ct:ChannelType" use="optional"> <xs:annotation> <xs:documentation>The channel type</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="implementationType" type="ct:ImplementationType" use="optional"> <xs:annotation> <xs:documentation>The implmentation type</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="createdOn" type="xs:dateTime" use="optional"> <xs:annotation> <xs:documentation>Optional created on information</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="modifiedOn" type="xs:dateTime" use="optional"> <xs:annotation> <xs:documentation>Optional modified on information</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="defaultChannel" type="xs:boolean" default="false"> <xs:annotation> <xs:documentation>Indicates if this is a default channel</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> |