Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / 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. // Copyright (c) Microsoft Corporation. All rights reserved.[To be supplied.] ///
Link Menu
This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- AssociationSetMetadata.cs
- HybridWebProxyFinder.cs
- Pair.cs
- SearchForVirtualItemEventArgs.cs
- SqlRemoveConstantOrderBy.cs
- CFGGrammar.cs
- DiscoveryClientChannelBase.cs
- Timeline.cs
- NavigationProperty.cs
- EntityDataSource.cs
- SimplePropertyEntry.cs
- ChannelRequirements.cs
- TraceContextRecord.cs
- CompositeFontInfo.cs
- UICuesEvent.cs
- KeyTime.cs
- WSSecurityPolicy12.cs
- WebServiceData.cs
- TriggerBase.cs
- OdbcRowUpdatingEvent.cs
- WebPartZoneBase.cs
- CallSiteHelpers.cs
- UpdateCommand.cs
- PropertyMapper.cs
- RepeaterCommandEventArgs.cs
- ConnectivityStatus.cs
- CodeSubDirectory.cs
- NullEntityWrapper.cs
- GeometryGroup.cs
- InkCanvasSelectionAdorner.cs
- RubberbandSelector.cs
- LicenseException.cs
- XmlSchemaSubstitutionGroup.cs
- PrePostDescendentsWalker.cs
- TextContainerChangeEventArgs.cs
- WebBrowserNavigatedEventHandler.cs
- TextDecorationLocationValidation.cs
- XmlAnyElementAttribute.cs
- VirtualDirectoryMappingCollection.cs
- WindowsContainer.cs
- TreeChangeInfo.cs
- XmlNamespaceManager.cs
- NullableDoubleMinMaxAggregationOperator.cs
- PolicyManager.cs
- InstanceStore.cs
- MobileControlBuilder.cs
- FlowDocumentReaderAutomationPeer.cs
- KnownAssemblyEntry.cs
- DrawingBrush.cs
- ImageAttributes.cs
- WSIdentityFaultException.cs
- CodeVariableDeclarationStatement.cs
- RC2CryptoServiceProvider.cs
- BamlTreeNode.cs
- Popup.cs
- ReliableInputConnection.cs
- LoginName.cs
- TreeNodeStyle.cs
- OleServicesContext.cs
- COM2ColorConverter.cs
- ValueTable.cs
- UmAlQuraCalendar.cs
- BlurEffect.cs
- SystemInfo.cs
- PasswordDeriveBytes.cs
- ResourceWriter.cs
- ZeroOpNode.cs
- ChildTable.cs
- SkipQueryOptionExpression.cs
- HitTestParameters3D.cs
- Publisher.cs
- SizeKeyFrameCollection.cs
- UrlMappingsSection.cs
- SqlWebEventProvider.cs
- ILGenerator.cs
- JavaScriptString.cs
- SqlDataSourceStatusEventArgs.cs
- DetectRunnableInstancesTask.cs
- IconEditor.cs
- CommentEmitter.cs
- OracleEncoding.cs
- LineServicesCallbacks.cs
- DialogResultConverter.cs
- ConnectionPointGlyph.cs
- BevelBitmapEffect.cs
- SmtpClient.cs
- UnaryExpression.cs
- ParameterToken.cs
- NetworkStream.cs
- Knowncolors.cs
- DropDownButton.cs
- DesignerLoader.cs
- ITextView.cs
- FragmentQueryKB.cs
- BulletChrome.cs
- SpoolingTask.cs
- BamlRecordHelper.cs
- StringCollectionEditor.cs
- GroupItem.cs
- documentsequencetextcontainer.cs