<xs:complexType name="ToolsType">
<xs:annotation>
<xs:documentation>The ToolsType defines a list of tools (measurement device tool components with sensors).</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element ref="Tool" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Each Tool element gives information about a measurement device tool.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="n" type="NaturalType" use="required">
<xs:annotation>
<xs:documentation>The required n attribute is the number of tools in the list.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |