Definition Type: Element
Name: bin-unit
Namespace: urn:oasis:names:tc:xliff:document:1.2
Containing Schema: xliff-core-1.2-strict.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into trans-unit 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 context-group in schema xliff-core-1_2-strict_xsd Drilldown into bin-target in schema xliff-core-1_2-strict_xsd Drilldown into bin-source in schema xliff-core-1_2-strict_xsd Drilldown into phase-name in schema xliff-core-1_2-strict_xsd Drilldown into resname in schema xliff-core-1_2-strict_xsd Drilldown into restype in schema xliff-core-1_2-strict_xsd Drilldown into reformat in schema xliff-core-1_2-strict_xsd Drilldown into translate in schema xliff-core-1_2-strict_xsd Drilldown into approved in schema xliff-core-1_2-strict_xsd Drilldown into mime-type in schema xliff-core-1_2-strict_xsd Drilldown into id in schema xliff-core-1_2-strict_xsdXSD Diagram of bin-unit in schema xliff-core-1_2-strict_xsd (OASIS XML Localisation Interchange File Format (XLIFF) TC)
Collapse XSD Schema Code:
<xsd:element name="bin-unit">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element ref="xlf:bin-source" />
            <xsd:element minOccurs="0" ref="xlf:bin-target" />
            <xsd:choice maxOccurs="unbounded" minOccurs="0">
                <xsd:element ref="xlf:context-group" />
                <xsd:element ref="xlf:count-group" />
                <xsd:element ref="xlf:note" />
                <xsd:element ref="xlf:trans-unit" />
            </xsd:choice>
            <xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="strict" />
        </xsd:sequence>
        <xsd:attribute name="id" type="xsd:string" use="required" />
        <xsd:attribute name="mime-type" type="xlf:mime-typeValueList" use="required" />
        <xsd:attribute name="approved" type="xlf:AttrType_YesNo" use="optional" />
        <xsd:attribute default="yes" name="translate" type="xlf:AttrType_YesNo" use="optional" />
        <xsd:attribute default="yes" name="reformat" type="xlf:AttrType_reformat" use="optional" />
        <xsd:attribute name="restype" type="xlf:AttrType_restype" use="optional" />
        <xsd:attribute name="resname" type="xsd:string" use="optional" />
        <xsd:attribute name="phase-name" type="xsd:string" use="optional" />
        <xsd:anyAttribute namespace="##other" processContents="strict" />
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
bin-source xlf:bin-source (1) (1)
bin-target xlf:bin-target 0 (1)
context-group xlf:context-group (1) (1)
count-group xlf:count-group (1) (1)
note xlf:note (1) (1)
trans-unit xlf:trans-unit (1) (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id xlf:id Required
mime-type xlf:mime-type Required
approved xlf:approved Optional
translate xlf:translate yes Optional
reformat xlf:reformat yes Optional
restype xlf:restype Optional
resname xlf:resname Optional
phase-name xlf:phase-name Optional
<anyAttribute> Allowed namespace: '##other'