3.1.4.1.1.8 t:ContactUrlDictionaryEntryType Complex Type
The ContactUrlDictionaryEntryType complex type represents a URL that is associated with a contact.<52>
-
<xs:complexType name="ContactUrlDictionaryEntryType"> <xs:sequence> <xs:element name="Type" type="t:ContactUrlKeyType" minOccurs="1"/> <xs:element name="Address" type="xs:string" minOccurs="0"/> <xs:element name="Name" type="xs:string" minOccurs="0"/> </xs:sequence> </xs:complexType>
The following table lists the child elements of the ContactUrlDictionaryEntryType complex type.
Element |
Type |
Description |
---|---|---|
Type |
t:ContactUrlKeyType (section 3.1.4.1.2.2) |
The Url type. |
Address |
xs:string |
The Url. |
Name |
xs:string ([XMLSCHEMA2]) |
What the url is used for. |