Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaComplexContentRestriction.cs / 1305376 / 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.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ComplexLine.cs
- HttpHandlerActionCollection.cs
- TextChangedEventArgs.cs
- WindowsContainer.cs
- GroupItemAutomationPeer.cs
- Maps.cs
- ControlParameter.cs
- StringUtil.cs
- DataPointer.cs
- BinaryExpressionHelper.cs
- SyndicationItemFormatter.cs
- TextEffectCollection.cs
- Form.cs
- TdsParserSafeHandles.cs
- ScriptingProfileServiceSection.cs
- RegisteredArrayDeclaration.cs
- XmlDataSourceNodeDescriptor.cs
- MasterPage.cs
- _NativeSSPI.cs
- AttachedPropertyBrowsableAttribute.cs
- PolyLineSegmentFigureLogic.cs
- OperationContractGenerationContext.cs
- ChildTable.cs
- SpellCheck.cs
- Base64Encoder.cs
- BulletedList.cs
- CodeTypeParameterCollection.cs
- CodeSnippetExpression.cs
- EntityCommandDefinition.cs
- PassportAuthentication.cs
- GridItemCollection.cs
- UnknownWrapper.cs
- HMACSHA384.cs
- XhtmlConformanceSection.cs
- configsystem.cs
- WebFormsRootDesigner.cs
- StrokeNodeEnumerator.cs
- XPathNavigatorReader.cs
- MetadataReference.cs
- Normalization.cs
- CompensationToken.cs
- DiagnosticsConfiguration.cs
- InstanceDescriptor.cs
- ConfigurationFileMap.cs
- ProfilePropertyNameValidator.cs
- PixelFormatConverter.cs
- ElementUtil.cs
- SiteMapNodeItem.cs
- ProviderCommandInfoUtils.cs
- TimeSpanStorage.cs
- StreamReader.cs
- SimpleTextLine.cs
- ClassHandlersStore.cs
- DbDeleteCommandTree.cs
- XmlSchemaProviderAttribute.cs
- KeyConverter.cs
- ButtonAutomationPeer.cs
- JsonEnumDataContract.cs
- xmlfixedPageInfo.cs
- ResourcePart.cs
- COM2ExtendedBrowsingHandler.cs
- Win32NamedPipes.cs
- XmlQueryStaticData.cs
- HtmlFormWrapper.cs
- UIElement.cs
- CriticalFinalizerObject.cs
- ResXFileRef.cs
- TextElementAutomationPeer.cs
- StorageEntityContainerMapping.cs
- Activity.cs
- NumberSubstitution.cs
- RoutedPropertyChangedEventArgs.cs
- XmlRawWriter.cs
- WebRequest.cs
- DesignerCategoryAttribute.cs
- WindowsHyperlink.cs
- XsltInput.cs
- SelectionProcessor.cs
- FixedSOMPageConstructor.cs
- PkcsMisc.cs
- MouseButton.cs
- ObjectNotFoundException.cs
- PopupRootAutomationPeer.cs
- SafeProcessHandle.cs
- Calendar.cs
- NameNode.cs
- WorkflowTimerService.cs
- PeekCompletedEventArgs.cs
- webclient.cs
- DataGridRelationshipRow.cs
- SequentialWorkflowHeaderFooter.cs
- StrokeDescriptor.cs
- HtmlContainerControl.cs
- CharacterMetrics.cs
- ScalarRestriction.cs
- ScriptResourceDefinition.cs
- UnauthorizedWebPart.cs
- CmsInterop.cs
- Int32Collection.cs
- SizeF.cs