complexType XmlModelEntity
diagram de_wsdl_diagrams/de_wsdl_p24366.png
namespace http://base.api.de.bpm.tibco.com
attributes
Name  Type  Use  Default  Fixed  Annotation
guid  xs:string  required      
documentation
The GUID that uniquely identifies the entity.
name  xs:string  required      
documentation
The name assigned to the entity.
label  xs:string  optional      
documentation
The optional label assigned to the entity. This is used for display purposes. If not given, the name is used for display.
annotation
documentation
Identifies an Organizational Model Entity to which a Resource is associated.
source <xs:complexType name="XmlModelEntity">
 
<xs:annotation>
   
<xs:documentation>Identifies an Organizational Model Entity to which a Resource is associated.</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="guid" type="xs:string" use="required">
   
<xs:annotation>
     
<xs:documentation>The GUID that uniquely identifies the entity.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="name" type="xs:string" use="required">
   
<xs:annotation>
     
<xs:documentation>The name assigned to the entity.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="label" type="xs:string" use="optional">
   
<xs:annotation>
     
<xs:documentation>The optional label assigned to the entity. This is used for display purposes. If not given, the name is used for display.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute XmlModelEntity/@guid
type xs:string
properties
use required
annotation
documentation
The GUID that uniquely identifies the entity.
source <xs:attribute name="guid" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>The GUID that uniquely identifies the entity.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlModelEntity/@name
type xs:string
properties
use required
annotation
documentation
The name assigned to the entity.
source <xs:attribute name="name" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>The name assigned to the entity.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlModelEntity/@label
type xs:string
properties
use optional
annotation
documentation
The optional label assigned to the entity. This is used for display purposes. If not given, the name is used for display.
source <xs:attribute name="label" type="xs:string" use="optional">
 
<xs:annotation>
   
<xs:documentation>The optional label assigned to the entity. This is used for display purposes. If not given, the name is used for display.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

WSDL documentation generated by XMLSpy WSDL Editor http://www.altova.com/xmlspy