Skip to content

Instantly share code, notes, and snippets.

@nedludd
Created March 8, 2010 23:47
Show Gist options
  • Save nedludd/325952 to your computer and use it in GitHub Desktop.
Save nedludd/325952 to your computer and use it in GitHub Desktop.
<xsd:get_um_subscriber_summary_response xmlns:xsd="http://com/acmephone/ovm/cas/xsd">
<xsd:subscriber_details>
<typ:phone_number xmlns:typ="http://com/acmephone/ovm/cas/types">1.555.5553002</typ:phone_number>
<typ:timezone xmlns:typ="http://com/acmephone/ovm/cas/types">MST7MDT</typ:timezone>
<typ:vm_pin xmlns:typ="http://com/acmephone/ovm/cas/types">3002</typ:vm_pin>
<typ:mwn xmlns:typ="http://com/acmephone/ovm/cas/types">
<typ:email>
<typ:emailAddress>joe@foo.com</typ:emailAddress>
<typ:mwnStatus>false</typ:mwnStatus>
</typ:email>
<typ:sms>
<typ:mwnStatus>true</typ:mwnStatus>
</typ:sms>
</typ:mwn>
<typ:announceDateAndTime xmlns:typ="http://com/acmephone/ovm/cas/types">true</typ:announceDateAndTime>
<typ:autoPlayNewMessages xmlns:typ="http://com/acmephone/ovm/cas/types">false</typ:autoPlayNewMessages>
<typ:promptLevel xmlns:typ="http://com/acmephone/ovm/cas/types">STANDARD</typ:promptLevel>
<typ:namePlayback xmlns:typ="http://com/acmephone/ovm/cas/types">true</typ:namePlayback>
<typ:skipPinEntry xmlns:typ="http://com/acmephone/ovm/cas/types">false</typ:skipPinEntry>
<typ:mailboxLanguage xmlns:typ="http://com/acmephone/ovm/cas/types">ENGLISH</typ:mailboxLanguage>
<typ:phoneAnswerLanguage xmlns:typ="http://com/acmephone/ovm/cas/types">ENGLISH</typ:phoneAnswerLanguage>
<typ:umivrplaytutorial xmlns:typ="http://com/acmephone/ovm/cas/types">false</typ:umivrplaytutorial>
<typ:greeting xmlns:typ="http://com/acmephone/ovm/cas/types">PERSONAL</typ:greeting>
</xsd:subscriber_details>
</xsd:get_um_subscriber_summary_response>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment