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
- FamilyCollection.cs
- SpeechSynthesizer.cs
- LineSegment.cs
- ExpressionTable.cs
- SoapElementAttribute.cs
- LinkClickEvent.cs
- DataPagerFieldItem.cs
- StrokeDescriptor.cs
- ComponentChangedEvent.cs
- FloaterParagraph.cs
- StrongNameMembershipCondition.cs
- DataGridViewBindingCompleteEventArgs.cs
- SocketInformation.cs
- FrameworkPropertyMetadata.cs
- CodeObjectCreateExpression.cs
- CheckBoxFlatAdapter.cs
- PagedDataSource.cs
- StandardToolWindows.cs
- GPPOINTF.cs
- Timer.cs
- DateTimeUtil.cs
- XmlExtensionFunction.cs
- XhtmlBasicCommandAdapter.cs
- AuthenticationException.cs
- FullTextState.cs
- HttpBufferlessInputStream.cs
- TraceLevelStore.cs
- PlaceHolder.cs
- ArgumentValue.cs
- ClaimTypeElement.cs
- WebPartCollection.cs
- PropVariant.cs
- SimpleFileLog.cs
- DocumentViewerAutomationPeer.cs
- VirtualPath.cs
- IItemProperties.cs
- BrowserPolicyValidator.cs
- RemotingException.cs
- ToolStripGrip.cs
- OdbcRowUpdatingEvent.cs
- ActivationArguments.cs
- XPathNodeList.cs
- OdbcDataAdapter.cs
- SlipBehavior.cs
- DesignerDataRelationship.cs
- validationstate.cs
- BufferedGraphics.cs
- ToolStripDropDownItem.cs
- cookiecontainer.cs
- CmsInterop.cs
- EntityConnection.cs
- ToolStripDropDown.cs
- DataGridViewBand.cs
- ComPlusThreadInitializer.cs
- NamespaceEmitter.cs
- BamlTreeUpdater.cs
- ResourceManagerWrapper.cs
- EventLogPermissionEntryCollection.cs
- URL.cs
- ToolStripItemEventArgs.cs
- ServicePointManager.cs
- ThreadPoolTaskScheduler.cs
- ChannelSinkStacks.cs
- WindowsListView.cs
- AuthenticationService.cs
- AssemblyInfo.cs
- RegexInterpreter.cs
- ViewCellSlot.cs
- KeyboardNavigation.cs
- InteropBitmapSource.cs
- XmlFormatExtensionAttribute.cs
- EntityModelBuildProvider.cs
- ResXResourceSet.cs
- WebSysDefaultValueAttribute.cs
- SiteMapDataSourceView.cs
- ThemeDirectoryCompiler.cs
- RefreshInfo.cs
- ContextStaticAttribute.cs
- MsmqDiagnostics.cs
- SqlUtils.cs
- NotImplementedException.cs
- GregorianCalendar.cs
- CharacterBufferReference.cs
- RoleGroupCollection.cs
- Util.cs
- TransformValueSerializer.cs
- ACL.cs
- OutputCacheSettings.cs
- RelationshipDetailsRow.cs
- SafeBitVector32.cs
- ProcessManager.cs
- PeerNameRecordCollection.cs
- StrongNamePublicKeyBlob.cs
- WorkerRequest.cs
- HandlerFactoryCache.cs
- SymbolType.cs
- PointLightBase.cs
- ColorMap.cs
- SessionStateSection.cs
- GroupItem.cs