complexType BaseArtifact
diagram wp_diagrams/wp_p222.png
namespace http://base.api.wp.n2.tibco.com
used by
complexType WorkTypeArtifact
attributes
Name  Type  Use  Default  Fixed  Annotation
workTypeUid  xs:string  required      
documentation
The work type uid
artifactName  xs:string  required      
documentation
The specfic artifact name
version  xs:string  optional      
documentation
Optional version
createdOn  xs:dateTime  optional      
documentation
Optional created on
modifiedOn  xs:dateTime  optional      
documentation
Optional modified on
artifactType  ArtifactType  required      
documentation
Artifact type information
annotation
documentation
Base artifact details.
source <xs:complexType name="BaseArtifact">
 
<xs:annotation>
   
<xs:documentation>Base artifact details.</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="workTypeUid" type="xs:string" use="required">
   
<xs:annotation>
     
<xs:documentation>The work type uid</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="artifactName" type="xs:string" use="required">
   
<xs:annotation>
     
<xs:documentation>The specfic artifact name</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="version" type="xs:string" use="optional">
   
<xs:annotation>
     
<xs:documentation>Optional version</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="createdOn" type="xs:dateTime" use="optional">
   
<xs:annotation>
     
<xs:documentation>Optional created on</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="modifiedOn" type="xs:dateTime" use="optional">
   
<xs:annotation>
     
<xs:documentation>Optional modified on</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="artifactType" type="ArtifactType" use="required">
   
<xs:annotation>
     
<xs:documentation>Artifact type information</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

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