System::Xml::Schema::XmlSchemaComplexType::get_IsMixed método

XmlSchemaComplexType::get_IsMixed method

Devuelve la información que determina si el tipo complejo tiene un modelo de contenido mixto (marcado dentro del contenido).

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

ReturnValue

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

Ver también