Code:
/ 4.0 / 4.0 / untmp / 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.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SecurityContextCookieSerializer.cs
- ResourceReferenceKeyNotFoundException.cs
- followingquery.cs
- AttributeCollection.cs
- HighlightVisual.cs
- QuerySelectOp.cs
- BaseWebProxyFinder.cs
- ObjectStateFormatter.cs
- LowerCaseStringConverter.cs
- InfoCardRSAOAEPKeyExchangeDeformatter.cs
- ClusterUtils.cs
- InitializationEventAttribute.cs
- AspNetSynchronizationContext.cs
- NameValueCollection.cs
- NameTable.cs
- ColorKeyFrameCollection.cs
- AttachmentService.cs
- HandlerFactoryCache.cs
- SQLInt64Storage.cs
- ExpandCollapseProviderWrapper.cs
- Paragraph.cs
- DocumentViewerBaseAutomationPeer.cs
- HtmlAnchor.cs
- Pair.cs
- TransformPatternIdentifiers.cs
- PassportAuthenticationEventArgs.cs
- EdmValidator.cs
- Substitution.cs
- __Filters.cs
- TextTreeInsertUndoUnit.cs
- ModelItemExtensions.cs
- FileDialogPermission.cs
- TreeNodeBindingDepthConverter.cs
- ToolStripContentPanelRenderEventArgs.cs
- PropertyEmitter.cs
- ReadContentAsBinaryHelper.cs
- OleDbInfoMessageEvent.cs
- ResourceWriter.cs
- SettingsPropertyValueCollection.cs
- DesignerActionMethodItem.cs
- CatalogZoneBase.cs
- LingerOption.cs
- PropertyBuilder.cs
- InheritablePropertyChangeInfo.cs
- InstanceStoreQueryResult.cs
- DataGridViewAccessibleObject.cs
- SqlVersion.cs
- HtmlTextArea.cs
- ComponentEditorForm.cs
- precedingquery.cs
- CreateRefExpr.cs
- DisplayToken.cs
- ArrayList.cs
- InternalTypeHelper.cs
- CompareInfo.cs
- ArgumentNullException.cs
- ObfuscationAttribute.cs
- Keyboard.cs
- InstanceData.cs
- UInt64Converter.cs
- Attributes.cs
- OdbcConnectionStringbuilder.cs
- DataControlReference.cs
- SystemUnicastIPAddressInformation.cs
- NavigationWindowAutomationPeer.cs
- DataGridViewSelectedColumnCollection.cs
- PanelStyle.cs
- SplashScreenNativeMethods.cs
- WebServiceEnumData.cs
- ToolStripGrip.cs
- CSharpCodeProvider.cs
- SimpleMailWebEventProvider.cs
- Object.cs
- BackEase.cs
- MailWriter.cs
- Substitution.cs
- CodeFieldReferenceExpression.cs
- SurrogateSelector.cs
- SchemaExporter.cs
- HitTestResult.cs
- ReadOnlyDataSource.cs
- ClientData.cs
- IdentityModelDictionary.cs
- HorizontalAlignConverter.cs
- ActionFrame.cs
- WSHttpBinding.cs
- Baml6Assembly.cs
- StorageInfo.cs
- DBSqlParserTableCollection.cs
- SymmetricCryptoHandle.cs
- TextElementCollection.cs
- TypeForwardedToAttribute.cs
- CodeComment.cs
- KeyGestureValueSerializer.cs
- DispatcherObject.cs
- VisualTreeUtils.cs
- GridViewUpdatedEventArgs.cs
- HttpContext.cs
- CacheSection.cs
- ColorTranslator.cs