Code:
/ DotNET / DotNET / 8.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
- StrongNameKeyPair.cs
- EnumerableValidator.cs
- DataGridBoolColumn.cs
- ScriptingSectionGroup.cs
- ImageIndexConverter.cs
- ColumnMap.cs
- CalculatedColumn.cs
- TreeNodeMouseHoverEvent.cs
- OrderByQueryOptionExpression.cs
- DoubleStorage.cs
- CompilationSection.cs
- SQLBytes.cs
- ConstrainedDataObject.cs
- UserPreferenceChangingEventArgs.cs
- StrongNamePublicKeyBlob.cs
- IPipelineRuntime.cs
- ScalarConstant.cs
- IBuiltInEvidence.cs
- QuaternionKeyFrameCollection.cs
- InternalTypeHelper.cs
- WindowsSysHeader.cs
- Stream.cs
- Int16Converter.cs
- DataSourceCacheDurationConverter.cs
- XamlContextStack.cs
- DataBindingHandlerAttribute.cs
- VirtualPath.cs
- SHA256.cs
- TabletCollection.cs
- HotSpot.cs
- PenContexts.cs
- FileIOPermission.cs
- PasswordTextContainer.cs
- DataTableExtensions.cs
- WebPartTransformerCollection.cs
- EditCommandColumn.cs
- ConfigurationStrings.cs
- xmlglyphRunInfo.cs
- ZipFileInfo.cs
- COM2AboutBoxPropertyDescriptor.cs
- DataGridViewRowsRemovedEventArgs.cs
- XPathBuilder.cs
- CodePrimitiveExpression.cs
- PipeException.cs
- EarlyBoundInfo.cs
- UpnEndpointIdentityExtension.cs
- VisualStyleRenderer.cs
- ActivityDesignerHelper.cs
- ObjectContextServiceProvider.cs
- AppliedDeviceFiltersEditor.cs
- RawContentTypeMapper.cs
- ResetableIterator.cs
- TypeUsageBuilder.cs
- ErrorHandler.cs
- ObjectMemberMapping.cs
- DeviceContext2.cs
- safesecurityhelperavalon.cs
- XmlSchemaSequence.cs
- QueryResults.cs
- CorrelationService.cs
- Int32KeyFrameCollection.cs
- Pkcs7Recipient.cs
- CodeGenHelper.cs
- ErrorRuntimeConfig.cs
- TextLine.cs
- DataControlCommands.cs
- XmlElementCollection.cs
- GraphicsPath.cs
- sitestring.cs
- XamlToRtfWriter.cs
- InstanceKeyCompleteException.cs
- PointHitTestParameters.cs
- DataViewManagerListItemTypeDescriptor.cs
- ResizingMessageFilter.cs
- RowToFieldTransformer.cs
- CancellationTokenSource.cs
- DoubleCollection.cs
- TaiwanLunisolarCalendar.cs
- WindowsIPAddress.cs
- CommandDevice.cs
- RegisteredArrayDeclaration.cs
- TdsParserSafeHandles.cs
- _FtpDataStream.cs
- ActivationServices.cs
- DefaultPrintController.cs
- IgnoreSectionHandler.cs
- DatePickerDateValidationErrorEventArgs.cs
- LabelEditEvent.cs
- XmlQualifiedNameTest.cs
- DropAnimation.xaml.cs
- CryptoApi.cs
- ExtractedStateEntry.cs
- PagesChangedEventArgs.cs
- ArraySortHelper.cs
- GlyphElement.cs
- AssemblyBuilder.cs
- QuaternionValueSerializer.cs
- SharedPersonalizationStateInfo.cs
- DataListItemEventArgs.cs
- RepeaterCommandEventArgs.cs