2.2.5.13 t:ExceptionPropertyURIType Simple Type

The ExceptionPropertyURIType simple type specifies an offending property path in an error. The ExceptionPropertyURIType simple type extends the xs:string data type ([XMLSCHEMA2] section 3.2.1).

 <xs:simpleType name="ExceptionPropertyURIType">
     <xs:restriction base="xs:string">
       <xs:enumeration value="attachment:Name"/>
       <xs:enumeration value="attachment:ContentType"/>
       <xs:enumeration value="attachment:Content" />
       <xs:enumeration value="recurrence:Month"/>
       <xs:enumeration value="recurrence:DayOfWeekIndex"/>
       <xs:enumeration value="recurrence:DaysOfWeek" />
       <xs:enumeration value="recurrence:DayOfMonth"/>
       <xs:enumeration value="recurrence:Interval" />
       <xs:enumeration value="recurrence:NumberOfOccurrences" />
       <xs:enumeration value="timezone:Offset" />
     </xs:restriction>
 </xs:simpleType>
  

The values that are defined by the ExceptionPropertyURIType simple type are listed in the following table.

Value

Meeting

attachment:Content

Specifies that the attachment Content property ([MS-OXWSATT] section 2.2.4.4) contains an error.

attachment:ContentType

Specifies that the attachment ContentType property ([MS-OXWSATT] section 2.2.4.4) contains an error.

attachment:Name

Specifies that the attachment Name property ([MS-OXWSATT] section 2.2.4.4) contains an error.

recurrence:DayOfMonth

Specifies that the recurrence DayOfMonth property contains an error.

recurrence:DayOfWeekIndex

Specifies that the recurrence DayOfWeekIndex property contains an error.

recurrence:DaysOfWeek

Specifies that the recurrence DaysOfWeek property contains an error.

recurrence:Interval

Specifies that the recurrence Interval property contains an error.

recurrence:Month

Specifies that the recurrence Month property contains an error.

recurrence:NumberOfOccurrences

Specifies that the recurrence NumberOfOccurrences property contains an error.

timezone:Offset

Specifies that the time zone Offset property ([MS-OXWSMTGS] section 2.2.4.29) contains an error.