<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>
|