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> |