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
- LocatorPart.cs
- IChannel.cs
- ConfigXmlComment.cs
- AdRotator.cs
- SrgsElementFactoryCompiler.cs
- SchemaImporterExtensionElement.cs
- X509Utils.cs
- EntityRecordInfo.cs
- RowToFieldTransformer.cs
- ByteStorage.cs
- Translator.cs
- MaterializeFromAtom.cs
- HtmlInputCheckBox.cs
- PenThread.cs
- DataColumnPropertyDescriptor.cs
- CodeGeneratorAttribute.cs
- HotSpotCollection.cs
- IdnMapping.cs
- RayMeshGeometry3DHitTestResult.cs
- Perspective.cs
- AnimationException.cs
- PartitionedStream.cs
- DelegateSerializationHolder.cs
- ToolboxDataAttribute.cs
- AutomationEventArgs.cs
- BitmapSource.cs
- ClockGroup.cs
- WebBrowserEvent.cs
- DependentTransaction.cs
- PositiveTimeSpanValidator.cs
- Underline.cs
- WebResponse.cs
- ColumnResult.cs
- ObjectConverter.cs
- Matrix.cs
- Int32RectConverter.cs
- CustomSignedXml.cs
- HTTP_SERVICE_CONFIG_URLACL_PARAM.cs
- VisualStyleTypesAndProperties.cs
- RightsManagementPermission.cs
- ConfigurationElementCollection.cs
- SafeFileHandle.cs
- ControlCollection.cs
- HttpRequestTraceRecord.cs
- XmlSerializerVersionAttribute.cs
- Parameter.cs
- HwndSource.cs
- XmlIlTypeHelper.cs
- CommandBinding.cs
- SnapshotChangeTrackingStrategy.cs
- EntityType.cs
- ParenthesizePropertyNameAttribute.cs
- DataGridCellsPresenter.cs
- MDIClient.cs
- FormsAuthenticationModule.cs
- Matrix.cs
- AccessibilityHelperForXpWin2k3.cs
- AttributedMetaModel.cs
- EnvironmentPermission.cs
- XmlHierarchicalEnumerable.cs
- WarningException.cs
- Activator.cs
- GlobalItem.cs
- ListViewAutomationPeer.cs
- OracleEncoding.cs
- PageBreakRecord.cs
- ZipIOCentralDirectoryFileHeader.cs
- XmlCharacterData.cs
- FormViewPagerRow.cs
- RemotingConfiguration.cs
- MenuCommand.cs
- DataGridTablesFactory.cs
- Expression.cs
- XmlQueryRuntime.cs
- AndCondition.cs
- cache.cs
- ObjectDataSourceEventArgs.cs
- ContainerParagraph.cs
- TableLayoutPanelDesigner.cs
- WebBrowserEvent.cs
- Opcode.cs
- DescendentsWalkerBase.cs
- FocusManager.cs
- CharEnumerator.cs
- WorkItem.cs
- HttpResponseHeader.cs
- ServicePointManagerElement.cs
- GroupLabel.cs
- ToolboxItem.cs
- PtsCache.cs
- ProxyGenerator.cs
- MultiPageTextView.cs
- DataGridViewControlCollection.cs
- MobileControlsSectionHelper.cs
- SqlClientWrapperSmiStreamChars.cs
- PolicyImporterElementCollection.cs
- Cell.cs
- WebPartZone.cs
- StatusBarPanel.cs
- CombinedTcpChannel.cs