Container for any XML content which is in a different namespace to the Schema's target namespace. |
<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> |