xlf:ec

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
canCopy xlf:yesNo yes optional
canDelete xlf:yesNo yes optional
canOverlap xlf:yesNo yes optional
canReorder xlf:yesNoFirstNo yes optional
copyOf xs:NMTOKEN optional
dataRef xs:NMTOKEN optional
dir xlf:dirValue optional
disp optional
equiv optional
id xs:NMTOKEN optional
isolated xlf:yesNo no optional
startRef xs:NMTOKEN optional
subFlows xs:NMTOKENS optional
subType xlf:userDefinedValue optional
type xlf:attrType_type 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="ec">
  <!-- End Code -->
  <xs:complexType mixed="false">
    <xs:attribute name="canCopy" use="optional" type="xlf:yesNo" default="yes"/>
    <xs:attribute name="canDelete" use="optional" type="xlf:yesNo" default="yes"/>
    <xs:attribute name="canOverlap" use="optional" type="xlf:yesNo" default="yes"/>
    <xs:attribute name="canReorder" use="optional" type="xlf:yesNoFirstNo" default="yes"/>
    <xs:attribute name="copyOf" use="optional" type="xs:NMTOKEN"/>
    <xs:attribute name="dataRef" use="optional" type="xs:NMTOKEN"/>
    <xs:attribute name="dir" use="optional" type="xlf:dirValue"/>
    <xs:attribute name="disp" use="optional"/>
    <xs:attribute name="equiv" use="optional"/>
    <xs:attribute name="id" use="optional" type="xs:NMTOKEN"/>
    <xs:attribute name="isolated" use="optional" type="xlf:yesNo" default="no"/>
    <xs:attribute name="startRef" use="optional" type="xs:NMTOKEN"/>
    <xs:attribute name="subFlows" use="optional" type="xs:NMTOKENS"/>
    <xs:attribute name="subType" use="optional" type="xlf:userDefinedValue"/>
    <xs:attribute name="type" use="optional" type="xlf:attrType_type"/>
    <xs:anyAttribute namespace="##other" processContents="lax"/>
  </xs:complexType>
</xs:element>

Sample