Definition Type: Element
Name: external-file
Namespace: urn:oasis:names:tc:xliff:document:1.2
Containing Schema: xliff-core-1.2-strict.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into uid in schema xliff-core-1_2-strict_xsd Drilldown into crc in schema xliff-core-1_2-strict_xsd Drilldown into href in schema xliff-core-1_2-strict_xsdXSD Diagram of external-file in schema xliff-core-1_2-strict_xsd (OASIS XML Localisation Interchange File Format (XLIFF) TC)
Collapse XSD Schema Code:
<xsd:element name="external-file">
    <xsd:complexType>
        <xsd:attribute name="href" type="xsd:string" use="required" />
        <xsd:attribute name="crc" type="xsd:NMTOKEN" />
        <xsd:attribute name="uid" type="xsd:NMTOKEN" />
    </xsd:complexType>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
href xlf:href Required
crc xlf:crc (Optional)
uid xlf:uid (Optional)