Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaDocumentation.cs / 1 / 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
- MobilePage.cs
- HostedController.cs
- SchemaCollectionPreprocessor.cs
- WinCategoryAttribute.cs
- InputReport.cs
- CodeMemberProperty.cs
- PenLineCapValidation.cs
- DataGridDetailsPresenterAutomationPeer.cs
- InheritanceContextChangedEventManager.cs
- RuntimeVariableList.cs
- NullableIntMinMaxAggregationOperator.cs
- PlacementWorkspace.cs
- IsolatedStorageFileStream.cs
- PersistChildrenAttribute.cs
- XmlCollation.cs
- RequestTimeoutManager.cs
- MetadataItemSerializer.cs
- TableRow.cs
- DbConnectionClosed.cs
- WorkflowInvoker.cs
- Vector3dCollection.cs
- MaskInputRejectedEventArgs.cs
- DoubleCollection.cs
- datacache.cs
- DefaultValidator.cs
- DataGridState.cs
- KeyNotFoundException.cs
- CommandID.cs
- WebBrowserProgressChangedEventHandler.cs
- _SslState.cs
- UpDownBaseDesigner.cs
- ToReply.cs
- Model3D.cs
- XmlSiteMapProvider.cs
- DataKey.cs
- Exceptions.cs
- SizeKeyFrameCollection.cs
- Internal.cs
- WebException.cs
- XamlSerializerUtil.cs
- SubstitutionList.cs
- DataGridHelper.cs
- MetadataArtifactLoaderXmlReaderWrapper.cs
- FieldNameLookup.cs
- IFlowDocumentViewer.cs
- cookiecollection.cs
- Environment.cs
- ControlPersister.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- ProviderCollection.cs
- TriggerActionCollection.cs
- ContentElement.cs
- TimeManager.cs
- SourceItem.cs
- EventProvider.cs
- XmlTextAttribute.cs
- SecurityAppliedMessage.cs
- InvokeProviderWrapper.cs
- IndentedWriter.cs
- SelectorAutomationPeer.cs
- OneWayBindingElementImporter.cs
- IPEndPointCollection.cs
- Path.cs
- InputReferenceExpression.cs
- VectorAnimation.cs
- HiddenField.cs
- _RequestCacheProtocol.cs
- ValidationVisibilityAttribute.cs
- EndpointDiscoveryMetadataCD1.cs
- Executor.cs
- ToolStripSeparator.cs
- StrokeCollection.cs
- MenuItemStyleCollection.cs
- TimeoutValidationAttribute.cs
- EditorBrowsableAttribute.cs
- XmlExpressionDumper.cs
- TextTreeUndoUnit.cs
- CodeObjectCreateExpression.cs
- FileClassifier.cs
- EntityClassGenerator.cs
- TdsParserStateObject.cs
- MachineKeyValidationConverter.cs
- ListenerChannelContext.cs
- FixedSOMPageConstructor.cs
- TypedDataSetSchemaImporterExtension.cs
- StringAttributeCollection.cs
- XmlSchemas.cs
- RotateTransform3D.cs
- ResourceDictionary.cs
- RIPEMD160.cs
- IdentityValidationException.cs
- CharConverter.cs
- DocumentScope.cs
- MsdtcWrapper.cs
- Size3D.cs
- Calendar.cs
- XmlSerializerNamespaces.cs
- RowsCopiedEventArgs.cs
- WebServicesSection.cs
- XmlSchemaAny.cs