complexType "ccapp:ContactCenterSimResultsParams"
Namespace:
Content:
complex, 3 attributes, 20 elements
Defined:
globally in ccapp.xsd, see XML source
Includes:
definitions of 1 attribute and 5 elements
Used:
XML Representation Summary
<...
    defaultUnit
 = 
("NANOSECOND" | "MICROSECOND" | "MILLISECOND" | "SECOND" | "MINUTE" | "HOUR" | "DAY" | "WEEK") : "HOUR"
    numMatricesOfAWT
 = 
xsd:int : "1"
    numSteps
 = 
xsd:int : "0"
    >
   
Content: 
</...>
Content Elements (20):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Represents results obtained by performing simulation of a contact center model. This extends the parameters of evaluation with matrices of variances, minimas, and observations.

The Java class ContactCenterSimResults can be used to access results more conveniently from Java programs. Instances of this class can be constructed from instances of the class derived by JAXB from this complex type. The Java class ContactCenterEvalResultsConverter can also be used to read XML file storing results, and convert them to instances of ContactCenterEvalResults or ContactCenterSimResults.

Type Definition Detail
Type Derivation Tree
  ccapp:ContactCenterSimResultsParams (extension)
XML Source (w/o annotations (7); see schema source)
<xsd:complexType name="ContactCenterSimResultsParams">
<xsd:complexContent>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="variance" type="ccapp:PMMatrix">
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="min" type="ccapp:PMMatrix">
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="max" type="ccapp:PMMatrix">
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="numObs" type="ccapp:PMMatrixInt">
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="observations" type="ccapp:ObsMatrix">
<xsd:key name="ObsUnique">
<xsd:selector xpath=".//obs"/>
<xsd:field xpath="@row"/>
<xsd:field xpath="@column"/>
</xsd:key>
</xsd:element>
</xsd:sequence>
<xsd:attribute default="0" name="numSteps" type="ssj:nonNegativeInt">
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (defined in this component only)
numSteps
Gives the number of steps (batches ore replications) performed by the simulator to obtain the results represented by an element of this type.
Type:
Use:
optional
Default:
"0"
Defined:
locally, within (this) ccapp:ContactCenterSimResultsParams complexType
<xsd:attribute default="0" name="numSteps" type="ssj:nonNegativeInt">
</xsd:attribute>
Content Element Detail (defined in this component only)
max
Gives the maximum of the observations for each performance measure corresponding to expectations. Each occurrence of this element provides a matrix of maxima for a specific type of performance measure.
Type:
ccapp:PMMatrix, complex content
Defined:
locally, within (this) ccapp:ContactCenterSimResultsParams complexType
XML Source (w/o annotations (1); see schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="max" type="ccapp:PMMatrix">
</xsd:element>

min
Gives the minimum of the observations for each performance measure corresponding to expectations. Each occurrence of this element provides a matrix of minima for a specific type of performance measure.
Type:
ccapp:PMMatrix, complex content
Defined:
locally, within (this) ccapp:ContactCenterSimResultsParams complexType
XML Source (w/o annotations (1); see schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="min" type="ccapp:PMMatrix">
</xsd:element>

numObs
Gives the number of observations for each performance measure corresponding to an expectation. Each occurrence of this element provides a matrix of integers for a specific type of performance measure.
Type:
ccapp:PMMatrixInt, complex content
Defined:
locally, within (this) ccapp:ContactCenterSimResultsParams complexType
XML Source (w/o annotations (1); see schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="numObs" type="ccapp:PMMatrixInt">
</xsd:element>

observations
Gives the individual observations for each performance measure corresponding to an expectation. Each occurrence of this element concerns a specific type of performance measure. No occurrence of this element is present if the observations are not stored.
Type:
ccapp:ObsMatrix, complex content
Defined:
locally, within (this) ccapp:ContactCenterSimResultsParams complexType
XML Source (w/o annotations (1); see schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="observations" type="ccapp:ObsMatrix">
<xsd:key name="ObsUnique">
<xsd:selector xpath=".//obs"/>
<xsd:field xpath="@row"/>
<xsd:field xpath="@column"/>
</xsd:key>
</xsd:element>

variance
Gives the sample variance of the observations for each performance measure. Each occurrence of this element provides a matrix of variances for a specific type of performance measure.
Type:
ccapp:PMMatrix, complex content
Defined:
locally, within (this) ccapp:ContactCenterSimResultsParams complexType
XML Source (w/o annotations (1); see schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="variance" type="ccapp:PMMatrix">
</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