complexType AttributeInfo
diagram bds_all_diagrams/bds_all_p107.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>

element AttributeInfo/path
diagram bds_all_diagrams/bds_all_p108.png
type xs:string
properties
content simple
annotation
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.
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>

element AttributeInfo/label
diagram bds_all_diagrams/bds_all_p109.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
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.
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>

element AttributeInfo/type
diagram bds_all_diagrams/bds_all_p110.png
type AttributeTypeEnum
properties
content simple
facets
Kind Value Annotation
enumeration ATTR_TEXT
enumeration ATTR_ID
enumeration ATTR_URI
enumeration ATTR_DATE
enumeration ATTR_TIME
enumeration ATTR_DATETIME
enumeration ATTR_DATETIMETZ
enumeration ATTR_DURATION
enumeration ATTR_INTEGER
enumeration ATTR_DECIMAL
enumeration ATTR_BOOLEAN
enumeration ATTR_ENUM
enumeration OBJECT
source <xs:element name="type" type="AttributeTypeEnum"/>

element AttributeInfo/enumLiteral
diagram bds_all_diagrams/bds_all_p111.png
type xs:string
properties
minOcc 0
maxOcc unbounded
content simple
source <xs:element name="enumLiteral" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>


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