XmlSchemaType::GetBuiltInSimpleType Method (XmlTypeCode)
.NET Framework (current version)
Returns an XmlSchemaSimpleType that represents the built-in simple type of the specified simple type.
Assembly: System.Xml (in System.Xml.dll)
Parameters
- typeCode
-
Type:
System.Xml.Schema::XmlTypeCode
One of the XmlTypeCode values representing the simple type.
Return Value
Type: System.Xml.Schema::XmlSchemaSimpleType^The XmlSchemaSimpleType that represents the built-in simple type.
You cannot directly serialize the built-in type. If you need to serialize the type, create a new simple type which derives from the built-in type and serialize the simple type.
.NET Framework
Available since 2.0
Available since 2.0
Show: