XmlSchemaComplexType::IsMixed Property
.NET Framework (current version)
Gets or sets information that determines if the complex type has a mixed content model (markup within the content).
Assembly: System.Xml (in System.Xml.dll)
public: property bool IsMixed { virtual bool get() override; virtual void set(bool value) override; }
Property Value
Type: System::Booleantrue, if character data can appear between child elements of this complex type; otherwise, false. The default is false.
Optional.
Indicates if character data can appear between the child elements of this complexType. If the simpleContent element is a child element, the mixed attribute is not allowed (false). If the complexContent element is a child element, the mixed attribute can be overridden by the mixed attribute on the complexContent element.
.NET Framework
Available since 1.1
Available since 1.1
Show: