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
- HtmlEmptyTagControlBuilder.cs
- Documentation.cs
- EncryptedKeyHashIdentifierClause.cs
- LocalValueEnumerator.cs
- ModuleBuilder.cs
- CompositeControl.cs
- CommandID.cs
- OverflowException.cs
- XmlWhitespace.cs
- ProfilePropertySettingsCollection.cs
- MultipartContentParser.cs
- XmlnsCompatibleWithAttribute.cs
- BinaryFormatterWriter.cs
- AssociationSetMetadata.cs
- SplashScreen.cs
- ElementNotEnabledException.cs
- PLINQETWProvider.cs
- ElementProxy.cs
- SafeFileMappingHandle.cs
- ConfigurationStrings.cs
- HuffModule.cs
- XPathSelectionIterator.cs
- SchemaElementDecl.cs
- Parsers.cs
- SizeKeyFrameCollection.cs
- newitemfactory.cs
- AssemblyLoader.cs
- ThaiBuddhistCalendar.cs
- LinqDataSourceInsertEventArgs.cs
- ByteRangeDownloader.cs
- PanelDesigner.cs
- ListViewSortEventArgs.cs
- MultiPageTextView.cs
- ActivityWithResult.cs
- GeneratedContractType.cs
- ExceptionUtil.cs
- XmlBinaryReader.cs
- _AcceptOverlappedAsyncResult.cs
- UrlMappingsSection.cs
- SqlUserDefinedTypeAttribute.cs
- RowVisual.cs
- ParameterDataSourceExpression.cs
- StyleSheetDesigner.cs
- UpdatePanel.cs
- recordstatefactory.cs
- mda.cs
- OrderingExpression.cs
- XmlEncodedRawTextWriter.cs
- DesignerActionPropertyItem.cs
- AttachedPropertyBrowsableForTypeAttribute.cs
- BamlRecordReader.cs
- XmlSchemaNotation.cs
- ExpandCollapseProviderWrapper.cs
- COAUTHIDENTITY.cs
- TableAutomationPeer.cs
- TransportSecurityHelpers.cs
- DoubleUtil.cs
- ParentUndoUnit.cs
- WebPart.cs
- ColorTransformHelper.cs
- XmlAnyElementAttribute.cs
- AttributeAction.cs
- StartFileNameEditor.cs
- XmlAttributeCache.cs
- PngBitmapEncoder.cs
- ScalarConstant.cs
- DesignColumn.cs
- NamespaceMapping.cs
- Win32SafeHandles.cs
- TreeChangeInfo.cs
- ResourceType.cs
- TableItemStyle.cs
- MILUtilities.cs
- MatrixValueSerializer.cs
- WebZone.cs
- EdmProviderManifest.cs
- ScopedMessagePartSpecification.cs
- CallContext.cs
- SqlClientMetaDataCollectionNames.cs
- Choices.cs
- _RequestLifetimeSetter.cs
- ContainerFilterService.cs
- WeakEventManager.cs
- TreeNodeStyle.cs
- ImageIndexEditor.cs
- Array.cs
- ConfigXmlDocument.cs
- TableItemStyle.cs
- LineSegment.cs
- RuleRef.cs
- KeyedCollection.cs
- CommandConverter.cs
- ActiveXHost.cs
- EntityDataSourceSelectingEventArgs.cs
- MobileCapabilities.cs
- IndependentAnimationStorage.cs
- SchemaNames.cs
- SkinBuilder.cs
- BitmapEffectDrawingContent.cs
- TokenBasedSetEnumerator.cs