complexType XmlOrgModelVersionDetail
diagram deservices_wsdl_diagrams/deservices_wsdl_p2286.png
namespace http://base.api.de.bpm.tibco.com
children deployment
attributes
Name  Type  Use  Default  Fixed  Annotation
model-version  xs:int  required      
documentation
Major version number of the organization model. The contained organization model deployment records make up this version.
annotation
documentation
Identifies a major version number of an organization model, detailing the deployment artifacts that make up that major version.
source <xs:complexType name="XmlOrgModelVersionDetail">
 
<xs:annotation>
   
<xs:documentation>Identifies a major version number of an organization model, detailing the deployment artifacts that make up that major version.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="deployment" type="XmlOrgModelDeployment" minOccurs="1" maxOccurs="unbounded"/>
 
</xs:sequence>
 
<xs:attribute name="model-version" type="xs:int" use="required">
   
<xs:annotation>
     
<xs:documentation>Major version number of the organization model. The contained organization model deployment records make up this version.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute XmlOrgModelVersionDetail/@model-version
type xs:int
properties
use required
annotation
documentation
Major version number of the organization model. The contained organization model deployment records make up this version.
source <xs:attribute name="model-version" type="xs:int" use="required">
 
<xs:annotation>
   
<xs:documentation>Major version number of the organization model. The contained organization model deployment records make up this version.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element XmlOrgModelVersionDetail/deployment
diagram deservices_wsdl_diagrams/deservices_wsdl_p2287.png
type XmlOrgModelDeployment
properties
minOcc 1
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
major  xs:int  required      
documentation
Major component of the version number.
minor  xs:int  required      
documentation
Minor component of the version number.
micro  xs:int  required      
documentation
Micro component of the version number.
qualifier  xs:string  optional      
documentation
Qualifier component of the version number.
name  xs:string  optional      
documentation
Name of the organization model deployment artifact, as defined by TIBCO Business Studio.
deployed  xs:dateTime  optional      
documentation
Timestamp on which the organization model deployment artifact was deployed.
source <xs:element name="deployment" type="XmlOrgModelDeployment" minOccurs="1" maxOccurs="unbounded"/>

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