Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaComplexContent.cs / 1 / XmlSchemaComplexContent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { using System.Xml.Serialization; ////// /// public class XmlSchemaComplexContent : XmlSchemaContentModel { XmlSchemaContent content; bool isMixed; bool hasMixedAttribute; ///[To be supplied.] ////// /// [XmlAttribute("mixed")] public bool IsMixed { get { return isMixed; } set { isMixed = value; hasMixedAttribute = true; } } ///[To be supplied.] ////// /// [XmlElement("restriction", typeof(XmlSchemaComplexContentRestriction)), XmlElement("extension", typeof(XmlSchemaComplexContentExtension))] public override XmlSchemaContent Content { get { return content; } set { content = value; } } [XmlIgnore] internal bool HasMixedAttribute { get { return hasMixedAttribute; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ZipIOLocalFileHeader.cs
- FontNamesConverter.cs
- Timer.cs
- EditorZoneBase.cs
- HttpWebRequest.cs
- MimeMultiPart.cs
- MetadataSource.cs
- SessionStateUtil.cs
- _Rfc2616CacheValidators.cs
- DesignerResources.cs
- ColumnWidthChangedEvent.cs
- DocumentViewerBase.cs
- BuildManagerHost.cs
- XNodeValidator.cs
- WebConfigurationFileMap.cs
- InfoCardRSAPKCS1KeyExchangeDeformatter.cs
- KeyValueConfigurationElement.cs
- ProtocolInformationWriter.cs
- StringDictionary.cs
- Exception.cs
- SQLMembershipProvider.cs
- RuntimeIdentifierPropertyAttribute.cs
- EncoderExceptionFallback.cs
- ExpressionHelper.cs
- ImageButton.cs
- SafeLibraryHandle.cs
- OleDbInfoMessageEvent.cs
- DbConnectionInternal.cs
- XmlQualifiedName.cs
- LinkArea.cs
- CustomTypeDescriptor.cs
- MulticastNotSupportedException.cs
- RightsDocument.cs
- FontCollection.cs
- DateTime.cs
- DrawingImage.cs
- ToolStripStatusLabel.cs
- wgx_commands.cs
- StringToken.cs
- JsonSerializer.cs
- Unit.cs
- XmlWriter.cs
- DeclarativeConditionsCollection.cs
- X509CertificateValidator.cs
- KeyValuePairs.cs
- SqlUtils.cs
- CopyNamespacesAction.cs
- GridSplitter.cs
- AttachedPropertyMethodSelector.cs
- DocumentReference.cs
- TextTreeInsertUndoUnit.cs
- ModifiableIteratorCollection.cs
- InstanceContextManager.cs
- GradientStopCollection.cs
- CompiledScopeCriteria.cs
- Peer.cs
- PingReply.cs
- ValidatingPropertiesEventArgs.cs
- CompareValidator.cs
- ExceptionRoutedEventArgs.cs
- IndexerReference.cs
- ObjectDataSource.cs
- NameValueConfigurationElement.cs
- CultureInfo.cs
- XmlLoader.cs
- ResourcePart.cs
- ToolZoneDesigner.cs
- HwndSubclass.cs
- XhtmlTextWriter.cs
- TryLoadRunnableWorkflowCommand.cs
- LoginName.cs
- BoolExpressionVisitors.cs
- RightsManagementInformation.cs
- TreeNodeStyleCollectionEditor.cs
- ModelEditingScope.cs
- AttachmentCollection.cs
- processwaithandle.cs
- CommonObjectSecurity.cs
- PresentationTraceSources.cs
- UTF7Encoding.cs
- PrintingPermissionAttribute.cs
- PhysicalFontFamily.cs
- xamlnodes.cs
- CharacterHit.cs
- EventHandlersStore.cs
- TreeNodeStyle.cs
- TextDpi.cs
- CodeSubDirectory.cs
- XmlSchemaExporter.cs
- RegisteredDisposeScript.cs
- RequestCacheValidator.cs
- TypeNameConverter.cs
- TextFormatter.cs
- SequentialOutput.cs
- BinaryOperationBinder.cs
- ModelTypeConverter.cs
- DataGridViewColumnConverter.cs
- ApplicationFileCodeDomTreeGenerator.cs
- ResolveResponseInfo.cs
- SystemWebExtensionsSectionGroup.cs