Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element NotedEventsType / NotedEvent
Annotations
Each NotedEvent element gives information about an event that occurred during an inspection.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_EventBaseType.tmp#EventBaseType_id IntermediatesPMI_xsd_Complex_Type_EventBaseType.tmp#EventBaseType_Description IntermediatesPMI_xsd_Complex_Type_EventBaseType.tmp#EventBaseType IntermediatesPMI_xsd_Complex_Type_NotedEventType.tmp#NotedEventType_SequenceNumber IntermediatesPMI_xsd_Complex_Type_NotedEventType.tmp#NotedEventType_TimeOccurred IntermediatesPMI_xsd_Complex_Type_NotedEventType.tmp#NotedEventType_NotableEventId IntermediatesPMI_xsd_Complex_Type_NotedEventType.tmp#NotedEventType
Type NotedEventType
Type hierarchy
Properties
content complex
maxOccurs unbounded
Children Description, NotableEventId, SequenceNumber, TimeOccurred
Instance
<NotedEvent id="" xmlns="http://qifstandards.org/xsd/qif3">
  <Description>{1,1}</Description>
  <SequenceNumber>{1,1}</SequenceNumber>
  <TimeOccurred>{0,1}</TimeOccurred>
  <NotableEventId xId="">{0,1}</NotableEventId>
</NotedEvent>
Attributes
QName Type Use Annotation
id QIFIdType required
The id attribute is the QIF id of the event, used for referencing.
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Complex Type NotedEventsType
Annotations
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.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_NotedEventsType.tmp#NotedEventsType_n IntermediatesPMI_xsd_Complex_Type_NotedEventsType.tmp#NotedEventsType_NotedEvent
Used by
Children NotedEvent
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of noted events in the list.
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Attribute NotedEventsType / @n
Annotations
The required n attribute is the number of noted events in the list.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type NotedEventsType
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd