﻿<?xml version="1.0" encoding="utf-8"?><Type Name="XmlSchemaSimpleType" FullName="System.Xml.Schema.XmlSchemaSimpleType"><TypeSignature Maintainer="auto" Language="C#" Value="public class XmlSchemaSimpleType : System.Xml.Schema.XmlSchemaType" /><TypeSignature Language="ILAsm" Value=".class public auto ansi XmlSchemaSimpleType extends System.Xml.Schema.XmlSchemaType" /><AssemblyInfo><AssemblyName>System.Xml</AssemblyName><AssemblyPublicKey>[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00]</AssemblyPublicKey><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ThreadSafetyStatement>To be added</ThreadSafetyStatement><Base><BaseTypeName>System.Xml.Schema.XmlSchemaType</BaseTypeName></Base><Interfaces /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Simple types are defined by deriving them from existing simple types (built-in data types and derived simple types). A simple type cannot contain elements and cannot have attributes.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Represents the simpleType element for simple content from XML Schema as specified by the <format type="text/html"><a href="">World Wide Web Consortium (W3C)</a></format>. This class defines a simple type. Simple types can specify information and constraints for the value of attributes or elements with text-only content.</para></summary></Docs><Members><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public XmlSchemaSimpleType ();" /><MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" /><MemberType>Constructor</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue /><Parameters /><Docs><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaSimpleType" /> class.</para></summary></Docs></Member><Member MemberName="Content"><MemberSignature Language="C#" Value="public System.Xml.Schema.XmlSchemaSimpleTypeContent Content { get; set; }" /><MemberSignature Language="ILAsm" Value=".property instance class System.Xml.Schema.XmlSchemaSimpleTypeContent Content" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Attributes><Attribute><AttributeName>System.Xml.Serialization.XmlElement("restriction", typeof(System.Xml.Schema.XmlSchemaSimpleTypeRestriction))</AttributeName></Attribute><Attribute><AttributeName>System.Xml.Serialization.XmlElement("list", typeof(System.Xml.Schema.XmlSchemaSimpleTypeList))</AttributeName></Attribute><Attribute><AttributeName>System.Xml.Serialization.XmlElement("union", typeof(System.Xml.Schema.XmlSchemaSimpleTypeUnion))</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.Xml.Schema.XmlSchemaSimpleTypeContent</ReturnType></ReturnValue><Parameters /><Docs><value>To be added: an object of type 'XmlSchemaSimpleTypeContent'</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The following table shows the ways in which simple types can be defined.</para><list type="table"><listheader><item><term><para>Simple type </para></term><description><para>Description </para></description></item></listheader><item><term><para>Restriction </para></term><description><para>Restricts the range of values for the simple type to a subset of those for the inherited simple type. </para></description></item><item><term><para>List </para></term><description><para>Defines a simple type that contains a white space-separated list of values of an inherited simple type. </para></description></item><item><term><para>Union </para></term><description><para>Defines a simple type that contains a union of the values of two or more inherited simple types. </para></description></item></list><para /></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets one of <see cref="T:System.Xml.Schema.XmlSchemaSimpleTypeUnion" />, <see cref="T:System.Xml.Schema.XmlSchemaSimpleTypeList" />, or <see cref="T:System.Xml.Schema.XmlSchemaSimpleTypeRestriction" />.</para></summary></Docs></Member></Members></Type>