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
- QueryResult.cs
- XmlArrayAttribute.cs
- ToolStripContextMenu.cs
- Rotation3D.cs
- EncodingDataItem.cs
- HtmlEmptyTagControlBuilder.cs
- GeneralTransform2DTo3D.cs
- XmlnsDictionary.cs
- Token.cs
- HyperlinkAutomationPeer.cs
- SqlDataSourceCustomCommandEditor.cs
- NonParentingControl.cs
- Send.cs
- DependentTransaction.cs
- TextBounds.cs
- FileDialogCustomPlace.cs
- ProviderConnectionPointCollection.cs
- BitmapDownload.cs
- BooleanExpr.cs
- BitmapEffectInputData.cs
- DataSysAttribute.cs
- ConnectionPool.cs
- IndicFontClient.cs
- QueryStringParameter.cs
- AdapterUtil.cs
- ComAdminInterfaces.cs
- Adorner.cs
- QueuePathEditor.cs
- PkcsUtils.cs
- OpenFileDialog.cs
- JsonObjectDataContract.cs
- CheckableControlBaseAdapter.cs
- FloatAverageAggregationOperator.cs
- EventMappingSettingsCollection.cs
- ParamArrayAttribute.cs
- TreeViewDesigner.cs
- EditingCommands.cs
- DesigntimeLicenseContextSerializer.cs
- DataServiceEntityAttribute.cs
- InspectionWorker.cs
- _emptywebproxy.cs
- NamedPermissionSet.cs
- SafeProcessHandle.cs
- Converter.cs
- BulletedListEventArgs.cs
- InvalidCommandTreeException.cs
- FormattedTextSymbols.cs
- HwndSourceKeyboardInputSite.cs
- XmlSchemaValidationException.cs
- SponsorHelper.cs
- SizeConverter.cs
- DetailsView.cs
- FatalException.cs
- IRCollection.cs
- Application.cs
- XDRSchema.cs
- ListControlBoundActionList.cs
- CardSpacePolicyElement.cs
- DataComponentGenerator.cs
- SynchronizedChannelCollection.cs
- ScrollProperties.cs
- Lease.cs
- StringDictionary.cs
- RadialGradientBrush.cs
- IResourceProvider.cs
- VisualProxy.cs
- TextEditorContextMenu.cs
- PropertyTabChangedEvent.cs
- ErrorHandler.cs
- WebPartTransformerAttribute.cs
- WebEventCodes.cs
- Merger.cs
- SapiRecoContext.cs
- SecurityUtils.cs
- DynamicValueConverter.cs
- NativeBuffer.cs
- LongCountAggregationOperator.cs
- AsymmetricAlgorithm.cs
- RijndaelCryptoServiceProvider.cs
- ValidationErrorEventArgs.cs
- TemplatePartAttribute.cs
- TempEnvironment.cs
- tooltip.cs
- ParsedRoute.cs
- HtmlEmptyTagControlBuilder.cs
- ValueTypePropertyReference.cs
- BaseCollection.cs
- BaseAddressElement.cs
- ConnectionOrientedTransportElement.cs
- ApplicationProxyInternal.cs
- FeedUtils.cs
- ControlAdapter.cs
- PointCollectionValueSerializer.cs
- GenericEnumConverter.cs
- Attributes.cs
- ArrayTypeMismatchException.cs
- _SpnDictionary.cs
- WebDescriptionAttribute.cs
- httpserverutility.cs
- ComAwareEventInfo.cs