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;
///
///
/// [To be supplied.]
///
public class XmlSchemaImport : XmlSchemaExternal {
string ns;
XmlSchemaAnnotation annotation;
///
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;
///
///
/// [To be supplied.]
///
public class XmlSchemaImport : XmlSchemaExternal {
string ns;
XmlSchemaAnnotation annotation;
///
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
- MailAddress.cs
- BitmapSourceSafeMILHandle.cs
- AttributeQuery.cs
- NullRuntimeConfig.cs
- TextModifierScope.cs
- Rectangle.cs
- Int64AnimationUsingKeyFrames.cs
- TemplateApplicationHelper.cs
- Visual3DCollection.cs
- LineGeometry.cs
- BroadcastEventHelper.cs
- TypeSemantics.cs
- _AutoWebProxyScriptEngine.cs
- PageAsyncTask.cs
- FaultContractInfo.cs
- SortDescriptionCollection.cs
- ProcessProtocolHandler.cs
- TreeIterator.cs
- IndentedWriter.cs
- ScriptingProfileServiceSection.cs
- WebPartExportVerb.cs
- ListControl.cs
- EdmProperty.cs
- Enum.cs
- SqlUserDefinedAggregateAttribute.cs
- DataGridViewEditingControlShowingEventArgs.cs
- ColorAnimation.cs
- ITextView.cs
- DataColumnCollection.cs
- TabControl.cs
- HyperLinkColumn.cs
- HttpClientCertificate.cs
- BrowserDefinitionCollection.cs
- metadatamappinghashervisitor.cs
- Operator.cs
- ListViewItem.cs
- PrivilegedConfigurationManager.cs
- ManipulationBoundaryFeedbackEventArgs.cs
- QilGenerator.cs
- WebPartPersonalization.cs
- TextBoxBase.cs
- BezierSegment.cs
- EntityDataSourceDataSelectionPanel.designer.cs
- CRYPTPROTECT_PROMPTSTRUCT.cs
- CharacterHit.cs
- StrokeNodeEnumerator.cs
- TdsParameterSetter.cs
- FileNotFoundException.cs
- TransformValueSerializer.cs
- ReceiveContext.cs
- QueryRelOp.cs
- InputScope.cs
- MeasurementDCInfo.cs
- StaticDataManager.cs
- MailSettingsSection.cs
- Rule.cs
- Cursors.cs
- ControlDesigner.cs
- TextBlockAutomationPeer.cs
- GlobalItem.cs
- ResXResourceSet.cs
- TableCell.cs
- GeometryModel3D.cs
- HtmlInputRadioButton.cs
- TreeNodeBindingCollection.cs
- PriorityBindingExpression.cs
- ExtendedPropertyCollection.cs
- SqlTransaction.cs
- ToolStripContainer.cs
- XsdValidatingReader.cs
- PhonemeEventArgs.cs
- SchemaObjectWriter.cs
- SqlNode.cs
- AttributeQuery.cs
- PageVisual.cs
- ConstraintStruct.cs
- KeyedPriorityQueue.cs
- UpdatePanelTriggerCollection.cs
- Context.cs
- remotingproxy.cs
- AttributeUsageAttribute.cs
- OuterGlowBitmapEffect.cs
- PointCollection.cs
- WebPartConnectionsCancelEventArgs.cs
- DockProviderWrapper.cs
- XmlBinaryReader.cs
- KeyBinding.cs
- _DynamicWinsockMethods.cs
- FrameworkElementAutomationPeer.cs
- ObjectStateEntryOriginalDbUpdatableDataRecord.cs
- CssTextWriter.cs
- FlowDocumentFormatter.cs
- InvokeHandlers.cs
- CacheMemory.cs
- ObjectViewEntityCollectionData.cs
- CultureTable.cs
- MailMessageEventArgs.cs
- BufferedStream.cs
- TrustManagerMoreInformation.cs
- LiteralTextParser.cs