complexType PresentationArtifactRequest
diagram wp_diagrams/wp_p66.png
namespace http://base.api.wp.n2.tibco.com
used by
element getPresentationArtifactRequest
attributes
Name  Type  Use  Default  Fixed  Annotation
workTypeUid  xs:string  required      
documentation
The requested worktype UID
version  xs:string        
documentation
Optional version, if no version is supplied all version information is returned
annotation
documentation
Presentation artifact to be used in requests.
source <xs:complexType name="PresentationArtifactRequest">
 
<xs:annotation>
   
<xs:documentation>Presentation artifact to be used in requests.</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="workTypeUid" type="xs:string" use="required">
   
<xs:annotation>
     
<xs:documentation>The requested worktype UID</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="version" type="xs:string">
   
<xs:annotation>
     
<xs:documentation>Optional version, if no version is supplied all version information is returned</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute PresentationArtifactRequest/@workTypeUid
type xs:string
properties
use required
annotation
documentation
The requested worktype UID
source <xs:attribute name="workTypeUid" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>The requested worktype UID</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute PresentationArtifactRequest/@version
type xs:string
annotation
documentation
Optional version, if no version is supplied all version information is returned
source <xs:attribute name="version" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>Optional version, if no version is supplied all version information is returned</xs:documentation>
 
</xs:annotation>
</xs:attribute>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy