<xs:complexType name="DetachableSensorsType">
<xs:annotation>
<xs:documentation>The DetachableSensorsType defines a list of detachable sensors.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element ref="DetachableSensor" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Each DetachableSensor element is a detachable sensor that may or may not be mounted on a 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 detachable sensors in the list.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |