complexType XmlOrgModelVersionDetail
diagram de_wsdl_diagrams/de_wsdl_p24969.png
namespace http://api.de.n2.tibco.com
type extension of XmlOrgModelVersion
properties
base orgdto:XmlOrgModelVersion
children deployment
attributes
Name  Type  Use  Default  Fixed  Annotation
model-version  xs:int  optional  -1    
documentation
Major version number of the organization model in which an organization model entity resides.

If not specified, the default value will be the latest version of the organization model.

(Version numbers must be compatible with, and conform to, the OSGi version number schema. For Directory Engine, only the major part of the version number is significant.)
annotation
documentation
Identifies a major version number of an organization model, detailing the deployment artefacts 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 artefacts that make up that major version.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="orgdto:XmlOrgModelVersion">
     
<xs:sequence>
       
<xs:element name="deployment" type="XmlOrgModelDeploymentInfo" maxOccurs="unbounded"/>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element XmlOrgModelVersionDetail/deployment
diagram de_wsdl_diagrams/de_wsdl_p24970.png
type XmlOrgModelDeploymentInfo
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="XmlOrgModelDeploymentInfo" maxOccurs="unbounded"/>

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