diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://api.de.n2.tibco.com | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="XmlOrgModelDeploymentInfo"> <xs:annotation> <xs:documentation>Lists all the properties of an organization-model deployment artefact.</xs:documentation> </xs:annotation> <xs:attribute name="major" type="xs:int" use="required"> <xs:annotation> <xs:documentation>Major component of the version number.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="minor" type="xs:int" use="required"> <xs:annotation> <xs:documentation>Minor component of the version number.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="micro" type="xs:int" use="required"> <xs:annotation> <xs:documentation>Micro component of the version number.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="qualifier" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Qualifier component of the version number.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="name" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Name of the organization model deployment artifact, as defined by TIBCO Business Studio.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="deployed" type="xs:dateTime" use="optional"> <xs:annotation> <xs:documentation>Timestamp on which the organization model deployment artifact was deployed.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> |
type | xs:int | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="major" type="xs:int" use="required"> <xs:annotation> <xs:documentation>Major component of the version number.</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:int | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="minor" type="xs:int" use="required"> <xs:annotation> <xs:documentation>Minor component of the version number.</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:int | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="micro" type="xs:int" use="required"> <xs:annotation> <xs:documentation>Micro component of the version number.</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="qualifier" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Qualifier component of the version number.</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="name" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Name of the organization model deployment artifact, as defined by TIBCO Business Studio.</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:dateTime | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="deployed" type="xs:dateTime" use="optional"> <xs:annotation> <xs:documentation>Timestamp on which the organization model deployment artifact was deployed.</xs:documentation> </xs:annotation> </xs:attribute> |