Definition Type: Element
Name: count
Namespace: urn:oasis:names:tc:xliff:document:1.2
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: xliff-core-1.2-strict.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into unit in schema xliff-core-1_2-strict_xsd Drilldown into phase-name in schema xliff-core-1_2-strict_xsd Drilldown into count-type in schema xliff-core-1_2-strict_xsdXSD Diagram of count in schema xliff-core-1_2-strict_xsd (OASIS XML Localisation Interchange File Format (XLIFF) TC)
Collapse XSD Schema Code:
<xsd:element name="count">
    <xsd:complexType>
        <xsd:simpleContent>
            <xsd:extension base="xsd:string">
                <xsd:attribute name="count-type" type="xlf:AttrType_count-type" use="optional" />
                <xsd:attribute name="phase-name" type="xsd:string" use="optional" />
                <xsd:attribute default="word" name="unit" type="xlf:AttrType_unit" use="optional" />
            </xsd:extension>
        </xsd:simpleContent>
    </xsd:complexType>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
count-type xlf:count-type Optional
phase-name xlf:phase-name Optional
unit xlf:unit word Optional