Class LogicalModel.BaseMeasures.Measure

java.lang.Object
com.codbex.kronos.parser.calculationview.ndb.LogicalModel.BaseMeasures.Measure
Enclosing class:
LogicalModel.BaseMeasures

public static class LogicalModel.BaseMeasures.Measure extends Object
Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class.
 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="descriptions">
           <complexType>
             <simpleContent>
               <extension base="<http://www.w3.org/2001/XMLSchema>string">
                 <attribute name="defaultDescription" type="{http://www.w3.org/2001/XMLSchema}string" />
               </extension>
             </simpleContent>
           </complexType>
         </element>
         <element name="measureMapping">
           <complexType>
             <simpleContent>
               <extension base="<http://www.w3.org/2001/XMLSchema>string">
                 <attribute name="columnObjectName" type="{http://www.w3.org/2001/XMLSchema}string" />
                 <attribute name="columnName" type="{http://www.w3.org/2001/XMLSchema}string" />
               </extension>
             </simpleContent>
           </complexType>
         </element>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="order" type="{http://www.w3.org/2001/XMLSchema}byte" />
       <attribute name="semanticType" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="aggregationType" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="measureType" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>