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
- JsonByteArrayDataContract.cs
- SkipStoryboardToFill.cs
- XmlNamespaceDeclarationsAttribute.cs
- HtmlTableCellCollection.cs
- LineUtil.cs
- PropertyIdentifier.cs
- TransformedBitmap.cs
- EdmComplexPropertyAttribute.cs
- CodeDomComponentSerializationService.cs
- EntityViewContainer.cs
- BufferModeSettings.cs
- BaseTreeIterator.cs
- ICspAsymmetricAlgorithm.cs
- XmlAttributeCollection.cs
- PerformanceCounterLib.cs
- TemplateControlParser.cs
- RecordManager.cs
- Light.cs
- MailFileEditor.cs
- CodeDomSerializationProvider.cs
- SafeRightsManagementSessionHandle.cs
- MaskedTextBoxDesignerActionList.cs
- propertytag.cs
- PathTooLongException.cs
- RequestSecurityToken.cs
- GPPOINTF.cs
- SocketElement.cs
- ScrollEventArgs.cs
- Transform3DCollection.cs
- PriorityBindingExpression.cs
- SqlConnectionHelper.cs
- SafeArrayRankMismatchException.cs
- RedirectionProxy.cs
- COM2Enum.cs
- BufferedReceiveManager.cs
- Util.cs
- SpellerError.cs
- GeneralTransform.cs
- CursorInteropHelper.cs
- CallSiteOps.cs
- PaginationProgressEventArgs.cs
- SByteConverter.cs
- DefaultDialogButtons.cs
- MouseGestureConverter.cs
- EntitySqlQueryCacheKey.cs
- ArcSegment.cs
- SafeSecurityHelper.cs
- SafeRegistryHandle.cs
- ProcessModule.cs
- DependencyObject.cs
- WbmpConverter.cs
- TextBoxLine.cs
- FixedDocument.cs
- LogAppendAsyncResult.cs
- BinaryMessageFormatter.cs
- SendParametersContent.cs
- ResourceKey.cs
- ConnectAlgorithms.cs
- WebRequest.cs
- CodeMethodInvokeExpression.cs
- GatewayDefinition.cs
- ObjectListSelectEventArgs.cs
- DtrList.cs
- ContentDisposition.cs
- CompModSwitches.cs
- ResolvedKeyFrameEntry.cs
- ConfigurationStrings.cs
- LabelEditEvent.cs
- TimeSpan.cs
- FtpWebRequest.cs
- PersonalizationProviderHelper.cs
- MeshGeometry3D.cs
- ConfigXmlElement.cs
- UidManager.cs
- CodeNamespaceImportCollection.cs
- ScrollChangedEventArgs.cs
- ResourceIDHelper.cs
- SymbolUsageManager.cs
- UrlMappingsModule.cs
- BamlLocalizerErrorNotifyEventArgs.cs
- ListBase.cs
- FlowDocumentPaginator.cs
- DoWorkEventArgs.cs
- MonikerHelper.cs
- SHA384Cng.cs
- ExitEventArgs.cs
- CompileXomlTask.cs
- sapiproxy.cs
- Button.cs
- Profiler.cs
- CodeTypeDeclarationCollection.cs
- Point3DCollectionConverter.cs
- UiaCoreApi.cs
- EntityDataSourceContainerNameConverter.cs
- ZipIOFileItemStream.cs
- DaylightTime.cs
- DataMemberFieldEditor.cs
- CodeStatement.cs
- MemberAccessException.cs
- QueryContinueDragEvent.cs