Definition Type: Element
Name: 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 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 lang in schema xml_xsdXSD Diagram of source in schema xliff-core-1_2-strict_xsd (OASIS XML Localisation Interchange File Format (XLIFF) TC)
Collapse XSD Schema Code:
<xsd:element name="source">
    <xsd:complexType mixed="true">
        <xsd:group maxOccurs="unbounded" minOccurs="0" ref="xlf:ElemGroup_TextContent" />
        <xsd:attribute ref="xml:lang" use="optional" />
        <xsd:anyAttribute namespace="##other" processContents="strict" />
    </xsd:complexType>
    <xsd:unique name="U_source_bpt_rid">
        <xsd:selector xpath=".//xlf:bpt" />
        <xsd:field xpath="@rid" />
    </xsd:unique>
    <xsd:keyref name="KR_source_ept_rid" refer="xlf:U_source_bpt_rid">
        <xsd:selector xpath=".//xlf:ept" />
        <xsd:field xpath="@rid" />
    </xsd:keyref>
    <xsd:unique name="U_source_bx_rid">
        <xsd:selector xpath=".//xlf:bx" />
        <xsd:field xpath="@rid" />
    </xsd:unique>
    <xsd:keyref name="KR_source_ex_rid" refer="xlf:U_source_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
lang nsA:lang Optional
<anyAttribute> Allowed namespace: '##other'