GetBuiltInComplexType()
Contents
[
Hide
]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)
Arguments
Parameter | Type | Description |
---|---|---|
typeCode | XmlTypeCode | One of the XmlTypeCode values representing the complex type. |
Return Value
The XmlSchemaComplexType that represents the built-in complex type.
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)
Arguments
Parameter | Type | Description |
---|---|---|
qualifiedName | const SharedPtr<XmlQualifiedName>& | The XmlQualifiedName of the complex type. |
Return Value
The XmlSchemaComplexType that represents the built-in complex type.
See Also
- Enum XmlTypeCode
- Typedef SharedPtr
- Class XmlSchemaComplexType
- Class XmlSchemaType
- Class XmlQualifiedName
- Namespace System::Xml::Schema
- Library Aspose.Slides