complexType XmlOrgAttribute
diagram deservices_wsdl_diagrams/deservices_wsdl_p99.png
namespace http://base.api.de.bpm.tibco.com
type extension of XmlModelEntity
properties
base XmlModelEntity
children enum-val
used by
elements XmlOrgAttributeValue/definition XmlQualifiedEntity/qualifier
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.
type  XmlParameterType  required      
documentation
Indicates the data type of the attribute values.
annotation
documentation
Describes an organization model attribute that may be assigned to organization model entities.
source <xs:complexType name="XmlOrgAttribute">
 
<xs:annotation>
   
<xs:documentation>Describes an organization model attribute that may be assigned to organization model entities.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="XmlModelEntity">
     
<xs:sequence>
       
<xs:element name="enum-val" type="xs:string" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>For Enum and EnumSet attributes, these elements list the permitted values.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
     
<xs:attribute name="type" type="dex:XmlParameterType" use="required">
       
<xs:annotation>
         
<xs:documentation>Indicates the data type of the attribute values.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

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