ops:classification-statisticsType

This element contains information about classification statistics collected by search.

Complex Type Information

Model

Children: class-title

Attributes

QName Type Fixed Default Use Inheritable Annotation
classification-symbol xs:string required
percentage xs:decimal required

Used By

Source

<xs:complexType name="classification-statisticsType">
  <xs:annotation>
    <xs:documentation>This element contains information about classification statistics collected by search.</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:element ref="cpc:class-title"/>
  </xs:choice>
  <xs:attribute name="percentage" type="xs:decimal" use="required"/>
  <xs:attribute name="classification-symbol" type="xs:string" use="required"/>
</xs:complexType>