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
- XmlSchemaElement.cs
- GridViewRow.cs
- FileDialog_Vista_Interop.cs
- DocumentStatusResources.cs
- SerializationInfoEnumerator.cs
- Signature.cs
- RewritingSimplifier.cs
- FrameDimension.cs
- MissingSatelliteAssemblyException.cs
- DesignerActionGlyph.cs
- FocusManager.cs
- GradientStop.cs
- EventLogPermissionEntry.cs
- WebPageTraceListener.cs
- ServiceNotStartedException.cs
- StateDesigner.CommentLayoutGlyph.cs
- ListViewHitTestInfo.cs
- ComplexBindingPropertiesAttribute.cs
- ParserContext.cs
- SystemInfo.cs
- BadImageFormatException.cs
- DocumentPageViewAutomationPeer.cs
- TTSVoice.cs
- ManagementException.cs
- CssClassPropertyAttribute.cs
- PageThemeCodeDomTreeGenerator.cs
- SqlDeflator.cs
- ExpressionBuilder.cs
- PointIndependentAnimationStorage.cs
- FrameworkElement.cs
- CodeExporter.cs
- Imaging.cs
- ImportContext.cs
- ObjectListGeneralPage.cs
- Token.cs
- HyperLink.cs
- BitmapCodecInfoInternal.cs
- ObjectTypeMapping.cs
- ColumnMapVisitor.cs
- MimeObjectFactory.cs
- EventManager.cs
- DynamicMethod.cs
- XamlPoint3DCollectionSerializer.cs
- GrowingArray.cs
- InstalledFontCollection.cs
- TextBoxView.cs
- SafeLibraryHandle.cs
- MeshGeometry3D.cs
- AssemblyNameProxy.cs
- InternalBase.cs
- ItemDragEvent.cs
- BackoffTimeoutHelper.cs
- ClientBuildManagerCallback.cs
- HtmlSelect.cs
- TabControlEvent.cs
- SafeEventLogReadHandle.cs
- OdbcConnection.cs
- SqlDeflator.cs
- MethodBody.cs
- EntityConnection.cs
- GeneralTransform3DTo2D.cs
- Terminate.cs
- DispatcherTimer.cs
- WindowsAuthenticationEventArgs.cs
- JournalNavigationScope.cs
- TransformerConfigurationWizardBase.cs
- NavigationPropertySingletonExpression.cs
- PtsCache.cs
- DataViewSettingCollection.cs
- MatrixAnimationBase.cs
- ObjectDataSource.cs
- Triplet.cs
- DependencyPropertyHelper.cs
- ValidationService.cs
- Intellisense.cs
- DbException.cs
- StackSpiller.cs
- RootBrowserWindowAutomationPeer.cs
- PtsHelper.cs
- ArithmeticException.cs
- ExpressionList.cs
- XPathNode.cs
- CompositeScriptReferenceEventArgs.cs
- FileDialog_Vista.cs
- SecurityDescriptor.cs
- UpdateProgress.cs
- Base64Encoder.cs
- GeometryGroup.cs
- DataGridViewComboBoxCell.cs
- SerTrace.cs
- VirtualPath.cs
- BitVector32.cs
- Panel.cs
- GetCryptoTransformRequest.cs
- PreDigestedSignedInfo.cs
- EdmFunction.cs
- TraceHandlerErrorFormatter.cs
- Helper.cs
- FontStyles.cs
- CodeChecksumPragma.cs