Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaAnnotation.cs / 1305376 / 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
- XsltInput.cs
- DocumentApplicationJournalEntry.cs
- XmlWrappingReader.cs
- AutoResetEvent.cs
- VisemeEventArgs.cs
- AssemblyAssociatedContentFileAttribute.cs
- _DigestClient.cs
- RunWorkerCompletedEventArgs.cs
- XPathMessageFilterTable.cs
- StorageEntitySetMapping.cs
- DefaultClaimSet.cs
- ObjectDataSourceMethodEditor.cs
- MultiByteCodec.cs
- TextElementEnumerator.cs
- EndpointDiscoveryBehavior.cs
- TerminateSequence.cs
- XPathPatternBuilder.cs
- FrameworkObject.cs
- OleDbDataAdapter.cs
- StyleCollection.cs
- EmptyQuery.cs
- XappLauncher.cs
- CacheEntry.cs
- TemplatePartAttribute.cs
- MissingSatelliteAssemblyException.cs
- FixedStringLookup.cs
- ViewgenGatekeeper.cs
- MediaPlayerState.cs
- PopOutPanel.cs
- PointAnimationBase.cs
- PropertyInformationCollection.cs
- DatagridviewDisplayedBandsData.cs
- ComponentCollection.cs
- NetMsmqBindingCollectionElement.cs
- ClosableStream.cs
- CompilerGeneratedAttribute.cs
- ProcessThread.cs
- XmlException.cs
- SystemColors.cs
- RegionData.cs
- EntityCollection.cs
- RoleServiceManager.cs
- TcpChannelListener.cs
- ToolStripItemRenderEventArgs.cs
- SqlGatherProducedAliases.cs
- XmlProcessingInstruction.cs
- FixedSOMImage.cs
- PointAnimation.cs
- ExpressionEvaluator.cs
- Bitmap.cs
- GroupDescription.cs
- ResourceManager.cs
- WebPartDeleteVerb.cs
- CustomAttributeBuilder.cs
- WebBrowser.cs
- ExportOptions.cs
- CollectionView.cs
- GraphicsPathIterator.cs
- securitycriticaldata.cs
- XPathAncestorIterator.cs
- Label.cs
- MarshalByValueComponent.cs
- UrlAuthorizationModule.cs
- EnlistmentState.cs
- BindingCollectionElement.cs
- NameValuePermission.cs
- InternalRelationshipCollection.cs
- ProcessModelInfo.cs
- XmlSchemaValidationException.cs
- EntitySetBase.cs
- HttpWebRequestElement.cs
- EntityContainerRelationshipSet.cs
- TypeCollectionPropertyEditor.cs
- MethodCallExpression.cs
- FormsAuthenticationTicket.cs
- AdCreatedEventArgs.cs
- ByteRangeDownloader.cs
- DataTableMapping.cs
- MemberMaps.cs
- QueueProcessor.cs
- DmlSqlGenerator.cs
- SplitterPanel.cs
- IssuedTokenServiceCredential.cs
- TextEditorMouse.cs
- TraceUtils.cs
- SafeSystemMetrics.cs
- SourceSwitch.cs
- ChannelAcceptor.cs
- TextCompositionEventArgs.cs
- HighContrastHelper.cs
- MarshalDirectiveException.cs
- XmlNotation.cs
- BitmapInitialize.cs
- WebPartZoneBase.cs
- MdiWindowListItemConverter.cs
- ControlBindingsCollection.cs
- Vector3DAnimationUsingKeyFrames.cs
- DependentList.cs
- OledbConnectionStringbuilder.cs
- Pen.cs