Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaImport.cs / 1305376 / 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
- ProviderMetadata.cs
- DataObjectCopyingEventArgs.cs
- FieldBuilder.cs
- DataGridViewCellCollection.cs
- AddInBase.cs
- SmiEventSink_DeferedProcessing.cs
- ToolbarAUtomationPeer.cs
- LogSwitch.cs
- SplineQuaternionKeyFrame.cs
- PassportAuthenticationEventArgs.cs
- Rotation3DAnimationUsingKeyFrames.cs
- UnionCodeGroup.cs
- SamlAuthenticationClaimResource.cs
- MarkupWriter.cs
- FastPropertyAccessor.cs
- SQLBytesStorage.cs
- FileNotFoundException.cs
- TextLineResult.cs
- WebServiceHost.cs
- UnmanagedHandle.cs
- HandoffBehavior.cs
- XmlElement.cs
- ShapingWorkspace.cs
- HttpPostedFile.cs
- TypeSystem.cs
- BuildProviderUtils.cs
- SqlBulkCopyColumnMappingCollection.cs
- TableSectionStyle.cs
- Task.cs
- ListItemCollection.cs
- DataGridViewSelectedRowCollection.cs
- MessageQueueAccessControlEntry.cs
- InternalCache.cs
- QueryTreeBuilder.cs
- DesignerAttribute.cs
- WebPartVerbCollection.cs
- ThreadAttributes.cs
- DocumentsTrace.cs
- OdbcErrorCollection.cs
- RoutedEvent.cs
- RelatedImageListAttribute.cs
- DbExpressionRules.cs
- SendMessageRecord.cs
- EditorOptionAttribute.cs
- WindowInteractionStateTracker.cs
- RegistrySecurity.cs
- EmulateRecognizeCompletedEventArgs.cs
- OdbcReferenceCollection.cs
- NumberEdit.cs
- KoreanCalendar.cs
- EntityReference.cs
- DataGridViewCellStyleEditor.cs
- ValueQuery.cs
- ScalarRestriction.cs
- SqlXml.cs
- Vector3DAnimation.cs
- WebScriptClientGenerator.cs
- MetadataFile.cs
- Internal.cs
- DtrList.cs
- FacetChecker.cs
- TransferMode.cs
- EntityContainerEmitter.cs
- LinkTarget.cs
- ListDataBindEventArgs.cs
- LineGeometry.cs
- Compiler.cs
- XmlMembersMapping.cs
- DataGridViewColumnHeaderCell.cs
- SqlResolver.cs
- OleDbErrorCollection.cs
- ThreadAttributes.cs
- Size.cs
- DbProviderServices.cs
- HitTestResult.cs
- DbParameterCollection.cs
- DynamicValidatorEventArgs.cs
- FlowLayoutSettings.cs
- RepeaterItem.cs
- MetadataCache.cs
- TrustManager.cs
- FormViewDeletedEventArgs.cs
- Hyperlink.cs
- StatusBarItemAutomationPeer.cs
- XhtmlBasicLinkAdapter.cs
- Int32CAMarshaler.cs
- ValuePattern.cs
- ReadOnlyCollection.cs
- MemoryStream.cs
- TargetParameterCountException.cs
- UnauthorizedWebPart.cs
- BoundPropertyEntry.cs
- PublisherMembershipCondition.cs
- SettingsPropertyNotFoundException.cs
- EventBuilder.cs
- ObjectViewListener.cs
- TagPrefixAttribute.cs
- UnknownBitmapDecoder.cs
- XamlWriter.cs
- EpmContentSerializer.cs