System::Xml::Schema::XmlSchemaComplexType::get_ContentModel method

XmlSchemaComplexType::get_ContentModel method

Returns the post-compilation XmlSchemaContentModel of this complex type.

SharedPtr<XmlSchemaContentModel> System::Xml::Schema::XmlSchemaComplexType::get_ContentModel()

ReturnValue

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

See Also