Definition Type: Element
Name: context-group
Namespace: urn:oasis:names:tc:xliff:document:1.2
Containing Schema: xliff-core-1.2-strict.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into context in schema xliff-core-1_2-strict_xsd Drilldown into purpose in schema xliff-core-1_2-strict_xsd Drilldown into crc in schema xliff-core-1_2-strict_xsd Drilldown into name in schema xliff-core-1_2-strict_xsdXSD Diagram of context-group in schema xliff-core-1_2-strict_xsd (OASIS XML Localisation Interchange File Format (XLIFF) TC)
Collapse XSD Schema Code:
<xsd:element name="context-group">
    <xsd:complexType>
        <xsd:sequence maxOccurs="unbounded">
            <xsd:element ref="xlf:context" />
        </xsd:sequence>
        <xsd:attribute name="name" type="xsd:string" use="optional" />
        <xsd:attribute name="crc" type="xsd:NMTOKEN" use="optional" />
        <xsd:attribute name="purpose" type="xlf:AttrType_purpose" use="optional" />
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
context xlf:context (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
name xlf:name Optional
crc xlf:crc Optional
purpose xlf:purpose Optional