Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaComplexContentExtension.cs / 1 / XmlSchemaComplexContentExtension.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { using System.Collections; using System.Xml.Serialization; ////// /// public class XmlSchemaComplexContentExtension : XmlSchemaContent { XmlSchemaParticle particle; 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("group", typeof(XmlSchemaGroupRef)), XmlElement("choice", typeof(XmlSchemaChoice)), XmlElement("all", typeof(XmlSchemaAll)), XmlElement("sequence", typeof(XmlSchemaSequence))] public XmlSchemaParticle Particle { get { return particle; } set { particle = 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. // 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
- BasePropertyDescriptor.cs
- MimeWriter.cs
- InvokePatternIdentifiers.cs
- CheckBox.cs
- httpapplicationstate.cs
- PenThreadWorker.cs
- HashMembershipCondition.cs
- ReflectEventDescriptor.cs
- AddInActivator.cs
- RewritingProcessor.cs
- PropertyGroupDescription.cs
- StylusPoint.cs
- Hex.cs
- XmlDownloadManager.cs
- WebPartHelpVerb.cs
- SerialReceived.cs
- DataBindingCollection.cs
- TableLayoutPanelCellPosition.cs
- XomlCompiler.cs
- assemblycache.cs
- CalendarData.cs
- CodeSnippetStatement.cs
- IriParsingElement.cs
- QueryCacheManager.cs
- ProgressBar.cs
- TdsParserSessionPool.cs
- ListBindingConverter.cs
- WpfGeneratedKnownTypes.cs
- TemplateComponentConnector.cs
- PrimitiveCodeDomSerializer.cs
- ContourSegment.cs
- RSAProtectedConfigurationProvider.cs
- EmptyEnumerable.cs
- GiveFeedbackEventArgs.cs
- ViewCellSlot.cs
- XmlIncludeAttribute.cs
- SchemaExporter.cs
- InputReportEventArgs.cs
- ColorBlend.cs
- ConnectionPoint.cs
- ItemsControlAutomationPeer.cs
- GAC.cs
- ButtonBase.cs
- ConfigurationConverterBase.cs
- _LoggingObject.cs
- TrackingRecord.cs
- TreeNodeCollectionEditor.cs
- ToolBarButton.cs
- HttpFileCollection.cs
- MultipartIdentifier.cs
- WorkflowServiceNamespace.cs
- FunctionNode.cs
- CommandID.cs
- __TransparentProxy.cs
- PagedDataSource.cs
- CompositionTarget.cs
- CreateRefExpr.cs
- WaitForChangedResult.cs
- ClientScriptManager.cs
- XamlWriterExtensions.cs
- Int32Converter.cs
- PeerCustomResolverElement.cs
- ObjectCloneHelper.cs
- UtilityExtension.cs
- Quad.cs
- GenericFlowSwitchHelper.cs
- IndentTextWriter.cs
- EventSinkActivity.cs
- DataColumnChangeEvent.cs
- UserControl.cs
- KeyValueConfigurationCollection.cs
- CommandValueSerializer.cs
- FaultContext.cs
- LinqToSqlWrapper.cs
- ComponentCommands.cs
- ModuleElement.cs
- QueryCacheKey.cs
- XPathScanner.cs
- ActivityScheduledQuery.cs
- ValueSerializer.cs
- RenderData.cs
- OutOfProcStateClientManager.cs
- DataServiceException.cs
- ScaleTransform3D.cs
- TableRow.cs
- Random.cs
- ManagementEventWatcher.cs
- Enum.cs
- ClientReliableChannelBinder.cs
- controlskin.cs
- NameSpaceExtractor.cs
- CursorConverter.cs
- ThreadWorkerController.cs
- securitycriticaldataformultiplegetandset.cs
- Math.cs
- GetPageNumberCompletedEventArgs.cs
- CanonicalFormWriter.cs
- WindowsPen.cs
- SystemIPv6InterfaceProperties.cs
- EventRecordWrittenEventArgs.cs