<xs:simpleType name="Type"> <xs:restriction base="xs:token"> <xs:enumeration value="ScreenCount"/> <xs:enumeration value="FileCount"/> <xs:enumeration value="PageCount"/> <xs:enumeration value="TextUnitCount"/> <xs:enumeration value="TotalWordCount"/> <xs:enumeration value="WhiteSpaceCharacterCount"/> <xs:enumeration value="PunctuationCharacterCount"/> <xs:enumeration value="AlphanumericOnlyTextUnitWordCount"/> <xs:enumeration value="MeasurementOnlyTextUnitWordCount"/> <xs:enumeration value="NumericOnlyTextUnitWordCount"/> <xs:enumeration value="ExactMatchedWordCount"/> <xs:enumeration value="LeveragedMatchedWordCount"/> <xs:enumeration value="RepetionMatchedWordCount"/> <xs:enumeration value="ProtectedWordCount"/> <xs:enumeration value="ProjectRepetionMatchedWordCount"/> <xs:enumeration value="FuzzyMatchedWordCount"/> <xs:enumeration value="ProjectFuzzyMatchedWordCount"/> <xs:enumeration value="TotalCharacterCount"/> <xs:enumeration value="AlphanumericOnlyTextUnitCharacterCount"/> <xs:enumeration value="MeasurementOnlyTextUnitCharacterCount"/> <xs:enumeration value="NumericOnlyTextUnitCharacterCount"/> <xs:enumeration value="ExactMatchedCharacterCount"/> <xs:enumeration value="LeveragedMatchedCharacterCount"/> <xs:enumeration value="RepetionMatchedCharacterCount"/> <xs:enumeration value="ProjectRepetionMatchedCharacterCount"/> <xs:enumeration value="FuzzyMatchedCharacterCount"/> <xs:enumeration value="ProjectFuzzyMatchedCharacterCount"/> <xs:enumeration value="ProtectedCharacterCount"/> <xs:enumeration value="SimpleNumericAutoTextWordCount"/> <xs:enumeration value="ComplexNumericAutoTextWordCount"/> <xs:enumeration value="MeasurementAutoTextWordCount"/> <xs:enumeration value="AlphaNumericAutoTextWordCount"/> <xs:enumeration value="DateAutoTextWordCount"/> <xs:enumeration value="TMAutoTextWordCount"/> <xs:enumeration value="SimpleNumericAutoTextCharacterCount"/> <xs:enumeration value="ComplexNumericAutoTextCharacterCount"/> <xs:enumeration value="MeasurementAutoTextCharacterCount"/> <xs:enumeration value="AlphaNumericAutoTextCharacterCount"/> <xs:enumeration value="DateAutoTextCharacterCount"/> <xs:enumeration value="TMAutoTextCharacterCount"/> <xs:enumeration value="TranslatableInlineCount"/> <xs:enumeration value="TranslatableLinkingInlineCount"/> </xs:restriction> </xs:simpleType> |