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 / XmlSchemaDocumentation.cs / 1 / XmlSchemaDocumentation.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { using System.Collections; using System.ComponentModel; using System.Xml.Serialization; ////// /// public class XmlSchemaDocumentation : XmlSchemaObject { string source; string language; XmlNode[] markup; static XmlSchemaSimpleType languageType = DatatypeImplementation.GetSimpleTypeFromXsdType(new XmlQualifiedName("language",XmlReservedNs.NsXs)); ///[To be supplied.] ////// /// [XmlAttribute("source", DataType="anyURI")] public string Source { get { return source; } set { source = value; } } ///[To be supplied.] ////// /// [XmlAttribute("xml:lang")] public string Language { get { return language; } set { language = (string)languageType.Datatype.ParseValue(value, (XmlNameTable) null, (IXmlNamespaceResolver) null); } } ///[To be supplied.] ////// /// [XmlText(), XmlAnyElement] public XmlNode[] Markup { get { return markup; } set { markup = value; } } } } // 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.ComponentModel; using System.Xml.Serialization; ////// /// public class XmlSchemaDocumentation : XmlSchemaObject { string source; string language; XmlNode[] markup; static XmlSchemaSimpleType languageType = DatatypeImplementation.GetSimpleTypeFromXsdType(new XmlQualifiedName("language",XmlReservedNs.NsXs)); ///[To be supplied.] ////// /// [XmlAttribute("source", DataType="anyURI")] public string Source { get { return source; } set { source = value; } } ///[To be supplied.] ////// /// [XmlAttribute("xml:lang")] public string Language { get { return language; } set { language = (string)languageType.Datatype.ParseValue(value, (XmlNameTable) null, (IXmlNamespaceResolver) null); } } ///[To be supplied.] ////// /// [XmlText(), XmlAnyElement] public XmlNode[] Markup { get { return markup; } set { markup = value; } } } } // 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
- DisplayMemberTemplateSelector.cs
- Size3D.cs
- DescendentsWalker.cs
- ServiceModelEnhancedConfigurationElementCollection.cs
- Vector3DCollectionValueSerializer.cs
- DataBinder.cs
- SplitterPanel.cs
- DecimalAnimation.cs
- SqlCacheDependencyDatabase.cs
- TextRangeEditLists.cs
- DependentTransaction.cs
- DoubleCollectionConverter.cs
- DesignerCategoryAttribute.cs
- SoapExtensionTypeElementCollection.cs
- RegexTree.cs
- SubtreeProcessor.cs
- ServiceModelConfigurationSectionCollection.cs
- PropertyExpression.cs
- DataGridViewSelectedColumnCollection.cs
- ValidatorCompatibilityHelper.cs
- StatusStrip.cs
- LayoutTableCell.cs
- ControlDesignerState.cs
- RepeatInfo.cs
- XmlByteStreamWriter.cs
- ItemList.cs
- ExceptionUtil.cs
- GcSettings.cs
- ContextMarshalException.cs
- SignedXml.cs
- ObjectAssociationEndMapping.cs
- DispatcherTimer.cs
- WebDescriptionAttribute.cs
- PnrpPermission.cs
- CheckBoxFlatAdapter.cs
- ObjectToken.cs
- ListSourceHelper.cs
- IgnoreFlushAndCloseStream.cs
- OutputScope.cs
- Stacktrace.cs
- COM2PropertyBuilderUITypeEditor.cs
- GorillaCodec.cs
- DesignerTransactionCloseEvent.cs
- DataGridRow.cs
- Debug.cs
- ChannelSinkStacks.cs
- PointAnimationUsingPath.cs
- SqlUtils.cs
- CopyNamespacesAction.cs
- SerializationInfoEnumerator.cs
- WebPartMovingEventArgs.cs
- EnterpriseServicesHelper.cs
- SequenceFullException.cs
- InstanceBehavior.cs
- ToolStripControlHost.cs
- MultilineStringConverter.cs
- SizeF.cs
- DeferredBinaryDeserializerExtension.cs
- XmlSchemaCompilationSettings.cs
- FlowPosition.cs
- StringAnimationUsingKeyFrames.cs
- ModelItemCollectionImpl.cs
- SecurityPolicySection.cs
- storepermission.cs
- BaseAsyncResult.cs
- Merger.cs
- UrlPath.cs
- XmlMembersMapping.cs
- CryptoProvider.cs
- ErrorHandler.cs
- MethodBuilderInstantiation.cs
- BuilderInfo.cs
- WindowsGraphics.cs
- NativeMethods.cs
- SHA256Managed.cs
- ComponentCodeDomSerializer.cs
- CriticalFinalizerObject.cs
- Style.cs
- RangeBase.cs
- CreateUserErrorEventArgs.cs
- DuplexClientBase.cs
- DateTimePicker.cs
- RadioButton.cs
- HtmlTableCell.cs
- WorkflowServiceHostFactory.cs
- DescriptionAttribute.cs
- LoginName.cs
- ToolStripRenderer.cs
- FormsAuthenticationUser.cs
- BinaryMessageEncodingElement.cs
- ClientTargetCollection.cs
- SocketElement.cs
- OdbcDataAdapter.cs
- FrameAutomationPeer.cs
- UnitySerializationHolder.cs
- DbParameterCollectionHelper.cs
- SecurityElement.cs
- QueryHandler.cs
- ErrorHandlingReceiver.cs
- JournalEntryStack.cs