Partager via


2.2.8.1 Location Profile Description Element

Each location profile description MUST include a Name element and one or more Rule elements. The Name element MUST be a string suitable for use as a phone-context parameter in the tel URI, as defined in [RFC3966] section 3. As specified in [RFC3966], the content of the tel URI can also be used as the user portion of a SIP URI.

The location profile description can also contain the following elements:

ExternalAccessPrefix: Element that contains the prefix string that SHOULD be added when dialing external phone numbers.<3>

OptimizeDeviceDialing: Element that, if true, indicates to the endpoint using this location profile that the endpoint can do optimized dialing. If the value of this element is false, the endpoint (5) cannot optimize device dialing when using this location profile.<4>

  <xsd:complexType name="LocationProfileDescriptionType">
    <xsd:sequence>
      <xsd:element ref="Name" minOccurs="1" maxOccurs="1"/>
      <xsd:element name="Rule" type="RuleType" minOccurs="1" maxOccurs="unbounded"/>
      <xsd:element ref="ExternalAccessPrefix" minOccurs="0" maxOccurs="1"/>
      <xsd:element ref="OptimizeDeviceDialing" minOccurs="0" maxOccurs="1"/>
    </xsd:sequence>
  </xsd:complexType>