Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaComplexContentExtension.cs / 1 / XmlSchemaComplexContentExtension.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { using System.Collections; using System.Xml.Serialization; ////// /// public class XmlSchemaComplexContentExtension : 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 XmlSchemaComplexContentExtension : 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
- ListBoxItem.cs
- StrokeCollectionConverter.cs
- FamilyMapCollection.cs
- MessageFilterTable.cs
- MdImport.cs
- SmiRequestExecutor.cs
- EncodingFallbackAwareXmlTextWriter.cs
- PropertyEmitterBase.cs
- OdbcReferenceCollection.cs
- MarkupExtensionReturnTypeAttribute.cs
- BamlCollectionHolder.cs
- UserNamePasswordServiceCredential.cs
- oledbmetadatacolumnnames.cs
- SiteMapNodeCollection.cs
- RegistrationServices.cs
- DocumentAutomationPeer.cs
- Geometry3D.cs
- ValueSerializerAttribute.cs
- ObjectDataSourceDisposingEventArgs.cs
- BamlRecordWriter.cs
- DesignerForm.cs
- MatrixKeyFrameCollection.cs
- ThemeableAttribute.cs
- JobCollate.cs
- CodeBlockBuilder.cs
- MouseGestureConverter.cs
- XPathParser.cs
- RegularExpressionValidator.cs
- RemoteWebConfigurationHostStream.cs
- TypeUnloadedException.cs
- HostVisual.cs
- XmlSortKey.cs
- SystemColors.cs
- DocumentGridContextMenu.cs
- DBCommandBuilder.cs
- RegexNode.cs
- DataGridColumnCollection.cs
- SettingsPropertyNotFoundException.cs
- CompilerError.cs
- ProfileProvider.cs
- NameValuePermission.cs
- Accessors.cs
- OrderedDictionary.cs
- ProfileGroupSettingsCollection.cs
- PagesSection.cs
- LeftCellWrapper.cs
- BinaryObjectWriter.cs
- Path.cs
- HtmlTableCell.cs
- TransactionContextValidator.cs
- FontStretchConverter.cs
- ToolStripContentPanelDesigner.cs
- SetMemberBinder.cs
- InputReferenceExpression.cs
- ResourcePermissionBaseEntry.cs
- NotCondition.cs
- PointCollectionConverter.cs
- VBIdentifierDesigner.xaml.cs
- RowToFieldTransformer.cs
- Unit.cs
- ImmutableAssemblyCacheEntry.cs
- TaiwanCalendar.cs
- ReflectionTypeLoadException.cs
- Trigger.cs
- ModulesEntry.cs
- __ComObject.cs
- PerfProviderCollection.cs
- RoutedEventValueSerializer.cs
- PropertyMapper.cs
- SequenceFullException.cs
- AnnotationComponentManager.cs
- ProfileModule.cs
- FileCodeGroup.cs
- MaxSessionCountExceededException.cs
- ArrangedElement.cs
- DataSourceExpression.cs
- SafeTimerHandle.cs
- GenericTypeParameterBuilder.cs
- AutomationElementIdentifiers.cs
- EntityProviderFactory.cs
- MD5HashHelper.cs
- FormViewInsertedEventArgs.cs
- RSAPKCS1KeyExchangeFormatter.cs
- HandlerFactoryCache.cs
- NativeMethods.cs
- ComponentResourceKey.cs
- IncrementalHitTester.cs
- AVElementHelper.cs
- ErrorTableItemStyle.cs
- TextServicesLoader.cs
- LassoHelper.cs
- OleDbConnectionFactory.cs
- TextRange.cs
- HandlerBase.cs
- Dictionary.cs
- regiisutil.cs
- CodeVariableReferenceExpression.cs
- WCFBuildProvider.cs
- StringAnimationUsingKeyFrames.cs
- GridViewEditEventArgs.cs