xlf:note

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
appliesTo xlf:appliesTo optional
category optional
id xs:NMTOKEN optional
priority xlf:priorityValue 1 optional
Wildcard: ANY attribute from ANY namespace OTHER than 'urn:oasis:names:tc:xliff:document:2.0'

Used By

Element xlf:notes

Source

<xs:element name="note">
  <xs:complexType mixed="true">
    <xs:attribute name="id" use="optional" type="xs:NMTOKEN"/>
    <xs:attribute name="appliesTo" use="optional" type="xlf:appliesTo"/>
    <xs:attribute name="category" use="optional"/>
    <xs:attribute name="priority" use="optional" type="xlf:priorityValue" default="1"/>
    <xs:anyAttribute namespace="##other" processContents="lax"/>
  </xs:complexType>
</xs:element>

Sample