System::Xml::Schema::XmlSchemaType::GetBuiltInSimpleType método
Contenido
[
Ocultar
]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ámetro | Tipo | Descripción |
|---|---|---|
| qualifiedName | const SharedPtr<XmlQualifiedName>& | El XmlQualifiedName del tipo simple. |
ReturnValue
El XmlSchemaSimpleType que representa el tipo simple incorporado.
Ver también
- Typedef SharedPtr
- Class XmlSchemaSimpleType
- Class XmlQualifiedName
- Class XmlSchemaType
- Namespace System::Xml::Schema
- Library Aspose.Page for C++
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ámetro | Tipo | Descripción |
|---|---|---|
| typeCode | XmlTypeCode | Uno de los valores XmlTypeCode que representan el tipo simple. |
ReturnValue
El XmlSchemaSimpleType que representa el tipo simple incorporado.
Ver también
- Typedef SharedPtr
- Class XmlSchemaSimpleType
- Enum XmlTypeCode
- Class XmlSchemaType
- Namespace System::Xml::Schema
- Library Aspose.Page for C++