System::Xml::Schema::XmlSchemaType::GetBuiltInSimpleType método

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

Devuelve un XmlSchemaSimpleType que representa el tipo simple incorporado del tipo simple que se especifica mediante el nombre calificado.

static SharedPtr<XmlSchemaSimpleType> System::Xml::Schema::XmlSchemaType::GetBuiltInSimpleType(const SharedPtr<XmlQualifiedName> &qualifiedName)
ParámetroTipoDescripción
qualifiedNameconst SharedPtr<XmlQualifiedName>&El XmlQualifiedName del tipo simple.

ReturnValue

El XmlSchemaSimpleType que representa el tipo simple incorporado.

Ver también

XmlSchemaType::GetBuiltInSimpleType(XmlTypeCode) method

Devuelve un XmlSchemaSimpleType que representa el tipo simple incorporado del tipo simple especificado.

static SharedPtr<XmlSchemaSimpleType> System::Xml::Schema::XmlSchemaType::GetBuiltInSimpleType(XmlTypeCode typeCode)
ParámetroTipoDescripción
typeCodeXmlTypeCodeUno de los valores XmlTypeCode que representan el tipo simple.

ReturnValue

El XmlSchemaSimpleType que representa el tipo simple incorporado.

Ver también