2.2.5.8 t:DictionaryURIType Simple Type
The DictionaryURIType simple type specifies frequently referenced dictionary properties by Uniform Resource Identifier (URI). The DictionaryURIType simple type extends the xs:string data type ([XMLSCHEMA2] section 3.2.1).
-
<xs:simpleType name="DictionaryURIType"> <xs:restriction base="xs:string"> <xs:enumeration value="item:InternetMessageHeader"/> <xs:enumeration value="contacts:ImAddress"/> <xs:enumeration value="contacts:PhysicalAddress:Street"/> <xs:enumeration value="contacts:PhysicalAddress:City"/> <xs:enumeration value="contacts:PhysicalAddress:State"/> <xs:enumeration value="contacts:PhysicalAddress:CountryOrRegion"/> <xs:enumeration value="contacts:PhysicalAddress:PostalCode"/> <xs:enumeration value="contacts:PhoneNumber"/> <xs:enumeration value="contacts:EmailAddress"/> <xs:enumeration value="distributionlist:Members:Member"/> </xs:restriction> </xs:simpleType>
The values that are defined by the DictionaryURIType simple type are listed in the following table.
Value |
Meaning |
---|---|
contacts:EmailAddress |
Specifies the EmailAddresses property ([MS-OXWSCORE] section 2.2.4.18). |
contacts:ImAddress |
Specifies the ImAddresses property ([MS-OXWSCONT] section 2.2.4.3). |
contacts:PhoneNumber |
Specifies the PhoneNumbers property ([MS-OXWSCORE] section 2.2.4.18). |
contacts:PhysicalAddress:City |
Specifies the PhysicalAddressCity property ([MS-OXWSCONT] section 3.1.4.1.1.17). |
contacts:PhysicalAddress:CountryOrRegion |
Specifies the PhysicalAddressCountryOrRegion property ([MS-OXWSCONT] section 3.1.4.1.1.17). |
contacts:PhysicalAddress:PostalCode |
Specifies the PhysicalAddressPostalCode property ([MS-OXWSCONT] section 3.1.4.1.1.17). |
contacts:PhysicalAddress:State |
Specifies the PhysicalAddressState property ([MS-OXWSCONT] section 3.1.4.1.1.17). |
contacts:PhysicalAddress:Street |
Specifies the PhysicalAddressStreet property ([MS-OXWSCONT] section 3.1.4.1.1.17). |
distributionlist:Members:Member |
Specifies the Member property ([MS-OXWSDLIST] section 2.2.4.2). |
item:InternetMessageHeader |
Specifies the InternetMessageHeader property ( [MS-OXWSCORE] section 2.2.4.32). |