Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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; ////// /// public class XmlSchemaInclude : XmlSchemaExternal { XmlSchemaAnnotation annotation; ///[To be supplied.] ///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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- BuildProvider.cs
- RtfToXamlReader.cs
- Types.cs
- XPathNodeHelper.cs
- CryptoApi.cs
- WorkflowServiceNamespace.cs
- Timer.cs
- TypeForwardedFromAttribute.cs
- MdiWindowListItemConverter.cs
- DataQuery.cs
- Propagator.cs
- Binding.cs
- TemplateKeyConverter.cs
- DefaultConfirmation.cs
- ServiceContractDetailViewControl.cs
- ProfileModule.cs
- BaseDataList.cs
- PartitionedStreamMerger.cs
- ItemList.cs
- XmlILOptimizerVisitor.cs
- TimeIntervalCollection.cs
- MatrixKeyFrameCollection.cs
- CultureSpecificStringDictionary.cs
- GroupBox.cs
- CursorConverter.cs
- SchemaMapping.cs
- XamlClipboardData.cs
- XamlToRtfWriter.cs
- Point.cs
- InputProcessorProfiles.cs
- MenuItemAutomationPeer.cs
- RTLAwareMessageBox.cs
- FixedDSBuilder.cs
- Brush.cs
- BaseComponentEditor.cs
- UriTemplateTrieNode.cs
- WebPartEditorOkVerb.cs
- DescendantOverDescendantQuery.cs
- X509AudioLogo.cs
- SqlGatherProducedAliases.cs
- Visual.cs
- UnderstoodHeaders.cs
- Registry.cs
- ProfileModule.cs
- AdRotatorDesigner.cs
- ContentFileHelper.cs
- ErrorFormatter.cs
- FormViewDeleteEventArgs.cs
- FlowPosition.cs
- SchemaType.cs
- EnlistmentTraceIdentifier.cs
- XmlSchemaSimpleContentRestriction.cs
- ConfigurationValue.cs
- BindingManagerDataErrorEventArgs.cs
- DragDropHelper.cs
- DictionaryBase.cs
- ConfigurationHelpers.cs
- ToolstripProfessionalRenderer.cs
- MetadataArtifactLoaderResource.cs
- DataGridViewButtonColumn.cs
- DataGridViewColumnStateChangedEventArgs.cs
- ColorConverter.cs
- RegexStringValidator.cs
- EncryptedReference.cs
- HTMLTagNameToTypeMapper.cs
- XmlSchemaComplexContentExtension.cs
- FileDialogCustomPlacesCollection.cs
- SecurityElement.cs
- NameValuePermission.cs
- WebContentFormatHelper.cs
- RtfFormatStack.cs
- Random.cs
- DesignerAttribute.cs
- SqlUserDefinedAggregateAttribute.cs
- Signature.cs
- ZoneLinkButton.cs
- _ContextAwareResult.cs
- IdnElement.cs
- XmlSchemaGroupRef.cs
- EntityConnection.cs
- RemotingServices.cs
- CryptoProvider.cs
- CodeExpressionStatement.cs
- SqlBuilder.cs
- Brush.cs
- EntityCommandCompilationException.cs
- CustomTrackingRecord.cs
- IgnoreSectionHandler.cs
- XPathNodeIterator.cs
- HTMLTextWriter.cs
- BufferAllocator.cs
- TransferMode.cs
- DrawingGroupDrawingContext.cs
- TrackingProfile.cs
- GridViewEditEventArgs.cs
- CodeNamespaceImport.cs
- BinaryParser.cs
- CacheMemory.cs
- DataGridViewSelectedCellsAccessibleObject.cs
- WebMethodAttribute.cs