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
- LocalValueEnumerator.cs
- InternalConfigSettingsFactory.cs
- CalendarTable.cs
- MetadataArtifactLoaderFile.cs
- SafeLocalMemHandle.cs
- HandlerWithFactory.cs
- BitmapFrameDecode.cs
- ActivityXRefConverter.cs
- ReadOnlyHierarchicalDataSource.cs
- ToolStripSeparatorRenderEventArgs.cs
- GlyphRunDrawing.cs
- BamlLocalizer.cs
- Stack.cs
- StringArrayConverter.cs
- PrtCap_Reader.cs
- GACIdentityPermission.cs
- URLString.cs
- ProfileGroupSettings.cs
- IdentityHolder.cs
- GCHandleCookieTable.cs
- GZipStream.cs
- SpanIndex.cs
- QilInvokeEarlyBound.cs
- DecodeHelper.cs
- ContentControl.cs
- SafeUserTokenHandle.cs
- ToolboxDataAttribute.cs
- KoreanLunisolarCalendar.cs
- XmlException.cs
- AlphaSortedEnumConverter.cs
- Asn1IntegerConverter.cs
- Nullable.cs
- CollectionConverter.cs
- FixedSOMLineRanges.cs
- InputMethod.cs
- linebase.cs
- ValidationSummary.cs
- RuntimeConfigurationRecord.cs
- XPathBuilder.cs
- CompositeDesignerAccessibleObject.cs
- ValidationEventArgs.cs
- HttpHandlerAction.cs
- IgnoreSectionHandler.cs
- DocumentPageView.cs
- CodeIndexerExpression.cs
- ParallelRangeManager.cs
- TextRangeProviderWrapper.cs
- IgnoreSectionHandler.cs
- HttpMethodAttribute.cs
- AxWrapperGen.cs
- BlobPersonalizationState.cs
- MDIClient.cs
- FieldBuilder.cs
- ClientSideQueueItem.cs
- SynchronizingStream.cs
- _Semaphore.cs
- ObjectQueryExecutionPlan.cs
- Oid.cs
- CommentEmitter.cs
- METAHEADER.cs
- SQLBytes.cs
- TraceData.cs
- StructuralComparisons.cs
- WebPartVerbCollection.cs
- Latin1Encoding.cs
- ISAPIWorkerRequest.cs
- GridViewCellAutomationPeer.cs
- UserPersonalizationStateInfo.cs
- TrackingMemoryStream.cs
- CodeSubDirectoriesCollection.cs
- WebExceptionStatus.cs
- connectionpool.cs
- NativeRightsManagementAPIsStructures.cs
- RootProfilePropertySettingsCollection.cs
- DesignerAutoFormatStyle.cs
- Path.cs
- coordinatorfactory.cs
- ComponentResourceManager.cs
- SpellerError.cs
- ConvertEvent.cs
- Drawing.cs
- XmlTextAttribute.cs
- FlagsAttribute.cs
- TextEditorTyping.cs
- BamlReader.cs
- AttachedAnnotation.cs
- Msec.cs
- OneWayElement.cs
- ECDiffieHellmanCng.cs
- FrameworkContextData.cs
- DotNetATv1WindowsLogEntrySerializer.cs
- PolyBezierSegment.cs
- Variable.cs
- ParameterCollection.cs
- ErrorStyle.cs
- NativeWindow.cs
- FileEnumerator.cs
- UserPreferenceChangingEventArgs.cs
- Membership.cs
- SQLByte.cs