Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- RoleGroupCollection.cs
- OdbcErrorCollection.cs
- MemberMemberBinding.cs
- DrawingGroup.cs
- FontInfo.cs
- control.ime.cs
- FixedSchema.cs
- SqlServer2KCompatibilityAnnotation.cs
- DataTrigger.cs
- CryptoStream.cs
- ParsedAttributeCollection.cs
- ServiceOperationListItem.cs
- DataServices.cs
- AssociatedControlConverter.cs
- EncoderFallback.cs
- ChildDocumentBlock.cs
- AnnotationAuthorChangedEventArgs.cs
- XmlIterators.cs
- BaseInfoTable.cs
- CheckBox.cs
- SplitterPanelDesigner.cs
- RelOps.cs
- Pen.cs
- WebServiceTypeData.cs
- ProtectedUri.cs
- EncoderFallback.cs
- LogicalExpr.cs
- SymLanguageVendor.cs
- RepeaterCommandEventArgs.cs
- DataTemplateSelector.cs
- StateDesigner.Layouts.cs
- InputLanguageManager.cs
- Int32KeyFrameCollection.cs
- InstancePersistence.cs
- DoubleConverter.cs
- PointCollection.cs
- EntityContainerRelationshipSet.cs
- ToolStripButton.cs
- SecurityManager.cs
- SynchronizedKeyedCollection.cs
- NavigateEvent.cs
- StrokeCollectionConverter.cs
- DataGridTable.cs
- ProxyDataContractResolver.cs
- ArraySortHelper.cs
- SymbolEqualComparer.cs
- StorageSetMapping.cs
- SQlBooleanStorage.cs
- InvalidAsynchronousStateException.cs
- RenderContext.cs
- GridView.cs
- PartEditor.cs
- MouseEvent.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- TimelineGroup.cs
- UpdateTranslator.cs
- ContextMarshalException.cs
- MembershipPasswordException.cs
- ListViewGroupCollectionEditor.cs
- StringValueSerializer.cs
- WebConfigurationFileMap.cs
- XmlSortKey.cs
- CompModSwitches.cs
- NumericExpr.cs
- SelectedGridItemChangedEvent.cs
- GridEntry.cs
- TextChange.cs
- GifBitmapDecoder.cs
- ExternalDataExchangeClient.cs
- Behavior.cs
- Size.cs
- PkcsMisc.cs
- TableItemStyle.cs
- LineGeometry.cs
- SystemInfo.cs
- CompoundFileStreamReference.cs
- StreamingContext.cs
- ConfigurationStrings.cs
- LayoutEngine.cs
- CacheEntry.cs
- VolatileEnlistmentMultiplexing.cs
- ClientRuntimeConfig.cs
- StreamInfo.cs
- FuncCompletionCallbackWrapper.cs
- TdsParameterSetter.cs
- nulltextnavigator.cs
- DeclaredTypeValidatorAttribute.cs
- DataGridParentRows.cs
- ButtonChrome.cs
- AsyncOperation.cs
- PolicyChain.cs
- ObjectKeyFrameCollection.cs
- Quaternion.cs
- Inline.cs
- DataObjectCopyingEventArgs.cs
- PipelineModuleStepContainer.cs
- ManagementException.cs
- X509Utils.cs
- _OverlappedAsyncResult.cs
- SamlAuthorizationDecisionStatement.cs