Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaInclude.cs / 1 / XmlSchemaInclude.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// [....]
//-----------------------------------------------------------------------------
namespace System.Xml.Schema {
using System.Xml.Serialization;
///
///
/// [To be supplied.]
///
public class XmlSchemaInclude : XmlSchemaExternal {
XmlSchemaAnnotation annotation;
///
public XmlSchemaInclude() {
Compositor = Compositor.Include;
}
///
[XmlElement("annotation", typeof(XmlSchemaAnnotation))]
public XmlSchemaAnnotation Annotation {
get { return annotation; }
set { annotation = value; }
}
internal override void AddAnnotation(XmlSchemaAnnotation annotation) {
this.annotation = annotation;
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// [....]
//-----------------------------------------------------------------------------
namespace System.Xml.Schema {
using System.Xml.Serialization;
///
///
/// [To be supplied.]
///
public class XmlSchemaInclude : XmlSchemaExternal {
XmlSchemaAnnotation annotation;
///
public XmlSchemaInclude() {
Compositor = Compositor.Include;
}
///
[XmlElement("annotation", typeof(XmlSchemaAnnotation))]
public XmlSchemaAnnotation Annotation {
get { return annotation; }
set { annotation = value; }
}
internal override void AddAnnotation(XmlSchemaAnnotation annotation) {
this.annotation = annotation;
}
}
}
// 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
- DataServiceResponse.cs
- FormCollection.cs
- ExceptionUtil.cs
- SelectionService.cs
- BitmapCodecInfo.cs
- SQLCharsStorage.cs
- DataObjectAttribute.cs
- EdmProviderManifest.cs
- BufferAllocator.cs
- DataPagerFieldCommandEventArgs.cs
- SignatureDescription.cs
- DataGridSortCommandEventArgs.cs
- ResourcesChangeInfo.cs
- GlyphRun.cs
- SessionStateModule.cs
- XmlIncludeAttribute.cs
- DictionaryEditChange.cs
- GridViewAutomationPeer.cs
- PackageDigitalSignatureManager.cs
- TableLayoutPanelCellPosition.cs
- CompressionTransform.cs
- BoundPropertyEntry.cs
- TimeSpanSecondsOrInfiniteConverter.cs
- ToolboxItemWrapper.cs
- ParallelLoopState.cs
- Confirm.cs
- ToolboxComponentsCreatingEventArgs.cs
- BindingValueChangedEventArgs.cs
- ServiceInfo.cs
- DataSourceIDConverter.cs
- DataRowIndexBuffer.cs
- COMException.cs
- NeutralResourcesLanguageAttribute.cs
- DateTimeStorage.cs
- FormCollection.cs
- OleDbRowUpdatingEvent.cs
- ActiveXHelper.cs
- ClientSession.cs
- ResourceProviderFactory.cs
- TextAdaptor.cs
- WebColorConverter.cs
- HTMLTextWriter.cs
- SqlDuplicator.cs
- AssemblyBuilderData.cs
- ErrorView.xaml.cs
- MexBindingElement.cs
- TypefaceMetricsCache.cs
- RoleBoolean.cs
- TypedReference.cs
- _BasicClient.cs
- InvalidateEvent.cs
- counter.cs
- DataControlExtensions.cs
- BeginStoryboard.cs
- InvalidateEvent.cs
- WorkflowTransactionService.cs
- MultipleViewProviderWrapper.cs
- SystemIPGlobalStatistics.cs
- GeneralTransformCollection.cs
- RadioButtonBaseAdapter.cs
- ParagraphResult.cs
- ObjectToModelValueConverter.cs
- LoopExpression.cs
- CacheDependency.cs
- PlainXmlSerializer.cs
- GatewayDefinition.cs
- dataprotectionpermissionattribute.cs
- webbrowsersite.cs
- TargetParameterCountException.cs
- PropertySegmentSerializationProvider.cs
- StreamInfo.cs
- Stackframe.cs
- CompilationPass2TaskInternal.cs
- xdrvalidator.cs
- CompiledELinqQueryState.cs
- DCSafeHandle.cs
- Triangle.cs
- WCFModelStrings.Designer.cs
- SimpleBitVector32.cs
- WebServiceReceiveDesigner.cs
- StringResourceManager.cs
- DrawItemEvent.cs
- DirectoryObjectSecurity.cs
- DataGridViewCellStateChangedEventArgs.cs
- DrawingGroupDrawingContext.cs
- TextDecorationUnitValidation.cs
- InkCanvas.cs
- PagedDataSource.cs
- XmlSerializationGeneratedCode.cs
- ToggleButtonAutomationPeer.cs
- ConcurrentBag.cs
- CodeAttributeArgument.cs
- PromptEventArgs.cs
- ColorConvertedBitmap.cs
- DataGridViewSelectedColumnCollection.cs
- COM2PropertyBuilderUITypeEditor.cs
- MaskedTextProvider.cs
- ObjectStateEntryDbUpdatableDataRecord.cs
- ParallelActivityDesigner.cs
- Merger.cs