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
- TableCellCollection.cs
- DateTimeOffsetAdapter.cs
- HierarchicalDataSourceControl.cs
- ThemeDirectoryCompiler.cs
- CompatibleIComparer.cs
- Ticks.cs
- OutputCacheSettings.cs
- PathSegment.cs
- TextEditorTyping.cs
- WebServiceTypeData.cs
- MetadataArtifactLoaderCompositeResource.cs
- StandardCommands.cs
- ConnectivityStatus.cs
- VerificationAttribute.cs
- XmlTextReaderImplHelpers.cs
- WebServiceErrorEvent.cs
- DmlSqlGenerator.cs
- PointIndependentAnimationStorage.cs
- RecordsAffectedEventArgs.cs
- ButtonFieldBase.cs
- SafeTimerHandle.cs
- XmlDocumentFieldSchema.cs
- UpDownBase.cs
- GlyphRunDrawing.cs
- x509store.cs
- TransformerInfo.cs
- CachedBitmap.cs
- PropertyItemInternal.cs
- HandlerBase.cs
- WinHttpWebProxyFinder.cs
- AddingNewEventArgs.cs
- InvokeProviderWrapper.cs
- DataPagerFieldCommandEventArgs.cs
- WindowsTab.cs
- XmlException.cs
- KeyValueSerializer.cs
- OracleMonthSpan.cs
- Operand.cs
- Walker.cs
- WindowsEditBox.cs
- MSAAWinEventWrap.cs
- CatalogZone.cs
- TreeViewImageGenerator.cs
- ThreadAbortException.cs
- GuidelineSet.cs
- DebugInfo.cs
- Int32Storage.cs
- XmlSchemaAnnotation.cs
- DataContract.cs
- ValidationUtility.cs
- Animatable.cs
- GridViewEditEventArgs.cs
- WaitHandleCannotBeOpenedException.cs
- ToolboxItemCollection.cs
- XmlSchemaDocumentation.cs
- DocumentPageView.cs
- DescendantBaseQuery.cs
- NotSupportedException.cs
- GeometryModel3D.cs
- OleDbException.cs
- TrustLevelCollection.cs
- smtpconnection.cs
- ConditionalDesigner.cs
- FieldToken.cs
- GPRECTF.cs
- CacheEntry.cs
- XsltInput.cs
- SiteMap.cs
- PackageRelationshipCollection.cs
- MachineKeyConverter.cs
- XslAst.cs
- FunctionQuery.cs
- DataGridViewRowStateChangedEventArgs.cs
- HyperLinkColumn.cs
- PointF.cs
- PersonalizablePropertyEntry.cs
- BorderGapMaskConverter.cs
- WorkflowServiceHost.cs
- WebScriptClientGenerator.cs
- CompilerGlobalScopeAttribute.cs
- SizeChangedEventArgs.cs
- SweepDirectionValidation.cs
- __Filters.cs
- StateItem.cs
- ContextProperty.cs
- GlobalizationSection.cs
- Update.cs
- SqlClientWrapperSmiStream.cs
- MetadataUtilsSmi.cs
- BitSet.cs
- DataGridViewDataConnection.cs
- ScriptControlManager.cs
- LongCountAggregationOperator.cs
- CompiledQueryCacheEntry.cs
- MarginsConverter.cs
- ColorConvertedBitmap.cs
- Selection.cs
- XmlTextEncoder.cs
- WebBaseEventKeyComparer.cs
- FixedSOMTextRun.cs