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 / XmlSchemaComplexContentRestriction.cs / 1 / XmlSchemaComplexContentRestriction.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { using System.Collections; using System.Xml.Serialization; ////// /// public class XmlSchemaComplexContentRestriction : 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 XmlSchemaComplexContentRestriction : 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
- ParagraphVisual.cs
- TemplateField.cs
- FormsIdentity.cs
- PrefixQName.cs
- BufferedStream.cs
- EditorPart.cs
- ColumnProvider.cs
- ControlParser.cs
- StrokeCollectionDefaultValueFactory.cs
- BitmapPalette.cs
- WithParamAction.cs
- ParameterExpression.cs
- FilterElement.cs
- ColumnCollection.cs
- SettingsPropertyValueCollection.cs
- LinkedList.cs
- MergablePropertyAttribute.cs
- StringExpressionSet.cs
- OdbcCommandBuilder.cs
- ResourceCategoryAttribute.cs
- BitmapDownload.cs
- ToolStripSystemRenderer.cs
- ParserStreamGeometryContext.cs
- UnaryExpression.cs
- TimelineClockCollection.cs
- HttpListenerResponse.cs
- CompensatableTransactionScopeActivityDesigner.cs
- ClientRuntimeConfig.cs
- BitmapEffectDrawing.cs
- IsolatedStorageFileStream.cs
- PreloadedPackages.cs
- GroupQuery.cs
- UITypeEditor.cs
- WebInvokeAttribute.cs
- LinqMaximalSubtreeNominator.cs
- BaseCodePageEncoding.cs
- BulletedListEventArgs.cs
- LogManagementAsyncResult.cs
- webproxy.cs
- XmlNode.cs
- TripleDES.cs
- ObjectAnimationUsingKeyFrames.cs
- CompiledRegexRunner.cs
- XsltArgumentList.cs
- DataSourceComponent.cs
- Rect3DConverter.cs
- XmlSchemaObjectTable.cs
- ChannelServices.cs
- GlyphInfoList.cs
- ShowExpandedMultiValueConverter.cs
- TextServicesPropertyRanges.cs
- WebBrowserSiteBase.cs
- CompilerLocalReference.cs
- MimePart.cs
- InvokeWebServiceDesigner.cs
- XmlChoiceIdentifierAttribute.cs
- TraceSection.cs
- SafeNativeMethodsCLR.cs
- WebBrowserProgressChangedEventHandler.cs
- TableItemProviderWrapper.cs
- XmlMtomWriter.cs
- BaseValidator.cs
- DataGridViewAutoSizeColumnsModeEventArgs.cs
- TextElementCollection.cs
- LinqDataSourceHelper.cs
- TextContainerHelper.cs
- XmlSchemaFacet.cs
- DesigntimeLicenseContextSerializer.cs
- TextOutput.cs
- ThrowHelper.cs
- EncodingTable.cs
- Model3DGroup.cs
- AppDomainResourcePerfCounters.cs
- Int32EqualityComparer.cs
- TypeConverterAttribute.cs
- ActiveXContainer.cs
- EntityModelSchemaGenerator.cs
- TraceData.cs
- AmbientLight.cs
- TargetPerspective.cs
- PasswordBoxAutomationPeer.cs
- MenuEventArgs.cs
- AdCreatedEventArgs.cs
- WebControl.cs
- ServiceInstanceProvider.cs
- COAUTHINFO.cs
- PingReply.cs
- AssemblyLoader.cs
- SqlXmlStorage.cs
- WriterOutput.cs
- EventMap.cs
- Ops.cs
- LockedHandleGlyph.cs
- CompilerState.cs
- ConstructorExpr.cs
- XmlResolver.cs
- CodeDomLoader.cs
- InfoCardBaseException.cs
- FunctionOverloadResolver.cs
- SocketInformation.cs