m:anyElement

Element Group Information

Model

ANY element from ANY namespace OTHER than 'http://www.w3.org/1998/Math/MathML' | ANY element from LOCAL namespace 'No Namespace'

Source

<xs:group name="anyElement">
  <xs:choice>
    <xs:any namespace="##other" processContents="skip"/>
    <xs:any namespace="##local" processContents="skip"/>
  </xs:choice>
</xs:group>