Sample Service XML

The following is the service XML document for the sample service.

XML Comments can exist within the XML document.

![CDATA[<?xml version="1.0" encoding="utf-8" ?>
<Service>
  <Name><![CDATA[Demo]]></Name>
  <Description><![CDATA[Demo Service]]></Description>
  <Version>1.0</Version>
  <Nodes>
    <Node NodeType="Start" NodeID="5" Description="">
      <!-- Comments can be included -->
      <MandatoryProperties>
        <Property Name="MaxLength" Value="0"/>
        <Property Name="EnableSpeedDial" Value="False"/>
      </MandatoryProperties>
      <OptionalSettings/>
      <Branches>
        <Branch Name="Continue" NodeID="20" Description=""/>
      </Branches>
      <DynamicBranches/>
      <DynamicProperties/>
    </Node>
    <Node NodeType="DeliverCall" NodeID="20" Description="Home Phone">
      <MandatoryProperties>
        <Property Name="DestinationNumber" Value="01132211444"/>
        <Property Name="RingDuration" Value="60"/>
      </MandatoryProperties>
      <OptionalSettings/>
      <Branches>
        <Branch Name="Busy" NodeID="35" Description=""/>
        <Branch Name="RNR" NodeID="35" Description=""/>
        <Branch Name="Other" NodeID="35" Description=""/>
      </Branches>
      <DynamicBranches/>
      <DynamicProperties/>
    </Node>
    <Node NodeType="Voicemail" NodeID="35" Description="">
      <MandatoryProperties>
        <Property Name="AudioFile" Value="Default"/>
        <Property Name="VoicemailType" Value="Voice2Email"/>
        <Property Name="EmailAddress" Value="[email protected]"/>
        <Property Name="MaxLength" Value="5"/>
        <Property Name="AudioFormat" Value="MP3"/>
        <Property Name="TerminateKeyEnabled" Value="false"/>
      </MandatoryProperties>
      <OptionalSettings/>
      <Branches/>
      <DynamicBranches/>
      <DynamicProperties/>
    </Node>
  </Nodes>
</Service>]]

Last updated

Was this helpful?