XTableReference Data Type

Java class for x_table_reference complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="x_table_reference">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="table" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="column" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="maps_to_many" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </restriction>
   </complexContent>
 </complexType>
 

Properties
name data type description
table string
column string
maps_to_many boolean

Example

{
  "table" : "...",
  "column" : "...",
  "maps_to_many" : true
}