Code:
/ 4.0 / 4.0 / untmp / 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.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SigningCredentials.cs
- ResolveDuplexAsyncResult.cs
- ChannelAcceptor.cs
- ActivityValidationServices.cs
- ApplicationHost.cs
- SqlDelegatedTransaction.cs
- Rect.cs
- CodeDOMUtility.cs
- DependencyObjectProvider.cs
- DockingAttribute.cs
- ThumbAutomationPeer.cs
- ProtocolsConfigurationEntry.cs
- HttpModuleCollection.cs
- XslCompiledTransform.cs
- MethodRental.cs
- FixedSOMTextRun.cs
- Axis.cs
- GradientSpreadMethodValidation.cs
- IteratorFilter.cs
- JumpPath.cs
- OdbcConnectionStringbuilder.cs
- IisTraceWebEventProvider.cs
- StrongNameIdentityPermission.cs
- AssemblyFilter.cs
- HandleCollector.cs
- SharedPersonalizationStateInfo.cs
- AdapterUtil.cs
- SymbolTable.cs
- NavigationProgressEventArgs.cs
- SafeFileMappingHandle.cs
- ToolboxItemImageConverter.cs
- Binding.cs
- ExtendedPropertyInfo.cs
- QueryStringParameter.cs
- RepeatButtonAutomationPeer.cs
- MsmqEncryptionAlgorithm.cs
- ResourcesGenerator.cs
- WebServiceData.cs
- StringReader.cs
- RuleInfoComparer.cs
- SiteMap.cs
- ImageCodecInfoPrivate.cs
- Compiler.cs
- TableRowCollection.cs
- QuotaExceededException.cs
- LinqDataSourceInsertEventArgs.cs
- AuthorizationRule.cs
- BidOverLoads.cs
- OrderedDictionary.cs
- SymbolType.cs
- SelectedDatesCollection.cs
- ToolStripGripRenderEventArgs.cs
- Transform.cs
- CodeObject.cs
- CmsInterop.cs
- ListViewContainer.cs
- PageAsyncTaskManager.cs
- ClockGroup.cs
- Accessors.cs
- SiteMapNodeCollection.cs
- unsafenativemethodsother.cs
- ConnectionStringSettingsCollection.cs
- QueueAccessMode.cs
- basenumberconverter.cs
- HelloMessageApril2005.cs
- BindingCompleteEventArgs.cs
- AssemblyAttributes.cs
- UserControl.cs
- MemberDescriptor.cs
- HelloMessage11.cs
- PathFigureCollection.cs
- KerberosTicketHashIdentifierClause.cs
- ByteStorage.cs
- CodeGenerator.cs
- DBDataPermission.cs
- DurableMessageDispatchInspector.cs
- ButtonStandardAdapter.cs
- AnimatedTypeHelpers.cs
- ConnectionInterfaceCollection.cs
- SourceCollection.cs
- ServiceRoute.cs
- ReversePositionQuery.cs
- BaseValidator.cs
- CommonGetThemePartSize.cs
- ClientRolePrincipal.cs
- FixedSOMImage.cs
- ScriptingRoleServiceSection.cs
- XmlNamespaceManager.cs
- ReadOnlyDataSource.cs
- FormatConvertedBitmap.cs
- LessThan.cs
- EventArgs.cs
- TypeGeneratedEventArgs.cs
- Ref.cs
- Model3D.cs
- AmbientLight.cs
- WebPartChrome.cs
- Transactions.cs
- RectIndependentAnimationStorage.cs
- RuleDefinitions.cs