Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaAll.cs / 1 / XmlSchemaAll.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// [....]
//-----------------------------------------------------------------------------
namespace System.Xml.Schema {
using System.Collections;
using System.Xml.Serialization;
///
///
/// [To be supplied.]
///
public class XmlSchemaAll : XmlSchemaGroupBase {
XmlSchemaObjectCollection items = new XmlSchemaObjectCollection();
///
///
/// [To be supplied.]
///
[XmlElement("element", typeof(XmlSchemaElement))]
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
- XmlDictionaryReaderQuotas.cs
- MsmqMessageProperty.cs
- SharedStatics.cs
- SystemIPAddressInformation.cs
- Baml2006SchemaContext.cs
- SharedPersonalizationStateInfo.cs
- DataGridViewCellContextMenuStripNeededEventArgs.cs
- TreeNodeEventArgs.cs
- ConfigurationException.cs
- HtmlElementCollection.cs
- sqlpipe.cs
- EntityExpressionVisitor.cs
- HMACSHA384.cs
- MetadataPropertyvalue.cs
- WSTrust.cs
- HtmlUtf8RawTextWriter.cs
- TextRunProperties.cs
- LinkLabel.cs
- DataGridColumn.cs
- SiteMapNodeItem.cs
- HebrewCalendar.cs
- CompilerWrapper.cs
- CodeParameterDeclarationExpression.cs
- DataSetFieldSchema.cs
- CodeEventReferenceExpression.cs
- FastPropertyAccessor.cs
- StylusButtonEventArgs.cs
- TrackingAnnotationCollection.cs
- DbException.cs
- AssertFilter.cs
- PerformanceCounterPermission.cs
- ParseElement.cs
- ItemList.cs
- LongTypeConverter.cs
- TimerElapsedEvenArgs.cs
- EventMappingSettingsCollection.cs
- infer.cs
- FontEditor.cs
- SafeSecurityHelper.cs
- SessionIDManager.cs
- Tuple.cs
- EntityViewGenerationAttribute.cs
- FileInfo.cs
- XMLSyntaxException.cs
- VarRefManager.cs
- HeaderElement.cs
- basenumberconverter.cs
- DesignTimeType.cs
- CombinedGeometry.cs
- oledbmetadatacollectionnames.cs
- CodeStatement.cs
- XmlElementCollection.cs
- TimeSpanConverter.cs
- TypeNameParser.cs
- SystemColorTracker.cs
- OverflowException.cs
- FormatterConverter.cs
- NavigationCommands.cs
- WindowProviderWrapper.cs
- Vector3DAnimation.cs
- _CommandStream.cs
- TextLineResult.cs
- SizeChangedInfo.cs
- SymbolPair.cs
- CodeRegionDirective.cs
- BuildProviderUtils.cs
- WindowProviderWrapper.cs
- ValueExpressions.cs
- TrackingRecord.cs
- MSAANativeProvider.cs
- Accessible.cs
- PropertyItem.cs
- TrackingAnnotationCollection.cs
- Calendar.cs
- DateTimeFormatInfoScanner.cs
- OperationExecutionFault.cs
- CachedBitmap.cs
- RpcCryptoContext.cs
- XmlNamespaceManager.cs
- RectangleHotSpot.cs
- RightsManagementEncryptionTransform.cs
- AssemblyAssociatedContentFileAttribute.cs
- PasswordDeriveBytes.cs
- LinkLabelLinkClickedEvent.cs
- ItemContainerProviderWrapper.cs
- XmlCDATASection.cs
- FontStretchConverter.cs
- DefinitionUpdate.cs
- ViewPort3D.cs
- StyleHelper.cs
- DataProtection.cs
- HtmlAnchor.cs
- NumericUpDownAcceleration.cs
- MethodAccessException.cs
- Roles.cs
- XmlAttributeCollection.cs
- SerialPinChanges.cs
- XPathNodeHelper.cs
- ViewStateException.cs
- SessionSwitchEventArgs.cs