Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaComplexContent.cs / 1 / XmlSchemaComplexContent.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// [....]
//-----------------------------------------------------------------------------
namespace System.Xml.Schema {
using System.Xml.Serialization;
///
///
/// [To be supplied.]
///
public class XmlSchemaComplexContent : XmlSchemaContentModel {
XmlSchemaContent content;
bool isMixed;
bool hasMixedAttribute;
///
///
/// [To be supplied.]
///
[XmlAttribute("mixed")]
public bool IsMixed {
get { return isMixed; }
set { isMixed = value; hasMixedAttribute = true; }
}
///
///
/// [To be supplied.]
///
[XmlElement("restriction", typeof(XmlSchemaComplexContentRestriction)),
XmlElement("extension", typeof(XmlSchemaComplexContentExtension))]
public override XmlSchemaContent Content {
get { return content; }
set { content = value; }
}
[XmlIgnore]
internal bool HasMixedAttribute {
get { return hasMixedAttribute; }
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SymbolPair.cs
- DbQueryCommandTree.cs
- HtmlGenericControl.cs
- CodeVariableReferenceExpression.cs
- ContextConfiguration.cs
- PackWebResponse.cs
- ThreadStaticAttribute.cs
- BrushMappingModeValidation.cs
- CellQuery.cs
- DataGridHelper.cs
- WriteFileContext.cs
- CompositeActivityTypeDescriptor.cs
- PointAnimation.cs
- AssociationType.cs
- KeyValuePairs.cs
- StylusPointPropertyUnit.cs
- ArgumentValidation.cs
- HandlerFactoryCache.cs
- UIHelper.cs
- WsdlBuildProvider.cs
- PointIndependentAnimationStorage.cs
- JapaneseLunisolarCalendar.cs
- DateTimeConstantAttribute.cs
- EndOfStreamException.cs
- SqlUnionizer.cs
- SequentialActivityDesigner.cs
- DbException.cs
- WriterOutput.cs
- ValidateNames.cs
- DBDataPermission.cs
- EventLogStatus.cs
- EntityStoreSchemaFilterEntry.cs
- MultiBindingExpression.cs
- ControlIdConverter.cs
- ParserExtension.cs
- SqlDataSourceStatusEventArgs.cs
- ErrorWrapper.cs
- SkipQueryOptionExpression.cs
- ApplicationServiceManager.cs
- DelegateArgumentReference.cs
- TransformerConfigurationWizardBase.cs
- TextUtf8RawTextWriter.cs
- ResourceProviderFactory.cs
- CheckBoxStandardAdapter.cs
- QilStrConcat.cs
- RegexRunnerFactory.cs
- FreezableOperations.cs
- AbstractExpressions.cs
- UnmanagedMemoryStreamWrapper.cs
- TransformProviderWrapper.cs
- TreeViewAutomationPeer.cs
- SqlUtils.cs
- StringPropertyBuilder.cs
- ArraySegment.cs
- DbParameterCollectionHelper.cs
- AdapterUtil.cs
- TextRangeProviderWrapper.cs
- EastAsianLunisolarCalendar.cs
- ControlPaint.cs
- XmlDataLoader.cs
- ToolboxComponentsCreatingEventArgs.cs
- MenuAdapter.cs
- StringComparer.cs
- BuilderInfo.cs
- Style.cs
- RequiredFieldValidator.cs
- StateWorkerRequest.cs
- MarkedHighlightComponent.cs
- ContentDisposition.cs
- LambdaCompiler.Generated.cs
- DataPointer.cs
- OpCellTreeNode.cs
- InfoCardTrace.cs
- GlyphElement.cs
- BindStream.cs
- StyleHelper.cs
- XmlProcessingInstruction.cs
- DataGridViewColumnHeaderCell.cs
- FormsAuthenticationConfiguration.cs
- Connector.cs
- GridLengthConverter.cs
- ProtectedConfigurationSection.cs
- TablePattern.cs
- DataGridViewAutoSizeColumnsModeEventArgs.cs
- DataAdapter.cs
- OdbcErrorCollection.cs
- LinkArea.cs
- AutomationPropertyInfo.cs
- UdpDiscoveryEndpointProvider.cs
- odbcmetadatacollectionnames.cs
- LeftCellWrapper.cs
- AppSettingsSection.cs
- AddToCollection.cs
- WorkflowExecutor.cs
- EventTask.cs
- InternalException.cs
- Viewport3DVisual.cs
- RequestSecurityTokenSerializer.cs
- PathParser.cs
- Rectangle.cs