Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaAnnotation.cs / 1 / XmlSchemaAnnotation.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { using System.Collections; using System.Xml.Serialization; ////// /// public class XmlSchemaAnnotation : XmlSchemaObject { string id; XmlSchemaObjectCollection items = new XmlSchemaObjectCollection(); XmlAttribute[] moreAttributes; ///[To be supplied.] ////// /// [XmlAttribute("id", DataType = "ID")] public string Id { get { return id; } set { id = value; } } ///[To be supplied.] ////// /// [XmlElement("documentation", typeof(XmlSchemaDocumentation)), XmlElement("appinfo", typeof(XmlSchemaAppInfo))] public XmlSchemaObjectCollection Items { get { return items; } } ///[To be supplied.] ////// /// [XmlAnyAttribute] public XmlAttribute[] UnhandledAttributes { get { return moreAttributes; } set { moreAttributes = value; } } [XmlIgnore] internal override string IdAttribute { get { return Id; } set { Id = value; } } internal override void SetUnhandledAttributes(XmlAttribute[] moreAttributes) { this.moreAttributes = moreAttributes; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //[To be supplied.] ///// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { using System.Collections; using System.Xml.Serialization; ////// /// public class XmlSchemaAnnotation : XmlSchemaObject { string id; XmlSchemaObjectCollection items = new XmlSchemaObjectCollection(); XmlAttribute[] moreAttributes; ///[To be supplied.] ////// /// [XmlAttribute("id", DataType = "ID")] public string Id { get { return id; } set { id = value; } } ///[To be supplied.] ////// /// [XmlElement("documentation", typeof(XmlSchemaDocumentation)), XmlElement("appinfo", typeof(XmlSchemaAppInfo))] public XmlSchemaObjectCollection Items { get { return items; } } ///[To be supplied.] ////// /// [XmlAnyAttribute] public XmlAttribute[] UnhandledAttributes { get { return moreAttributes; } set { moreAttributes = value; } } [XmlIgnore] internal override string IdAttribute { get { return Id; } set { Id = value; } } internal override void SetUnhandledAttributes(XmlAttribute[] moreAttributes) { this.moreAttributes = moreAttributes; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DataGridColumnFloatingHeader.cs
- TextServicesCompartmentContext.cs
- RegexBoyerMoore.cs
- KeyboardEventArgs.cs
- PathSegmentCollection.cs
- PKCS1MaskGenerationMethod.cs
- ServiceBuildProvider.cs
- CurrentChangingEventArgs.cs
- AppDomain.cs
- ZoomPercentageConverter.cs
- DBDataPermissionAttribute.cs
- _FtpControlStream.cs
- SecurityUtils.cs
- ResourceDisplayNameAttribute.cs
- COM2Enum.cs
- CompositeActivityCodeGenerator.cs
- assertwrapper.cs
- MonthChangedEventArgs.cs
- MenuItemCollectionEditorDialog.cs
- SqlUtils.cs
- MainMenu.cs
- ProfileGroupSettingsCollection.cs
- AsyncStreamReader.cs
- PrintPageEvent.cs
- VersionedStreamOwner.cs
- BufferedGraphicsManager.cs
- View.cs
- ProxyWebPart.cs
- ObjectDataProvider.cs
- HttpFileCollection.cs
- PageRanges.cs
- HealthMonitoringSection.cs
- CompilationLock.cs
- AttributeQuery.cs
- MailWriter.cs
- AppDomainShutdownMonitor.cs
- ListMarkerLine.cs
- TCPListener.cs
- FixedSOMFixedBlock.cs
- ActivationArguments.cs
- PackageProperties.cs
- XomlCompilerParameters.cs
- PaintEvent.cs
- Typeface.cs
- EncodingInfo.cs
- RootBuilder.cs
- OutputWindow.cs
- QueryReaderSettings.cs
- RelOps.cs
- InternalBufferOverflowException.cs
- ZipIOModeEnforcingStream.cs
- WindowsTokenRoleProvider.cs
- HttpsHostedTransportConfiguration.cs
- WorkflowOperationContext.cs
- Win32PrintDialog.cs
- messageonlyhwndwrapper.cs
- ToolStripControlHost.cs
- SharedDp.cs
- SequenceFullException.cs
- ApplyTemplatesAction.cs
- NetworkInformationException.cs
- safePerfProviderHandle.cs
- SourceFilter.cs
- AsmxEndpointPickerExtension.cs
- ItemsChangedEventArgs.cs
- SpeechSeg.cs
- MouseEventArgs.cs
- Operator.cs
- DataGridViewRowCollection.cs
- TextRangeBase.cs
- WasAdminWrapper.cs
- LocalizedNameDescriptionPair.cs
- PointAnimationClockResource.cs
- XmlSerializableServices.cs
- ACL.cs
- ClientOptions.cs
- wgx_render.cs
- ListBoxChrome.cs
- PasswordPropertyTextAttribute.cs
- ApplicationGesture.cs
- HtmlTernaryTree.cs
- GuidelineSet.cs
- CompilationRelaxations.cs
- PriorityRange.cs
- ComNativeDescriptor.cs
- XamlSerializerUtil.cs
- XPathChildIterator.cs
- DependencyObject.cs
- ConfigurationException.cs
- WebPartManager.cs
- SafeFileMappingHandle.cs
- RootProfilePropertySettingsCollection.cs
- DataGridGeneralPage.cs
- LoginDesigner.cs
- XPathItem.cs
- WebScriptServiceHostFactory.cs
- LinqDataSourceStatusEventArgs.cs
- MulticastIPAddressInformationCollection.cs
- Binding.cs
- XmlParserContext.cs