System::Xml::Schema::XmlSchemaType::get_IsMixed method

XmlSchemaType::get_IsMixed method

Returns a value indicating if this type has a mixed content model. This call is only valid in a complex type.

virtual bool System::Xml::Schema::XmlSchemaType::get_IsMixed()

ReturnValue

true if the type has a mixed content model; otherwise, false. The default is false.

See Also