diagram | |||||||||||||||
namespace | http://base.api.de.bpm.tibco.com | ||||||||||||||
children | deployment | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
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> |
type | xs:int | ||
properties |
|
||
annotation |
|
||
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> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | XmlOrgModelDeployment | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="deployment" type="XmlOrgModelDeployment" minOccurs="1" maxOccurs="unbounded"/> |