This element contains information about classification statistics collected by search. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
classification-symbol | xs:string | required | ||||
percentage | xs:decimal | required |
Element | ops:classification-statistics |
<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> |