Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- OverflowException.cs
- RowsCopiedEventArgs.cs
- DropDownHolder.cs
- TextEmbeddedObject.cs
- ParameterCollectionEditorForm.cs
- MouseButton.cs
- TextEditorParagraphs.cs
- HttpResponseHeader.cs
- HashMembershipCondition.cs
- FullTextState.cs
- ProgressiveCrcCalculatingStream.cs
- TryExpression.cs
- TextLine.cs
- ProtocolsConfiguration.cs
- ModuleBuilderData.cs
- EncryptedKey.cs
- ReachPrintTicketSerializerAsync.cs
- CallbackValidator.cs
- XmlSchemaAnnotation.cs
- CharacterString.cs
- DbgUtil.cs
- DoubleStorage.cs
- RootNamespaceAttribute.cs
- DragEventArgs.cs
- ColumnWidthChangedEvent.cs
- FixedPageAutomationPeer.cs
- RegexTree.cs
- Utils.cs
- TemplatedMailWebEventProvider.cs
- basenumberconverter.cs
- MutableAssemblyCacheEntry.cs
- SoapReflectionImporter.cs
- DataBoundControl.cs
- XmlSchemaFacet.cs
- DrawingVisualDrawingContext.cs
- MenuItemStyleCollection.cs
- SqlCachedBuffer.cs
- MetadataSource.cs
- FrameworkElementFactory.cs
- CancelRequestedRecord.cs
- DrawingAttributesDefaultValueFactory.cs
- PartitionResolver.cs
- ClientScriptManager.cs
- CheckBox.cs
- EntityTypeEmitter.cs
- PostBackOptions.cs
- XmlBinaryReader.cs
- StringValidator.cs
- ZipIOExtraFieldPaddingElement.cs
- CompilationAssemblyInstallComponent.cs
- GZipStream.cs
- XmlAttributeOverrides.cs
- WebConfigurationManager.cs
- HtmlMeta.cs
- ServiceThrottle.cs
- PropertiesTab.cs
- SHA1Managed.cs
- DetailsViewInsertedEventArgs.cs
- String.cs
- CatalogZoneBase.cs
- Sentence.cs
- HandlerBase.cs
- SourceChangedEventArgs.cs
- DataBoundControlAdapter.cs
- CodeTypeMemberCollection.cs
- DoubleAverageAggregationOperator.cs
- TableItemPattern.cs
- SubMenuStyleCollection.cs
- MailBnfHelper.cs
- JsonGlobals.cs
- NumericExpr.cs
- _NetworkingPerfCounters.cs
- ContainerCodeDomSerializer.cs
- RightsManagementPermission.cs
- CheckBoxAutomationPeer.cs
- cookie.cs
- _IPv6Address.cs
- EqualityComparer.cs
- MappedMetaModel.cs
- XmlWellformedWriter.cs
- GlyphCache.cs
- BaseCollection.cs
- XmlReader.cs
- MimeReflector.cs
- Int32Storage.cs
- connectionpool.cs
- AlphabetConverter.cs
- NumericUpDown.cs
- CookieProtection.cs
- GridItemPattern.cs
- IntegrationExceptionEventArgs.cs
- UriScheme.cs
- ButtonField.cs
- WorkflowTraceTransfer.cs
- ConfigurationSectionGroup.cs
- RegexWriter.cs
- UiaCoreApi.cs
- EditorPartCollection.cs
- Size.cs
- wpf-etw.cs