System::Xml::Schema::XmlSchemaType::GetBuiltInComplexType method
Contents
[
Hide
]XmlSchemaType::GetBuiltInComplexType(const SharedPtr<XmlQualifiedName>&) method
Returns an XmlSchemaComplexType that represents the built-in complex type of the complex type specified by qualified name.
static SharedPtr<XmlSchemaComplexType> System::Xml::Schema::XmlSchemaType::GetBuiltInComplexType(const SharedPtr<XmlQualifiedName> &qualifiedName)
Parameter | Type | Description |
---|---|---|
qualifiedName | const SharedPtr<XmlQualifiedName>& | The XmlQualifiedName of the complex type. |
ReturnValue
The XmlSchemaComplexType that represents the built-in complex type.
See Also
- Typedef SharedPtr
- Class XmlSchemaComplexType
- Class XmlQualifiedName
- Class XmlSchemaType
- Namespace System::Xml::Schema
- Library Aspose.PDF for C++
XmlSchemaType::GetBuiltInComplexType(XmlTypeCode) method
Returns an XmlSchemaComplexType that represents the built-in complex type of the complex type specified.
static SharedPtr<XmlSchemaComplexType> System::Xml::Schema::XmlSchemaType::GetBuiltInComplexType(XmlTypeCode typeCode)
Parameter | Type | Description |
---|---|---|
typeCode | XmlTypeCode | One of the XmlTypeCode values representing the complex type. |
ReturnValue
The XmlSchemaComplexType that represents the built-in complex type.
See Also
- Typedef SharedPtr
- Class XmlSchemaComplexType
- Enum XmlTypeCode
- Class XmlSchemaType
- Namespace System::Xml::Schema
- Library Aspose.PDF for C++