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
- RowToFieldTransformer.cs
- SubMenuStyleCollection.cs
- NavigationPropertyAccessor.cs
- DomainUpDown.cs
- LambdaCompiler.Unary.cs
- DbSourceCommand.cs
- XmlLanguage.cs
- IndexedEnumerable.cs
- FrameworkReadOnlyPropertyMetadata.cs
- DataGridViewTextBoxColumn.cs
- EntityCollection.cs
- OracleString.cs
- ObjectDataSourceEventArgs.cs
- URLAttribute.cs
- DtcInterfaces.cs
- HeaderCollection.cs
- StrongNameSignatureInformation.cs
- RenamedEventArgs.cs
- InternalCache.cs
- HuffmanTree.cs
- ClientData.cs
- BitmapEffectGroup.cs
- CalendarDesigner.cs
- BitmapEffectInputData.cs
- PrimitiveXmlSerializers.cs
- DataTableReaderListener.cs
- ContextStaticAttribute.cs
- AdornerLayer.cs
- Tile.cs
- ButtonColumn.cs
- MobileUserControlDesigner.cs
- Base64Encoder.cs
- AttributeUsageAttribute.cs
- TypeFieldSchema.cs
- SHA256Managed.cs
- PageAsyncTaskManager.cs
- WindowsFont.cs
- SimpleWorkerRequest.cs
- SyndicationDeserializer.cs
- MasterPageParser.cs
- NamespaceCollection.cs
- ToolStripTemplateNode.cs
- ObjectItemAssemblyLoader.cs
- TimeoutTimer.cs
- EntityCommandDefinition.cs
- AssemblyResourceLoader.cs
- FtpWebRequest.cs
- AccessDataSource.cs
- WebPartManagerInternals.cs
- SubMenuStyleCollection.cs
- ComponentResourceKeyConverter.cs
- ViewLoader.cs
- CodeTypeDeclarationCollection.cs
- LogEntry.cs
- SQLDecimal.cs
- RelationshipEnd.cs
- VariableReference.cs
- ValidationError.cs
- CompiledRegexRunner.cs
- TextTreeTextElementNode.cs
- Encoding.cs
- SubqueryTrackingVisitor.cs
- SafeNativeMethodsMilCoreApi.cs
- GroupAggregateExpr.cs
- NumericUpDownAccelerationCollection.cs
- CollaborationHelperFunctions.cs
- InputEventArgs.cs
- DocumentAutomationPeer.cs
- AssemblyInfo.cs
- TransactionTable.cs
- TextEditorCopyPaste.cs
- HtmlInputControl.cs
- TextAnchor.cs
- InstalledFontCollection.cs
- DriveInfo.cs
- clipboard.cs
- OleAutBinder.cs
- SqlCacheDependencyDatabase.cs
- NumericUpDownAccelerationCollection.cs
- BasicSecurityProfileVersion.cs
- PointAnimationClockResource.cs
- RequestCacheEntry.cs
- brushes.cs
- SurrogateDataContract.cs
- CryptoProvider.cs
- RootContext.cs
- FieldReference.cs
- LineServicesCallbacks.cs
- PageCatalogPart.cs
- Bits.cs
- TemplateControlBuildProvider.cs
- EmptyEnumerable.cs
- CodeNamespace.cs
- ParallelForEach.cs
- DynamicDataResources.Designer.cs
- FrameSecurityDescriptor.cs
- PropertyEmitter.cs
- InfoCardMasterKey.cs
- EventRouteFactory.cs
- ObjectViewEntityCollectionData.cs