Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- GPStream.cs
- PathFigureCollectionConverter.cs
- TraceUtility.cs
- COM2DataTypeToManagedDataTypeConverter.cs
- TextEditorParagraphs.cs
- RawStylusSystemGestureInputReport.cs
- Executor.cs
- ValidationEventArgs.cs
- SpecialNameAttribute.cs
- PluralizationServiceUtil.cs
- CollectionType.cs
- ActiveXContainer.cs
- MenuRenderer.cs
- SqlDataRecord.cs
- TabControl.cs
- Inflater.cs
- SQLInt32.cs
- DefaultTextStore.cs
- TraceAsyncResult.cs
- WebBaseEventKeyComparer.cs
- FileSecurity.cs
- SubstitutionList.cs
- DBBindings.cs
- ReaderContextStackData.cs
- FontFamilyValueSerializer.cs
- StylusOverProperty.cs
- DataGridViewAutoSizeModeEventArgs.cs
- TemplateParser.cs
- BCLDebug.cs
- TableLayoutRowStyleCollection.cs
- DesignBindingConverter.cs
- SendMailErrorEventArgs.cs
- ExpressionBuilderCollection.cs
- CreateUserErrorEventArgs.cs
- PersonalizationStateQuery.cs
- AsymmetricSignatureFormatter.cs
- ApplicationSettingsBase.cs
- StreamInfo.cs
- DataStreamFromComStream.cs
- XmlDocumentType.cs
- DirectoryNotFoundException.cs
- ControlCollection.cs
- HuffmanTree.cs
- FactoryId.cs
- ExpressionBuilderContext.cs
- ExternalFile.cs
- WmpBitmapDecoder.cs
- SmtpException.cs
- HuffCodec.cs
- COM2ExtendedBrowsingHandler.cs
- TextDecoration.cs
- PackagePartCollection.cs
- Model3DCollection.cs
- GACMembershipCondition.cs
- LineInfo.cs
- LoadRetryConstantStrategy.cs
- Mutex.cs
- FloaterParagraph.cs
- ZipPackagePart.cs
- Decorator.cs
- ClientSideProviderDescription.cs
- EnumValAlphaComparer.cs
- StylusPointPropertyUnit.cs
- PerformanceCounterCategory.cs
- XamlRtfConverter.cs
- DataContractSet.cs
- PropertyGridEditorPart.cs
- SqlStatistics.cs
- TypeNameParser.cs
- WindowsListView.cs
- LinqDataSourceInsertEventArgs.cs
- ProcessInfo.cs
- DataGridDefaultColumnWidthTypeConverter.cs
- CertificateManager.cs
- SoapDocumentMethodAttribute.cs
- SafeFindHandle.cs
- FormClosingEvent.cs
- InfoCardRSACryptoProvider.cs
- TripleDESCryptoServiceProvider.cs
- DataPagerFieldItem.cs
- LinqDataSourceSelectEventArgs.cs
- PolicyValidationException.cs
- BaseTemplateBuildProvider.cs
- XmlDocumentFragment.cs
- CodeCompileUnit.cs
- CapabilitiesAssignment.cs
- UnknownWrapper.cs
- UpdatePanelTrigger.cs
- ACL.cs
- TreeNodeCollection.cs
- FieldNameLookup.cs
- DataGridCaption.cs
- EdmTypeAttribute.cs
- SafeCertificateContext.cs
- COM2ColorConverter.cs
- EntityCommandCompilationException.cs
- ClientSession.cs
- ZeroOpNode.cs
- UdpTransportSettingsElement.cs
- WindowsFormsSynchronizationContext.cs