Definition Type: SimpleType
Name: context-typeValueList
Namespace: urn:oasis:names:tc:xliff:document:1.2
Containing Schema: xliff-core-1.2-strict.xsd
Documentation:
Values for the attribute 'context-type'.
Collapse XSD Schema Diagram:
XSD Diagram of context-typeValueList in schema xliff-core-1_2-strict_xsd (OASIS XML Localisation Interchange File Format (XLIFF) TC)
Collapse XSD Schema Code:
<xsd:simpleType name="context-typeValueList">
    <xsd:annotation>
        <xsd:documentation>Values for the attribute 'context-type'.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="database">
            <xsd:annotation>
                <xsd:documentation>Indicates a database content.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="element">
            <xsd:annotation>
                <xsd:documentation>Indicates the content of an element within an XML document.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="elementtitle">
            <xsd:annotation>
                <xsd:documentation>Indicates the name of an element within an XML document.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="linenumber">
            <xsd:annotation>
                <xsd:documentation>Indicates the line number from the sourcefile (see context-type="sourcefile") where the &lt;source&gt; is found.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="numparams">
            <xsd:annotation>
                <xsd:documentation>Indicates a the number of parameters contained within the &lt;source&gt;.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="paramnotes">
            <xsd:annotation>
                <xsd:documentation>Indicates notes pertaining to the parameters in the &lt;source&gt;.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="record">
            <xsd:annotation>
                <xsd:documentation>Indicates the content of a record within a database.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="recordtitle">
            <xsd:annotation>
                <xsd:documentation>Indicates the name of a record within a database.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="sourcefile">
            <xsd:annotation>
                <xsd:documentation>Indicates the original source file in the case that multiple files are merged to form the original file from which the XLIFF file is created. This differs from the original &lt;file&gt; attribute in that this sourcefile is one of many that make up that file.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration database
Enumeration element
Enumeration elementtitle
Enumeration linenumber
Enumeration numparams
Enumeration paramnotes
Enumeration record
Enumeration recordtitle
Enumeration sourcefile