Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaDocumentation.cs / 1 / 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. // 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
- DecoderFallback.cs
- SafeFileMapViewHandle.cs
- TableParaClient.cs
- ExchangeUtilities.cs
- FullTextBreakpoint.cs
- XmlSchemas.cs
- RawStylusActions.cs
- ThousandthOfEmRealPoints.cs
- TextServicesDisplayAttribute.cs
- StreamInfo.cs
- ContainsSearchOperator.cs
- RefExpr.cs
- AgileSafeNativeMemoryHandle.cs
- ServiceModelConfigurationSection.cs
- DropAnimation.xaml.cs
- ToolStripDropDownMenu.cs
- Barrier.cs
- SpeechSeg.cs
- CachedRequestParams.cs
- SqlDependencyUtils.cs
- DataGridViewCellFormattingEventArgs.cs
- UpdatePanelControlTrigger.cs
- FileVersion.cs
- FrameworkTextComposition.cs
- SafeLibraryHandle.cs
- LineMetrics.cs
- DesignerHierarchicalDataSourceView.cs
- TextBox.cs
- DataViewSettingCollection.cs
- XmlEncodedRawTextWriter.cs
- ListViewSelectEventArgs.cs
- CaseDesigner.xaml.cs
- MulticastDelegate.cs
- FrameSecurityDescriptor.cs
- ToolStripPanel.cs
- LayoutInformation.cs
- CodeCompileUnit.cs
- XmlObjectSerializerReadContextComplexJson.cs
- InvalidWMPVersionException.cs
- Avt.cs
- DataBindEngine.cs
- TypeHelpers.cs
- CommandValueSerializer.cs
- ConfigurationManager.cs
- TransactionException.cs
- DataGridViewRowHeightInfoNeededEventArgs.cs
- Attributes.cs
- CorruptingExceptionCommon.cs
- HttpContext.cs
- StringUtil.cs
- CollectionType.cs
- loginstatus.cs
- ListView.cs
- ControlBuilderAttribute.cs
- DropDownList.cs
- PeerObject.cs
- IisTraceWebEventProvider.cs
- TemplateBuilder.cs
- SerializerWriterEventHandlers.cs
- CacheVirtualItemsEvent.cs
- ToolboxItemAttribute.cs
- NodeLabelEditEvent.cs
- RIPEMD160Managed.cs
- ObjectStateManagerMetadata.cs
- HierarchicalDataSourceControl.cs
- Symbol.cs
- CreateUserErrorEventArgs.cs
- FunctionGenerator.cs
- JapaneseLunisolarCalendar.cs
- DragDeltaEventArgs.cs
- XmlLanguageConverter.cs
- ProviderCollection.cs
- UpdatePanelControlTrigger.cs
- HotSpotCollection.cs
- DoubleCollectionValueSerializer.cs
- ISAPIApplicationHost.cs
- HtmlTextArea.cs
- CryptographicAttribute.cs
- ScriptHandlerFactory.cs
- XmlExpressionDumper.cs
- ImageDrawing.cs
- FeatureSupport.cs
- FileSystemInfo.cs
- LowerCaseStringConverter.cs
- ActivityTypeDesigner.xaml.cs
- CatalogZoneBase.cs
- SafeNativeMethods.cs
- CodeExpressionStatement.cs
- TextEditorSpelling.cs
- XmlText.cs
- BulletDecorator.cs
- DebugInfoExpression.cs
- SHA384Managed.cs
- FillRuleValidation.cs
- DataGridClipboardHelper.cs
- OleDbCommandBuilder.cs
- GAC.cs
- XmlWhitespace.cs
- Attributes.cs
- DesignerAttribute.cs