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
- List.cs
- DataControlFieldHeaderCell.cs
- DbReferenceCollection.cs
- PagePropertiesChangingEventArgs.cs
- ToolStripSeparatorRenderEventArgs.cs
- ConfigXmlElement.cs
- URLIdentityPermission.cs
- SQLMoney.cs
- SemanticResultValue.cs
- RuntimeIdentifierPropertyAttribute.cs
- SpotLight.cs
- XmlSchemaObjectTable.cs
- ApplicationBuildProvider.cs
- GB18030Encoding.cs
- MetaModel.cs
- UriWriter.cs
- ConfigurationProperty.cs
- ReversePositionQuery.cs
- XPathAncestorQuery.cs
- RegexWorker.cs
- CSharpCodeProvider.cs
- ScriptServiceAttribute.cs
- ConnectionProviderAttribute.cs
- LogPolicy.cs
- TimelineGroup.cs
- MappingModelBuildProvider.cs
- InkCanvasInnerCanvas.cs
- SessionPageStateSection.cs
- MetabaseServerConfig.cs
- HtmlInputFile.cs
- filewebresponse.cs
- TableLayoutStyle.cs
- HelpFileFileNameEditor.cs
- ColorKeyFrameCollection.cs
- ModifiableIteratorCollection.cs
- SyndicationSerializer.cs
- EventListener.cs
- CodeComment.cs
- DisplayInformation.cs
- HtmlControl.cs
- ThreadStartException.cs
- sqlstateclientmanager.cs
- DataIdProcessor.cs
- MetaModel.cs
- Panel.cs
- DesignerToolboxInfo.cs
- PrintDocument.cs
- WebContext.cs
- OdbcRowUpdatingEvent.cs
- Assert.cs
- SafeNativeMethodsOther.cs
- LayoutDump.cs
- AnnotationComponentChooser.cs
- WebPartDisplayModeCollection.cs
- DataGridRelationshipRow.cs
- SessionSwitchEventArgs.cs
- SafeSecurityHandles.cs
- Vector3DCollectionConverter.cs
- EmptyEnumerator.cs
- propertyentry.cs
- WFItemsToSpacerVisibility.cs
- RegisteredHiddenField.cs
- SymbolDocumentInfo.cs
- DataGridViewCellFormattingEventArgs.cs
- ServiceControllerDesigner.cs
- StateMachineWorkflow.cs
- CurrentTimeZone.cs
- PrePrepareMethodAttribute.cs
- DataGridHeadersVisibilityToVisibilityConverter.cs
- ConstructorExpr.cs
- DataTablePropertyDescriptor.cs
- LayoutEngine.cs
- List.cs
- RequestTimeoutManager.cs
- ExtensionDataObject.cs
- HttpDictionary.cs
- SqlBulkCopy.cs
- LinqDataSourceSelectEventArgs.cs
- UpDownEvent.cs
- SerialPinChanges.cs
- FileDetails.cs
- CatalogPartChrome.cs
- TextDataBindingHandler.cs
- CounterSampleCalculator.cs
- ZipFileInfoCollection.cs
- XPathSingletonIterator.cs
- StandardToolWindows.cs
- Win32PrintDialog.cs
- CompensationDesigner.cs
- BitmapInitialize.cs
- SqlCrossApplyToCrossJoin.cs
- PermissionSetEnumerator.cs
- webbrowsersite.cs
- OdbcReferenceCollection.cs
- OdbcConnectionHandle.cs
- SocketManager.cs
- Graphics.cs
- ImageSource.cs
- RemotingConfigParser.cs
- EventSinkHelperWriter.cs