Definition Type: Element
Name: context
Namespace: urn:oasis:names:tc:xliff:document:1.2
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: xliff-core-1.2-strict.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into crc in schema xliff-core-1_2-strict_xsd Drilldown into match-mandatory in schema xliff-core-1_2-strict_xsd Drilldown into context-type in schema xliff-core-1_2-strict_xsdXSD Diagram of context in schema xliff-core-1_2-strict_xsd (OASIS XML Localisation Interchange File Format (XLIFF) TC)
Collapse XSD Schema Code:
<xsd:element name="context">
    <xsd:complexType>
        <xsd:simpleContent>
            <xsd:extension base="xsd:string">
                <xsd:attribute name="context-type" type="xlf:AttrType_context-type" use="required" />
                <xsd:attribute default="no" name="match-mandatory" type="xlf:AttrType_YesNo" use="optional" />
                <xsd:attribute name="crc" type="xsd:NMTOKEN" use="optional" />
            </xsd:extension>
        </xsd:simpleContent>
    </xsd:complexType>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
context-type xlf:context-type Required
match-mandatory xlf:match-mandatory no Optional
crc xlf:crc Optional