Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaSimpleContentExtension.cs / 1 / XmlSchemaSimpleContentExtension.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { using System.Xml.Serialization; ////// /// public class XmlSchemaSimpleContentExtension : XmlSchemaContent { 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("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.Xml.Serialization; ////// /// public class XmlSchemaSimpleContentExtension : XmlSchemaContent { 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("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
- BaseDataList.cs
- FixedElement.cs
- Wizard.cs
- IdentityNotMappedException.cs
- HtmlEmptyTagControlBuilder.cs
- WriteableOnDemandPackagePart.cs
- ModulesEntry.cs
- EdmProviderManifest.cs
- Camera.cs
- PTUtility.cs
- XamlInt32CollectionSerializer.cs
- mediapermission.cs
- PocoPropertyAccessorStrategy.cs
- IntSecurity.cs
- InitializationEventAttribute.cs
- ScriptReferenceEventArgs.cs
- FontSource.cs
- DefaultValidator.cs
- EventLogPermission.cs
- JapaneseLunisolarCalendar.cs
- DoubleLinkList.cs
- CanExecuteRoutedEventArgs.cs
- ValueExpressions.cs
- HtmlTable.cs
- PathFigureCollection.cs
- StringValueConverter.cs
- GlobalizationSection.cs
- Parameter.cs
- ServiceDiscoveryElement.cs
- DelegateHelpers.Generated.cs
- ToolStripDropDownDesigner.cs
- MemoryMappedFile.cs
- PropertyDescriptor.cs
- ClickablePoint.cs
- HtmlInputReset.cs
- SafeLocalMemHandle.cs
- SqlCacheDependencyDatabase.cs
- _FtpControlStream.cs
- SqlResolver.cs
- UIAgentCrashedException.cs
- ConstraintEnumerator.cs
- XmlAttributes.cs
- SHA1CryptoServiceProvider.cs
- Sql8ConformanceChecker.cs
- SimpleBitVector32.cs
- NodeFunctions.cs
- SEHException.cs
- DataServiceQueryOfT.cs
- ValueType.cs
- EntityDataSourceSelectedEventArgs.cs
- Compilation.cs
- StringDictionaryWithComparer.cs
- HtmlTableCell.cs
- PreviewKeyDownEventArgs.cs
- TextOutput.cs
- RelatedImageListAttribute.cs
- SegmentInfo.cs
- FunctionDetailsReader.cs
- ServiceDesigner.cs
- XmlSchemaChoice.cs
- DoubleCollection.cs
- MediaContextNotificationWindow.cs
- XmlNodeChangedEventManager.cs
- DataServiceQueryException.cs
- NameValuePair.cs
- Guid.cs
- Geometry.cs
- InteropAutomationProvider.cs
- AttachedPropertyBrowsableForChildrenAttribute.cs
- FilteredReadOnlyMetadataCollection.cs
- BinaryOperationBinder.cs
- RuntimeEnvironment.cs
- DeviceContext.cs
- SqlBulkCopy.cs
- XmlRootAttribute.cs
- ButtonBaseAdapter.cs
- MatcherBuilder.cs
- EdmProviderManifest.cs
- SqlCaseSimplifier.cs
- PointUtil.cs
- RuleInfoComparer.cs
- PassportPrincipal.cs
- CurrencyWrapper.cs
- Pen.cs
- CachedRequestParams.cs
- _NTAuthentication.cs
- FloatUtil.cs
- HwndKeyboardInputProvider.cs
- LinqDataSourceValidationException.cs
- thaishape.cs
- DefaultParameterValueAttribute.cs
- ScrollItemPattern.cs
- XappLauncher.cs
- ErrorWrapper.cs
- GeneralTransform2DTo3DTo2D.cs
- DrawListViewColumnHeaderEventArgs.cs
- PasswordBox.cs
- TextAnchor.cs
- TokenizerHelper.cs
- PagePropertiesChangingEventArgs.cs