Definition Type: Element
Name: body
Namespace: urn:oasis:names:tc:xliff:document:1.2
Containing Schema: xliff-core-1.2-strict.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into bin-unit in schema xliff-core-1_2-strict_xsd Drilldown into trans-unit in schema xliff-core-1_2-strict_xsd Drilldown into group in schema xliff-core-1_2-strict_xsdXSD Diagram of body in schema xliff-core-1_2-strict_xsd (OASIS XML Localisation Interchange File Format (XLIFF) TC)
Collapse XSD Schema Code:
<xsd:element name="body">
    <xsd:complexType>
        <xsd:choice maxOccurs="unbounded" minOccurs="0">
            <xsd:element maxOccurs="unbounded" minOccurs="0" ref="xlf:group" />
            <xsd:element maxOccurs="unbounded" minOccurs="0" ref="xlf:trans-unit" />
            <xsd:element maxOccurs="unbounded" minOccurs="0" ref="xlf:bin-unit" />
        </xsd:choice>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
group xlf:group 0 unbounded
trans-unit xlf:trans-unit 0 unbounded
bin-unit xlf:bin-unit 0 unbounded