# mobile ###### A mobile number consists of an area code and a direct dial component ➡ Request Parameter ## `` If a distinction between the area code and direct dial is not possible, the complete phone number may be entered in the `direct-dial` field. | Type | Condition | | --- | --- | | phoneType | One type of phone number is mandatory:`phone` or `mobile` | # mobile > area-code ###### Area code of mobile number ➡ Request Parameter ## `` | Type | Condition | Restriction | | --- | --- | --- | | xs:string | Optional | Pattern see XSDLength <=30 | # mobile > direct-dial ###### Direct dial of mobile number ➡ Request Parameter ## `` | Type | Condition | Restriction | | --- | --- | --- | | xs:string | Mandatory | Pattern see XSDLength <=30 |