Format phone numbers to use a corresponding international prefix. A country code determines the prefix used.
<!-- Phone -->
<UIElement type="label">
<!-- The phone number will be formatted based on the international prefix.
If no international prefix is available formatting is done based on the provided country code -->
<P pid="text" value="+498963648018" />
<P pid="width" value="75%" />
<P pid="margin_bottom" value="5%" />
<P pid="halign" value="center" />
<!-- Phone number Input Format -->
<Format type="phone" pattern="?" platform="iOS">
<P pid="countryCode" value="US" />
</Format>
</UIElement>