Definition Type: Element
Name: 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 ex in schema xliff-core-1_2-strict_xsd Drilldown into bx in schema xliff-core-1_2-strict_xsd Drilldown into x in schema xliff-core-1_2-strict_xsd Drilldown into mrk in schema xliff-core-1_2-strict_xsd Drilldown into it in schema xliff-core-1_2-strict_xsd Drilldown into ph in schema xliff-core-1_2-strict_xsd Drilldown into ept in schema xliff-core-1_2-strict_xsd Drilldown into bpt in schema xliff-core-1_2-strict_xsd Drilldown into g in schema xliff-core-1_2-strict_xsd Drilldown into ElemGroup_TextContent in schema xliff-core-1_2-strict_xsd Drilldown into equiv-trans in schema xliff-core-1_2-strict_xsd Drilldown into exstyle in schema xliff-core-1_2-strict_xsd Drilldown into style in schema xliff-core-1_2-strict_xsd Drilldown into css-style in schema xliff-core-1_2-strict_xsd Drilldown into font in schema xliff-core-1_2-strict_xsd Drilldown into coord in schema xliff-core-1_2-strict_xsd Drilldown into resname in schema xliff-core-1_2-strict_xsd Drilldown into lang in schema xml_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_xsdXSD Diagram of target in schema xliff-core-1_2-strict_xsd (OASIS XML Localisation Interchange File Format (XLIFF) TC)
Collapse XSD Schema Code:
<xsd:element name="target">
    <xsd:complexType mixed="true">
        <xsd:group maxOccurs="unbounded" minOccurs="0" ref="xlf:ElemGroup_TextContent" />
        <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 ref="xml:lang" use="optional" />
        <xsd:attribute name="resname" type="xsd:string" use="optional" />
        <xsd:attribute name="coord" type="xlf:AttrType_Coordinates" use="optional" />
        <xsd:attribute name="font" type="xsd:string" use="optional" />
        <xsd:attribute name="css-style" type="xsd:string" use="optional" />
        <xsd:attribute name="style" type="xsd:NMTOKEN" use="optional" />
        <xsd:attribute name="exstyle" type="xsd:NMTOKEN" use="optional" />
        <xsd:attribute default="yes" name="equiv-trans" type="xlf:AttrType_YesNo" use="optional" />
        <xsd:anyAttribute namespace="##other" processContents="strict" />
    </xsd:complexType>
    <xsd:unique name="U_target_bpt_rid">
        <xsd:selector xpath=".//xlf:bpt" />
        <xsd:field xpath="@rid" />
    </xsd:unique>
    <xsd:keyref name="KR_target_ept_rid" refer="xlf:U_target_bpt_rid">
        <xsd:selector xpath=".//xlf:ept" />
        <xsd:field xpath="@rid" />
    </xsd:keyref>
    <xsd:unique name="U_target_bx_rid">
        <xsd:selector xpath=".//xlf:bx" />
        <xsd:field xpath="@rid" />
    </xsd:unique>
    <xsd:keyref name="KR_target_ex_rid" refer="xlf:U_target_bx_rid">
        <xsd:selector xpath=".//xlf:ex" />
        <xsd:field xpath="@rid" />
    </xsd:keyref>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
g xlf:g (1) (1)
bpt xlf:bpt (1) (1)
ept xlf:ept (1) (1)
ph xlf:ph (1) (1)
it xlf:it (1) (1)
mrk xlf:mrk (1) (1)
x xlf:x (1) (1)
bx xlf:bx (1) (1)
ex xlf:ex (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
state xlf:state Optional
state-qualifier xlf:state-qualifier Optional
phase-name xlf:phase-name Optional
lang nsA:lang Optional
resname xlf:resname Optional
coord xlf:coord Optional
font xlf:font Optional
css-style xlf:css-style Optional
style xlf:style Optional
exstyle xlf:exstyle Optional
equiv-trans xlf:equiv-trans yes Optional
<anyAttribute> Allowed namespace: '##other'