Definition Type: Element
Name: header
Namespace: urn:oasis:names:tc:xliff:document:1.2
Containing Schema: xliff-core-1.2-strict.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into tool in schema xliff-core-1_2-strict_xsd Drilldown into note in schema xliff-core-1_2-strict_xsd Drilldown into count-group in schema xliff-core-1_2-strict_xsd Drilldown into reference in schema xliff-core-1_2-strict_xsd Drilldown into glossary in schema xliff-core-1_2-strict_xsd Drilldown into phase-group in schema xliff-core-1_2-strict_xsd Drilldown into skl in schema xliff-core-1_2-strict_xsdXSD Diagram of header in schema xliff-core-1_2-strict_xsd (OASIS XML Localisation Interchange File Format (XLIFF) TC)
Collapse XSD Schema Code:
<xsd:element name="header">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element minOccurs="0" name="skl" type="xlf:ElemType_ExternalReference" />
            <xsd:element minOccurs="0" ref="xlf:phase-group" />
            <xsd:choice maxOccurs="unbounded" minOccurs="0">
                <xsd:element name="glossary" type="xlf:ElemType_ExternalReference" />
                <xsd:element name="reference" type="xlf:ElemType_ExternalReference" />
                <xsd:element ref="xlf:count-group" />
                <xsd:element ref="xlf:note" />
                <xsd:element ref="xlf:tool" />
            </xsd:choice>
            <xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="strict" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
skl xlf:skl 0 (1)
phase-group xlf:phase-group 0 (1)
glossary xlf:glossary (1) (1)
reference xlf:reference (1) (1)
count-group xlf:count-group (1) (1)
note xlf:note (1) (1)
tool xlf:tool (1) (1)
<xs:any> Allowed namespace: '##other' 0 unbounded