XmlSchemaComplexType::ContentModel Property

 

Gets or sets the post-compilation XmlSchemaContentModel of this complex type.

Namespace:   System.Xml.Schema
Assembly:  System.Xml (in System.Xml.dll)

public:
property XmlSchemaContentModel^ ContentModel {
	XmlSchemaContentModel^ get();
	void set(XmlSchemaContentModel^ value);
}

Property Value

Type: System.Xml.Schema::XmlSchemaContentModel^

The content model type that is one of the XmlSchemaSimpleContent or XmlSchemaComplexContent classes.

This is mutually exclusive with the Particle property.

.NET Framework
Available since 1.1
Return to top
Show: