Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- SR.cs
- TreeView.cs
- CompositeKey.cs
- VirtualPathUtility.cs
- PenContexts.cs
- If.cs
- ZipIOLocalFileHeader.cs
- CompositeCollection.cs
- DispatcherExceptionEventArgs.cs
- MatrixUtil.cs
- RoutingExtension.cs
- DiscoveryClientElement.cs
- DetailsViewRowCollection.cs
- EventHandlingScope.cs
- BaseUriHelper.cs
- RootAction.cs
- CommandSet.cs
- LineInfo.cs
- Compensate.cs
- hebrewshape.cs
- QuaternionAnimationUsingKeyFrames.cs
- WinInetCache.cs
- CompilerLocalReference.cs
- CompositeCollectionView.cs
- InProcStateClientManager.cs
- SynchronizationContext.cs
- JoinGraph.cs
- RefExpr.cs
- SqlBuffer.cs
- MouseBinding.cs
- EncodingNLS.cs
- HandleCollector.cs
- DataList.cs
- TypeDescriptionProvider.cs
- DataBindingExpressionBuilder.cs
- JoinSymbol.cs
- NamespaceCollection.cs
- InvokeProviderWrapper.cs
- SelectionHighlightInfo.cs
- JsonStringDataContract.cs
- Literal.cs
- StyleSheetDesigner.cs
- _NegoStream.cs
- SQLSingle.cs
- ExtensionElementCollection.cs
- XmlSchemaSimpleContentRestriction.cs
- sqlmetadatafactory.cs
- EqualityComparer.cs
- LocalizationComments.cs
- ViewCellSlot.cs
- ResourcePool.cs
- XmlBinaryWriter.cs
- Point3DCollection.cs
- SrgsDocumentParser.cs
- TemplatedWizardStep.cs
- EventItfInfo.cs
- ObjectItemAttributeAssemblyLoader.cs
- Base64Decoder.cs
- PartDesigner.cs
- EpmContentSerializer.cs
- CacheHelper.cs
- Crc32Helper.cs
- ProtocolViolationException.cs
- EntityDataReader.cs
- BasePropertyDescriptor.cs
- RecognizerBase.cs
- EventLogEntryCollection.cs
- HttpServerUtilityWrapper.cs
- Border.cs
- XmlDsigSep2000.cs
- ValidatorUtils.cs
- TriState.cs
- Hashtable.cs
- StateMachineWorkflowInstance.cs
- PasswordRecovery.cs
- URLString.cs
- SafeFindHandle.cs
- SafeFileMappingHandle.cs
- LocalizationParserHooks.cs
- ColumnHeaderConverter.cs
- UpWmlMobileTextWriter.cs
- DataReceivedEventArgs.cs
- DefaultProxySection.cs
- ElementInit.cs
- SplitterEvent.cs
- Array.cs
- GeometryGroup.cs
- PageStatePersister.cs
- EventMetadata.cs
- BindingBase.cs
- ValidateNames.cs
- TcpDuplicateContext.cs
- GenericQueueSurrogate.cs
- EntityDataSourceDataSelection.cs
- CodeMemberField.cs
- EntityProxyFactory.cs
- SourceFileBuildProvider.cs
- ValidationResult.cs
- TableLayoutPanelCellPosition.cs
- AbstractDataSvcMapFileLoader.cs