diagram | |||
namespace | http://api.bds.tibco.com | ||
children | path label type enumLiteral | ||
used by |
|
||
annotation |
|
||
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> |
diagram | |||
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <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> |
diagram | |||||||
type | xs:string | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <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> |
diagram | |||||||||||||||||||||||||||||||||||||||||||
type | AttributeTypeEnum | ||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="type" type="AttributeTypeEnum"/> |
diagram | |||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="enumLiteral" type="xs:string" minOccurs="0" maxOccurs="unbounded"/> |