MixedContentComplexType

Handy type for mixed string plus XML content which should be checked for formal basic XML syntax (e.g. open elements have some closure syntax) but otherwise ignored.

Complex Type Information

Model

ANY element from ANY namespace

Used By

Source

<xs:complexType name="MixedContentComplexType" mixed="true">
  <xs:annotation>
    <xs:documentation>Handy type for mixed string plus XML content which should be checked for formal basic XML syntax (e.g. open elements have some closure syntax) but otherwise ignored.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:any processContents="skip" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:complexType>