xlf:sm

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xs:NMTOKEN required
ref xs:anyURI optional
translate xlf:yesNo optional
type xlf:attrType_typeForMrk optional
value optional
Wildcard: ANY attribute from ANY namespace OTHER than 'urn:oasis:names:tc:xliff:document:2.0'

Used By

Element Group xlf:inline

Source

<xs:element name="sm">
  <!-- Start Annotation Marker -->
  <xs:complexType mixed="false">
    <xs:attribute name="id" use="required" type="xs:NMTOKEN"/>
    <xs:attribute name="translate" use="optional" type="xlf:yesNo"/>
    <xs:attribute name="type" use="optional" type="xlf:attrType_typeForMrk"/>
    <xs:attribute name="ref" use="optional" type="xs:anyURI"/>
    <xs:attribute name="value" use="optional"/>
    <xs:anyAttribute namespace="##other" processContents="lax"/>
  </xs:complexType>
</xs:element>

Sample