scxml.extra.content

group allowing elements from other namespaces

Element Group Information

Model

ANY element from ANY namespace OTHER than 'http://www.w3.org/2005/07/scxml'

Used By

Source

<xsd:group name="scxml.extra.content">
  <xsd:annotation>
    <xsd:documentation>group allowing elements from other namespaces</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
  </xsd:sequence>
</xsd:group>