complexType formType
diagram wp_diagrams/wp_p127.png
namespace http://service.archive.wp.n2.tibco.com
children wp:formIdentifier wp:relative-path wp:base-path
used by
elements WorkTypeArtifact/form Service-Archive-Descriptor/channels/channel/work-type/form pageFlowType/page-activity/page-reference
attributes
Name  Type  Use  Default  Fixed  Annotation
version  xs:string  optional      
documentation
Version number of the form artifact.
guid  xs:string  optional      
documentation
GUID of the form artifact.
name  xs:string  required      
documentation
Name of the form artifact.
annotation
documentation
Definition of a form artifact.
source <xs:complexType name="formType">
 
<xs:annotation>
   
<xs:documentation>Definition of a form artifact.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="formIdentifier" type="xs:string" nillable="false" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Unique identifier of the form artifact.

(The identifier comprises the relative-path value, with the name of the form artifact appended to it.)
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="relative-path" type="xs:string" nillable="false">
     
<xs:annotation>
       
<xs:documentation>Location of the form artifact, relative to the base-path value.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="base-path" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The base context for the location of form artifacts.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
 
<xs:attribute name="version" type="xs:string" use="optional">
   
<xs:annotation>
     
<xs:documentation>Version number of the form artifact.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="guid" type="xs:string" use="optional">
   
<xs:annotation>
     
<xs:documentation>GUID of the form artifact.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="name" type="xs:string" use="required">
   
<xs:annotation>
     
<xs:documentation>Name of the form artifact.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute formType/@version
type xs:string
properties
use optional
annotation
documentation
Version number of the form artifact.
source <xs:attribute name="version" type="xs:string" use="optional">
 
<xs:annotation>
   
<xs:documentation>Version number of the form artifact.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute formType/@guid
type xs:string
properties
use optional
annotation
documentation
GUID of the form artifact.
source <xs:attribute name="guid" type="xs:string" use="optional">
 
<xs:annotation>
   
<xs:documentation>GUID of the form artifact.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute formType/@name
type xs:string
properties
use required
annotation
documentation
Name of the form artifact.
source <xs:attribute name="name" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>Name of the form artifact.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element formType/formIdentifier
diagram wp_diagrams/wp_p128.png
namespace http://service.archive.wp.n2.tibco.com
type xs:string
properties
minOcc 0
maxOcc 1
content simple
nillable false
annotation
documentation
Unique identifier of the form artifact.

(The identifier comprises the relative-path value, with the name of the form artifact appended to it.)
source <xs:element name="formIdentifier" type="xs:string" nillable="false" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Unique identifier of the form artifact.

(The identifier comprises the relative-path value, with the name of the form artifact appended to it.)
</xs:documentation>
 
</xs:annotation>
</xs:element>

element formType/relative-path
diagram wp_diagrams/wp_p129.png
namespace http://service.archive.wp.n2.tibco.com
type xs:string
properties
content simple
nillable false
annotation
documentation
Location of the form artifact, relative to the base-path value.
source <xs:element name="relative-path" type="xs:string" nillable="false">
 
<xs:annotation>
   
<xs:documentation>Location of the form artifact, relative to the base-path value.</xs:documentation>
 
</xs:annotation>
</xs:element>

element formType/base-path
diagram wp_diagrams/wp_p130.png
namespace http://service.archive.wp.n2.tibco.com
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The base context for the location of form artifacts.
source <xs:element name="base-path" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The base context for the location of form artifacts.</xs:documentation>
 
</xs:annotation>
</xs:element>


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