Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaSimpleContentExtension.cs / 1305376 / 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
- XPathNodeInfoAtom.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- TemplateXamlTreeBuilder.cs
- Utils.cs
- PageStatePersister.cs
- HttpDictionary.cs
- DataGridViewRowsRemovedEventArgs.cs
- VerificationException.cs
- OdbcInfoMessageEvent.cs
- CfgRule.cs
- HtmlImage.cs
- BidPrivateBase.cs
- PropertyDescriptorCollection.cs
- LocatorGroup.cs
- MemoryRecordBuffer.cs
- _SslState.cs
- Monitor.cs
- AffineTransform3D.cs
- PeerApplication.cs
- ProbeRequestResponseAsyncResult.cs
- DateTimeConstantAttribute.cs
- RpcAsyncResult.cs
- CapabilitiesRule.cs
- MediaPlayerState.cs
- ClientScriptManager.cs
- GACIdentityPermission.cs
- SqlBinder.cs
- PolyBezierSegment.cs
- DataFormats.cs
- XmlArrayItemAttribute.cs
- TextDpi.cs
- MetadataArtifactLoaderCompositeFile.cs
- RemotingConfigParser.cs
- FontStretches.cs
- AdapterUtil.cs
- UserMapPath.cs
- VirtualPathProvider.cs
- RightsManagementEncryptedStream.cs
- TextTreeExtractElementUndoUnit.cs
- ToolboxDataAttribute.cs
- ResourcePermissionBaseEntry.cs
- SQlBooleanStorage.cs
- HtmlControlPersistable.cs
- StringAnimationUsingKeyFrames.cs
- GridViewEditEventArgs.cs
- HttpCapabilitiesSectionHandler.cs
- CalendarDataBindingHandler.cs
- PriorityChain.cs
- TableDetailsCollection.cs
- ObjectCloneHelper.cs
- InitiatorServiceModelSecurityTokenRequirement.cs
- DataServiceStreamProviderWrapper.cs
- _KerberosClient.cs
- UnsafeNativeMethods.cs
- SafeCryptContextHandle.cs
- DataGridColumnCollection.cs
- DataTable.cs
- SqlUserDefinedTypeAttribute.cs
- SqlConnectionFactory.cs
- SymLanguageVendor.cs
- XmlNodeWriter.cs
- BackgroundWorker.cs
- EnumMemberAttribute.cs
- PropertyDescriptorGridEntry.cs
- WebResourceUtil.cs
- MSHTMLHost.cs
- SecurityContextSecurityTokenParameters.cs
- RenderData.cs
- TypeDescriptorFilterService.cs
- HandlerFactoryCache.cs
- Semaphore.cs
- RelatedCurrencyManager.cs
- QfeChecker.cs
- TextRange.cs
- OledbConnectionStringbuilder.cs
- FixedTextContainer.cs
- DockPatternIdentifiers.cs
- FunctionDescription.cs
- AudioSignalProblemOccurredEventArgs.cs
- ModuleBuilder.cs
- AuthorizationRule.cs
- DataGridViewHeaderCell.cs
- SafePointer.cs
- InArgument.cs
- InstallerTypeAttribute.cs
- ColumnTypeConverter.cs
- DBConnection.cs
- InheritedPropertyChangedEventArgs.cs
- FormParameter.cs
- CollectionChangedEventManager.cs
- DataControlPagerLinkButton.cs
- SystemException.cs
- CodeArgumentReferenceExpression.cs
- XmlEventCache.cs
- CodeValidator.cs
- PrePostDescendentsWalker.cs
- SafeTokenHandle.cs
- RightsManagementPermission.cs
- AdvancedBindingPropertyDescriptor.cs
- StateMachineDesignerPaint.cs