AnyOtherContent

Container for any XML content which is in a different namespace to the Schema's target namespace.

Complex Type Information

Model

ANY element from ANY namespace OTHER than 'http://xml.genericode.org/2004/ns/CodeList/0.2/'

Used By

Source

<xsd:complexType name="AnyOtherContent">
  <xsd:annotation>
    <xsd:documentation>Container for any XML content which is in a different namespace to the Schema's target namespace.</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:any namespace="##other" minOccurs="0" maxOccurs="unbounded" processContents="lax"/>
  </xsd:sequence>
</xsd:complexType>