﻿<?xml version="1.0" encoding="utf-8"?><Type Name="XmlSchemaComplexType" FullName="System.Xml.Schema.XmlSchemaComplexType"><TypeSignature Maintainer="auto" Language="C#" Value="public class XmlSchemaComplexType : System.Xml.Schema.XmlSchemaType" /><TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit XmlSchemaComplexType 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>An element can be declared with a type attribute that refers to a complexType element that defines the structure, content, and attributes of that element.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Represents the complexType element from XML Schema as specified by the <format type="text/html"><a href="">World Wide Web Consortium (W3C)</a></format>. This class defines a complex type that determines the set of attributes and content of an element.</para></summary></Docs><Members><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public XmlSchemaComplexType ();" /><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.XmlSchemaComplexType" /> class.</para></summary></Docs></Member><Member MemberName="AnyAttribute"><MemberSignature Language="C#" Value="public System.Xml.Schema.XmlSchemaAnyAttribute AnyAttribute { get; set; }" /><MemberSignature Language="ILAsm" Value=".property instance class System.Xml.Schema.XmlSchemaAnyAttribute AnyAttribute" /><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("anyAttribute")</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.Xml.Schema.XmlSchemaAnyAttribute</ReturnType></ReturnValue><Parameters /><Docs><value>To be added: an object of type 'XmlSchemaAnyAttribute'</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>If this property is not null, the complex type can contain any attributes from the namespaces specified in the <see cref="T:System.Xml.Schema.XmlSchemaAnyAttribute" />.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the value for the <see cref="T:System.Xml.Schema.XmlSchemaAnyAttribute" /> component of the complex type.</para></summary></Docs></Member><Member MemberName="Attributes"><MemberSignature Language="C#" Value="public System.Xml.Schema.XmlSchemaObjectCollection Attributes { get; }" /><MemberSignature Language="ILAsm" Value=".property instance class System.Xml.Schema.XmlSchemaObjectCollection Attributes" /><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("attribute", typeof(System.Xml.Schema.XmlSchemaAttribute))</AttributeName></Attribute><Attribute><AttributeName>System.Xml.Serialization.XmlElement("attributeGroup", typeof(System.Xml.Schema.XmlSchemaAttributeGroupRef))</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.Xml.Schema.XmlSchemaObjectCollection</ReturnType></ReturnValue><Docs><value>To be added: an object of type 'XmlSchemaObjectCollection'</value><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the collection of attributes for the complex type.</para></summary></Docs></Member><Member MemberName="AttributeUses"><MemberSignature Language="C#" Value="public System.Xml.Schema.XmlSchemaObjectTable AttributeUses { get; }" /><MemberSignature Language="ILAsm" Value=".property instance class System.Xml.Schema.XmlSchemaObjectTable AttributeUses" /><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.XmlIgnore</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.Xml.Schema.XmlSchemaObjectTable</ReturnType></ReturnValue><Docs><value>To be added: an object of type 'XmlSchemaObjectTable'</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>For example, a combination of all the attributes from the Attributes property from each type in the hierarchy.</para><para>The value of this property is read-only. This property has the value after the schema has been successfully compiled to determine the complete attribute set that is allowed in an instance document.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the collection of all the complied attributes of this complex type and its base types.</para></summary></Docs></Member><Member MemberName="AttributeWildcard"><MemberSignature Language="C#" Value="public System.Xml.Schema.XmlSchemaAnyAttribute AttributeWildcard { get; }" /><MemberSignature Language="ILAsm" Value=".property instance class System.Xml.Schema.XmlSchemaAnyAttribute AttributeWildcard" /><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.XmlIgnore</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.Xml.Schema.XmlSchemaAnyAttribute</ReturnType></ReturnValue><Docs><value>To be added: an object of type 'XmlSchemaAnyAttribute'</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The value of this property is read-only. This property has values after the schema has been successfully compiled to determine the complete attribute set of the complex type. For example, it might be the anyAttribute element from one of the base types.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the post-compilation value for anyAttribute for this complex type and its base type(s).</para></summary></Docs></Member><Member MemberName="Block"><MemberSignature Language="C#" Value="public System.Xml.Schema.XmlSchemaDerivationMethod Block { get; set; }" /><MemberSignature Language="ILAsm" Value=".property instance valuetype System.Xml.Schema.XmlSchemaDerivationMethod Block" /><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.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)</AttributeName></Attribute><Attribute><AttributeName>System.Xml.Serialization.XmlAttribute("block")</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.Xml.Schema.XmlSchemaDerivationMethod</ReturnType></ReturnValue><Parameters /><Docs><value>To be added: an object of type 'XmlSchemaDerivationMethod'</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Indicates the type of derivation.</para><para>This attribute can contain the following values: </para><list type="table"><listheader><item><term><para>Enum </para></term><description><para>Description </para></description></item></listheader><item><term><para>None </para></term><description><para>Use the derivation restriction defined by the BlockDefault property of the schema, if it exists. </para></description></item><item><term><para>Extension </para></term><description><para>This element cannot be replaced by a type derived by Extension. </para></description></item><item><term><para>Restriction </para></term><description><para>This element cannot be replaced by a type derived by Restriction. </para></description></item><item><term><para>All </para></term><description><para>#all. This element cannot be replaced by any type regardless of derivation method. </para></description></item></list><para>The Substitution, List, and Union derivation methods are not supported by this property.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the block attribute.</para></summary></Docs></Member><Member MemberName="BlockResolved"><MemberSignature Language="C#" Value="public System.Xml.Schema.XmlSchemaDerivationMethod BlockResolved { get; }" /><MemberSignature Language="ILAsm" Value=".property instance valuetype System.Xml.Schema.XmlSchemaDerivationMethod BlockResolved" /><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.XmlIgnore</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.Xml.Schema.XmlSchemaDerivationMethod</ReturnType></ReturnValue><Docs><value>To be added: an object of type 'XmlSchemaDerivationMethod'</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>This value is taken either from the type itself or, if not defined at the type level, it is taken from the schema element. For example, if the value is restricted, only the specifically defined type can be used, not types derived from the specifically defined type.</para><para>This attribute can contain the following values: </para><list type="table"><listheader><item><term><para>Enum </para></term><description><para>Description </para></description></item></listheader><item><term><para>None </para></term><description><para>Use the derivation restriction defined by the BlockDefault property of the schema, if it exists. </para></description></item><item><term><para>Extension </para></term><description><para>This element cannot be replaced by a type derived by Extension. </para></description></item><item><term><para>Restriction </para></term><description><para>This element cannot be replaced by a type derived by Restriction. </para></description></item><item><term><para>All </para></term><description><para>#all. This element cannot be replaced by any type regardless of derivation method. </para></description></item></list><para>The Substitution, List, and Union derivation methods are not supported by this property.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the value after the type has been compiled to the post-schema-validation information set (infoset). This value indicates how the type is enforced when xsi:type is used in the instance document.</para></summary></Docs></Member><Member MemberName="ContentModel"><MemberSignature Language="C#" Value="public System.Xml.Schema.XmlSchemaContentModel ContentModel { get; set; }" /><MemberSignature Language="ILAsm" Value=".property instance class System.Xml.Schema.XmlSchemaContentModel ContentModel" /><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("simpleContent", typeof(System.Xml.Schema.XmlSchemaSimpleContent))</AttributeName></Attribute><Attribute><AttributeName>System.Xml.Serialization.XmlElement("complexContent", typeof(System.Xml.Schema.XmlSchemaComplexContent))</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.Xml.Schema.XmlSchemaContentModel</ReturnType></ReturnValue><Parameters /><Docs><value>To be added: an object of type 'XmlSchemaContentModel'</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>This is mutually exclusive with the <see cref="P:System.Xml.Schema.XmlSchemaComplexType.Particle" /> property.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the post-compilation <see cref="T:System.Xml.Schema.XmlSchemaContentModel" /> of this complex type.</para></summary></Docs></Member><Member MemberName="ContentType"><MemberSignature Language="C#" Value="public System.Xml.Schema.XmlSchemaContentType ContentType { get; }" /><MemberSignature Language="ILAsm" Value=".property instance valuetype System.Xml.Schema.XmlSchemaContentType ContentType" /><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.XmlIgnore</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.Xml.Schema.XmlSchemaContentType</ReturnType></ReturnValue><Docs><value>To be added: an object of type 'XmlSchemaContentType'</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>This is the content in the post-schema-validation infoset.</para><para>If the IsMixed property is set to true on the ContentModel property that has the type XmlSchemaComplexContent, the value returned is Mixed.</para><para>If the IsMixed property is false, the value is either Empty or ElementOnly.</para><para>If the type on the ContentModel property has the type XmlSchemaSimpleContent, then this value is always TextOnly.</para><para>The ContentType property must have one of the values shown in the following table.</para><list type="table"><listheader><item><term><para>Enum </para></term><description><para>Description </para></description></item></listheader><item><term><para>TextOnly </para></term><description><para>Text-only content. </para></description></item><item><term><para>Empty </para></term><description><para>Empty content. </para></description></item><item><term><para>ElementOnly </para></term><description><para>Element-only content. </para></description></item><item><term><para>Mixed </para></term><description><para>Mixed content model. </para></description></item></list></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the content model of the complex type which holds the post-compilation value.</para></summary></Docs></Member><Member MemberName="ContentTypeParticle"><MemberSignature Language="C#" Value="public System.Xml.Schema.XmlSchemaParticle ContentTypeParticle { get; }" /><MemberSignature Language="ILAsm" Value=".property instance class System.Xml.Schema.XmlSchemaParticle ContentTypeParticle" /><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.XmlIgnore</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.Xml.Schema.XmlSchemaParticle</ReturnType></ReturnValue><Docs><value>To be added: an object of type 'XmlSchemaParticle'</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>This ContentTypeParticle is determined after the content models of the most derived types and the base complex type have been resolved according to the rules defined in the W3C XML Schema definition language (XSD) specification.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the particle that holds the post-compilation value of the <see cref="P:System.Xml.Schema.XmlSchemaComplexType.ContentType" /> particle.</para></summary></Docs></Member><Member MemberName="IsAbstract"><MemberSignature Language="C#" Value="public bool IsAbstract { get; set; }" /><MemberSignature Language="ILAsm" Value=".property instance bool IsAbstract" /><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.ComponentModel.DefaultValue(false)</AttributeName></Attribute><Attribute><AttributeName>System.Xml.Serialization.XmlAttribute("abstract")</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Parameters /><Docs><value>To be added: an object of type 'bool'</value><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the information that determines if the complexType element can be used in the instance document.</para></summary></Docs></Member><Member MemberName="IsMixed"><MemberSignature Language="C#" Value="public override bool IsMixed { get; set; }" /><MemberSignature Language="ILAsm" Value=".property instance bool IsMixed" /><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.ComponentModel.DefaultValue(false)</AttributeName></Attribute><Attribute><AttributeName>System.Xml.Serialization.XmlAttribute("mixed")</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Indicates if character data can appear between the child elements of this complexType. If the simpleContent element is a child element, the mixed attribute is not allowed (false). If the complexContent element is a child element, the mixed attribute can be overridden by the mixed attribute on the complexContent element.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets information that determines if the complex type has a mixed content model (markup within the content).</para></summary></Docs></Member><Member MemberName="Particle"><MemberSignature Language="C#" Value="public System.Xml.Schema.XmlSchemaParticle Particle { get; set; }" /><MemberSignature Language="ILAsm" Value=".property instance class System.Xml.Schema.XmlSchemaParticle Particle" /><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("group", typeof(System.Xml.Schema.XmlSchemaGroupRef))</AttributeName></Attribute><Attribute><AttributeName>System.Xml.Serialization.XmlElement("all", typeof(System.Xml.Schema.XmlSchemaAll))</AttributeName></Attribute><Attribute><AttributeName>System.Xml.Serialization.XmlElement("choice", typeof(System.Xml.Schema.XmlSchemaChoice))</AttributeName></Attribute><Attribute><AttributeName>System.Xml.Serialization.XmlElement("sequence", typeof(System.Xml.Schema.XmlSchemaSequence))</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.Xml.Schema.XmlSchemaParticle</ReturnType></ReturnValue><Parameters /><Docs><value>To be added: an object of type 'XmlSchemaParticle'</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Particles must be one of the following compositors: </para><list type="table"><listheader><item><term><para>Element </para></term><description><para>Description </para></description></item></listheader><item><term><para>group </para></term><description><para>The complex type contains the elements defined in the referenced group. </para></description></item><item><term><para>sequence </para></term><description><para>The complex type contains the elements defined in the specified sequence. </para></description></item><item><term><para>choice </para></term><description><para>The complex type allows one of the elements specified in the choice element. </para></description></item><item><term><para>all </para></term><description><para>The complex type allows all of the elements specified in the all element to appear once or not at all. </para></description></item></list><para>This is mutually exclusive with the <see cref="P:System.Xml.Schema.XmlSchemaComplexType.ContentModel" /> property.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the compositor type as one of the <see cref="T:System.Xml.Schema.XmlSchemaGroupRef" />, <see cref="T:System.Xml.Schema.XmlSchemaChoice" />, <see cref="T:System.Xml.Schema.XmlSchemaAll" />, or <see cref="T:System.Xml.Schema.XmlSchemaSequence" /> classes.</para></summary></Docs></Member></Members></Type>