Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaSimpleContent.cs / 1305376 / XmlSchemaSimpleContent.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// [....]
//-----------------------------------------------------------------------------
namespace System.Xml.Schema {
using System.Xml.Serialization;
///
///
/// [To be supplied.]
///
public class XmlSchemaSimpleContent : XmlSchemaContentModel {
XmlSchemaContent content;
///
///
/// [To be supplied.]
///
[XmlElement("restriction", typeof(XmlSchemaSimpleContentRestriction)),
XmlElement("extension", typeof(XmlSchemaSimpleContentExtension))]
public override XmlSchemaContent Content {
get { return content; }
set { content = 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.Xml.Serialization;
///
///
/// [To be supplied.]
///
public class XmlSchemaSimpleContent : XmlSchemaContentModel {
XmlSchemaContent content;
///
///
/// [To be supplied.]
///
[XmlElement("restriction", typeof(XmlSchemaSimpleContentRestriction)),
XmlElement("extension", typeof(XmlSchemaSimpleContentExtension))]
public override XmlSchemaContent Content {
get { return content; }
set { content = 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
- ContextProperty.cs
- CodeStatement.cs
- PartEditor.cs
- HttpStreamMessage.cs
- Delay.cs
- SupportingTokenSpecification.cs
- HierarchicalDataBoundControlAdapter.cs
- MSAAWinEventWrap.cs
- SimpleMailWebEventProvider.cs
- DbProviderConfigurationHandler.cs
- CreateUserErrorEventArgs.cs
- OrderedDictionaryStateHelper.cs
- AspNetSynchronizationContext.cs
- TypeDelegator.cs
- TextEditorDragDrop.cs
- StorageTypeMapping.cs
- Models.cs
- TypeRefElement.cs
- CustomSignedXml.cs
- NullableIntSumAggregationOperator.cs
- InstanceCompleteException.cs
- InvalidCastException.cs
- NetWebProxyFinder.cs
- WebBrowsableAttribute.cs
- PropertyEmitter.cs
- BufferedReadStream.cs
- SetterBase.cs
- webclient.cs
- HtmlInputCheckBox.cs
- DbReferenceCollection.cs
- ThreadStaticAttribute.cs
- Cast.cs
- DataBoundControlActionList.cs
- PointAnimation.cs
- RangeValuePattern.cs
- CodePageUtils.cs
- PnrpPeerResolverBindingElement.cs
- TypeSource.cs
- MasterPageParser.cs
- DataGridViewCellEventArgs.cs
- DataGridColumnFloatingHeader.cs
- XmlStreamStore.cs
- DataControlLinkButton.cs
- StreamAsIStream.cs
- DataTemplateKey.cs
- FolderBrowserDialog.cs
- HtmlImage.cs
- ClickablePoint.cs
- cache.cs
- InfoCardKeyedHashAlgorithm.cs
- XXXOnTypeBuilderInstantiation.cs
- ObjectDataSourceDisposingEventArgs.cs
- PrivilegedConfigurationManager.cs
- BamlLocalizableResourceKey.cs
- Aes.cs
- DomainConstraint.cs
- SizeAnimation.cs
- CommandEventArgs.cs
- AssemblyName.cs
- WebControl.cs
- HttpValueCollection.cs
- DefaultBindingPropertyAttribute.cs
- NavigationPropertyEmitter.cs
- ColumnReorderedEventArgs.cs
- LogReserveAndAppendState.cs
- SecurityException.cs
- WebMessageEncoderFactory.cs
- DateTimeStorage.cs
- ExeContext.cs
- PageAsyncTaskManager.cs
- EventTask.cs
- ProvidersHelper.cs
- Mouse.cs
- Win32KeyboardDevice.cs
- SqlReferenceCollection.cs
- BlockUIContainer.cs
- SelectingProviderEventArgs.cs
- ConditionalAttribute.cs
- ContextInformation.cs
- ParentUndoUnit.cs
- FileDialogCustomPlace.cs
- CachedRequestParams.cs
- VirtualPathProvider.cs
- RemoteWebConfigurationHost.cs
- ObjectItemCollectionAssemblyCacheEntry.cs
- ComContractElementCollection.cs
- Util.cs
- httpapplicationstate.cs
- DataPointer.cs
- EventLogTraceListener.cs
- CheckBoxBaseAdapter.cs
- SqlClientFactory.cs
- FlowLayoutSettings.cs
- AccessibleObject.cs
- DataPagerFieldCollection.cs
- GZipDecoder.cs
- DropShadowEffect.cs
- RuntimeConfigLKG.cs
- RawUIStateInputReport.cs
- COM2TypeInfoProcessor.cs