Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaSimpleContentExtension.cs / 1 / XmlSchemaSimpleContentExtension.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { using System.Xml.Serialization; ////// /// public class XmlSchemaSimpleContentExtension : XmlSchemaContent { XmlSchemaObjectCollection attributes = new XmlSchemaObjectCollection(); XmlSchemaAnyAttribute anyAttribute; XmlQualifiedName baseTypeName = XmlQualifiedName.Empty; ///[To be supplied.] ////// /// [XmlAttribute("base")] public XmlQualifiedName BaseTypeName { get { return baseTypeName; } set { baseTypeName = (value == null ? XmlQualifiedName.Empty : value); } } ///[To be supplied.] ////// /// [XmlElement("attribute", typeof(XmlSchemaAttribute)), XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroupRef))] public XmlSchemaObjectCollection Attributes { get { return attributes; } } ///[To be supplied.] ////// /// [XmlElement("anyAttribute")] public XmlSchemaAnyAttribute AnyAttribute { get { return anyAttribute; } set { anyAttribute = value; } } internal void SetAttributes(XmlSchemaObjectCollection newAttributes) { attributes = newAttributes; } } } // 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 XmlSchemaSimpleContentExtension : XmlSchemaContent { XmlSchemaObjectCollection attributes = new XmlSchemaObjectCollection(); XmlSchemaAnyAttribute anyAttribute; XmlQualifiedName baseTypeName = XmlQualifiedName.Empty; ///[To be supplied.] ////// /// [XmlAttribute("base")] public XmlQualifiedName BaseTypeName { get { return baseTypeName; } set { baseTypeName = (value == null ? XmlQualifiedName.Empty : value); } } ///[To be supplied.] ////// /// [XmlElement("attribute", typeof(XmlSchemaAttribute)), XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroupRef))] public XmlSchemaObjectCollection Attributes { get { return attributes; } } ///[To be supplied.] ////// /// [XmlElement("anyAttribute")] public XmlSchemaAnyAttribute AnyAttribute { get { return anyAttribute; } set { anyAttribute = value; } } internal void SetAttributes(XmlSchemaObjectCollection newAttributes) { attributes = newAttributes; } } } // 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
- CustomError.cs
- SpeechAudioFormatInfo.cs
- XmlUrlEditor.cs
- DoubleLinkList.cs
- ProviderException.cs
- IndexingContentUnit.cs
- CachedTypeface.cs
- FontNameEditor.cs
- InsufficientMemoryException.cs
- LazyTextWriterCreator.cs
- WebPartPersonalization.cs
- WebPartAddingEventArgs.cs
- Utils.cs
- PathSegment.cs
- CodeAttributeArgument.cs
- PeerApplication.cs
- SqlInternalConnectionTds.cs
- DataControlHelper.cs
- SessionViewState.cs
- XslTransform.cs
- ImageListStreamer.cs
- AsyncPostBackErrorEventArgs.cs
- EvidenceTypeDescriptor.cs
- TextEndOfLine.cs
- InvalidProgramException.cs
- ObjectListSelectEventArgs.cs
- DocumentAutomationPeer.cs
- NodeFunctions.cs
- LoginName.cs
- BitmapEffectGeneralTransform.cs
- DataListItemEventArgs.cs
- ToolboxItemCollection.cs
- InputDevice.cs
- BrowserDefinition.cs
- SqlDataSourceDesigner.cs
- TimeoutValidationAttribute.cs
- GC.cs
- ScriptMethodAttribute.cs
- HandledEventArgs.cs
- MailDefinition.cs
- TypeUtil.cs
- ListenerAdapter.cs
- XmlC14NWriter.cs
- WebPartMenuStyle.cs
- BinarySerializer.cs
- X509Certificate2.cs
- SQLSingle.cs
- TypeViewSchema.cs
- HeaderLabel.cs
- GradientStop.cs
- _ListenerAsyncResult.cs
- TextBreakpoint.cs
- LineProperties.cs
- DataControlImageButton.cs
- FileSystemInfo.cs
- RectAnimationBase.cs
- MenuTracker.cs
- DataGridViewCellCancelEventArgs.cs
- ColorMatrix.cs
- ChangePasswordDesigner.cs
- CustomAssemblyResolver.cs
- BigIntegerStorage.cs
- CodePrimitiveExpression.cs
- ComplexBindingPropertiesAttribute.cs
- ListViewItemMouseHoverEvent.cs
- ArcSegment.cs
- XmlSchemaCollection.cs
- UnknownBitmapDecoder.cs
- DefaultMemberAttribute.cs
- DatatypeImplementation.cs
- DecimalMinMaxAggregationOperator.cs
- EUCJPEncoding.cs
- CombinedHttpChannel.cs
- MenuItemBindingCollection.cs
- ClipboardData.cs
- AssociationSetEnd.cs
- TextEditorDragDrop.cs
- ProgressChangedEventArgs.cs
- ArraySortHelper.cs
- TextRangeProviderWrapper.cs
- HttpStreamXmlDictionaryReader.cs
- DesignTimeVisibleAttribute.cs
- HtmlGenericControl.cs
- Matrix3DStack.cs
- DataGridViewComponentPropertyGridSite.cs
- ViewLoader.cs
- FindResponse.cs
- EmbeddedMailObjectsCollection.cs
- CommandLibraryHelper.cs
- DrawListViewColumnHeaderEventArgs.cs
- CardSpaceShim.cs
- EmptyEnumerator.cs
- NonVisualControlAttribute.cs
- CombinedGeometry.cs
- CodeArrayCreateExpression.cs
- DataGridPagerStyle.cs
- WebPartHelpVerb.cs
- QilStrConcat.cs
- OdbcConnection.cs
- wgx_sdk_version.cs