Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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
- EntityDataReader.cs
- DesignSurfaceManager.cs
- ClientUtils.cs
- SwitchElementsCollection.cs
- Bits.cs
- FileLogRecordStream.cs
- NGCUIElementCollectionSerializerAsync.cs
- FilterElement.cs
- CachingHintValidation.cs
- CommentEmitter.cs
- WebBrowserNavigatingEventHandler.cs
- EncodingTable.cs
- DrawingCollection.cs
- UpnEndpointIdentity.cs
- ContractComponent.cs
- CodePageEncoding.cs
- SqlRewriteScalarSubqueries.cs
- CollectionChangedEventManager.cs
- UriTemplateVariableQueryValue.cs
- MenuItemCollection.cs
- SocketElement.cs
- BlockingCollection.cs
- RsaElement.cs
- WebControlAdapter.cs
- QueryAccessibilityHelpEvent.cs
- DataContractSerializerSection.cs
- MenuEventArgs.cs
- LayoutDump.cs
- ScriptingJsonSerializationSection.cs
- CorrelationQuery.cs
- ProxyManager.cs
- StaticResourceExtension.cs
- XmlCharCheckingReader.cs
- System.Data_BID.cs
- ChannelEndpointElement.cs
- ActivityCodeDomSerializationManager.cs
- WindowsGraphics2.cs
- Clipboard.cs
- IPAddressCollection.cs
- RenderCapability.cs
- DispatchWrapper.cs
- DeviceFilterEditorDialog.cs
- Component.cs
- OleDbRowUpdatedEvent.cs
- ExtentCqlBlock.cs
- VersionUtil.cs
- AndCondition.cs
- TakeQueryOptionExpression.cs
- VariableQuery.cs
- PageWrapper.cs
- WindowsPrincipal.cs
- KnownTypeAttribute.cs
- NullRuntimeConfig.cs
- WindowsStreamSecurityUpgradeProvider.cs
- CanExpandCollapseAllConverter.cs
- DescriptionAttribute.cs
- ProxyAttribute.cs
- CodeDOMProvider.cs
- AbstractDataSvcMapFileLoader.cs
- IgnoreSectionHandler.cs
- MruCache.cs
- XmlPreloadedResolver.cs
- PowerStatus.cs
- SystemIPv4InterfaceProperties.cs
- Manipulation.cs
- HttpRuntimeSection.cs
- BaseDataList.cs
- InstanceKeyNotReadyException.cs
- HttpTransportManager.cs
- ServiceMoniker.cs
- DbMetaDataFactory.cs
- storepermission.cs
- InvokeMethodActivity.cs
- Converter.cs
- DataGridViewComboBoxEditingControl.cs
- ParentQuery.cs
- ParserStreamGeometryContext.cs
- ThreadExceptionDialog.cs
- SoapFault.cs
- TypeUtil.cs
- RuntimeVariableList.cs
- AssemblyFilter.cs
- AdRotator.cs
- RecognizedWordUnit.cs
- GeometryModel3D.cs
- EntityDataSourceQueryBuilder.cs
- CultureInfoConverter.cs
- OracleDateTime.cs
- DockPanel.cs
- GroupQuery.cs
- TemplatingOptionsDialog.cs
- LogEntryHeaderSerializer.cs
- EmbeddedMailObjectsCollection.cs
- CodeArrayCreateExpression.cs
- DynamicQueryStringParameter.cs
- CodeCommentStatement.cs
- DateRangeEvent.cs
- BitArray.cs
- PerformanceCounterManager.cs
- HtmlCommandAdapter.cs