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
- ComponentChangingEvent.cs
- DateRangeEvent.cs
- SafeFileHandle.cs
- Focus.cs
- InputLangChangeEvent.cs
- MenuCommand.cs
- EventLogWatcher.cs
- RemoteCryptoSignHashRequest.cs
- StreamReader.cs
- DateTimeHelper.cs
- DES.cs
- BaseTemplateParser.cs
- DragSelectionMessageFilter.cs
- ResourceExpressionBuilder.cs
- XmlSortKeyAccumulator.cs
- DescendantOverDescendantQuery.cs
- DbFunctionCommandTree.cs
- SQLGuidStorage.cs
- DatePicker.cs
- DocumentPageViewAutomationPeer.cs
- RectValueSerializer.cs
- InfocardExtendedInformationCollection.cs
- ModuleConfigurationInfo.cs
- SHA1.cs
- WebPartHelpVerb.cs
- WaitHandle.cs
- ControlCachePolicy.cs
- PageSettings.cs
- XsdCachingReader.cs
- WindowsContainer.cs
- DesigntimeLicenseContext.cs
- DebugView.cs
- DictionaryBase.cs
- SafeBitVector32.cs
- ResourceDescriptionAttribute.cs
- GC.cs
- ICollection.cs
- DockingAttribute.cs
- RSAProtectedConfigurationProvider.cs
- BitmapData.cs
- DataSourceSerializationException.cs
- RMEnrollmentPage1.cs
- BehaviorEditorPart.cs
- ExpressionNode.cs
- BuildProvider.cs
- InsufficientMemoryException.cs
- PersonalizationProviderCollection.cs
- String.cs
- XPathExpr.cs
- NavigationEventArgs.cs
- SizeAnimationUsingKeyFrames.cs
- SafeEventHandle.cs
- ClientBuildManagerCallback.cs
- WebPartUserCapability.cs
- SuppressMessageAttribute.cs
- HostExecutionContextManager.cs
- XPathNavigatorReader.cs
- FilterQuery.cs
- ObjectPersistData.cs
- ViewPort3D.cs
- XmlUtf8RawTextWriter.cs
- XmlRawWriter.cs
- ApplicationDirectoryMembershipCondition.cs
- EnumConverter.cs
- EditorZoneAutoFormat.cs
- CultureInfoConverter.cs
- ToolCreatedEventArgs.cs
- WorkflowView.cs
- DSASignatureDeformatter.cs
- HostedTransportConfigurationBase.cs
- BookmarkScopeHandle.cs
- NavigationWindow.cs
- CodeMemberProperty.cs
- PerformanceCountersElement.cs
- DataColumnMapping.cs
- StandardBindingElementCollection.cs
- DeclaredTypeElement.cs
- DiscoveryInnerClientAdhoc11.cs
- ScriptIgnoreAttribute.cs
- CurrentChangingEventManager.cs
- WizardForm.cs
- PerformanceCounterManager.cs
- TransactionContextManager.cs
- HtmlImage.cs
- WorkflowOperationContext.cs
- TargetPerspective.cs
- ConfigurationPropertyAttribute.cs
- DbDataReader.cs
- XmlElementList.cs
- XPathEmptyIterator.cs
- DataViewListener.cs
- URIFormatException.cs
- Button.cs
- FakeModelPropertyImpl.cs
- OracleTimeSpan.cs
- Stroke2.cs
- SoapElementAttribute.cs
- TextFindEngine.cs
- ProfileManager.cs
- XmlAnyAttributeAttribute.cs