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
- HttpRequestCacheValidator.cs
- GestureRecognizer.cs
- DecimalAnimationUsingKeyFrames.cs
- HttpListenerResponse.cs
- SystemDiagnosticsSection.cs
- FunctionDetailsReader.cs
- ToolStripSeparator.cs
- Perspective.cs
- ByteAnimationBase.cs
- OpenFileDialog.cs
- CodeGen.cs
- Membership.cs
- SharedMemory.cs
- JsonFormatMapping.cs
- EntityDataSourceMemberPath.cs
- TdsParameterSetter.cs
- DataListItemCollection.cs
- ContentDisposition.cs
- FocusWithinProperty.cs
- ObjectToIdCache.cs
- ClientUtils.cs
- IsolationInterop.cs
- OneOfScalarConst.cs
- ConnectionOrientedTransportElement.cs
- DesignerActionUIService.cs
- xml.cs
- FixedDSBuilder.cs
- CryptoConfig.cs
- TreeViewAutomationPeer.cs
- FormattedTextSymbols.cs
- Section.cs
- Color.cs
- ButtonBase.cs
- MatrixKeyFrameCollection.cs
- ContextMarshalException.cs
- NetworkInterface.cs
- IsolatedStoragePermission.cs
- ProcessModule.cs
- CompositeControlDesigner.cs
- HttpDebugHandler.cs
- DesignTable.cs
- MergePropertyDescriptor.cs
- XMLSyntaxException.cs
- hebrewshape.cs
- CategoriesDocument.cs
- Stackframe.cs
- StringResourceManager.cs
- ColorBlend.cs
- GeneralTransformGroup.cs
- MarginCollapsingState.cs
- RepeaterCommandEventArgs.cs
- CellTreeNodeVisitors.cs
- HttpCachePolicyElement.cs
- LookupNode.cs
- VirtualizingPanel.cs
- UserInitiatedNavigationPermission.cs
- SerializationInfoEnumerator.cs
- ObjectDataSourceDisposingEventArgs.cs
- ChannelAcceptor.cs
- NamespaceCollection.cs
- GridErrorDlg.cs
- InvalidPipelineStoreException.cs
- XmlIncludeAttribute.cs
- X509RawDataKeyIdentifierClause.cs
- ProfileInfo.cs
- JsonCollectionDataContract.cs
- MatchingStyle.cs
- IndependentlyAnimatedPropertyMetadata.cs
- XComponentModel.cs
- WebBrowserNavigatedEventHandler.cs
- AlternateViewCollection.cs
- LineBreak.cs
- SchemaComplexType.cs
- StaticResourceExtension.cs
- LongCountAggregationOperator.cs
- ProjectionPruner.cs
- DBSchemaRow.cs
- NumericExpr.cs
- ComPlusTypeValidator.cs
- CompilerGlobalScopeAttribute.cs
- QueryParameter.cs
- Inline.cs
- EntityDataSourceContainerNameItem.cs
- TableLayoutCellPaintEventArgs.cs
- __Error.cs
- Authorization.cs
- TextSearch.cs
- HelloMessageApril2005.cs
- ImageCreator.cs
- ProtectedConfigurationProviderCollection.cs
- ToolboxComponentsCreatedEventArgs.cs
- _CacheStreams.cs
- CreateUserWizardDesigner.cs
- OracleBinary.cs
- XmlSchemaInclude.cs
- SecurityUtils.cs
- IdentitySection.cs
- ClientSponsor.cs
- PointHitTestResult.cs
- DbConnectionInternal.cs