get_IsMixed()

XmlSchemaComplexType::get_IsMixed() method

Returns information that determines if the complex type has a mixed content model (markup within the content).

bool System::Xml::Schema::XmlSchemaComplexType::get_IsMixed() override

Return Value

true, if character data can appear between child elements of this complex type; otherwise, false. The default is false. Optional.

See Also