complexType BaseArtifact
diagram wp_diagrams/wp_p52.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>

attribute BaseArtifact/@workTypeUid
type xs:string
properties
use required
annotation
documentation
The work type uid
source <xs:attribute name="workTypeUid" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>The work type uid</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute BaseArtifact/@artifactName
type xs:string
properties
use required
annotation
documentation
The specfic artifact name
source <xs:attribute name="artifactName" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>The specfic artifact name</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute BaseArtifact/@version
type xs:string
properties
use optional
annotation
documentation
Optional version
source <xs:attribute name="version" type="xs:string" use="optional">
 
<xs:annotation>
   
<xs:documentation>Optional version</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute BaseArtifact/@createdOn
type xs:dateTime
properties
use optional
annotation
documentation
Optional created on
source <xs:attribute name="createdOn" type="xs:dateTime" use="optional">
 
<xs:annotation>
   
<xs:documentation>Optional created on</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute BaseArtifact/@modifiedOn
type xs:dateTime
properties
use optional
annotation
documentation
Optional modified on
source <xs:attribute name="modifiedOn" type="xs:dateTime" use="optional">
 
<xs:annotation>
   
<xs:documentation>Optional modified on</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute BaseArtifact/@artifactType
type ArtifactType
properties
use required
facets
Kind Value Annotation
enumeration FORM
enumeration PAGEFLOW
enumeration EXT
annotation
documentation
Artifact type information
source <xs:attribute name="artifactType" type="ArtifactType" use="required">
 
<xs:annotation>
   
<xs:documentation>Artifact type information</xs:documentation>
 
</xs:annotation>
</xs:attribute>


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