Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaSequence.cs / 1305376 / XmlSchemaSequence.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// [....]
//-----------------------------------------------------------------------------
namespace System.Xml.Schema {
using System.Xml.Serialization;
///
///
/// [To be supplied.]
///
public class XmlSchemaSequence : 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- UpdateEventArgs.cs
- PassportAuthentication.cs
- Missing.cs
- DateTimeParse.cs
- ListViewSortEventArgs.cs
- ExceptionCollection.cs
- DecoderNLS.cs
- AggregatePushdown.cs
- MainMenu.cs
- ExceptionRoutedEventArgs.cs
- DummyDataSource.cs
- BinaryExpression.cs
- ControlAdapter.cs
- ConfigDefinitionUpdates.cs
- WpfPayload.cs
- GenericWebPart.cs
- PropertyItem.cs
- ListControlBoundActionList.cs
- XmlCharType.cs
- ToolStripItemEventArgs.cs
- ServicesUtilities.cs
- ParameterToken.cs
- InternalsVisibleToAttribute.cs
- MarshalDirectiveException.cs
- _NTAuthentication.cs
- DbParameterCollectionHelper.cs
- RelationshipEnd.cs
- HtmlWindowCollection.cs
- ping.cs
- ToolStripDropDownButton.cs
- InstanceStoreQueryResult.cs
- NGCPageContentCollectionSerializerAsync.cs
- IItemProperties.cs
- DataBoundControlHelper.cs
- RequestCachingSection.cs
- ReachPageContentSerializerAsync.cs
- CompilationPass2TaskInternal.cs
- SrgsElementList.cs
- ExtensionWindow.cs
- BindingOperations.cs
- _NetworkingPerfCounters.cs
- Pipe.cs
- EventTask.cs
- XsltQilFactory.cs
- Stylesheet.cs
- EncryptedData.cs
- ResourceDescriptionAttribute.cs
- SiteMapHierarchicalDataSourceView.cs
- ObfuscateAssemblyAttribute.cs
- HandlerBase.cs
- TargetControlTypeAttribute.cs
- XmlLoader.cs
- NumericUpDownAccelerationCollection.cs
- WsdlImporterElementCollection.cs
- TreeNodeCollection.cs
- AbandonedMutexException.cs
- SecurityPermission.cs
- SharedPerformanceCounter.cs
- Publisher.cs
- CreateUserWizard.cs
- ProfileEventArgs.cs
- DataGridViewColumnEventArgs.cs
- PlatformNotSupportedException.cs
- DataGridViewSelectedCellCollection.cs
- MachineKey.cs
- Font.cs
- Maps.cs
- AlternateViewCollection.cs
- PointLight.cs
- PartitionerStatic.cs
- XmlUrlEditor.cs
- CodeRegionDirective.cs
- ThreadStateException.cs
- ProtocolElement.cs
- SqlTypeSystemProvider.cs
- ConstructorExpr.cs
- XmlSchemaAttributeGroup.cs
- EncoderFallback.cs
- OleDbConnectionInternal.cs
- WorkflowWebService.cs
- FileNotFoundException.cs
- Message.cs
- SubMenuStyleCollection.cs
- DocumentViewerBase.cs
- DockPattern.cs
- AsymmetricSignatureDeformatter.cs
- DigitShape.cs
- ReplacementText.cs
- XmlEnumAttribute.cs
- ClientBuildManagerCallback.cs
- QilReference.cs
- SecurityPolicySection.cs
- Registry.cs
- ListView.cs
- TransformerConfigurationWizardBase.cs
- GridViewCancelEditEventArgs.cs
- SystemColorTracker.cs
- UnsafeNativeMethods.cs
- Cursors.cs
- EarlyBoundInfo.cs