Definition Type: SimpleType
Name: alttranstypeValueList
Namespace: urn:oasis:names:tc:xliff:document:1.2
Containing Schema: xliff-core-1.2-strict.xsd
Collapse XSD Schema Diagram:
XSD Diagram of alttranstypeValueList in schema xliff-core-1_2-strict_xsd (OASIS XML Localisation Interchange File Format (XLIFF) TC)
Collapse XSD Schema Code:
<xsd:simpleType name="alttranstypeValueList">
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="proposal">
            <xsd:annotation>
                <xsd:documentation>Represents a translation proposal from a translation memory or other resource.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="previous-version">
            <xsd:annotation>
                <xsd:documentation>Represents a previous version of the target element.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="rejected">
            <xsd:annotation>
                <xsd:documentation>Represents a rejected version of the target element.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="reference">
            <xsd:annotation>
                <xsd:documentation>Represents a translation to be used for reference purposes only, for example from a related product or a different language.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="accepted">
            <xsd:annotation>
                <xsd:documentation>Represents a proposed translation that was used for the translation of the trans-unit, possibly modified.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration proposal
Enumeration previous-version
Enumeration rejected
Enumeration reference
Enumeration accepted