XML Repository
  • Home
    • News-Archiv
    • Schulungstermine
    • Jobs
    • Sitemap
  • Leistungen
    • Entwicklung
    • Beratung
    • Support
    • Schulungen
  • Software
    • data2check
    • XSL Formatter
    • antillesXML
    • Coristo WordML
  • XML-Technologien
    • XML
    • XSLT
    • XPath
    • XSL-FO
    • WordML
    • SpreadsheetML
    • PresentationML
    • ePUB
    • HTML & XHTML
    • CSS
    • SVG
    • MathML
    • XML Schema
    • XProc
    • Schematron
    • DocBook
    • DITA
    • RSS & Atom
    • Reguläre Ausdrücke
    • Oracle & XML
  • Publikationen
    • XML-Online-Bibliothek
    • Eigene Veröffentlichungen
    • Vorträge
    • XSL-FO-Referenz
    • Schematron QuickFix
    • Qualitätssicherung von XML
    • Rezension: Word und XML
    • Rezension: XSL-FO in der Praxis
    • Rezension: Schematron
    • Rezension: Das XML-Kompendium
    • Rezension: Oracle PL/SQL
    • Rezension: XSLT 2.0 & XPath 2.0
    • Übersetzungen
  • Über uns
    • Kontakt
    • Standort
    • Unser Team
    • Referenzen
    • Sponsoring
    • Impressum
  • Back to Schema
  • Overview

statevariable

Attribute Information

Used By

Element eventprocessor

Source

<xsd:attribute name="statevariable" type="VariableName.datatype"/>

Sample

< ccxml xmlns = "http://www.w3.org/2002/09/ccxml" version = "1.0" >

< var name = "state0" expr = "'init'" />

< eventprocessor statevariable = "state0" >

< transition state = "init" event = "connection.alerting" >

< accept/>

</ transition>

< transition state = "init" event = "connection.connected" >

< log expr = "'Houston, we have liftoff.'" />

< dialogstart src = "'dialog.vxml'" />

< assign name = "state0" expr = "'dialogActive'" />

</ transition>

< transition state = "dialogActive" event = "dialog.exit" >

< log expr = "'Houston, the dialog returned [' + event$.values.input + ']'" />

< exit/>

</ transition>

< transition event = "connection.disconnected" >

< exit/>

</ transition>

< transition event = "error.*" >

< log expr = "'Houston, we have a problem: (' + event$.reason + ')'" />

< exit/>

</ transition>

</ eventprocessor>

</ ccxml>

  • © 2018 data2type GmbH
  • Contact
  • Imprint