Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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. // 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
- SystemSounds.cs
- TriggerBase.cs
- FaultHandlingFilter.cs
- CuspData.cs
- ToolStripItemImageRenderEventArgs.cs
- ImageFormat.cs
- GenericAuthenticationEventArgs.cs
- XmlReflectionImporter.cs
- UIntPtr.cs
- ObjectTag.cs
- ToolStripItemCollection.cs
- Pair.cs
- TextFindEngine.cs
- Options.cs
- InternalUserCancelledException.cs
- RoleService.cs
- SchemaNotation.cs
- ServiceDurableInstanceContextProvider.cs
- TraceHandlerErrorFormatter.cs
- XmlSchemaType.cs
- XmlSchemaRedefine.cs
- GridViewAutomationPeer.cs
- PeerFlooder.cs
- Set.cs
- SqlUserDefinedTypeAttribute.cs
- KerberosSecurityTokenAuthenticator.cs
- AssociatedControlConverter.cs
- PixelFormats.cs
- RC2.cs
- SolidColorBrush.cs
- DataServiceStreamProviderWrapper.cs
- LocalValueEnumerator.cs
- XmlException.cs
- ToolStripItemRenderEventArgs.cs
- ComponentEvent.cs
- JsonQNameDataContract.cs
- StreamWriter.cs
- connectionpool.cs
- ReverseQueryOperator.cs
- ReflectionUtil.cs
- FacetDescription.cs
- ContentFilePart.cs
- TextSimpleMarkerProperties.cs
- MessageSmuggler.cs
- ReturnEventArgs.cs
- Domain.cs
- controlskin.cs
- CommonGetThemePartSize.cs
- PerformanceCounterPermission.cs
- XsltArgumentList.cs
- Ops.cs
- ReadOnlyDictionary.cs
- Rules.cs
- BamlReader.cs
- StyleCollectionEditor.cs
- WebBrowser.cs
- CommandHelpers.cs
- XPathNodePointer.cs
- DSASignatureFormatter.cs
- Double.cs
- SAPICategories.cs
- TrustLevel.cs
- backend.cs
- QueryConverter.cs
- ScriptingSectionGroup.cs
- IdentifierService.cs
- TemplateControlParser.cs
- HandlerBase.cs
- ContractMapping.cs
- ConfigurationStrings.cs
- CannotUnloadAppDomainException.cs
- CompoundFileIOPermission.cs
- COM2PropertyBuilderUITypeEditor.cs
- ApplicationCommands.cs
- SortExpressionBuilder.cs
- ServicesUtilities.cs
- SqlDataSourceStatusEventArgs.cs
- ConfigurationLocation.cs
- RenderCapability.cs
- TrustManager.cs
- OrElse.cs
- XPathDocumentIterator.cs
- ObjectListField.cs
- TrustManagerPromptUI.cs
- ErrorProvider.cs
- HitTestWithGeometryDrawingContextWalker.cs
- RootProjectionNode.cs
- XmlUrlResolver.cs
- WebEventTraceProvider.cs
- ReturnValue.cs
- CultureInfo.cs
- WinCategoryAttribute.cs
- ServiceMetadataBehavior.cs
- VersionedStreamOwner.cs
- IItemProperties.cs
- TextSelectionProcessor.cs
- PreloadedPackages.cs
- FunctionNode.cs
- EventInfo.cs
- ModifierKeysConverter.cs