Definition Type: Element
Name: alt-trans
Namespace: urn:oasis:names:tc:xliff:document:1.2
Containing Schema: xliff-core-1.2-strict.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into note in schema xliff-core-1_2-strict_xsd Drilldown into context-group in schema xliff-core-1_2-strict_xsd Drilldown into target in schema xliff-core-1_2-strict_xsd Drilldown into seg-source in schema xliff-core-1_2-strict_xsd Drilldown into source in schema xliff-core-1_2-strict_xsd Drilldown into alttranstype in schema xliff-core-1_2-strict_xsd Drilldown into phase-name 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 mid in schema xliff-core-1_2-strict_xsd Drilldown into menu-name in schema xliff-core-1_2-strict_xsd Drilldown into menu-option in schema xliff-core-1_2-strict_xsd Drilldown into menu in schema xliff-core-1_2-strict_xsd Drilldown into help-id in schema xliff-core-1_2-strict_xsd Drilldown into extype in schema xliff-core-1_2-strict_xsd Drilldown into extradata 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 space in schema xml_xsd Drilldown into datatype in schema xliff-core-1_2-strict_xsd Drilldown into origin in schema xliff-core-1_2-strict_xsd Drilldown into lang in schema xml_xsd Drilldown into crc in schema xliff-core-1_2-strict_xsd Drilldown into tool-id in schema xliff-core-1_2-strict_xsd Drilldown into match-quality in schema xliff-core-1_2-strict_xsdXSD Diagram of alt-trans in schema xliff-core-1_2-strict_xsd (OASIS XML Localisation Interchange File Format (XLIFF) TC)
Collapse XSD Schema Code:
<xsd:element name="alt-trans">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element minOccurs="0" ref="xlf:source" />
            <xsd:element minOccurs="0" ref="xlf:seg-source" />
            <xsd:element maxOccurs="1" ref="xlf:target" />
            <xsd:element maxOccurs="unbounded" minOccurs="0" ref="xlf:context-group" />
            <xsd:element maxOccurs="unbounded" minOccurs="0" ref="xlf:note" />
            <xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="strict" />
        </xsd:sequence>
        <xsd:attribute name="match-quality" type="xsd:string" use="optional" />
        <xsd:attribute name="tool-id" type="xsd:string" use="optional" />
        <xsd:attribute name="crc" type="xsd:NMTOKEN" use="optional" />
        <xsd:attribute ref="xml:lang" use="optional" />
        <xsd:attribute name="origin" type="xsd:string" use="optional" />
        <xsd:attribute name="datatype" type="xlf:AttrType_datatype" use="optional" />
        <xsd:attribute default="default" ref="xml:space" use="optional" />
        <xsd:attribute name="restype" type="xlf:AttrType_restype" use="optional" />
        <xsd:attribute name="resname" type="xsd:string" use="optional" />
        <xsd:attribute name="extradata" type="xsd:string" use="optional" />
        <xsd:attribute name="extype" type="xsd:string" use="optional" />
        <xsd:attribute name="help-id" type="xsd:NMTOKEN" use="optional" />
        <xsd:attribute name="menu" type="xsd:string" use="optional" />
        <xsd:attribute name="menu-option" type="xsd:string" use="optional" />
        <xsd:attribute name="menu-name" type="xsd:string" use="optional" />
        <xsd:attribute name="mid" type="xsd:NMTOKEN" 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 name="phase-name" type="xsd:NMTOKEN" use="optional" />
        <xsd:attribute default="proposal" name="alttranstype" type="xlf:AttrType_alttranstype" use="optional" />
        <xsd:anyAttribute namespace="##other" processContents="strict" />
    </xsd:complexType>
    <xsd:unique name="U_at_segsrc_mid">
        <xsd:selector xpath="./xlf:seg-source/xlf:mrk" />
        <xsd:field xpath="@mid" />
    </xsd:unique>
    <xsd:keyref name="KR_at_segsrc_mid" refer="xlf:U_at_segsrc_mid">
        <xsd:selector xpath="./xlf:target/xlf:mrk" />
        <xsd:field xpath="@mid" />
    </xsd:keyref>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
source xlf:source 0 (1)
seg-source xlf:seg-source 0 (1)
target xlf:target (1) 1
context-group xlf:context-group 0 unbounded
note xlf:note 0 unbounded
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
match-quality xlf:match-quality Optional
tool-id xlf:tool-id Optional
crc xlf:crc Optional
lang nsA:lang Optional
origin xlf:origin Optional
datatype xlf:datatype Optional
space nsA:space Optional
restype xlf:restype Optional
resname xlf:resname Optional
extradata xlf:extradata Optional
extype xlf:extype Optional
help-id xlf:help-id Optional
menu xlf:menu Optional
menu-option xlf:menu-option Optional
menu-name xlf:menu-name Optional
mid xlf:mid Optional
coord xlf:coord Optional
font xlf:font Optional
css-style xlf:css-style Optional
style xlf:style Optional
exstyle xlf:exstyle Optional
phase-name xlf:phase-name Optional
alttranstype xlf:alttranstype proposal Optional
<anyAttribute> Allowed namespace: '##other'