<xs:complexType name="NotedEventsType">
<xs:annotation>
<xs:documentation>The NotedEventsType defines a list of inspection related events such as occurrence of E-Stop, speed change, broken tip, excessive force, out of area errors on CMM, changed digital caliper battery etc.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="NotedEvent" type="NotedEventType" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Each NotedEvent element gives information about an event that occurred during an inspection.</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 noted events in the list.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |