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
- BridgeDataRecord.cs
- FacetEnabledSchemaElement.cs
- XamlTreeBuilder.cs
- MatrixConverter.cs
- MimeMapping.cs
- InkPresenterAutomationPeer.cs
- SystemFonts.cs
- PersistChildrenAttribute.cs
- PerformanceCounterPermission.cs
- SourceLocation.cs
- SizeConverter.cs
- PageStatePersister.cs
- GeometryGroup.cs
- TemplateInstanceAttribute.cs
- DataTableTypeConverter.cs
- TextViewSelectionProcessor.cs
- UnsafePeerToPeerMethods.cs
- RuleSetBrowserDialog.cs
- InputLangChangeRequestEvent.cs
- BindingExpressionBase.cs
- ExpressionsCollectionEditor.cs
- CodeDirectionExpression.cs
- ParameterCollection.cs
- OdbcUtils.cs
- Site.cs
- ProcessHostServerConfig.cs
- UserControl.cs
- WindowsToolbar.cs
- RuleSetBrowserDialog.cs
- DSASignatureFormatter.cs
- PersistChildrenAttribute.cs
- TextServicesHost.cs
- ConfigurationPropertyAttribute.cs
- Random.cs
- OleCmdHelper.cs
- CopyAttributesAction.cs
- CatalogZoneBase.cs
- DynamicValidatorEventArgs.cs
- UIAgentMonitor.cs
- GeometryCollection.cs
- PolyBezierSegment.cs
- MediaElement.cs
- RequestQueryParser.cs
- mda.cs
- IsolatedStorageFilePermission.cs
- HttpWriter.cs
- safex509handles.cs
- LazyTextWriterCreator.cs
- EncryptedKey.cs
- BaseDataBoundControl.cs
- AncestorChangedEventArgs.cs
- SkewTransform.cs
- QuarticEase.cs
- CellParaClient.cs
- _AcceptOverlappedAsyncResult.cs
- SecurityPolicyVersion.cs
- PingReply.cs
- PageRequestManager.cs
- GridViewRowPresenter.cs
- PageSetupDialog.cs
- OdbcInfoMessageEvent.cs
- ChangePassword.cs
- Glyph.cs
- ImageSourceConverter.cs
- ApplicationException.cs
- XmlUtil.cs
- _DigestClient.cs
- WebServiceHandler.cs
- translator.cs
- ProgressBarAutomationPeer.cs
- ScriptResourceMapping.cs
- WebZone.cs
- UserNamePasswordValidator.cs
- XPathNodeInfoAtom.cs
- ErrorHandler.cs
- HttpCachePolicy.cs
- PtsCache.cs
- BindingContext.cs
- InitialServerConnectionReader.cs
- TrustLevel.cs
- PropertyGridEditorPart.cs
- IWorkflowDebuggerService.cs
- XmlSchemaImport.cs
- SortedList.cs
- XsdBuildProvider.cs
- PerformanceCounterPermissionAttribute.cs
- Avt.cs
- CompressStream.cs
- SHA256.cs
- DataGridItemEventArgs.cs
- XPathDocumentIterator.cs
- EmptyStringExpandableObjectConverter.cs
- ToolboxItemImageConverter.cs
- AsyncCodeActivity.cs
- ConfigurationManagerInternal.cs
- StsCommunicationException.cs
- XmlSchemaRedefine.cs
- InputProviderSite.cs
- GridViewCommandEventArgs.cs
- ParentUndoUnit.cs