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
- GenericEnumerator.cs
- RootBuilder.cs
- EncryptedPackage.cs
- ChangePasswordDesigner.cs
- TextBox.cs
- XmlSchemaCompilationSettings.cs
- BlurBitmapEffect.cs
- SQLInt32.cs
- ListViewDeletedEventArgs.cs
- SecurityElement.cs
- ServiceReference.cs
- BezierSegment.cs
- Stacktrace.cs
- SatelliteContractVersionAttribute.cs
- CodeCompileUnit.cs
- UnsafeNativeMethods.cs
- DefaultAutoFieldGenerator.cs
- PathData.cs
- TextWriter.cs
- UdpUtility.cs
- VirtualPathProvider.cs
- DocumentViewerConstants.cs
- CompositeFontInfo.cs
- BackgroundWorker.cs
- TagNameToTypeMapper.cs
- HtmlSelect.cs
- EntitySet.cs
- DiscoveryDocument.cs
- Rule.cs
- CodeTypeConstructor.cs
- HtmlElementErrorEventArgs.cs
- Wizard.cs
- ExtractorMetadata.cs
- BitmapScalingModeValidation.cs
- EdmRelationshipRoleAttribute.cs
- TypeElementCollection.cs
- SqlDataSourceCache.cs
- SqlDependency.cs
- AmbientProperties.cs
- DataGridViewAutoSizeColumnsModeEventArgs.cs
- ConfigurationPropertyAttribute.cs
- DateTimeOffsetStorage.cs
- WebBrowserProgressChangedEventHandler.cs
- PKCS1MaskGenerationMethod.cs
- HtmlInputHidden.cs
- Pkcs9Attribute.cs
- DataServiceQueryProvider.cs
- StylusPoint.cs
- TextTreeExtractElementUndoUnit.cs
- HitTestWithGeometryDrawingContextWalker.cs
- EditingMode.cs
- SignatureGenerator.cs
- Compilation.cs
- StrokeCollection2.cs
- ListViewTableCell.cs
- ParameterModifier.cs
- ProtocolsSection.cs
- CodeAttributeArgumentCollection.cs
- HtmlSelect.cs
- DependencyPropertyValueSerializer.cs
- WeakReferenceList.cs
- LabelDesigner.cs
- DataSourceCacheDurationConverter.cs
- SchemaObjectWriter.cs
- DataGridRow.cs
- CleanUpVirtualizedItemEventArgs.cs
- EventHandlersStore.cs
- XmlNodeReader.cs
- DataBindEngine.cs
- FileEnumerator.cs
- ApplicationHost.cs
- WorkflowMarkupSerializationProvider.cs
- DataGridViewColumnHeaderCell.cs
- IgnoreDeviceFilterElement.cs
- StorageTypeMapping.cs
- SpinWait.cs
- TriggerBase.cs
- XmlDownloadManager.cs
- SqlUserDefinedAggregateAttribute.cs
- FixUpCollection.cs
- ProxyHelper.cs
- SizeConverter.cs
- FormatterServices.cs
- XmlWrappingWriter.cs
- Label.cs
- SocketInformation.cs
- TextTrailingCharacterEllipsis.cs
- TextRangeBase.cs
- ModelPropertyImpl.cs
- TempEnvironment.cs
- WebBrowserDocumentCompletedEventHandler.cs
- LeaseManager.cs
- BaseDataBoundControl.cs
- EdmProperty.cs
- Input.cs
- SectionVisual.cs
- ADMembershipUser.cs
- CheckBoxBaseAdapter.cs
- DesignerTransaction.cs
- XmlBinaryReader.cs