Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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
- FormViewDeletedEventArgs.cs
- RoleServiceManager.cs
- InheritanceContextChangedEventManager.cs
- Pen.cs
- WebPartConnectionsCancelEventArgs.cs
- TableLayoutColumnStyleCollection.cs
- ConfigurationStrings.cs
- Content.cs
- SoapFault.cs
- IndentedTextWriter.cs
- ProxyManager.cs
- XmlLanguageConverter.cs
- WindowsScrollBar.cs
- securitycriticaldata.cs
- SpeechRecognizer.cs
- WebPartMovingEventArgs.cs
- CommentAction.cs
- Exception.cs
- SQLInt16Storage.cs
- VectorAnimation.cs
- SimpleWorkerRequest.cs
- ResourceReferenceKeyNotFoundException.cs
- OptimizedTemplateContent.cs
- CharStorage.cs
- DataViewManagerListItemTypeDescriptor.cs
- coordinator.cs
- WindowInteractionStateTracker.cs
- MdiWindowListItemConverter.cs
- DataObjectCopyingEventArgs.cs
- altserialization.cs
- EmptyEnumerator.cs
- ObjectCache.cs
- RectangleF.cs
- DbConnectionPool.cs
- _AcceptOverlappedAsyncResult.cs
- TcpHostedTransportConfiguration.cs
- MaterialCollection.cs
- UnsafeMethods.cs
- StandardToolWindows.cs
- DataGridViewTextBoxColumn.cs
- TypedDatasetGenerator.cs
- XmlCDATASection.cs
- ButtonFieldBase.cs
- ClientEventManager.cs
- ScaleTransform3D.cs
- TextSelectionHighlightLayer.cs
- wmiprovider.cs
- InvalidComObjectException.cs
- WinCategoryAttribute.cs
- ImageClickEventArgs.cs
- Decorator.cs
- TemplateBindingExtensionConverter.cs
- List.cs
- JournalEntryStack.cs
- SpellCheck.cs
- ToolStripGripRenderEventArgs.cs
- EntryWrittenEventArgs.cs
- DefaultBinder.cs
- MarshalByValueComponent.cs
- Point3DConverter.cs
- Win32Native.cs
- safesecurityhelperavalon.cs
- DoWhileDesigner.xaml.cs
- StrongName.cs
- COM2ComponentEditor.cs
- NextPreviousPagerField.cs
- ObjectPersistData.cs
- Rotation3DKeyFrameCollection.cs
- PanelDesigner.cs
- ControlBuilderAttribute.cs
- PrivateUnsafeNativeCompoundFileMethods.cs
- DropDownButton.cs
- CurrentChangingEventManager.cs
- SimplePropertyEntry.cs
- BufferedGraphicsContext.cs
- ToolStripContainer.cs
- AssemblyHash.cs
- PasswordRecovery.cs
- ImageCreator.cs
- TextDocumentView.cs
- Util.cs
- Int32AnimationUsingKeyFrames.cs
- TableSectionStyle.cs
- NavigatorOutput.cs
- _CookieModule.cs
- ResourceReferenceKeyNotFoundException.cs
- SqlAliasesReferenced.cs
- TemplateControl.cs
- KeyPressEvent.cs
- MimeObjectFactory.cs
- ServiceHttpModule.cs
- LinkedResource.cs
- StateInitializationDesigner.cs
- StylusPointProperties.cs
- StopStoryboard.cs
- DataServiceProcessingPipelineEventArgs.cs
- CurrentTimeZone.cs
- DllHostedComPlusServiceHost.cs
- RelatedImageListAttribute.cs
- ConsoleTraceListener.cs