<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>
|