complexType formType
diagram wp_diagrams/wp_p2948.png
namespace http://service.archive.wp.n2.tibco.com
children wp:formIdentifier wp:relative-path wp:base-path
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 <xsd:complexType name="formType">
 
<xsd:annotation>
   
<xsd:documentation>Definition of a form artifact.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="formIdentifier" type="xs:string" nillable="false" minOccurs="0">
     
<xsd:annotation>
       
<xsd:documentation>Unique identifier of the form artifact.

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

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

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

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

element formType/formIdentifier
diagram wp_diagrams/wp_p2949.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 <xsd:element name="formIdentifier" type="xs:string" nillable="false" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation>Unique identifier of the form artifact.

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

element formType/relative-path
diagram wp_diagrams/wp_p2950.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 <xsd:element name="relative-path" type="xs:string" nillable="false">
 
<xsd:annotation>
   
<xsd:documentation>Location of the form artifact, relative to the base-path value.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element formType/base-path
diagram wp_diagrams/wp_p2951.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 <xsd:element name="base-path" type="xs:string" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation>The base context for the location of form artifacts.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

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