Severity: Notice
Message: Undefined offset: 1
Filename: infosekolah/leftmenudasboard.php
Line Number: 33
Line Number: 34
State Chart XML (SCXML) ist ein XML-Standard des W3C für eine allgemeine Beschreibungssprache für Zustandsübergangsdiagramme. SCXML kann dabei komplexe Zustandsmaschinen inklusive Unterzuständen, verschachtelter und paralleler Zustände beschreiben.
Der Standard wurde seit 2005 vom W3C entwickelt und erlangte am 1. September 2015 den Status einer Recommendation.[1] SCXML baut auf CCXML und Harel Statecharts[2] auf.[3]
Das folgende Beispiel illustriert die Modellierung einer Stoppuhr mit SCXML.
<?xml version="1.0" encoding="UTF-8"?> <scxml xmlns="http://www.w3.org/2005/07/scxml" version="1.0" initial="ready"> <state id="ready"> <transition event="watch.start" target="running"/> <transition event="watch.reset" target="stopped"/> </state> <state id="running"> <transition event="watch.split" target="paused"/> <transition event="watch.stop" target="stopped"/> </state> <state id="paused"> <transition event="watch.unsplit" target="running"/> <transition event="watch.stop" target="stopped"/> </state> <state id="stopped"> </state> </scxml>
ActivityPub | ARIA | Canonical XML | CDF | CSS | DOM | Geolocation API | HTML | HTML5 | InkML | ITS | JSON-LD | MathML | OWL | P3P | PLS | PNG | RDF | RDF-Schema | RIF | SCXML | SISR | SKOS | SMIL | SOAP | SRGS | SSML | SVG | SPARQL | Timed Text | Turtle | VoiceXML | WSDL | XForms | XHTML | XHTML+RDFa | XInclude | XLink | XML | XML Base | XML-Encryption | XML Events | XML Information Set | XML Namespace | XML Schema | XML Signature | XPath | XPointer | XProc | XQuery | XSL | XSL-FO | XSLT (Elemente)
CCXML | CURIE | SMIL Timesheets | sXBL | WICD | XFrames | XBL | XHTML+MathML+SVG | XMLHttpRequest
XAdES | XFDL | XHTML+SMIL | XUP
Web Content Accessibility Guidelines | Multimodal Interaction Activity | Markup Validation Service
Web Accessibility Initiative