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
- BevelBitmapEffect.cs
- CodeEntryPointMethod.cs
- ExpressionNode.cs
- EmptyWorkItem.cs
- FlagsAttribute.cs
- SharedConnectionWorkflowTransactionService.cs
- COM2TypeInfoProcessor.cs
- UnsafeNativeMethodsCLR.cs
- SequenceQuery.cs
- DLinqTableProvider.cs
- RectIndependentAnimationStorage.cs
- SerializableAttribute.cs
- DataException.cs
- InheritanceContextChangedEventManager.cs
- SchemaNotation.cs
- brushes.cs
- ControlPager.cs
- DataServiceHostFactory.cs
- DatagridviewDisplayedBandsData.cs
- AuthenticationSection.cs
- TextUtf8RawTextWriter.cs
- HtmlToClrEventProxy.cs
- QueryResponse.cs
- TableLayout.cs
- MissingManifestResourceException.cs
- CounterSampleCalculator.cs
- StatusBar.cs
- LabelInfo.cs
- MulticastOption.cs
- EntityContainerRelationshipSetEnd.cs
- TypeProvider.cs
- ConfigPathUtility.cs
- CompilerErrorCollection.cs
- XhtmlTextWriter.cs
- SqlServer2KCompatibilityCheck.cs
- SrgsDocument.cs
- NavigationCommands.cs
- _KerberosClient.cs
- GridViewColumnCollection.cs
- SurrogateSelector.cs
- XmlnsDefinitionAttribute.cs
- WCFModelStrings.Designer.cs
- XmlHierarchicalDataSourceView.cs
- UniformGrid.cs
- TrustManager.cs
- Comparer.cs
- EventsTab.cs
- ProcessProtocolHandler.cs
- DependencyPropertyHelper.cs
- XmlDataProvider.cs
- ResourceKey.cs
- ExtendedPropertyCollection.cs
- Validator.cs
- CollectionViewSource.cs
- GCHandleCookieTable.cs
- BitmapEffectGeneralTransform.cs
- DataGridViewComboBoxEditingControl.cs
- BaseTemplateBuildProvider.cs
- RestHandlerFactory.cs
- httpapplicationstate.cs
- BaseProcessor.cs
- QueryCursorEventArgs.cs
- RegistryPermission.cs
- ActivityAction.cs
- PathFigure.cs
- TypeLoadException.cs
- TextDecorationCollection.cs
- ExclusiveTcpListener.cs
- Parameter.cs
- WorkflowQueue.cs
- ButtonBaseAutomationPeer.cs
- ConfigUtil.cs
- WindowCollection.cs
- input.cs
- ContractValidationHelper.cs
- CommandField.cs
- ThreadExceptionDialog.cs
- _KerberosClient.cs
- ComNativeDescriptor.cs
- WindowsSecurityToken.cs
- WebPartCancelEventArgs.cs
- ComponentEditorForm.cs
- SyntaxCheck.cs
- Soap11ServerProtocol.cs
- ScriptServiceAttribute.cs
- UTF8Encoding.cs
- MembershipSection.cs
- ProjectionCamera.cs
- KnownTypesHelper.cs
- mansign.cs
- GridViewAutoFormat.cs
- xmlfixedPageInfo.cs
- DbMetaDataColumnNames.cs
- DropAnimation.xaml.cs
- handlecollector.cs
- XmlFormatExtensionPointAttribute.cs
- XamlInt32CollectionSerializer.cs
- MimeBasePart.cs
- ExeConfigurationFileMap.cs
- TableLayout.cs