| diagram | 
					  | 
				
				
					| namespace | 
					http://api.brm.n2.tibco.com | 
				
				
					| children | 
					BaseModelInfo WorkModelSpecification WorkModelEntities WorkModelTypes ItemPrivileges WorkModelScripts | 
				
				
					| used by | 
					 | 
				
				
					| attributes | 
					| Name   | Type   | Use   | Default   | Fixed   | Annotation |  | workModelUID   | xs:string   | required   |    |    | | documentation |  | Unique ID (or GUID) of the work model. |  
  |  
  | 
				
				
					| annotation | 
					| documentation |  | Definition of a work model. |  
  | 
				
				
					| 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> |