System::Xml::Schema::XmlSchemaType::GetBuiltInSimpleType method

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

Returns an XmlSchemaSimpleType that represents the built-in simple type of the simple type that is specified by the qualified name.

static SharedPtr<XmlSchemaSimpleType> System::Xml::Schema::XmlSchemaType::GetBuiltInSimpleType(const SharedPtr<XmlQualifiedName> &qualifiedName)
ParameterTypeDescription
qualifiedNameconst SharedPtr<XmlQualifiedName>&The XmlQualifiedName of the simple type.

ReturnValue

The XmlSchemaSimpleType that represents the built-in simple type.

See Also

XmlSchemaType::GetBuiltInSimpleType(XmlTypeCode) method

Returns an XmlSchemaSimpleType that represents the built-in simple type of the specified simple type.

static SharedPtr<XmlSchemaSimpleType> System::Xml::Schema::XmlSchemaType::GetBuiltInSimpleType(XmlTypeCode typeCode)
ParameterTypeDescription
typeCodeXmlTypeCodeOne of the XmlTypeCode values representing the simple type.

ReturnValue

The XmlSchemaSimpleType that represents the built-in simple type.

See Also