Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaSimpleContent.cs / 1 / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TrustManagerMoreInformation.cs
- MessagePartDescriptionCollection.cs
- DispatcherOperation.cs
- SimpleApplicationHost.cs
- ConstraintCollection.cs
- DrawListViewSubItemEventArgs.cs
- GiveFeedbackEventArgs.cs
- VisualBasicSettingsHandler.cs
- SevenBitStream.cs
- PrintEvent.cs
- Highlights.cs
- PermissionSet.cs
- AsymmetricKeyExchangeDeformatter.cs
- HelloOperation11AsyncResult.cs
- SiteMapDesignerDataSourceView.cs
- CharUnicodeInfo.cs
- CommentEmitter.cs
- RuntimeConfigLKG.cs
- DecoderReplacementFallback.cs
- ExceptionHandlersDesigner.cs
- ErrorEventArgs.cs
- EventProviderBase.cs
- IDispatchConstantAttribute.cs
- UpdateCommandGenerator.cs
- AsyncCompletedEventArgs.cs
- HttpStreamFormatter.cs
- SystemEvents.cs
- ReferencedType.cs
- SessionSwitchEventArgs.cs
- MinimizableAttributeTypeConverter.cs
- NavigatorInput.cs
- XPathBinder.cs
- IItemProperties.cs
- SynchronizationFilter.cs
- validation.cs
- ExternalException.cs
- RenderDataDrawingContext.cs
- IpcPort.cs
- XmlCompatibilityReader.cs
- ActivityWithResultWrapper.cs
- JsonReader.cs
- NullableFloatAverageAggregationOperator.cs
- URL.cs
- RegistryKey.cs
- HtmlInputImage.cs
- WindowsContainer.cs
- PipelineComponent.cs
- SrgsOneOf.cs
- DateTimeParse.cs
- WrappedIUnknown.cs
- DesignerValidationSummaryAdapter.cs
- HostSecurityManager.cs
- EntityStoreSchemaFilterEntry.cs
- ValidationResult.cs
- PropertyRecord.cs
- BoundingRectTracker.cs
- Effect.cs
- HttpProfileGroupBase.cs
- PingReply.cs
- InternalMappingException.cs
- Currency.cs
- CompilationRelaxations.cs
- SqlDataReaderSmi.cs
- RuleConditionDialog.cs
- CounterSetInstance.cs
- RoleBoolean.cs
- SrgsToken.cs
- FixedSOMElement.cs
- Menu.cs
- StorageSetMapping.cs
- WebHostUnsafeNativeMethods.cs
- NodeInfo.cs
- Vector3dCollection.cs
- ZipFileInfo.cs
- URLString.cs
- Completion.cs
- DropShadowBitmapEffect.cs
- ZipFileInfo.cs
- OrderedDictionary.cs
- CommunicationObjectFaultedException.cs
- precedingquery.cs
- GenericIdentity.cs
- ConfigurationValidatorBase.cs
- DesignTimeParseData.cs
- PersonalizationProviderHelper.cs
- ConfigXmlElement.cs
- UserPreferenceChangedEventArgs.cs
- PackageRelationshipSelector.cs
- Span.cs
- DataMemberConverter.cs
- UnsafeMethods.cs
- TemplatedMailWebEventProvider.cs
- ConnectionProviderAttribute.cs
- DrawingContextWalker.cs
- DataGridViewColumnHeaderCell.cs
- MultipleViewProviderWrapper.cs
- ChildTable.cs
- TextMetrics.cs
- XmlNamespaceDeclarationsAttribute.cs
- AssemblyResourceLoader.cs