Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaGroupRef.cs / 1 / XmlSchemaGroupRef.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// [....]
//-----------------------------------------------------------------------------
namespace System.Xml.Schema {
using System.Xml.Serialization;
///
///
/// [To be supplied.]
///
public class XmlSchemaGroupRef : XmlSchemaParticle {
XmlQualifiedName refName = XmlQualifiedName.Empty;
XmlSchemaGroupBase particle;
XmlSchemaGroup refined;
///
///
/// [To be supplied.]
///
[XmlAttribute("ref")]
public XmlQualifiedName RefName {
get { return refName; }
set { refName = (value == null ? XmlQualifiedName.Empty : value); }
}
///
///
/// [To be supplied.]
///
[XmlIgnore]
public XmlSchemaGroupBase Particle {
get { return particle; }
}
internal void SetParticle(XmlSchemaGroupBase value) {
particle = value;
}
[XmlIgnore]
internal XmlSchemaGroup Redefined {
get { return refined; }
set { refined = value; }
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- OperationValidationEventArgs.cs
- StreamDocument.cs
- FormViewDeleteEventArgs.cs
- XmlnsCache.cs
- GeneralTransformCollection.cs
- Attributes.cs
- DataGridTextBox.cs
- FieldNameLookup.cs
- WSAddressing10ProblemHeaderQNameFault.cs
- XmlDataSourceView.cs
- XmlReader.cs
- SchemaMapping.cs
- MapPathBasedVirtualPathProvider.cs
- UpdatePanelControlTrigger.cs
- CalendarButtonAutomationPeer.cs
- GAC.cs
- TextTrailingCharacterEllipsis.cs
- ParameterBuilder.cs
- CategoryAttribute.cs
- BufferedWebEventProvider.cs
- SafeThreadHandle.cs
- StreamedFramingRequestChannel.cs
- CellParaClient.cs
- GlyphRun.cs
- TypefaceCollection.cs
- MethodBody.cs
- EditorPart.cs
- CompilationUnit.cs
- CopyCodeAction.cs
- HtmlInputFile.cs
- XslCompiledTransform.cs
- Tool.cs
- ColorConverter.cs
- AssertUtility.cs
- ContentWrapperAttribute.cs
- DoubleAnimationUsingPath.cs
- InkPresenterAutomationPeer.cs
- CssStyleCollection.cs
- SqlTransaction.cs
- FormViewDeletedEventArgs.cs
- TextSpan.cs
- EdmTypeAttribute.cs
- SmtpTransport.cs
- HttpCachePolicy.cs
- ClaimSet.cs
- HttpEncoderUtility.cs
- NotFiniteNumberException.cs
- BindableTemplateBuilder.cs
- Debug.cs
- Oid.cs
- XmlSignificantWhitespace.cs
- ThicknessAnimation.cs
- ValueQuery.cs
- BaseComponentEditor.cs
- Normalizer.cs
- DataGridRowsPresenter.cs
- HtmlContainerControl.cs
- ErrorWebPart.cs
- TrustVersion.cs
- SystemIPGlobalStatistics.cs
- TypeResolver.cs
- ArgumentsParser.cs
- NetNamedPipeBindingElement.cs
- SecurityResources.cs
- HttpConfigurationContext.cs
- AsyncContentLoadedEventArgs.cs
- Polygon.cs
- DiscoveryDocumentSearchPattern.cs
- FixedPage.cs
- SqlCommandSet.cs
- BasePattern.cs
- ControlBuilder.cs
- DataBindingHandlerAttribute.cs
- RelationHandler.cs
- ResourceDefaultValueAttribute.cs
- Decimal.cs
- ProfileEventArgs.cs
- TableCell.cs
- DrawingGroupDrawingContext.cs
- ProfileBuildProvider.cs
- DocumentSchemaValidator.cs
- VerticalAlignConverter.cs
- TextRangeEdit.cs
- HttpCachePolicy.cs
- VisualCollection.cs
- ConfigurationElementProperty.cs
- EmptyReadOnlyDictionaryInternal.cs
- OdbcRowUpdatingEvent.cs
- ApplicationException.cs
- LocationSectionRecord.cs
- TableItemStyle.cs
- CursorConverter.cs
- FtpRequestCacheValidator.cs
- UriExt.cs
- Triplet.cs
- CodeAssignStatement.cs
- FixedSOMLineCollection.cs
- SQLGuidStorage.cs
- ComUdtElementCollection.cs
- KeyMatchBuilder.cs