get_MemberTypes()

XmlSchemaSimpleTypeUnion::get_MemberTypes() method

Returns the array of qualified member names of built-in data types or simpleType elements defined in this schema (or another schema indicated by the specified namespace).

ArrayPtr<SharedPtr<XmlQualifiedName>> System::Xml::Schema::XmlSchemaSimpleTypeUnion::get_MemberTypes()

Return Value

An array that consists of a list of members of built-in data types or simple types.

See Also