Code:
/ 4.0 / 4.0 / untmp / 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.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CodeIdentifiers.cs
- PriorityChain.cs
- CellPartitioner.cs
- XmlParserContext.cs
- GridViewSortEventArgs.cs
- SafeThreadHandle.cs
- NullableConverter.cs
- StrongTypingException.cs
- TdsEnums.cs
- SqlMetaData.cs
- DataServiceHost.cs
- XmlSchemaSimpleContent.cs
- Ticks.cs
- RecognizedWordUnit.cs
- Properties.cs
- BamlTreeNode.cs
- ExpandCollapsePattern.cs
- InfoCardMasterKey.cs
- WindowsStatic.cs
- FormatConvertedBitmap.cs
- SizeKeyFrameCollection.cs
- FixedDocumentPaginator.cs
- ColorConvertedBitmap.cs
- sqlstateclientmanager.cs
- TypeForwardedToAttribute.cs
- StateBag.cs
- InvokeMethodDesigner.xaml.cs
- AmbiguousMatchException.cs
- InputLangChangeRequestEvent.cs
- ScaleTransform.cs
- PanelStyle.cs
- ClipboardProcessor.cs
- Point3DCollection.cs
- EncryptedPackage.cs
- TableSectionStyle.cs
- UseLicense.cs
- RegistryPermission.cs
- InvalidFilterCriteriaException.cs
- DrawingContextDrawingContextWalker.cs
- EntityException.cs
- Semaphore.cs
- StructuredCompositeActivityDesigner.cs
- ScriptIgnoreAttribute.cs
- SqlDataSourceSelectingEventArgs.cs
- XPathNodeInfoAtom.cs
- ManipulationBoundaryFeedbackEventArgs.cs
- InternalResources.cs
- WebRequestModulesSection.cs
- BooleanAnimationUsingKeyFrames.cs
- TextComposition.cs
- WebPermission.cs
- CreateUserWizard.cs
- CancellationHandlerDesigner.cs
- cookie.cs
- WebEvents.cs
- MembershipUser.cs
- XamlTypeMapper.cs
- SvcMapFileSerializer.cs
- MachineKeyConverter.cs
- PropertyTab.cs
- CellParagraph.cs
- ScrollItemPatternIdentifiers.cs
- DataSpaceManager.cs
- OdbcInfoMessageEvent.cs
- cookie.cs
- HttpApplicationFactory.cs
- Floater.cs
- ImageInfo.cs
- Win32PrintDialog.cs
- FieldToken.cs
- ReferenceSchema.cs
- ParentQuery.cs
- XamlSerializationHelper.cs
- PeerCollaborationPermission.cs
- RadioButton.cs
- SoapServerProtocol.cs
- Symbol.cs
- SizeChangedEventArgs.cs
- SqlBooleanizer.cs
- InfoCardRSAPKCS1KeyExchangeFormatter.cs
- SqlClientPermission.cs
- _NegoStream.cs
- PartialClassGenerationTaskInternal.cs
- StylusShape.cs
- LockCookie.cs
- EntityContainerAssociationSet.cs
- MergeFilterQuery.cs
- DisplayNameAttribute.cs
- BitmapScalingModeValidation.cs
- RemoteTokenFactory.cs
- DateTimeFormatInfoScanner.cs
- ChangeNode.cs
- WindowsServiceElement.cs
- DrawingImage.cs
- HttpCookiesSection.cs
- ParsedAttributeCollection.cs
- OLEDB_Enum.cs
- XsdCachingReader.cs
- cache.cs
- ProviderCollection.cs