Definition Type: Element
Name: bin-source
Namespace: urn:oasis:names:tc:xliff:document:1.2
Containing Schema: xliff-core-1.2-strict.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into external-file in schema xliff-core-1_2-strict_xsd Drilldown into internal-file in schema xliff-core-1_2-strict_xsdXSD Diagram of bin-source in schema xliff-core-1_2-strict_xsd (OASIS XML Localisation Interchange File Format (XLIFF) TC)
Collapse XSD Schema Code:
<xsd:element name="bin-source">
    <xsd:complexType>
        <xsd:choice>
            <xsd:element ref="xlf:internal-file" />
            <xsd:element ref="xlf:external-file" />
        </xsd:choice>
        <xsd:anyAttribute namespace="##other" processContents="strict" />
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
internal-file xlf:internal-file (1) (1)
external-file xlf:external-file (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
<anyAttribute> Allowed namespace: '##other'