group allowing elements from other namespaces |
<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> |