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;
///
///
/// [To be supplied.]
///
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.
//
// [....]
//-----------------------------------------------------------------------------
namespace System.Xml.Schema {
using System.Collections;
using System.ComponentModel;
using System.Xml.Serialization;
///
///
/// [To be supplied.]
///
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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TemplateNodeContextMenu.cs
- FormatException.cs
- StorageComplexTypeMapping.cs
- UserPersonalizationStateInfo.cs
- SwitchElementsCollection.cs
- FrameworkName.cs
- Tool.cs
- SafeEventHandle.cs
- DataKeyCollection.cs
- _Win32.cs
- EmptyCollection.cs
- BamlWriter.cs
- NegatedConstant.cs
- WebOperationContext.cs
- ImageConverter.cs
- AdjustableArrowCap.cs
- MonitorWrapper.cs
- QueryValue.cs
- _OSSOCK.cs
- SortedList.cs
- SelectionEditor.cs
- SystemPens.cs
- StatusBarPanelClickEvent.cs
- IsolatedStorageFileStream.cs
- ProfileInfo.cs
- GridItemProviderWrapper.cs
- XsltConvert.cs
- ObjectStateFormatter.cs
- HMACSHA384.cs
- FormViewPageEventArgs.cs
- ActivityWithResultValueSerializer.cs
- X509LogoTypeExtension.cs
- Font.cs
- Literal.cs
- Geometry3D.cs
- CrossAppDomainChannel.cs
- WasAdminWrapper.cs
- ProxyHwnd.cs
- XmlSchemaAttribute.cs
- SchemaInfo.cs
- CapabilitiesPattern.cs
- SimpleWebHandlerParser.cs
- TimeEnumHelper.cs
- Ref.cs
- SecurityUniqueId.cs
- ValidatedControlConverter.cs
- UniqueConstraint.cs
- ProxyFragment.cs
- ProfileManager.cs
- ProfileService.cs
- Grid.cs
- OleCmdHelper.cs
- ToggleProviderWrapper.cs
- PagerSettings.cs
- TextControl.cs
- MetadataImporter.cs
- RecordManager.cs
- DBDataPermissionAttribute.cs
- OracleParameterBinding.cs
- NavigationWindowAutomationPeer.cs
- CompilerScopeManager.cs
- ProcessStartInfo.cs
- CodeBlockBuilder.cs
- WindowsTooltip.cs
- oledbmetadatacolumnnames.cs
- HtmlButton.cs
- XPathNavigator.cs
- HyperLinkStyle.cs
- SessionParameter.cs
- DigitShape.cs
- Size3D.cs
- EventListener.cs
- InputGestureCollection.cs
- _LazyAsyncResult.cs
- InnerItemCollectionView.cs
- DataTemplate.cs
- HTTPNotFoundHandler.cs
- ProfileManager.cs
- MarkupExtensionReturnTypeAttribute.cs
- SqlMethodAttribute.cs
- WithStatement.cs
- XpsS0ValidatingLoader.cs
- ArrayElementGridEntry.cs
- PerformanceCounterPermissionEntry.cs
- RegexInterpreter.cs
- TimeoutConverter.cs
- XamlClipboardData.cs
- UInt32Converter.cs
- WeakReadOnlyCollection.cs
- PersonalizationAdministration.cs
- StaticFileHandler.cs
- GridView.cs
- HtmlElementErrorEventArgs.cs
- ConversionValidationRule.cs
- GridViewRowCollection.cs
- RegexCompiler.cs
- ProviderUtil.cs
- RevocationPoint.cs
- ServiceDebugElement.cs
- Drawing.cs