System.Xml.Schema.XmlSchemaType public class XmlSchemaType : XmlSchemaAnnotated Documentation public object BaseSchemaType { get; } public XmlSchemaType BaseXmlSchemaType { get; } public XmlSchemaDatatype Datatype { get; } public XmlSchemaDerivationMethod DerivedBy { get; } public XmlSchemaDerivationMethod Final { get; set; } public XmlSchemaDerivationMethod FinalResolved { get; } public virtual bool IsMixed { get; set; } public string Name { get; set; } public XmlQualifiedName QualifiedName { get; } public XmlTypeCode TypeCode { get; } public XmlSchemaType() public static XmlSchemaComplexType GetBuiltInComplexType(XmlTypeCode typeCode) public static XmlSchemaComplexType GetBuiltInComplexType(XmlQualifiedName qualifiedName) public static XmlSchemaSimpleType GetBuiltInSimpleType(XmlTypeCode typeCode) public static XmlSchemaSimpleType GetBuiltInSimpleType(XmlQualifiedName qualifiedName) public static bool IsDerivedFrom(XmlSchemaType derivedType, XmlSchemaType baseType, XmlSchemaDerivationMethod except)