Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaImport.cs / 1 / XmlSchemaImport.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { using System.Xml.Serialization; ////// /// public class XmlSchemaImport : XmlSchemaExternal { string ns; XmlSchemaAnnotation annotation; ///[To be supplied.] ///public XmlSchemaImport() { Compositor = Compositor.Import; } /// [XmlAttribute("namespace", DataType="anyURI")] public string Namespace { get { return ns; } set { ns = value; } } /// [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; ////// /// public class XmlSchemaImport : XmlSchemaExternal { string ns; XmlSchemaAnnotation annotation; ///[To be supplied.] ///public XmlSchemaImport() { Compositor = Compositor.Import; } /// [XmlAttribute("namespace", DataType="anyURI")] public string Namespace { get { return ns; } set { ns = value; } } /// [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
- IriParsingElement.cs
- SqlUDTStorage.cs
- TextBox.cs
- SignatureDescription.cs
- SqlDependency.cs
- SystemInfo.cs
- PrefixHandle.cs
- ADConnectionHelper.cs
- UseAttributeSetsAction.cs
- securestring.cs
- ConnectionPoolManager.cs
- TabControlEvent.cs
- HttpStreamMessage.cs
- StringDictionaryEditor.cs
- UnmanagedMarshal.cs
- UpdateTranslator.cs
- IsolatedStorageFile.cs
- DebugHandleTracker.cs
- HttpSysSettings.cs
- SafePointer.cs
- BoundsDrawingContextWalker.cs
- IODescriptionAttribute.cs
- MissingFieldException.cs
- BypassElement.cs
- SelectionEditor.cs
- SupportingTokenChannel.cs
- MenuItemAutomationPeer.cs
- HMACSHA512.cs
- BuildResultCache.cs
- SecurityState.cs
- ChtmlImageAdapter.cs
- ContainerParagraph.cs
- XmlRootAttribute.cs
- GradientStop.cs
- RelatedView.cs
- SemanticValue.cs
- UserControlBuildProvider.cs
- ConfigXmlAttribute.cs
- AttachedPropertyBrowsableForTypeAttribute.cs
- TabControl.cs
- webclient.cs
- FixUpCollection.cs
- HttpCapabilitiesEvaluator.cs
- FloaterParaClient.cs
- NamespaceQuery.cs
- PenLineJoinValidation.cs
- KeyManager.cs
- XPathNodePointer.cs
- PassportAuthenticationEventArgs.cs
- httpstaticobjectscollection.cs
- ClickablePoint.cs
- Win32SafeHandles.cs
- ConfigurationException.cs
- SqlSupersetValidator.cs
- ObjectRef.cs
- WebPartMinimizeVerb.cs
- LicenseContext.cs
- CodeArgumentReferenceExpression.cs
- NetMsmqBinding.cs
- IDictionary.cs
- PropertyManager.cs
- RequestQueue.cs
- DrawItemEvent.cs
- FontStyles.cs
- ContentDisposition.cs
- ByteAnimation.cs
- IPipelineRuntime.cs
- ZoneButton.cs
- KeyGestureConverter.cs
- XmlWriterSettings.cs
- LicenseManager.cs
- Annotation.cs
- AsymmetricSignatureFormatter.cs
- XmlEncoding.cs
- DependencyPropertyDescriptor.cs
- ToolStripDropDownButton.cs
- TraceContext.cs
- ClientUrlResolverWrapper.cs
- MissingSatelliteAssemblyException.cs
- TileBrush.cs
- ScopelessEnumAttribute.cs
- Source.cs
- CSharpCodeProvider.cs
- ObjectDataSourceFilteringEventArgs.cs
- NetworkAddressChange.cs
- ProcessStartInfo.cs
- EnumConverter.cs
- ContentPropertyAttribute.cs
- StateItem.cs
- SrgsNameValueTag.cs
- DependencyStoreSurrogate.cs
- ItemType.cs
- ViewCellSlot.cs
- OuterGlowBitmapEffect.cs
- XmlSignatureProperties.cs
- HtmlHead.cs
- XComponentModel.cs
- PublishLicense.cs
- SafeHandles.cs
- Decimal.cs