<xsd:element name="xliff">
<xsd:complexType>
<xsd:sequence maxOccurs="unbounded">
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="strict" />
<xsd:element ref="xlf:file" />
</xsd:sequence>
<xsd:attribute name="version" type="xlf:AttrType_Version" use="required" />
<xsd:attribute ref="xml:lang" use="optional" />
<xsd:anyAttribute namespace="##other" processContents="strict" />
</xsd:complexType>
</xsd:element>
|