Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Element NotedEventType / SequenceNumber
Annotations
The SequenceNumber element is the sequence number of a noted event in a list of noted events. Sequence numbers of noted event instances should be assigned in chronological order (1, 2, 3, ...).
Diagram
Diagram Primitives_xsd_Simple_Type_NaturalType.tmp#NaturalType
Type NaturalType
Properties
content simple
Facets
minInclusive 1
Source
<xs:element name="SequenceNumber" type="NaturalType">
  <xs:annotation>
    <xs:documentation>The SequenceNumber element is the sequence number of a noted event in a list of noted events. Sequence numbers of noted event instances should be assigned in chronological order (1, 2, 3, ...).</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element NotedEventType / TimeOccurred
Annotations
The optional TimeOccurred element is the date and time at which the event occurred.
Diagram
Diagram
Type xs:dateTime
Properties
content simple
minOccurs 0
Source
<xs:element name="TimeOccurred" type="xs:dateTime" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional TimeOccurred element is the date and time at which the event occurred.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element NotedEventType / NotableEventId
Annotations
The optional NotableEventId element is the QIF id of a notable event type of which this noted event is an instance.
Diagram
Diagram Primitives_xsd_Simple_Type_QIFReferenceBaseType.tmp#QIFReferenceBaseType Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType_xId Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType
Type QIFReferenceType
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use Annotation
xId QIFReferenceSimpleType optional
The optional xId attribute is a reference to the id of a QIF object in an external document. A QIF object in an external QIF document can be referenced by using references to two QIF ids: the id of the external document reference of type ExternalQIFDocumentReferenceType found in the local document and the id of the object found in the external document.
Source
<xs:element name="NotableEventId" type="QIFReferenceType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional NotableEventId element is the QIF id of a notable event type of which this noted event is an instance.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Complex Type NotedEventType
Annotations
The NotedEventType defines an instance of an event that occurred during an inspection. It may correspond to some notable event type.
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
Type extension of EventBaseType
Type hierarchy
Used by
Children Description, NotableEventId, SequenceNumber, TimeOccurred
Attributes
QName Type Use Annotation
id QIFIdType required
The id attribute is the QIF id of the event, used for referencing.
Source
<xs:complexType name="NotedEventType">
  <xs:annotation>
    <xs:documentation>The NotedEventType defines an instance of an event that occurred during an inspection. It may correspond to some notable event type.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="EventBaseType">
      <xs:sequence>
        <xs:element name="SequenceNumber" type="NaturalType">
          <xs:annotation>
            <xs:documentation>The SequenceNumber element is the sequence number of a noted event in a list of noted events. Sequence numbers of noted event instances should be assigned in chronological order (1, 2, 3, ...).</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="TimeOccurred" type="xs:dateTime" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional TimeOccurred element is the date and time at which the event occurred.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="NotableEventId" type="QIFReferenceType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional NotableEventId element is the QIF id of a notable event type of which this noted event is an instance.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd