Definition Type: Element
Name: tool
Namespace: urn:oasis:names:tc:xliff:document:1.2
Containing Schema: xliff-core-1.2-strict.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into tool-company in schema xliff-core-1_2-strict_xsd Drilldown into tool-version in schema xliff-core-1_2-strict_xsd Drilldown into tool-name in schema xliff-core-1_2-strict_xsd Drilldown into tool-id in schema xliff-core-1_2-strict_xsdXSD Diagram of tool in schema xliff-core-1_2-strict_xsd (OASIS XML Localisation Interchange File Format (XLIFF) TC)
Collapse XSD Schema Code:
<xsd:element name="tool">
    <xsd:complexType mixed="true">
        <xsd:sequence>
            <xsd:any namespace="##any" processContents="strict" minOccurs="0" maxOccurs="unbounded" />
        </xsd:sequence>
        <xsd:attribute name="tool-id" type="xsd:string" use="required" />
        <xsd:attribute name="tool-name" type="xsd:string" use="required" />
        <xsd:attribute name="tool-version" type="xsd:string" use="optional" />
        <xsd:attribute name="tool-company" type="xsd:string" use="optional" />
        <xsd:anyAttribute namespace="##other" processContents="strict" />
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
<xs:any> Allowed namespace: '##any' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
tool-id xlf:tool-id Required
tool-name xlf:tool-name Required
tool-version xlf:tool-version Optional
tool-company xlf:tool-company Optional
<anyAttribute> Allowed namespace: '##other'