get_IsMixed()

XmlSchemaComplexContent::get_IsMixed() method

Returns information that determines if the type has a mixed content model.

bool System::Xml::Schema::XmlSchemaComplexContent::get_IsMixed()

Return Value

If this value is true, character data is allowed to appear between the child elements of the complex type (mixed content model). The default is false. Optional.

See Also