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; ////// /// 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.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ProtocolsConfigurationEntry.cs
- ContentTextAutomationPeer.cs
- InstanceKeyView.cs
- SafeMarshalContext.cs
- ProxyWebPartManager.cs
- MimeParameters.cs
- Native.cs
- ForEachDesigner.xaml.cs
- DeferredRunTextReference.cs
- _ConnectStream.cs
- Debug.cs
- FontFamilyConverter.cs
- OleDbErrorCollection.cs
- CqlQuery.cs
- Rotation3DKeyFrameCollection.cs
- _PooledStream.cs
- LogRecordSequence.cs
- ADMembershipUser.cs
- QilInvokeLateBound.cs
- ChannelEndpointElement.cs
- DBAsyncResult.cs
- HttpRuntimeSection.cs
- ComboBoxAutomationPeer.cs
- Line.cs
- NewExpression.cs
- DataListItemCollection.cs
- DataListCommandEventArgs.cs
- ListBindableAttribute.cs
- ProfileManager.cs
- RSAPKCS1KeyExchangeFormatter.cs
- TextSearch.cs
- XmlEncodedRawTextWriter.cs
- TextRangeSerialization.cs
- BindingListCollectionView.cs
- RoleProviderPrincipal.cs
- QuaternionIndependentAnimationStorage.cs
- regiisutil.cs
- DbConnectionStringBuilder.cs
- Binding.cs
- ConfigurationErrorsException.cs
- SelectionEditor.cs
- CapabilitiesSection.cs
- DateTimeFormat.cs
- GraphicsState.cs
- IUnknownConstantAttribute.cs
- ResourcePool.cs
- peernodestatemanager.cs
- NominalTypeEliminator.cs
- PageThemeParser.cs
- InheritablePropertyChangeInfo.cs
- CharUnicodeInfo.cs
- StaticFileHandler.cs
- TextPointerBase.cs
- Crypto.cs
- ConnectionManagementSection.cs
- GenerateScriptTypeAttribute.cs
- CfgSemanticTag.cs
- UserControlAutomationPeer.cs
- Substitution.cs
- DispatcherHookEventArgs.cs
- FrameworkContextData.cs
- XmlBinaryReaderSession.cs
- SystemColors.cs
- MessageDecoder.cs
- TypeUtil.cs
- StylusPointPropertyUnit.cs
- InfoCardCryptoHelper.cs
- EpmContentDeSerializer.cs
- BitmapMetadataBlob.cs
- CodeNamespaceImport.cs
- WebAdminConfigurationHelper.cs
- PeerApplication.cs
- ResourcesBuildProvider.cs
- BitmapEffectInput.cs
- HtmlTitle.cs
- LambdaCompiler.Logical.cs
- BookmarkCallbackWrapper.cs
- NativeObjectSecurity.cs
- NumericUpDownAccelerationCollection.cs
- SliderAutomationPeer.cs
- XmlSerializerFactory.cs
- BuildTopDownAttribute.cs
- DataTableTypeConverter.cs
- CodeTypeReferenceCollection.cs
- UnsafeNativeMethods.cs
- filewebresponse.cs
- NullExtension.cs
- StructuredTypeInfo.cs
- OracleCommandSet.cs
- dataSvcMapFileLoader.cs
- InstanceData.cs
- TimeSpan.cs
- BatchParser.cs
- Stylesheet.cs
- Size.cs
- SqlDataReader.cs
- XamlReaderConstants.cs
- RequestCachingSection.cs
- InternalBase.cs
- MyContact.cs