Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Visual Message Waiting Indicator Policy

Status
Not open for further replies.

petey345

Programmer
May 25, 2012
1
SK
Hi,

Visual Message Waiting Indicator Policy, it is selected when adding a line to the phone.

I am trying find the table the holds these values in the xml below:

I am trying to perform a select on this table because I want to load this data dynamically.

XML:
<xsd:simpleType name="XMWLPolicy">
  <xsd:union>
    <xsd:simpleType>
      <xsd:restriction base="xsd:string">
        <xsd:enumeration value="Use System Policy"/>
        <xsd:enumeration value="Light and Prompt"/>
        <xsd:enumeration value="Prompt Only"/>
        <xsd:enumeration value="Light Only"/>
        <xsd:enumeration value="None"/>
      </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType>
      <xsd:restriction base="xsd:string"/>
    </xsd:simpleType>
  </xsd:union>
</xsd:simpleType>

I checked the 8.6(1) Database Dictionary, Any one know?

thank you
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top