complexType CaseClassInfo
diagram bds_rest_all_diagrams/bds_rest_all_p144.png
namespace http://api.bds.tibco.com
children name attributeInfo
used by
element GetCaseClassInfoResponseType/caseClassInfo
annotation
documentation
Information about a case class: its name and attribute details
source <xs:complexType name="CaseClassInfo">
 
<xs:annotation>
   
<xs:documentation>Information about a case class: its name and attribute details</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="name" type="xs:string">
     
<xs:annotation>
       
<xs:documentation>fully-qualified class name</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="attributeInfo" type="AttributeInfo" maxOccurs="unbounded"/>
 
</xs:sequence>
</xs:complexType>

element CaseClassInfo/name
diagram bds_rest_all_diagrams/bds_rest_all_p145.png
type xs:string
properties
content simple
annotation
documentation
fully-qualified class name
source <xs:element name="name" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>fully-qualified class name</xs:documentation>
 
</xs:annotation>
</xs:element>

element CaseClassInfo/attributeInfo
diagram bds_rest_all_diagrams/bds_rest_all_p146.png
type AttributeInfo
properties
minOcc 1
maxOcc unbounded
content complex
children path type enumLiteral
source <xs:element name="attributeInfo" type="AttributeInfo" maxOccurs="unbounded"/>


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