x_virtual_fact_table Data Type

Java class for x_virtual_fact_table complex type.

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

 <complexType name="x_virtual_fact_table">
   <complexContent>
     <extension base="{uri:lens:cube:0.1}x_fact">
       <sequence>
         <element name="properties" type="{uri:lens:cube:0.1}x_properties" minOccurs="0"/>
       </sequence>
       <attribute name="source_fact_name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="weight">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}double">
             <minInclusive value="0"/>
           </restriction>
         </simpleType>
       </attribute>
     </extension>
   </complexContent>
 </complexType>
 

Namespace
uri:lens:cube:0.1
Schema
ns2.xsd
Properties
name data type type namespace min/max occurs description
source_fact_name string attribute 1/1  
weight double attribute 0/1  
properties x_properties element ns2 0/1  
Properties inherited from x_fact
cube_name string attribute 1/1  
description string attribute 0/1  
name string attribute 1/1  

Example

<x----- cube_name="..." description="..." name="..." source_fact_name="..." weight="..." xmlns="uri:lens:cube:0.1">
  <properties>
    <property name="..." value="..."/>
  </properties>
</x----->