Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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. //------------------------------------------------------------------------------ //[To be supplied.] ///// 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.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ExceptionHelpers.cs
- ThousandthOfEmRealDoubles.cs
- HttpHandlerAction.cs
- FocusManager.cs
- SecurityIdentifierElementCollection.cs
- ReverseQueryOperator.cs
- AdapterUtil.cs
- DateTimePicker.cs
- MetadataArtifactLoaderXmlReaderWrapper.cs
- NotSupportedException.cs
- CanonicalXml.cs
- basemetadatamappingvisitor.cs
- RowsCopiedEventArgs.cs
- LocalsItemDescription.cs
- FontCollection.cs
- SimpleMailWebEventProvider.cs
- DataGridToolTip.cs
- _DomainName.cs
- PartialCachingAttribute.cs
- DependencyObject.cs
- TextStore.cs
- DBAsyncResult.cs
- Label.cs
- Pipe.cs
- ProxyHwnd.cs
- NavigationEventArgs.cs
- WebServiceHandler.cs
- OleDbConnectionFactory.cs
- ImmutablePropertyDescriptorGridEntry.cs
- PointHitTestParameters.cs
- ToggleButtonAutomationPeer.cs
- AnnotationObservableCollection.cs
- DoubleAnimationUsingKeyFrames.cs
- ToolStripDropTargetManager.cs
- Vector3DAnimationBase.cs
- SqlComparer.cs
- XmlNodeList.cs
- CubicEase.cs
- PerformanceCounterPermission.cs
- ObjectQuery.cs
- HttpConfigurationContext.cs
- RuntimeUtils.cs
- UpdateManifestForBrowserApplication.cs
- objectresult_tresulttype.cs
- TabItemAutomationPeer.cs
- DashStyles.cs
- ProtocolsSection.cs
- ScalarOps.cs
- SoapObjectReader.cs
- SqlParameter.cs
- ExpressionBuilder.cs
- DecoderBestFitFallback.cs
- InstanceDescriptor.cs
- ListBindingHelper.cs
- ALinqExpressionVisitor.cs
- RSAOAEPKeyExchangeDeformatter.cs
- XmlSchemaExporter.cs
- GeometryValueSerializer.cs
- SqlDataSourceAdvancedOptionsForm.cs
- WebPartDisplayMode.cs
- SmtpFailedRecipientException.cs
- GridLength.cs
- PathStreamGeometryContext.cs
- LicenseException.cs
- __ConsoleStream.cs
- LightweightEntityWrapper.cs
- OdbcConnectionString.cs
- MergeFilterQuery.cs
- Decoder.cs
- COM2ComponentEditor.cs
- WizardForm.cs
- DefaultHttpHandler.cs
- ApplicationFileParser.cs
- SocketElement.cs
- Column.cs
- PrimaryKeyTypeConverter.cs
- WindowsListViewItemStartMenu.cs
- SqlCaseSimplifier.cs
- DbConnectionHelper.cs
- WebPartsPersonalizationAuthorization.cs
- MdiWindowListItemConverter.cs
- Material.cs
- RequestQueryParser.cs
- DigestTraceRecordHelper.cs
- InlineObject.cs
- DataGridViewColumnCollection.cs
- ResourceCodeDomSerializer.cs
- DispatcherOperation.cs
- SpeechRecognizer.cs
- TransformConverter.cs
- GifBitmapDecoder.cs
- ScriptingScriptResourceHandlerSection.cs
- PasswordDeriveBytes.cs
- FastPropertyAccessor.cs
- XmlSchemaImporter.cs
- EmbeddedMailObject.cs
- WebPartActionVerb.cs
- SafeTimerHandle.cs
- PeerContact.cs
- ObjectManager.cs