Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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. //------------------------------------------------------------------------------ //[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
- PathSegment.cs
- CodeIdentifiers.cs
- HandledMouseEvent.cs
- ResourceExpression.cs
- BaseTemplateCodeDomTreeGenerator.cs
- ContainerActivationHelper.cs
- COM2Enum.cs
- PasswordTextContainer.cs
- ProxyElement.cs
- SingleSelectRootGridEntry.cs
- FlowDocumentReaderAutomationPeer.cs
- DateTimeEditor.cs
- TextBox.cs
- XmlILAnnotation.cs
- LocalizableAttribute.cs
- BaseTreeIterator.cs
- NameValuePair.cs
- EntityDataSourceWrapperCollection.cs
- WebServiceParameterData.cs
- TextEditorThreadLocalStore.cs
- StylusPointProperty.cs
- TimeStampChecker.cs
- HeaderedContentControl.cs
- UIntPtr.cs
- UnSafeCharBuffer.cs
- ZipIORawDataFileBlock.cs
- UnsafeNativeMethods.cs
- ProfileModule.cs
- StandardToolWindows.cs
- EncodingInfo.cs
- CompiledQueryCacheEntry.cs
- SynchronousChannel.cs
- MemberInitExpression.cs
- ScrollViewerAutomationPeer.cs
- ArrayList.cs
- URI.cs
- CryptoSession.cs
- WindowsListViewScroll.cs
- FormViewInsertedEventArgs.cs
- Int64KeyFrameCollection.cs
- OLEDB_Util.cs
- SmiMetaDataProperty.cs
- CatalogPartCollection.cs
- DropShadowBitmapEffect.cs
- ValidationError.cs
- Graph.cs
- TextBox.cs
- DateTimeConstantAttribute.cs
- StateMachineDesignerPaint.cs
- CallbackHandler.cs
- WebHeaderCollection.cs
- SecurityContext.cs
- ProcessModelInfo.cs
- ToolStripCustomTypeDescriptor.cs
- PersonalizationState.cs
- ServiceModelInstallComponent.cs
- TripleDES.cs
- ConfigXmlWhitespace.cs
- CalendarDateChangedEventArgs.cs
- SynchronizedRandom.cs
- LambdaCompiler.Binary.cs
- UrlAuthFailedErrorFormatter.cs
- NamespaceInfo.cs
- DataFormats.cs
- SiteMapDataSourceView.cs
- ByteKeyFrameCollection.cs
- SortedDictionary.cs
- ToolBarButtonClickEvent.cs
- PriorityBinding.cs
- SQLBinary.cs
- DbConnectionOptions.cs
- DbExpressionBuilder.cs
- BindUriHelper.cs
- UdpDiscoveryEndpointElement.cs
- XamlBrushSerializer.cs
- PrintSchema.cs
- XmlComment.cs
- ReliableDuplexSessionChannel.cs
- PixelFormat.cs
- BindingBase.cs
- OuterGlowBitmapEffect.cs
- RangeValueProviderWrapper.cs
- SortedList.cs
- RegexGroup.cs
- HwndSourceParameters.cs
- EncryptedHeaderXml.cs
- TypeLoadException.cs
- SingleAnimation.cs
- QueryParameter.cs
- FreezableCollection.cs
- ColorContext.cs
- _UriSyntax.cs
- PrtCap_Base.cs
- DecoderNLS.cs
- PerspectiveCamera.cs
- PasswordRecovery.cs
- ping.cs
- SiteMap.cs
- MouseWheelEventArgs.cs
- PolyQuadraticBezierSegment.cs