Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaRedefine.cs / 1305376 / 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. //------------------------------------------------------------------------------ //[To be supplied.] ///// 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.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SqlDependency.cs
- CompilerScopeManager.cs
- RadialGradientBrush.cs
- DateTimeConstantAttribute.cs
- ContentAlignmentEditor.cs
- AllMembershipCondition.cs
- RedistVersionInfo.cs
- ExpressionBinding.cs
- BulletedListEventArgs.cs
- Int16Storage.cs
- DeflateStream.cs
- EffectiveValueEntry.cs
- ActiveDocumentEvent.cs
- TextTreeUndoUnit.cs
- QilTernary.cs
- UserControl.cs
- XmlNamedNodeMap.cs
- IISMapPath.cs
- ExpressionPrinter.cs
- WindowManager.cs
- ClientData.cs
- RepeaterDataBoundAdapter.cs
- BitmapFrameDecode.cs
- DatePickerTextBox.cs
- FullTextBreakpoint.cs
- TextTreeTextElementNode.cs
- ValidatorAttribute.cs
- StackOverflowException.cs
- MetadataItemEmitter.cs
- XmlWrappingReader.cs
- DebuggerService.cs
- xsdvalidator.cs
- HttpContextBase.cs
- SQLSingle.cs
- CommonProperties.cs
- WaitForChangedResult.cs
- DbFunctionCommandTree.cs
- IssuedTokenServiceElement.cs
- DeferredReference.cs
- EntityDataSourceUtil.cs
- NumericExpr.cs
- CodeVariableDeclarationStatement.cs
- WmlTextViewAdapter.cs
- Double.cs
- RichTextBox.cs
- TypeBuilderInstantiation.cs
- ClockController.cs
- PersonalizationStateInfo.cs
- SystemNetworkInterface.cs
- ListViewGroupCollectionEditor.cs
- AuthorizationContext.cs
- QueryInterceptorAttribute.cs
- _TLSstream.cs
- ContainerFilterService.cs
- FixUp.cs
- XmlDataDocument.cs
- CLSCompliantAttribute.cs
- AppDomainProtocolHandler.cs
- ReverseInheritProperty.cs
- QilTypeChecker.cs
- LinqDataSourceDisposeEventArgs.cs
- CodeValidator.cs
- DefaultValueTypeConverter.cs
- wgx_exports.cs
- AutomationEventArgs.cs
- lengthconverter.cs
- WebZone.cs
- TabItemWrapperAutomationPeer.cs
- ObjectCloneHelper.cs
- figurelengthconverter.cs
- StrokeNodeData.cs
- DetailsViewRow.cs
- View.cs
- CodeTypeDeclaration.cs
- WindowsBrush.cs
- IIS7UserPrincipal.cs
- Registration.cs
- RuntimeResourceSet.cs
- StandardCommands.cs
- DrawingGroup.cs
- FragmentQueryProcessor.cs
- UniqueID.cs
- XmlReflectionMember.cs
- AutomationPropertyInfo.cs
- ToolStripItem.cs
- AppDomainAttributes.cs
- MtomMessageEncoder.cs
- CompositionAdorner.cs
- DesignerSerializerAttribute.cs
- Int64KeyFrameCollection.cs
- FunctionCommandText.cs
- QueryOperationResponseOfT.cs
- ColorAnimationUsingKeyFrames.cs
- CustomCategoryAttribute.cs
- ListItemCollection.cs
- FlowDocumentScrollViewer.cs
- ExpressionLink.cs
- _SSPISessionCache.cs
- StaticExtension.cs
- WmlTextBoxAdapter.cs