2.2.5.11 t:DistinguishedPropertySetType Simple Type
The DistinguishedPropertySetType simple type specifies the well-known property set IDs for extended properties. The DistinguishedPropertySetType simple type extends the xs:string data type ([XMLSCHEMA2] section 3.2.1).
-
<xs:simpleType name="DistinguishedPropertySetType"> <xs:restriction base="xs:string"> <xs:enumeration value="Address"/> <xs:enumeration value="Appointment"/> <xs:enumeration value="CalendarAssistant"/> <xs:enumeration value="Common"/> <xs:enumeration value="InternetHeaders"/> <xs:enumeration value="Meeting"/> <xs:enumeration value="PublicStrings"/> <xs:enumeration value="UnifiedMessaging"/> <xs:enumeration value="Task"/> <xs:enumeration value="Sharing"/> </xs:restriction> </xs:simpleType>
The values that are defined by the DistinguishedPropertySetType simple type are listed in the following table.
Value |
Meaning |
---|---|
Address |
Specifies the address property set ID by name. |
Appointment |
Specifies the appointment property set ID by name. |
CalendarAssistant |
Specifies the calendar assistant property set ID by name. |
Common |
Specifies the common property set ID by name. |
InternetHeaders |
Specifies the Internet headers property set ID by name. |
Meeting |
Specifies the meeting property set ID by name. |
PublicStrings |
Specifies the public strings property set ID by name. |
UnifiedMessaging |
Specifies the Unified Messaging property set ID by name. |
Task |
Specifies the task property set ID by name. |
Sharing |
Specifies the sharing property set ID by name.<105> |