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
- ProviderCollection.cs
- ReflectionTypeLoadException.cs
- NativeActivityFaultContext.cs
- FileDialog_Vista.cs
- TogglePattern.cs
- Point3DAnimationUsingKeyFrames.cs
- RangeEnumerable.cs
- UnaryNode.cs
- TimeStampChecker.cs
- HierarchicalDataSourceConverter.cs
- Util.cs
- AxHost.cs
- DBBindings.cs
- BooleanAnimationBase.cs
- ConstantSlot.cs
- DropShadowEffect.cs
- DropShadowEffect.cs
- TreeWalkHelper.cs
- XmlWriterSettings.cs
- XmlAttributeCache.cs
- EntityDataSourceWizardForm.cs
- KeyboardNavigation.cs
- SharedPersonalizationStateInfo.cs
- ConnectionManagementElement.cs
- Stack.cs
- MsmqMessageSerializationFormat.cs
- PingOptions.cs
- LicenseManager.cs
- AssemblyBuilder.cs
- TypeConstant.cs
- AppDomainAttributes.cs
- DesignerForm.cs
- NodeCounter.cs
- InfoCardAsymmetricCrypto.cs
- PrivilegedConfigurationManager.cs
- DesignColumn.cs
- LassoSelectionBehavior.cs
- CacheSection.cs
- unsafenativemethodsother.cs
- DbCommandDefinition.cs
- WeakHashtable.cs
- RightsManagementPermission.cs
- FigureHelper.cs
- NotifyCollectionChangedEventArgs.cs
- RepeatInfo.cs
- RightsManagementPermission.cs
- HtmlTernaryTree.cs
- DataGridViewCellStyleEditor.cs
- OleDbRowUpdatingEvent.cs
- XmlSchemaProviderAttribute.cs
- TrackingValidationObjectDictionary.cs
- CapabilitiesUse.cs
- NetStream.cs
- PhysicalOps.cs
- Menu.cs
- DiscoveryClientOutputChannel.cs
- DirectoryInfo.cs
- BamlLocalizabilityResolver.cs
- HideDisabledControlAdapter.cs
- ColorContextHelper.cs
- UrlAuthorizationModule.cs
- FrameworkElementFactoryMarkupObject.cs
- WasHostedComPlusFactory.cs
- DataGridViewCellConverter.cs
- TextureBrush.cs
- InvalidPrinterException.cs
- ObjectDataSourceMethodEventArgs.cs
- NullableConverter.cs
- XomlCompilerError.cs
- StrongName.cs
- Control.cs
- Events.cs
- DataGridViewUtilities.cs
- XmlQualifiedName.cs
- DocumentReferenceCollection.cs
- TypeSource.cs
- StandardCommands.cs
- CompleteWizardStep.cs
- CompiledRegexRunner.cs
- KerberosSecurityTokenProvider.cs
- DebugHandleTracker.cs
- EditingCommands.cs
- WebService.cs
- DoubleConverter.cs
- UdpContractFilterBehavior.cs
- PipeConnection.cs
- ControlCachePolicy.cs
- SimplePropertyEntry.cs
- CompositeCollectionView.cs
- MethodResolver.cs
- Label.cs
- ValidationError.cs
- AesCryptoServiceProvider.cs
- ResourceManagerWrapper.cs
- NamespaceEmitter.cs
- SqlWorkflowInstanceStoreLock.cs
- ProfilePropertyNameValidator.cs
- DynamicILGenerator.cs
- ObjectConverter.cs
- RuleConditionDialog.cs