Definition Type: Element
Name: note
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 annotates in schema xliff-core-1_2-strict_xsd Drilldown into from in schema xliff-core-1_2-strict_xsd Drilldown into priority in schema xliff-core-1_2-strict_xsd Drilldown into lang in schema xml_xsdXSD Diagram of note in schema xliff-core-1_2-strict_xsd (OASIS XML Localisation Interchange File Format (XLIFF) TC)
Collapse XSD Schema Code:
<xsd:element name="note">
    <xsd:complexType>
        <xsd:simpleContent>
            <xsd:extension base="xsd:string">
                <xsd:attribute ref="xml:lang" use="optional" />
                <xsd:attribute default="1" name="priority" type="xlf:AttrType_priority" use="optional" />
                <xsd:attribute name="from" type="xsd:string" use="optional" />
                <xsd:attribute default="general" name="annotates" type="xlf:AttrType_annotates" use="optional" />
            </xsd:extension>
        </xsd:simpleContent>
    </xsd:complexType>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
lang nsA:lang Optional
priority xlf:priority 1 Optional
from xlf:from Optional
annotates xlf:annotates general Optional