3.1.4.1.4.3 t:SuggestionQuality Simple Type

The SuggestionQuality simple type specifies the quality level of the suggestion time.

 <xs:simpleType name="SuggestionQuality">
   <xs:restriction
     base="xs:string"
   >
     <xs:enumeration
       value="Excellent"
      />
     <xs:enumeration
       value="Good"
      />
     <xs:enumeration
       value="Fair"
      />
     <xs:enumeration
       value="Poor"
      />
   </xs:restriction>
 </xs:simpleType>
  

The following table lists the values that are defined by the SuggestionQuality simple type.

Value

Meaning

Excellent

Request: Caller requests suggestions for times where there are no conflicts.

Response: Indicates that 0 percent of the attendees have a conflict for the suggested meeting time.

Good

Request: Caller requests suggestions for times where the percentage of conflicts is equal to or less than the GoodThreshold element (section 3.1.4.1.3.24) value.

Response: Indicates that the suggested meeting time has a conflict percentage that is equal to or lower than the GoodThreshold element value.

Fair

Request: Percentage of conflicts is between the GoodThreshold element (section 3.1.4.1.3.24) value and 50 percent.

Poor

Percentage of conflicts is greater than or equal to 50 percent.