complexType XmlOrgAttributeValue
diagram deservices_wsdl_diagrams/deservices_wsdl_p2571.png
namespace http://base.api.de.bpm.tibco.com
children definition value
annotation
documentation
Records the values held by an organization model entity for an attribute. The attribute is described by its definition.
source <xs:complexType name="XmlOrgAttributeValue">
 
<xs:annotation>
   
<xs:documentation>Records the values held by an organization model entity for an attribute. The attribute is described by its definition.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="definition" type="XmlOrgAttribute" minOccurs="1" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The definition of the attribute, including data type and possible values.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="value" type="xs:string" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Lists the values assigned to this attribute.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element XmlOrgAttributeValue/definition
diagram deservices_wsdl_diagrams/deservices_wsdl_p2572.png
type XmlOrgAttribute
properties
content complex
children enum-val
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
The definition of the attribute, including data type and possible values.
source <xs:element name="definition" type="XmlOrgAttribute" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The definition of the attribute, including data type and possible values.</xs:documentation>
 
</xs:annotation>
</xs:element>

element XmlOrgAttributeValue/value
diagram deservices_wsdl_diagrams/deservices_wsdl_p2573.png
type xs:string
properties
minOcc 0
maxOcc unbounded
content simple
annotation
documentation
Lists the values assigned to this attribute.
source <xs:element name="value" type="xs:string" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Lists the values assigned to this attribute.</xs:documentation>
 
</xs:annotation>
</xs:element>

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