Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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;
///
///
/// [To be supplied.]
///
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.
//
// [....]
//-----------------------------------------------------------------------------
namespace System.Xml.Schema {
using System.Xml.Serialization;
///
///
/// [To be supplied.]
///
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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DrawingGroup.cs
- DialogBaseForm.cs
- HttpWebRequestElement.cs
- DecoderFallback.cs
- PathFigureCollectionConverter.cs
- MSAAWinEventWrap.cs
- String.cs
- MultiplexingDispatchMessageFormatter.cs
- Rect.cs
- TreePrinter.cs
- ObjectDataSourceMethodEventArgs.cs
- MenuItemAutomationPeer.cs
- PropertyContainer.cs
- EntityConnectionStringBuilder.cs
- ModifierKeysValueSerializer.cs
- MemberDescriptor.cs
- StringToken.cs
- SchemaExporter.cs
- SqlDataSourceCache.cs
- HtmlButton.cs
- XPathScanner.cs
- StreamingContext.cs
- StatusBarAutomationPeer.cs
- OutputCacheSection.cs
- TempFiles.cs
- SessionStateItemCollection.cs
- MultiSelectRootGridEntry.cs
- GridViewEditEventArgs.cs
- ReadWriteObjectLock.cs
- PasswordTextContainer.cs
- BinaryParser.cs
- SrgsDocumentParser.cs
- CalculatedColumn.cs
- InputElement.cs
- ReadOnlyDictionary.cs
- MetadataItem_Static.cs
- Message.cs
- DayRenderEvent.cs
- AsymmetricKeyExchangeFormatter.cs
- DragCompletedEventArgs.cs
- ParserContext.cs
- DragEventArgs.cs
- ProvidersHelper.cs
- RepeaterDesigner.cs
- TraceSource.cs
- IsolatedStorageFileStream.cs
- ConfigDefinitionUpdates.cs
- ServiceModelEnumValidatorAttribute.cs
- StrongNameKeyPair.cs
- ValueQuery.cs
- NativeCppClassAttribute.cs
- ToolboxItem.cs
- TraceHandlerErrorFormatter.cs
- ThicknessAnimationUsingKeyFrames.cs
- RecordConverter.cs
- EntitySqlException.cs
- OleDbReferenceCollection.cs
- InputProcessorProfilesLoader.cs
- FileUpload.cs
- TextParaLineResult.cs
- XmlILAnnotation.cs
- recordstatescratchpad.cs
- OrthographicCamera.cs
- ViewCellRelation.cs
- Marshal.cs
- FormViewPageEventArgs.cs
- SyndicationElementExtension.cs
- IdnMapping.cs
- ApplicationActivator.cs
- RowsCopiedEventArgs.cs
- OutputCache.cs
- ImageDrawing.cs
- METAHEADER.cs
- ByteKeyFrameCollection.cs
- ColumnTypeConverter.cs
- ParallelEnumerable.cs
- Application.cs
- CodeExporter.cs
- GenericXmlSecurityToken.cs
- Timer.cs
- SqlBinder.cs
- SectionInformation.cs
- RichTextBoxConstants.cs
- ProtectedConfigurationSection.cs
- StreamWithDictionary.cs
- LineProperties.cs
- NavigationPropertyEmitter.cs
- SourceInterpreter.cs
- CompositeFontParser.cs
- SqlDataSourceSelectingEventArgs.cs
- ConnectorSelectionGlyph.cs
- Brush.cs
- Permission.cs
- PreviewPageInfo.cs
- CheckBoxAutomationPeer.cs
- SafeLocalMemHandle.cs
- PerformanceCountersElement.cs
- StylusPointPropertyId.cs
- StorageEntityContainerMapping.cs
- TdsEnums.cs