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
- ImageButton.cs
- InkCanvasSelectionAdorner.cs
- URLMembershipCondition.cs
- ToolStripContentPanelDesigner.cs
- HostSecurityManager.cs
- NegotiateStream.cs
- hresults.cs
- SpotLight.cs
- WorkflowQueue.cs
- AccessibilityHelperForXpWin2k3.cs
- SAPICategories.cs
- XmlDigitalSignatureProcessor.cs
- ObjectTag.cs
- TabControl.cs
- Control.cs
- SystemThemeKey.cs
- PropertyOrder.cs
- Attachment.cs
- BaseTemplateBuildProvider.cs
- Int16Converter.cs
- WebServiceReceive.cs
- PreparingEnlistment.cs
- Container.cs
- ExternalException.cs
- StringDictionaryWithComparer.cs
- WindowsFont.cs
- SegmentInfo.cs
- Buffer.cs
- TransactionInterop.cs
- SessionSymmetricMessageSecurityProtocolFactory.cs
- Pen.cs
- FormViewDeleteEventArgs.cs
- Activity.cs
- DataGridViewTextBoxCell.cs
- SqlMethodTransformer.cs
- QuaternionAnimation.cs
- SQLMoneyStorage.cs
- SystemTcpStatistics.cs
- WebPartManagerInternals.cs
- Stack.cs
- PropertyTab.cs
- UnicodeEncoding.cs
- StaticContext.cs
- CodeDirectiveCollection.cs
- ClockController.cs
- SolidColorBrush.cs
- FormViewCommandEventArgs.cs
- TdsEnums.cs
- ConsumerConnectionPoint.cs
- SplayTreeNode.cs
- XmlILAnnotation.cs
- FollowerQueueCreator.cs
- TableItemProviderWrapper.cs
- OleDbPropertySetGuid.cs
- ActivityWithResultValueSerializer.cs
- ClientScriptManager.cs
- PixelShader.cs
- Timer.cs
- DragDrop.cs
- PolygonHotSpot.cs
- MappingMetadataHelper.cs
- CombinedTcpChannel.cs
- ReverseInheritProperty.cs
- MessageHeaderException.cs
- XmlSerializationReader.cs
- DeviceSpecificChoiceCollection.cs
- SamlDoNotCacheCondition.cs
- AssemblySettingAttributes.cs
- ObjectHelper.cs
- XmlSchemaGroup.cs
- StringPropertyBuilder.cs
- AppSettingsExpressionBuilder.cs
- PingOptions.cs
- ManifestResourceInfo.cs
- LabelEditEvent.cs
- NativeMethods.cs
- ActivatedMessageQueue.cs
- Clause.cs
- ValidationRule.cs
- SiteOfOriginContainer.cs
- OdbcConnectionHandle.cs
- KeyManager.cs
- DefaultObjectMappingItemCollection.cs
- wgx_commands.cs
- SelectionUIHandler.cs
- HwndSourceParameters.cs
- BrowserDefinition.cs
- DesignerDataParameter.cs
- ObjectHelper.cs
- NumericExpr.cs
- OdbcParameter.cs
- documentsequencetextpointer.cs
- CallbackValidatorAttribute.cs
- ModifyActivitiesPropertyDescriptor.cs
- ElementUtil.cs
- PenCursorManager.cs
- SmiRecordBuffer.cs
- SynchronizationLockException.cs
- ClrPerspective.cs
- TextDecoration.cs