System::Xml::Schema::XmlSchemaType::GetBuiltInSimpleType method
Contents
[
Hide
]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)
Parameter | Type | Description |
---|---|---|
qualifiedName | const SharedPtr<XmlQualifiedName>& | The XmlQualifiedName of the simple type. |
ReturnValue
The XmlSchemaSimpleType that represents the built-in simple type.
See Also
- Typedef SharedPtr
- Class XmlSchemaSimpleType
- Class XmlQualifiedName
- Class XmlSchemaType
- Namespace System::Xml::Schema
- Library Aspose.PDF for C++
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)
Parameter | Type | Description |
---|---|---|
typeCode | XmlTypeCode | One of the XmlTypeCode values representing the simple type. |
ReturnValue
The XmlSchemaSimpleType that represents the built-in simple type.
See Also
- Typedef SharedPtr
- Class XmlSchemaSimpleType
- Enum XmlTypeCode
- Class XmlSchemaType
- Namespace System::Xml::Schema
- Library Aspose.PDF for C++