complexType XmlOrgModelVersionDetail
diagram de_wsdl_diagrams/de_wsdl_p56.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>

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