Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaDocumentation.cs / 1305376 / XmlSchemaDocumentation.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { using System.Collections; using System.ComponentModel; using System.Xml.Serialization; ////// /// public class XmlSchemaDocumentation : XmlSchemaObject { string source; string language; XmlNode[] markup; static XmlSchemaSimpleType languageType = DatatypeImplementation.GetSimpleTypeFromXsdType(new XmlQualifiedName("language",XmlReservedNs.NsXs)); ///[To be supplied.] ////// /// [XmlAttribute("source", DataType="anyURI")] public string Source { get { return source; } set { source = value; } } ///[To be supplied.] ////// /// [XmlAttribute("xml:lang")] public string Language { get { return language; } set { language = (string)languageType.Datatype.ParseValue(value, (XmlNameTable) null, (IXmlNamespaceResolver) null); } } ///[To be supplied.] ////// /// [XmlText(), XmlAnyElement] public XmlNode[] Markup { get { return markup; } set { markup = value; } } } } // 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.ComponentModel; using System.Xml.Serialization; ////// /// public class XmlSchemaDocumentation : XmlSchemaObject { string source; string language; XmlNode[] markup; static XmlSchemaSimpleType languageType = DatatypeImplementation.GetSimpleTypeFromXsdType(new XmlQualifiedName("language",XmlReservedNs.NsXs)); ///[To be supplied.] ////// /// [XmlAttribute("source", DataType="anyURI")] public string Source { get { return source; } set { source = value; } } ///[To be supplied.] ////// /// [XmlAttribute("xml:lang")] public string Language { get { return language; } set { language = (string)languageType.Datatype.ParseValue(value, (XmlNameTable) null, (IXmlNamespaceResolver) null); } } ///[To be supplied.] ////// /// [XmlText(), XmlAnyElement] public XmlNode[] Markup { get { return markup; } set { markup = value; } } } } // 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
- SplineKeyFrames.cs
- RegexGroup.cs
- WindowsGraphicsCacheManager.cs
- SqlClientWrapperSmiStream.cs
- SequentialWorkflowRootDesigner.cs
- PrintPreviewDialog.cs
- XmlCharType.cs
- MSHTMLHost.cs
- OleDbRowUpdatedEvent.cs
- DesignerWithHeader.cs
- NativeWrapper.cs
- RoleService.cs
- COM2ExtendedUITypeEditor.cs
- ColorAnimationUsingKeyFrames.cs
- altserialization.cs
- ObjectList.cs
- ActivityInterfaces.cs
- HtmlInputCheckBox.cs
- ConfigurationStrings.cs
- InputScopeManager.cs
- BehaviorService.cs
- TraceUtils.cs
- RedBlackList.cs
- _StreamFramer.cs
- HttpFileCollectionBase.cs
- TypeForwardedFromAttribute.cs
- ContextMenu.cs
- UidPropertyAttribute.cs
- ClientUrlResolverWrapper.cs
- PeerApplication.cs
- WebReferenceCollection.cs
- DetailsViewPageEventArgs.cs
- SchemaManager.cs
- QuaternionAnimation.cs
- Membership.cs
- TableLayout.cs
- PromptBuilder.cs
- AppearanceEditorPart.cs
- LiteralControl.cs
- LookupBindingPropertiesAttribute.cs
- ConfigXmlReader.cs
- ThrowHelper.cs
- TrackBarDesigner.cs
- StandardCommands.cs
- IssuerInformation.cs
- NonBatchDirectoryCompiler.cs
- DataBindingHandlerAttribute.cs
- ViewGenerator.cs
- MessageHeaderT.cs
- ClientConfigPaths.cs
- SubMenuStyle.cs
- MsdtcWrapper.cs
- DesignerListAdapter.cs
- DBConnection.cs
- HashAlgorithm.cs
- DataGridViewSortCompareEventArgs.cs
- PtsContext.cs
- _ListenerResponseStream.cs
- BigInt.cs
- HierarchicalDataSourceControl.cs
- SafeNativeMethods.cs
- EventBuilder.cs
- InstalledFontCollection.cs
- Transactions.cs
- ExceptionRoutedEventArgs.cs
- WmlMobileTextWriter.cs
- WindowsPrincipal.cs
- ScriptModule.cs
- SmtpLoginAuthenticationModule.cs
- TriggerAction.cs
- TiffBitmapDecoder.cs
- Opcode.cs
- baseshape.cs
- StopRoutingHandler.cs
- CalendarButtonAutomationPeer.cs
- MergeFailedEvent.cs
- SelectedPathEditor.cs
- TextBox.cs
- DesignerActionItemCollection.cs
- DashStyle.cs
- BufferBuilder.cs
- MediaElementAutomationPeer.cs
- RoleGroupCollection.cs
- XmlSignificantWhitespace.cs
- ToolStripArrowRenderEventArgs.cs
- NameValueCollection.cs
- HtmlLink.cs
- RemotingServices.cs
- CqlErrorHelper.cs
- ExecutionContext.cs
- XmlLoader.cs
- ImageListUtils.cs
- BuildTopDownAttribute.cs
- CommandExpr.cs
- FullTextBreakpoint.cs
- CompatibleIComparer.cs
- BindingNavigator.cs
- XmlWrappingReader.cs
- DataControlPagerLinkButton.cs
- DragEventArgs.cs