Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- Int32RectValueSerializer.cs
- ImageCodecInfo.cs
- XmlSchemaSimpleContentRestriction.cs
- WebBrowsableAttribute.cs
- Parser.cs
- PageStatePersister.cs
- ViewSimplifier.cs
- SecurityContext.cs
- ErrorsHelper.cs
- JsonWriterDelegator.cs
- WorkflowView.cs
- Preprocessor.cs
- Padding.cs
- ToolStripLabel.cs
- MailMessageEventArgs.cs
- ScrollContentPresenter.cs
- UpdatePanel.cs
- AssemblyBuilderData.cs
- WebPartAddingEventArgs.cs
- Fx.cs
- SqlDesignerDataSourceView.cs
- FrameworkContextData.cs
- FragmentNavigationEventArgs.cs
- AppendHelper.cs
- BasicExpressionVisitor.cs
- NopReturnReader.cs
- FullTextState.cs
- FlowLayout.cs
- DummyDataSource.cs
- ScaleTransform3D.cs
- KeyedByTypeCollection.cs
- ErrorTolerantObjectWriter.cs
- ClickablePoint.cs
- BodyGlyph.cs
- SmiEventSink_DeferedProcessing.cs
- MgmtConfigurationRecord.cs
- EventSinkHelperWriter.cs
- DBDataPermissionAttribute.cs
- TypeConverterHelper.cs
- MobileControlDesigner.cs
- SecurityAttributeGenerationHelper.cs
- DbgUtil.cs
- RegionIterator.cs
- MaterialCollection.cs
- SmiTypedGetterSetter.cs
- ResourceWriter.cs
- SQLGuidStorage.cs
- XmlEntityReference.cs
- FieldTemplateUserControl.cs
- BitmapEffectInput.cs
- HtmlLiteralTextAdapter.cs
- PointF.cs
- DelegatingChannelListener.cs
- EntityKey.cs
- XmlComplianceUtil.cs
- SqlMetaData.cs
- RegistrySecurity.cs
- FormCollection.cs
- DbParameterCollection.cs
- DynamicControlParameter.cs
- ExtensionSurface.cs
- TableItemStyle.cs
- SerialErrors.cs
- XPathQueryGenerator.cs
- MetadataElement.cs
- Membership.cs
- ToolBarDesigner.cs
- StreamUpgradeInitiator.cs
- XmlTextReader.cs
- InfoCardCryptoHelper.cs
- ResourceDictionaryCollection.cs
- XmlTextAttribute.cs
- _LoggingObject.cs
- GridViewDeleteEventArgs.cs
- QueryOpcode.cs
- NotifyCollectionChangedEventArgs.cs
- BitArray.cs
- TransformerConfigurationWizardBase.cs
- Html32TextWriter.cs
- BamlTreeMap.cs
- LogEntryHeaderDeserializer.cs
- IsolatedStorageFilePermission.cs
- HttpHandlerActionCollection.cs
- InArgumentConverter.cs
- PageContentAsyncResult.cs
- ProviderException.cs
- DynamicActivityProperty.cs
- EntityDataSource.cs
- MarkupCompilePass2.cs
- DatatypeImplementation.cs
- LocalClientSecuritySettings.cs
- AsyncPostBackErrorEventArgs.cs
- RowToFieldTransformer.cs
- CalendarTable.cs
- CodeVariableDeclarationStatement.cs
- Constraint.cs
- ChangeTracker.cs
- DocumentOrderComparer.cs
- AttachedPropertyMethodSelector.cs
- ItemDragEvent.cs