Definition Type: Element
Name: internal-file
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 crc in schema xliff-core-1_2-strict_xsd Drilldown into form in schema xliff-core-1_2-strict_xsdXSD Diagram of internal-file in schema xliff-core-1_2-strict_xsd (OASIS XML Localisation Interchange File Format (XLIFF) TC)
Collapse XSD Schema Code:
<xsd:element name="internal-file">
    <xsd:complexType>
        <xsd:simpleContent>
            <xsd:extension base="xsd:string">
                <xsd:attribute name="form" type="xsd:string" />
                <xsd:attribute name="crc" type="xsd:NMTOKEN" />
            </xsd:extension>
        </xsd:simpleContent>
    </xsd:complexType>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
form xlf:form (Optional)
crc xlf:crc (Optional)