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
- QuaternionRotation3D.cs
- SizeIndependentAnimationStorage.cs
- KeyedCollection.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- FontFamilyIdentifier.cs
- NavigationWindow.cs
- ContravarianceAdapter.cs
- TimeSpanParse.cs
- MenuItemBindingCollection.cs
- UncommonField.cs
- RsaKeyGen.cs
- ClientWindowsAuthenticationMembershipProvider.cs
- Variant.cs
- TaskExtensions.cs
- SecurityResources.cs
- MenuScrollingVisibilityConverter.cs
- webclient.cs
- DelegatingMessage.cs
- AncillaryOps.cs
- CacheMemory.cs
- WebPartManager.cs
- MinimizableAttributeTypeConverter.cs
- PrintEvent.cs
- ExeConfigurationFileMap.cs
- NullableLongMinMaxAggregationOperator.cs
- GroupItemAutomationPeer.cs
- DayRenderEvent.cs
- ZipIOLocalFileBlock.cs
- XMLSyntaxException.cs
- WindowInteropHelper.cs
- InvalidPrinterException.cs
- RtfControlWordInfo.cs
- ToolStripSystemRenderer.cs
- UnsafeNativeMethods.cs
- ConsumerConnectionPoint.cs
- PolicyManager.cs
- WebPartEditorCancelVerb.cs
- ValidatingPropertiesEventArgs.cs
- FixedPageAutomationPeer.cs
- HtmlInputHidden.cs
- CodeDomSerializerBase.cs
- HostExecutionContextManager.cs
- FilteredXmlReader.cs
- FieldToken.cs
- VectorKeyFrameCollection.cs
- Scene3D.cs
- AsymmetricSignatureFormatter.cs
- WebEvents.cs
- HttpApplicationFactory.cs
- ScriptComponentDescriptor.cs
- TcpSocketManager.cs
- DependencyObjectPropertyDescriptor.cs
- ThemeableAttribute.cs
- CategoryAttribute.cs
- ExceptionTrace.cs
- NamespaceInfo.cs
- QilTernary.cs
- EpmTargetPathSegment.cs
- DataGridItemAutomationPeer.cs
- DataServiceHostWrapper.cs
- _HeaderInfoTable.cs
- BlurBitmapEffect.cs
- Geometry3D.cs
- HtmlElementEventArgs.cs
- ToolboxComponentsCreatedEventArgs.cs
- DefaultObjectMappingItemCollection.cs
- ETagAttribute.cs
- SymbolType.cs
- DbDataRecord.cs
- HtmlHistory.cs
- UIElementCollection.cs
- bidPrivateBase.cs
- TextMetrics.cs
- TransformedBitmap.cs
- EnumUnknown.cs
- CapabilitiesAssignment.cs
- DataSourceXmlTextReader.cs
- WebEventTraceProvider.cs
- Matrix3DStack.cs
- InputLanguageManager.cs
- documentsequencetextcontainer.cs
- RightsManagementEncryptionTransform.cs
- MailHeaderInfo.cs
- WrapPanel.cs
- CodeIndexerExpression.cs
- ExceptionHelpers.cs
- Parameter.cs
- webbrowsersite.cs
- ModifierKeysConverter.cs
- ApplicationSecurityManager.cs
- TextUtf8RawTextWriter.cs
- SystemIcmpV4Statistics.cs
- Int32Converter.cs
- FloatSumAggregationOperator.cs
- ContextStaticAttribute.cs
- PropagatorResult.cs
- TraceUtils.cs
- ReadWriteSpinLock.cs
- EmptyReadOnlyDictionaryInternal.cs
- RowToParametersTransformer.cs