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
- SoapFormatter.cs
- DecimalAnimation.cs
- DispatchOperation.cs
- CryptoApi.cs
- VisualTreeUtils.cs
- MediaElementAutomationPeer.cs
- UnionCodeGroup.cs
- FormViewUpdatedEventArgs.cs
- ToolStripItemEventArgs.cs
- DesignerExtenders.cs
- KeyBinding.cs
- DashStyle.cs
- COM2TypeInfoProcessor.cs
- ellipse.cs
- LinkUtilities.cs
- RectangleF.cs
- ModelTreeEnumerator.cs
- MailAddressCollection.cs
- ValidationSummary.cs
- RawAppCommandInputReport.cs
- SynchronizedPool.cs
- RuleSettingsCollection.cs
- CompareValidator.cs
- DataQuery.cs
- AxHostDesigner.cs
- DateTimeConstantAttribute.cs
- InstanceKey.cs
- PriorityQueue.cs
- ClientScriptManagerWrapper.cs
- DateTimeFormatInfo.cs
- BaseContextMenu.cs
- BmpBitmapEncoder.cs
- namescope.cs
- WorkingDirectoryEditor.cs
- HideDisabledControlAdapter.cs
- ControlDesignerState.cs
- ContainerActivationHelper.cs
- HwndProxyElementProvider.cs
- DiscriminatorMap.cs
- CreateUserWizard.cs
- PrivateUnsafeNativeCompoundFileMethods.cs
- DataListCommandEventArgs.cs
- ImportCatalogPart.cs
- MulticastIPAddressInformationCollection.cs
- InplaceBitmapMetadataWriter.cs
- OrderPreservingPipeliningMergeHelper.cs
- DataGridHyperlinkColumn.cs
- InfiniteTimeSpanConverter.cs
- printdlgexmarshaler.cs
- DataTableMapping.cs
- InstanceDataCollection.cs
- ChtmlTextWriter.cs
- FlowDocumentPaginator.cs
- PhysicalAddress.cs
- MemberHolder.cs
- CreateUserWizardStep.cs
- FormViewPageEventArgs.cs
- ProfileBuildProvider.cs
- TypeConverterMarkupExtension.cs
- WebBrowserSiteBase.cs
- Graphics.cs
- SHA512Cng.cs
- BufferedStream.cs
- TextSearch.cs
- ReferencedCategoriesDocument.cs
- XmlSchemaSimpleContentExtension.cs
- SqlAliaser.cs
- SortFieldComparer.cs
- OAVariantLib.cs
- StorageRoot.cs
- RoutingSection.cs
- ArglessEventHandlerProxy.cs
- XmlAnyAttributeAttribute.cs
- XamlBrushSerializer.cs
- MenuItemAutomationPeer.cs
- IPHostEntry.cs
- AsyncInvokeOperation.cs
- ComponentCodeDomSerializer.cs
- WpfXamlType.cs
- ReadOnlyHierarchicalDataSource.cs
- AssemblyAttributes.cs
- AtomServiceDocumentSerializer.cs
- localization.cs
- TableLayoutPanelCellPosition.cs
- ModuleElement.cs
- SchemaImporter.cs
- SettingsContext.cs
- WebResponse.cs
- PropertyBuilder.cs
- Debug.cs
- WinInetCache.cs
- DataBoundControlHelper.cs
- Canonicalizers.cs
- ClockGroup.cs
- BindingBase.cs
- TypeBinaryExpression.cs
- UserInitiatedNavigationPermission.cs
- CodeCastExpression.cs
- SocketElement.cs
- XmlAtomErrorReader.cs