Definition Type: Element
Name: xliff
Namespace: urn:oasis:names:tc:xliff:document:1.2
Containing Schema: xliff-core-1.2-strict.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into file in schema xliff-core-1_2-strict_xsd Drilldown into lang in schema xml_xsd Drilldown into version in schema xliff-core-1_2-strict_xsdXSD Diagram of xliff in schema xliff-core-1_2-strict_xsd (OASIS XML Localisation Interchange File Format (XLIFF) TC)
Collapse XSD Schema Code:
<xsd:element name="xliff">
    <xsd:complexType>
        <xsd:sequence maxOccurs="unbounded">
            <xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="strict" />
            <xsd:element ref="xlf:file" />
        </xsd:sequence>
        <xsd:attribute name="version" type="xlf:AttrType_Version" use="required" />
        <xsd:attribute ref="xml:lang" use="optional" />
        <xsd:anyAttribute namespace="##other" processContents="strict" />
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
file xlf:file (1) (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
version xlf:version Required
lang nsA:lang Optional
<anyAttribute> Allowed namespace: '##other'