Mixed (Node Property of All Schemas)

 

Use the Mixed property to specify that character data or text might appear mixed with subelements within the element corresponding to the selected Record node in instance messages.

Applies to Nodes of Type

Record

Category

Advanced

Allowed Values

Drop-down list choice Description
True Sets the mixed attribute of the complexType element to "true", specifying that the corresponding content in an instance message will be mixed; that is substructure and content can both occur.
False Removes the mixed attribute of the complexType element, specifying that the instance messages corresponding to the selected Record node will have either substructure or content, but not both.

Default Value

False, specifying that the instance messages corresponding to the selected Record node will have either substructure or content, but not both.

XSD Persistence

As the value of the mixed attribute of the complexType element that is a child of the element that corresponds to the selected Record node.

Remarks

You can examine and set this property in the Visual Studio Properties window when you select a Record node, including root Record nodes, in BizTalk Editor.

This property represents a standard XSD construct. For additional information about the corresponding XSD construct, see XSD Resources on the Web.

HTML provides a very common example of mixed substructure and content. The paragraph tags in the following HTML example contain mixed content:

<P>The full moon <EM>always</EM> rises at sunset, more or less.</P>

See Also

Node Properties of All Schemas