Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaRedefine.cs / 1 / XmlSchemaRedefine.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { using System.Xml.Serialization; ////// /// public class XmlSchemaRedefine : XmlSchemaExternal { XmlSchemaObjectCollection items = new XmlSchemaObjectCollection(); XmlSchemaObjectTable attributeGroups = new XmlSchemaObjectTable(); XmlSchemaObjectTable types = new XmlSchemaObjectTable(); XmlSchemaObjectTable groups = new XmlSchemaObjectTable(); ///[To be supplied.] ////// /// public XmlSchemaRedefine() { Compositor = Compositor.Redefine; } ///[To be supplied.] ////// /// [XmlElement("annotation", typeof(XmlSchemaAnnotation)), XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroup)), XmlElement("complexType", typeof(XmlSchemaComplexType)), XmlElement("group", typeof(XmlSchemaGroup)), XmlElement("simpleType", typeof(XmlSchemaSimpleType))] public XmlSchemaObjectCollection Items { get { return items; } } ///[To be supplied.] ////// /// [XmlIgnore] public XmlSchemaObjectTable AttributeGroups { get { return attributeGroups; } } ///[To be supplied.] ////// /// [XmlIgnore] public XmlSchemaObjectTable SchemaTypes { get { return types; } } ///[To be supplied.] ////// /// [XmlIgnore] public XmlSchemaObjectTable Groups { get { return groups; } } internal override void AddAnnotation(XmlSchemaAnnotation annotation) { items.Add(annotation); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Scanner.cs
- VisualTreeUtils.cs
- SystemIPInterfaceStatistics.cs
- ApplicationSettingsBase.cs
- SessionEndingEventArgs.cs
- ChannelDispatcherBase.cs
- Light.cs
- DataGridTextBoxColumn.cs
- WeakReferenceKey.cs
- IProvider.cs
- ToolboxService.cs
- MetadataArtifactLoaderXmlReaderWrapper.cs
- ZipPackagePart.cs
- NotifyIcon.cs
- CompilerScope.cs
- DictionaryItemsCollection.cs
- SR.cs
- SQLDouble.cs
- UrlParameterWriter.cs
- Utility.cs
- WithStatement.cs
- TableRow.cs
- DataServiceResponse.cs
- SqlInternalConnection.cs
- ClientFormsAuthenticationCredentials.cs
- CodeArrayCreateExpression.cs
- DataGridViewCellValidatingEventArgs.cs
- HotSpot.cs
- ExternalException.cs
- XmlDownloadManager.cs
- TemplateInstanceAttribute.cs
- HintTextConverter.cs
- DesignerUtils.cs
- QilLoop.cs
- TypeForwardedToAttribute.cs
- DbReferenceCollection.cs
- SigningCredentials.cs
- XmlSchemaResource.cs
- DesignerSerializationVisibilityAttribute.cs
- PageThemeBuildProvider.cs
- XmlFileEditor.cs
- OdbcInfoMessageEvent.cs
- XmlArrayItemAttribute.cs
- IriParsingElement.cs
- ThreadAbortException.cs
- Nullable.cs
- FontFamilyConverter.cs
- WizardPanel.cs
- SemanticBasicElement.cs
- HwndSourceKeyboardInputSite.cs
- LinqDataSourceContextEventArgs.cs
- ListDictionary.cs
- ColorMap.cs
- UnsafeNativeMethods.cs
- ExtendedProperty.cs
- SQLConvert.cs
- SAPICategories.cs
- ClientTargetSection.cs
- DataListCommandEventArgs.cs
- Misc.cs
- ConcurrentBag.cs
- GuidelineCollection.cs
- safemediahandle.cs
- CollectionViewGroupRoot.cs
- UTF7Encoding.cs
- ControllableStoryboardAction.cs
- ColumnHeader.cs
- StylusOverProperty.cs
- RegexCapture.cs
- HtmlTableRow.cs
- ErrorTableItemStyle.cs
- SqlInternalConnectionSmi.cs
- SecondaryIndexList.cs
- AutomationAttributeInfo.cs
- Compilation.cs
- LineBreak.cs
- PerformanceCounter.cs
- DecimalAnimationBase.cs
- DoneReceivingAsyncResult.cs
- MembershipPasswordException.cs
- ListDataBindEventArgs.cs
- LocationReference.cs
- Int64AnimationUsingKeyFrames.cs
- DBAsyncResult.cs
- DataSetMappper.cs
- ellipse.cs
- HiddenFieldPageStatePersister.cs
- TextBox.cs
- MembershipUser.cs
- SizeKeyFrameCollection.cs
- ContainsRowNumberChecker.cs
- CodeDomDecompiler.cs
- RuntimeCompatibilityAttribute.cs
- WebPartAuthorizationEventArgs.cs
- XmlEncodedRawTextWriter.cs
- columnmapfactory.cs
- ServicePoint.cs
- DocumentViewerBase.cs
- SafeIUnknown.cs
- SID.cs