XmlSchemaComplexContent.IsMixed Property

Definition

Gets or sets information that determines if the type has a mixed content model.

public:
 property bool IsMixed { bool get(); void set(bool value); };
public bool IsMixed { get; set; }
member this.IsMixed : bool with get, set
Public Property IsMixed As Boolean

Property Value

If this property is true, character data is allowed to appear between the child elements of the complex type (mixed content model). The default is false. Optional.

Remarks

If the mixed attribute is omitted from the complexContent element, it will have the same value as the mixed attribute on the containing complexType element. Otherwise, it will override the mixed attribute value on the containing complexType element.

Applies to