GetBuiltInComplexType()

XmlSchemaType::GetBuiltInComplexType(XmlTypeCode) method

Returns an XmlSchemaComplexType that represents the built-in complex type of the complex type specified.

static SharedPtr<XmlSchemaComplexType> System::Xml::Schema::XmlSchemaType::GetBuiltInComplexType(XmlTypeCode typeCode)

Arguments

ParameterTypeDescription
typeCodeXmlTypeCodeOne of the XmlTypeCode values representing the complex type.

Return Value

The XmlSchemaComplexType that represents the built-in complex type.

XmlSchemaType::GetBuiltInComplexType(const SharedPtr<XmlQualifiedName>&) method

Returns an XmlSchemaComplexType that represents the built-in complex type of the complex type specified by qualified name.

static SharedPtr<XmlSchemaComplexType> System::Xml::Schema::XmlSchemaType::GetBuiltInComplexType(const SharedPtr<XmlQualifiedName> &qualifiedName)

Arguments

ParameterTypeDescription
qualifiedNameconst SharedPtr<XmlQualifiedName>&The XmlQualifiedName of the complex type.

Return Value

The XmlSchemaComplexType that represents the built-in complex type.

See Also