Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaComplexContentExtension.cs / 1 / XmlSchemaComplexContentExtension.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// [....]
//-----------------------------------------------------------------------------
namespace System.Xml.Schema {
using System.Collections;
using System.Xml.Serialization;
///
///
/// [To be supplied.]
///
public class XmlSchemaComplexContentExtension : XmlSchemaContent {
XmlSchemaParticle particle;
XmlSchemaObjectCollection attributes = new XmlSchemaObjectCollection();
XmlSchemaAnyAttribute anyAttribute;
XmlQualifiedName baseTypeName = XmlQualifiedName.Empty;
///
///
/// [To be supplied.]
///
[XmlAttribute("base")]
public XmlQualifiedName BaseTypeName {
get { return baseTypeName; }
set { baseTypeName = (value == null ? XmlQualifiedName.Empty : value); }
}
///
///
/// [To be supplied.]
///
[XmlElement("group", typeof(XmlSchemaGroupRef)),
XmlElement("choice", typeof(XmlSchemaChoice)),
XmlElement("all", typeof(XmlSchemaAll)),
XmlElement("sequence", typeof(XmlSchemaSequence))]
public XmlSchemaParticle Particle {
get { return particle; }
set { particle = value; }
}
///
///
/// [To be supplied.]
///
[XmlElement("attribute", typeof(XmlSchemaAttribute)),
XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroupRef))]
public XmlSchemaObjectCollection Attributes {
get { return attributes; }
}
///
///
/// [To be supplied.]
///
[XmlElement("anyAttribute")]
public XmlSchemaAnyAttribute AnyAttribute {
get { return anyAttribute; }
set { anyAttribute = value; }
}
internal void SetAttributes(XmlSchemaObjectCollection newAttributes) {
attributes = newAttributes;
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// [....]
//-----------------------------------------------------------------------------
namespace System.Xml.Schema {
using System.Collections;
using System.Xml.Serialization;
///
///
/// [To be supplied.]
///
public class XmlSchemaComplexContentExtension : XmlSchemaContent {
XmlSchemaParticle particle;
XmlSchemaObjectCollection attributes = new XmlSchemaObjectCollection();
XmlSchemaAnyAttribute anyAttribute;
XmlQualifiedName baseTypeName = XmlQualifiedName.Empty;
///
///
/// [To be supplied.]
///
[XmlAttribute("base")]
public XmlQualifiedName BaseTypeName {
get { return baseTypeName; }
set { baseTypeName = (value == null ? XmlQualifiedName.Empty : value); }
}
///
///
/// [To be supplied.]
///
[XmlElement("group", typeof(XmlSchemaGroupRef)),
XmlElement("choice", typeof(XmlSchemaChoice)),
XmlElement("all", typeof(XmlSchemaAll)),
XmlElement("sequence", typeof(XmlSchemaSequence))]
public XmlSchemaParticle Particle {
get { return particle; }
set { particle = value; }
}
///
///
/// [To be supplied.]
///
[XmlElement("attribute", typeof(XmlSchemaAttribute)),
XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroupRef))]
public XmlSchemaObjectCollection Attributes {
get { return attributes; }
}
///
///
/// [To be supplied.]
///
[XmlElement("anyAttribute")]
public XmlSchemaAnyAttribute AnyAttribute {
get { return anyAttribute; }
set { anyAttribute = value; }
}
internal void SetAttributes(XmlSchemaObjectCollection newAttributes) {
attributes = newAttributes;
}
}
}
// 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
- TraceContext.cs
- SecurityTokenAuthenticator.cs
- DataBoundControlHelper.cs
- WSTrustFeb2005.cs
- OutOfMemoryException.cs
- SqlRetyper.cs
- Wizard.cs
- StrokeNode.cs
- WebBrowserPermission.cs
- TreeNodeStyleCollection.cs
- ProfileManager.cs
- WebServiceErrorEvent.cs
- CodeLabeledStatement.cs
- ReadOnlyDictionary.cs
- Certificate.cs
- NodeFunctions.cs
- SQLDecimal.cs
- ColumnWidthChangedEvent.cs
- FixedDocumentSequencePaginator.cs
- ProgressPage.cs
- UnmanagedHandle.cs
- ScriptingJsonSerializationSection.cs
- SerializationFieldInfo.cs
- SmtpNegotiateAuthenticationModule.cs
- UnauthorizedAccessException.cs
- ProfileModule.cs
- ObjectFullSpanRewriter.cs
- ExpressionBuilder.cs
- SparseMemoryStream.cs
- XamlPoint3DCollectionSerializer.cs
- SqlUserDefinedTypeAttribute.cs
- OracleCommandBuilder.cs
- DataServiceResponse.cs
- Dispatcher.cs
- ResourceReferenceExpression.cs
- PeerNameRecordCollection.cs
- TypeGeneratedEventArgs.cs
- CanExecuteRoutedEventArgs.cs
- RijndaelManagedTransform.cs
- XsltArgumentList.cs
- AffineTransform3D.cs
- MarginCollapsingState.cs
- PathSegment.cs
- GridViewSelectEventArgs.cs
- SafeReversePInvokeHandle.cs
- SpecularMaterial.cs
- LinearKeyFrames.cs
- ExtentCqlBlock.cs
- ExceptionUtil.cs
- HttpCacheVaryByContentEncodings.cs
- ObjectViewQueryResultData.cs
- StructuralComparisons.cs
- BuildResult.cs
- WaitHandleCannotBeOpenedException.cs
- peernodeimplementation.cs
- TabControl.cs
- SerializationSectionGroup.cs
- TransactionFormatter.cs
- SelectionItemPattern.cs
- PageFunction.cs
- CalendarItem.cs
- TrustManagerPromptUI.cs
- RadioButton.cs
- Cursors.cs
- WebPartConnectionsConnectVerb.cs
- OutputCacheSettings.cs
- StorageMappingFragment.cs
- DesignerFrame.cs
- InputBuffer.cs
- SamlSecurityToken.cs
- StateManagedCollection.cs
- SerTrace.cs
- SortAction.cs
- ExtendedPropertyCollection.cs
- FontInfo.cs
- PropertyConverter.cs
- VisualBrush.cs
- RecordsAffectedEventArgs.cs
- TrackPoint.cs
- MethodResolver.cs
- AlignmentYValidation.cs
- GridItemProviderWrapper.cs
- Hex.cs
- VisualStyleInformation.cs
- MobileListItemCollection.cs
- Color.cs
- WebBrowserSiteBase.cs
- DecoratedNameAttribute.cs
- PageAsyncTask.cs
- AndCondition.cs
- TextSpan.cs
- CodeTypeMemberCollection.cs
- ScriptManager.cs
- ImageCodecInfo.cs
- CSharpCodeProvider.cs
- TableLayoutColumnStyleCollection.cs
- QilIterator.cs
- Dictionary.cs
- HttpWriter.cs
- ContextMenuService.cs