complexType "ccapp:PerformanceMeasureParams"
Namespace:
Content:
complex, 3 attributes, 1 element
Defined:
globally in ccapp.xsd, see XML source
Includes:
definitions of 3 attributes and 1 element
Used:
XML Representation Summary
<...
    column
 = 
xsd:int : "-1"
    measure
 = 
xsd:string
    row
 = 
xsd:int : "-1"
    >
   
Content: 
</...>
Content Elements (1):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Selects a specific performance measure identified by a type name, a row, and a column. The name of the measure, e.g., SERVICELEVEL, is given by the mandatory measure attribute, and refers to a matrix of performance measures. This can be any enum constant defined in the Java class PerformanceMeasureType from package umontreal.iro.lecuyer.contactcenters.app. The optional attributes row and column give the row and column indices of the performance measure in the matrix selected by the measure attribute. Let RxC be the dimensions of the selected matrix. The default value of the row attribute is R-1, i.e., the last row of the matrix. If row is set to a negative value r, this refers to row R-r in the matrix. The same logic is used for the column index. Note that when both attributes are omitted, the bottom-right element of the matrix is selected, which usually corresponds to a global performance measure over the whole simulated horizon.
XML Source (w/o annotations (2); see schema source)
<xsd:complexType name="PerformanceMeasureParams">
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="histogram" type="ccapp:HistogramParams">
</xsd:element>
</xsd:sequence>
<xsd:attribute name="measure" type="xsd:string" use="required"/>
<xsd:attribute default="-1" name="row" type="xsd:int"/>
<xsd:attribute default="-1" name="column" type="xsd:int"/>
</xsd:complexType>
Attribute Detail
column
Type:
xsd:int
Use:
optional
Default:
"-1"
Defined:
locally, within (this) ccapp:PerformanceMeasureParams complexType
XML Source (see schema source)
<xsd:attribute default="-1" name="column" type="xsd:int"/>

measure
Type:
xsd:string
Use:
required
Defined:
locally, within (this) ccapp:PerformanceMeasureParams complexType
XML Source (see schema source)
<xsd:attribute name="measure" type="xsd:string" use="required"/>

row
Type:
xsd:int
Use:
optional
Default:
"-1"
Defined:
locally, within (this) ccapp:PerformanceMeasureParams complexType
XML Source (see schema source)
<xsd:attribute default="-1" name="row" type="xsd:int"/>
Content Element Detail
histogram
If present, a histogram of the observations results will be shown for this performance measure.
Type:
ccapp:HistogramParams, empty content
Defined:
locally, within (this) ccapp:PerformanceMeasureParams complexType
XML Source (w/o annotations (1); see schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="histogram" type="ccapp:HistogramParams">
</xsd:element>

XML Schema documentation generated with DocFlex/XML (Kit) v1.6.8
DocFlex/XML (Kit) is a freeware edition of DocFlex/XML, which is a powerful template-driven documentation and report generator from any data stored in XML files. Based on an innovative technology developed by FILIGRIS WORKS, this new tool offers virtuoso data querying and formatting capabilities not found in anything else!
Need to convert your XML data into a clear nice-looking documentation or reports? Web-ready hypertext HTML or printable MS Word / OpenOffice.org friendly RTF? DocFlex/XML may be a cheap, quick and effective solution exactly for this task!
Have questions? Not sure how to use it? Just send us e-mail to contact@filigris.com and we are always happy to help you! See also our services at www.filigris.com