complexType AttributeInfo
diagram bds_wsdl_diagrams/bds_wsdl_p25.png
namespace http://api.bds.tibco.com
children path label type enumLiteral
used by
element CaseClassInfo/attributeInfo
annotation
documentation
Attribute information (part of CaseClassInfo)
source <xs:complexType name="AttributeInfo">
 
<xs:annotation>
   
<xs:documentation>Attribute information (part of CaseClassInfo)</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="path" type="xs:string">
     
<xs:annotation>
       
<xs:documentation>an attribute name, or dot-separated if the attribute belongs to a contained global object (and includeGlobalObjectAttributes=true or omitted in the request). Each dot-separated fragment will be followed by [] if it is multiplicity-many.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="label" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>label of the attribute, as defined in the BOM. Only included if includeLabels=true in the request and the application DAA was created in AMX-BPM 3.1 or later.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="type" type="AttributeTypeEnum"/>
   
<xs:element name="enumLiteral" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
 
</xs:sequence>
</xs:complexType>

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