diagram | |||||||||||||||
namespace | http://api.brm.n2.tibco.com | ||||||||||||||
children | BaseModelInfo WorkModelSpecification WorkModelEntities WorkModelTypes ItemPrivileges WorkModelScripts | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xsd:complexType name="WorkModel"> <xsd:annotation> <xsd:documentation>Definition of a work model.</xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element name="BaseModelInfo" type="BaseModelInfo"/> <xsd:element name="WorkModelSpecification" type="WorkModelSpecification"/> <xsd:element name="WorkModelEntities" type="WorkModelEntities"/> <xsd:element name="WorkModelTypes" type="WorkModelTypes"/> <xsd:element name="ItemPrivileges" type="ItemPrivilege" minOccurs="0"/> <xsd:element name="WorkModelScripts" type="WorkModelScripts" minOccurs="0"/> </xsd:sequence> <xsd:attribute name="workModelUID" type="xs:string" use="required"> <xsd:annotation> <xsd:documentation>Unique ID (or GUID) of the work model.</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xsd:attribute name="workModelUID" type="xs:string" use="required"> <xsd:annotation> <xsd:documentation>Unique ID (or GUID) of the work model.</xsd:documentation> </xsd:annotation> </xsd:attribute> |
diagram | |||||||||||||||||||||||||||||||
type | BaseModelInfo | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
source | <xsd:element name="BaseModelInfo" type="BaseModelInfo"/> |
diagram | |||
type | WorkModelSpecification | ||
properties |
|
||
children | inputs outputs inouts | ||
source | <xsd:element name="WorkModelSpecification" type="WorkModelSpecification"/> |
diagram | |||||||||||||||
type | WorkModelEntities | ||||||||||||||
properties |
|
||||||||||||||
children | WorkModelEntity | ||||||||||||||
attributes |
|
||||||||||||||
source | <xsd:element name="WorkModelEntities" type="WorkModelEntities"/> |
diagram | |||||||||||||||
type | WorkModelTypes | ||||||||||||||
properties |
|
||||||||||||||
children | WorkModelType | ||||||||||||||
attributes |
|
||||||||||||||
source | <xsd:element name="WorkModelTypes" type="WorkModelTypes"/> |
diagram | |||||||
type | ItemPrivilege | ||||||
properties |
|
||||||
children | Suspend StatelessRealloc StatefulRealloc Dellocate Delegate Skip Piling | ||||||
source | <xsd:element name="ItemPrivileges" type="ItemPrivilege" minOccurs="0"/> |
diagram | |||||||
type | WorkModelScripts | ||||||
properties |
|
||||||
children | WorkModelScript | ||||||
source | <xsd:element name="WorkModelScripts" type="WorkModelScripts" minOccurs="0"/> |