<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 <source> 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 <source>.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="paramnotes">
<xsd:annotation>
<xsd:documentation>Indicates notes pertaining to the parameters in the <source>.</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 <file> attribute in that this sourcefile is one of many that make up that file.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|