Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaChoice.cs / 1 / XmlSchemaChoice.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// [....]
//-----------------------------------------------------------------------------
namespace System.Xml.Schema {
using System.Collections;
using System.Xml.Serialization;
///
///
/// [To be supplied.]
///
public class XmlSchemaChoice : XmlSchemaGroupBase {
XmlSchemaObjectCollection items = new XmlSchemaObjectCollection();
///
///
/// [To be supplied.]
///
[XmlElement("element", typeof(XmlSchemaElement)),
XmlElement("group", typeof(XmlSchemaGroupRef)),
XmlElement("choice", typeof(XmlSchemaChoice)),
XmlElement("sequence", typeof(XmlSchemaSequence)),
XmlElement("any", typeof(XmlSchemaAny))]
public override XmlSchemaObjectCollection Items {
get { return items; }
}
internal override bool IsEmpty {
get { return base.IsEmpty /*|| items.Count == 0*/; }
}
internal override void SetItems(XmlSchemaObjectCollection newItems) {
items = newItems;
}
}
}
// 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
- ThemeableAttribute.cs
- ListItemParagraph.cs
- Emitter.cs
- DiscreteKeyFrames.cs
- BigInt.cs
- Light.cs
- RijndaelManagedTransform.cs
- TaskExtensions.cs
- SiteMapPath.cs
- indexingfiltermarshaler.cs
- LassoHelper.cs
- Int32AnimationUsingKeyFrames.cs
- sqlinternaltransaction.cs
- CriticalFileToken.cs
- Sentence.cs
- PrimitiveOperationFormatter.cs
- LambdaCompiler.ControlFlow.cs
- RoutedCommand.cs
- Win32.cs
- CultureMapper.cs
- SchemaTableOptionalColumn.cs
- DataGridViewCellLinkedList.cs
- GroupLabel.cs
- ClientData.cs
- GroupLabel.cs
- XmlWrappingReader.cs
- ClientConfigurationHost.cs
- MenuItemBinding.cs
- XmlAnyAttributeAttribute.cs
- InputLanguageCollection.cs
- DataObjectEventArgs.cs
- AnnotationStore.cs
- SoapElementAttribute.cs
- SspiSecurityToken.cs
- NativeMethods.cs
- String.cs
- MappingMetadataHelper.cs
- Vars.cs
- WebFormDesignerActionService.cs
- TextSchema.cs
- AsymmetricKeyExchangeFormatter.cs
- FreeFormDesigner.cs
- TitleStyle.cs
- Model3D.cs
- NetSectionGroup.cs
- FieldNameLookup.cs
- DtdParser.cs
- OleDbConnection.cs
- RowUpdatingEventArgs.cs
- TableLayoutStyle.cs
- TagPrefixInfo.cs
- SecureUICommand.cs
- _CommandStream.cs
- ListBindingConverter.cs
- Misc.cs
- SemanticAnalyzer.cs
- ContextStack.cs
- TdsParserHelperClasses.cs
- ImageDrawing.cs
- MobilePage.cs
- EntityTypeEmitter.cs
- XmlSerializerAssemblyAttribute.cs
- PenThread.cs
- Section.cs
- IHttpResponseInternal.cs
- HttpContextServiceHost.cs
- OptionUsage.cs
- TypeForwardedFromAttribute.cs
- DocumentPageViewAutomationPeer.cs
- AssemblyBuilderData.cs
- GradientSpreadMethodValidation.cs
- ClientBuildManager.cs
- DataGridItem.cs
- ThreadPool.cs
- SafeSecurityHelper.cs
- NamedPipeProcessProtocolHandler.cs
- SelectingProviderEventArgs.cs
- KeyNotFoundException.cs
- _TimerThread.cs
- ColumnHeaderCollectionEditor.cs
- Codec.cs
- MultipartContentParser.cs
- LoadMessageLogger.cs
- XmlDeclaration.cs
- IndicFontClient.cs
- ButtonBase.cs
- TimeSpanValidator.cs
- RpcCryptoContext.cs
- SoapObjectReader.cs
- BitConverter.cs
- GroupBoxRenderer.cs
- QilParameter.cs
- XmlComment.cs
- TextContainerChangeEventArgs.cs
- Vector3DCollectionConverter.cs
- HiddenField.cs
- Pen.cs
- ConstructorExpr.cs
- XamlSerializerUtil.cs
- TaskFormBase.cs