XmlSchemaComplexType::IsMixed Property

 

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

Namespace:   System.Xml.Schema
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::Boolean

true, 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
Return to top
Show: