Definition Type: Element
Name: bin-target
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_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 phase-name in schema xliff-core-1_2-strict_xsd Drilldown into state-qualifier in schema xliff-core-1_2-strict_xsd Drilldown into state in schema xliff-core-1_2-strict_xsd Drilldown into mime-type in schema xliff-core-1_2-strict_xsdXSD Diagram of bin-target in schema xliff-core-1_2-strict_xsd (OASIS XML Localisation Interchange File Format (XLIFF) TC)
Collapse XSD Schema Code:
<xsd:element name="bin-target">
    <xsd:complexType>
        <xsd:choice>
            <xsd:element ref="xlf:internal-file" />
            <xsd:element ref="xlf:external-file" />
        </xsd:choice>
        <xsd:attribute name="mime-type" type="xlf:mime-typeValueList" use="optional" />
        <xsd:attribute name="state" type="xlf:AttrType_state" use="optional" />
        <xsd:attribute name="state-qualifier" type="xlf:AttrType_state-qualifier" use="optional" />
        <xsd:attribute name="phase-name" type="xsd:NMTOKEN" use="optional" />
        <xsd:attribute name="restype" type="xlf:AttrType_restype" use="optional" />
        <xsd:attribute name="resname" type="xsd:string" use="optional" />
        <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
mime-type xlf:mime-type Optional
state xlf:state Optional
state-qualifier xlf:state-qualifier Optional
phase-name xlf:phase-name Optional
restype xlf:restype Optional
resname xlf:resname Optional
<anyAttribute> Allowed namespace: '##other'