QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
name | restriction of xs:token | required | ||||
state | union of(metrics:State, metrics:Custom) | optional |
Element | metrics:stage |
<xs:element name="count-group"> <xs:complexType> <xs:sequence> <xs:element minOccurs="1" maxOccurs="unbounded" ref="metrics:count"/> </xs:sequence> <xs:attribute name="name" use="required"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="verifiable"/> <xs:enumeration value="non-verifiable"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="state"> <xs:simpleType> <xs:union memberTypes="metrics:State metrics:Custom"/> </xs:simpleType> </xs:attribute> </xs:complexType> </xs:element> |
Initial count based on source document for the first resource. |
< count type = "ProjectRepetionMatchedWordCount" value = "99" /> |
< count type = "ProjectFuzzyMatchedWordCount" value = "99" /> |
< count type = "ProjectRepetionMatchedCharacterCount" value = "99" /> |
< count type = "ProjectFuzzyMatchedCharacterCount" value = "99" /> |