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