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
- ControlParameter.cs
- BooleanProjectedSlot.cs
- InstancePersistenceContext.cs
- TemplateBamlRecordReader.cs
- XamlTypeMapperSchemaContext.cs
- InternalTypeHelper.cs
- XsdDuration.cs
- OleDbParameterCollection.cs
- NonBatchDirectoryCompiler.cs
- _ReceiveMessageOverlappedAsyncResult.cs
- RawKeyboardInputReport.cs
- MasterPageParser.cs
- ControlCodeDomSerializer.cs
- NullableDecimalAverageAggregationOperator.cs
- AllMembershipCondition.cs
- FunctionDetailsReader.cs
- filewebrequest.cs
- GridLengthConverter.cs
- LineSegment.cs
- DrawToolTipEventArgs.cs
- SocketPermission.cs
- _IPv6Address.cs
- GPPOINT.cs
- CalculatedColumn.cs
- PointAnimationUsingPath.cs
- FieldNameLookup.cs
- Events.cs
- ISFClipboardData.cs
- BitmapEffect.cs
- PageContent.cs
- SelectionGlyph.cs
- SByteConverter.cs
- DesignerSerializationOptionsAttribute.cs
- PlaceHolder.cs
- GlyphCache.cs
- DataGridView.cs
- HttpRequestBase.cs
- RequestQueue.cs
- JulianCalendar.cs
- ClockController.cs
- ToolZone.cs
- ScrollItemProviderWrapper.cs
- HtmlTableCell.cs
- HelpEvent.cs
- NameTable.cs
- ThreadExceptionDialog.cs
- CustomCategoryAttribute.cs
- ConcurrentStack.cs
- DataGridItemAttachedStorage.cs
- RoutedEvent.cs
- ReadOnlyCollectionBase.cs
- WebPartAddingEventArgs.cs
- XmlSerializationGeneratedCode.cs
- Directory.cs
- SqlWriter.cs
- InfiniteIntConverter.cs
- ContextProperty.cs
- AttributeTable.cs
- Win32.cs
- MSAAWinEventWrap.cs
- Matrix3D.cs
- IdentityNotMappedException.cs
- _ConnectStream.cs
- SqlTypeConverter.cs
- TextEditorSpelling.cs
- SwitchAttribute.cs
- SortDescription.cs
- ListSourceHelper.cs
- TypeValidationEventArgs.cs
- EntityParameterCollection.cs
- MarkupExtensionParser.cs
- RuntimeEnvironment.cs
- ControlCachePolicy.cs
- InfoCardMetadataExchangeClient.cs
- GenericEnumerator.cs
- SHA384.cs
- DesignColumnCollection.cs
- ObjectStorage.cs
- StringValidator.cs
- PocoEntityKeyStrategy.cs
- ListViewItemSelectionChangedEvent.cs
- XPathSelfQuery.cs
- ToolStripDropDown.cs
- GregorianCalendarHelper.cs
- PipelineModuleStepContainer.cs
- GZipDecoder.cs
- Stackframe.cs
- GetMemberBinder.cs
- BigInt.cs
- SQLDateTimeStorage.cs
- PolicyException.cs
- MobileControlsSectionHelper.cs
- ReadOnlyCollectionBase.cs
- SamlAuthenticationClaimResource.cs
- DataSourceControl.cs
- Stacktrace.cs
- WebControlParameterProxy.cs
- ProfilePropertySettingsCollection.cs
- WindowsHyperlink.cs
- ApplicationCommands.cs