GetBuiltInSimpleType()

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)

Arguments

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

Return Value

The XmlSchemaSimpleType that represents the built-in simple type.

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)

Arguments

ParameterTypeDescription
typeCodeXmlTypeCodeOne of the XmlTypeCode values representing the simple type.

Return Value

The XmlSchemaSimpleType that represents the built-in simple type.

See Also