Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element NotableEventsType / NotableEvent
Annotations
Each NotableEvent element gives information about a notable event that might occur 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_NotableEventType.tmp#NotableEventType_Active IntermediatesPMI_xsd_Complex_Type_NotableEventType.tmp#NotableEventType
Type NotableEventType
Type hierarchy
Properties
content complex
maxOccurs unbounded
Children Active, Description
Instance
<NotableEvent id="" xmlns="http://qifstandards.org/xsd/qif3">
  <Description>{1,1}</Description>
  <Active>{1,1}</Active>
</NotableEvent>
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="NotableEvent" type="NotableEventType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each NotableEvent element gives information about a notable event that might occur during an inspection.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Complex Type NotableEventsType
Annotations
The NotableEventsType defines a list of notable events that might occur during an inspection.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_NotableEventsType.tmp#NotableEventsType_n IntermediatesPMI_xsd_Complex_Type_NotableEventsType.tmp#NotableEventsType_NotableEvent
Used by
Children NotableEvent
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of notable events in the list.
Source
<xs:complexType name="NotableEventsType">
  <xs:annotation>
    <xs:documentation>The NotableEventsType defines a list of notable events that might occur during an inspection.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="NotableEvent" type="NotableEventType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each NotableEvent element gives information about a notable event that might occur 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 notable 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 NotableEventsType / @n
Annotations
The required n attribute is the number of notable events in the list.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type NotableEventsType
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of notable events in the list.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd