Definition Type: SimpleType
Name: count-typeValueList
Namespace: urn:oasis:names:tc:xliff:document:1.2
Containing Schema: xliff-core-1.2-strict.xsd
Documentation:
Values for the attribute 'count-type'.
Collapse XSD Schema Diagram:
XSD Diagram of count-typeValueList in schema xliff-core-1_2-strict_xsd (OASIS XML Localisation Interchange File Format (XLIFF) TC)
Collapse XSD Schema Code:
<xsd:simpleType name="count-typeValueList">
    <xsd:annotation>
        <xsd:documentation>Values for the attribute 'count-type'.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:NMTOKEN">
        <xsd:enumeration value="num-usages">
            <xsd:annotation>
                <xsd:documentation>Indicates the count units are items that are used X times in a certain context; example: this is a reusable text unit which is used 42 times in other texts.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="repetition">
            <xsd:annotation>
                <xsd:documentation>Indicates the count units are translation units existing already in the same document.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="total">
            <xsd:annotation>
                <xsd:documentation>Indicates a total count.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration num-usages
Enumeration repetition
Enumeration total