System::Xml::Schema::XmlSchemaContentModel class

XmlSchemaContentModel class

Specifies the order and structure of the child elements of a type.

class XmlSchemaContentModel : public System::Xml::Schema::XmlSchemaAnnotated

Methods

MethodDescription
virtual get_Content()Returns the content of the type.
virtual set_Content(SharedPtr<XmlSchemaContent>)Sets the content of the type.

Typedefs

TypedefDescription
PtrAn alias for shared pointer to an instance of this class.

See Also