grp.any

Any namespaced element from any namespace may be included within an "any" element.  The namespace for the imported element must be defined in the instance, and the schema must be imported.

Element Group Information

Model

ANY element from ANY namespace OTHER than 'http://www.imsglobal.org/xsd/imscp_v1p1'

Used By

Source

<xsd:group name="grp.any">
  <xsd:annotation>
    <xsd:documentation>Any namespaced element from any namespace may be included within an "any" element. The namespace for the imported element must be defined in the instance, and the schema must be imported.</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
  </xsd:sequence>
</xsd:group>