Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / 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
- DrawingContextDrawingContextWalker.cs
- GridViewDeleteEventArgs.cs
- UnsafeNativeMethods.cs
- CurrentChangingEventManager.cs
- WebRequestModulesSection.cs
- RSAOAEPKeyExchangeFormatter.cs
- Stack.cs
- ExpressionConverter.cs
- SingleConverter.cs
- InkPresenter.cs
- SelectionItemProviderWrapper.cs
- followingquery.cs
- RTLAwareMessageBox.cs
- EntitySqlQueryCacheKey.cs
- BamlWriter.cs
- ApplicationSecurityInfo.cs
- Comparer.cs
- PeerApplicationLaunchInfo.cs
- Misc.cs
- HttpListenerResponse.cs
- Pen.cs
- AccessControlList.cs
- HTMLTextWriter.cs
- StringUtil.cs
- InlineObject.cs
- FacetChecker.cs
- ListViewAutomationPeer.cs
- WebSysDisplayNameAttribute.cs
- SqlWriter.cs
- ConfigUtil.cs
- AssociatedControlConverter.cs
- Baml2006ReaderFrame.cs
- PropertyEntry.cs
- SQLDouble.cs
- HelpInfo.cs
- CompilationUtil.cs
- XmlAttributes.cs
- HttpListenerContext.cs
- FlowLayout.cs
- StringDictionary.cs
- Assert.cs
- BamlVersionHeader.cs
- PageSettings.cs
- PerfCounters.cs
- SpanIndex.cs
- SHA1.cs
- WindowsFormsSectionHandler.cs
- SqlClientWrapperSmiStream.cs
- FileSystemWatcher.cs
- ParenthesizePropertyNameAttribute.cs
- SafeMILHandleMemoryPressure.cs
- AutoGeneratedFieldProperties.cs
- FontInfo.cs
- RelationshipNavigation.cs
- DataGridViewColumnEventArgs.cs
- XmlDesignerDataSourceView.cs
- CodeArrayIndexerExpression.cs
- ShaderRenderModeValidation.cs
- ObjectItemAttributeAssemblyLoader.cs
- XPathNode.cs
- ChannelDispatcherCollection.cs
- _Connection.cs
- DSASignatureDeformatter.cs
- OneOfScalarConst.cs
- SqlRowUpdatingEvent.cs
- VersionedStreamOwner.cs
- DesignerValidationSummaryAdapter.cs
- WebPartEditorOkVerb.cs
- StartUpEventArgs.cs
- RangeContentEnumerator.cs
- Collection.cs
- FormDocumentDesigner.cs
- FlowDocumentScrollViewerAutomationPeer.cs
- XmlFormatExtensionPointAttribute.cs
- RootBrowserWindowAutomationPeer.cs
- PartialArray.cs
- LocalizationComments.cs
- RecognizeCompletedEventArgs.cs
- AllMembershipCondition.cs
- GenericPrincipal.cs
- StorageRoot.cs
- TreeIterator.cs
- BufferedWebEventProvider.cs
- MergablePropertyAttribute.cs
- DataColumnCollection.cs
- MatrixUtil.cs
- SamlAttribute.cs
- IsolatedStorage.cs
- SoapExtension.cs
- ProfilePropertyMetadata.cs
- IndentTextWriter.cs
- MatrixUtil.cs
- FolderLevelBuildProviderCollection.cs
- StringArrayConverter.cs
- StyleModeStack.cs
- PermissionSetEnumerator.cs
- IntegerValidatorAttribute.cs
- SocketStream.cs
- LiteralControl.cs
- InstallerTypeAttribute.cs