Definition Type: SimpleType
Name: stateValueList
Namespace: urn:oasis:names:tc:xliff:document:1.2
Containing Schema: xliff-core-1.2-strict.xsd
Documentation:
Values for the attribute 'state'.
Collapse XSD Schema Diagram:
XSD Diagram of stateValueList in schema xliff-core-1_2-strict_xsd (OASIS XML Localisation Interchange File Format (XLIFF) TC)
Collapse XSD Schema Code:
<xsd:simpleType name="stateValueList">
    <xsd:annotation>
        <xsd:documentation>Values for the attribute 'state'.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:NMTOKEN">
        <xsd:enumeration value="final">
            <xsd:annotation>
                <xsd:documentation>Indicates the terminating state.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="needs-adaptation">
            <xsd:annotation>
                <xsd:documentation>Indicates only non-textual information needs adaptation.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="needs-l10n">
            <xsd:annotation>
                <xsd:documentation>Indicates both text and non-textual information needs adaptation.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="needs-review-adaptation">
            <xsd:annotation>
                <xsd:documentation>Indicates only non-textual information needs review.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="needs-review-l10n">
            <xsd:annotation>
                <xsd:documentation>Indicates both text and non-textual information needs review.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="needs-review-translation">
            <xsd:annotation>
                <xsd:documentation>Indicates that only the text of the item needs to be reviewed.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="needs-translation">
            <xsd:annotation>
                <xsd:documentation>Indicates that the item needs to be translated.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="new">
            <xsd:annotation>
                <xsd:documentation>Indicates that the item is new. For example, translation units that were not in a previous version of the document.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="signed-off">
            <xsd:annotation>
                <xsd:documentation>Indicates that changes are reviewed and approved.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="translated">
            <xsd:annotation>
                <xsd:documentation>Indicates that the item has been translated.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration final
Enumeration needs-adaptation
Enumeration needs-l10n
Enumeration needs-review-adaptation
Enumeration needs-review-l10n
Enumeration needs-review-translation
Enumeration needs-translation
Enumeration new
Enumeration signed-off
Enumeration translated