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