Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaDocumentation.cs / 1305376 / 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
- MenuItemCollectionEditor.cs
- ProfileProvider.cs
- ValueConversionAttribute.cs
- WebPartAddingEventArgs.cs
- CollectionTypeElement.cs
- PropertyGeneratedEventArgs.cs
- ping.cs
- VariableQuery.cs
- DiscreteKeyFrames.cs
- TemplateKey.cs
- PrintDialog.cs
- HMACMD5.cs
- WorkflowView.cs
- JapaneseCalendar.cs
- MultiPageTextView.cs
- DoubleLinkList.cs
- SerialPinChanges.cs
- CustomCategoryAttribute.cs
- SerializationEventsCache.cs
- SmtpNetworkElement.cs
- SmiContextFactory.cs
- SecondaryIndex.cs
- DesignConnectionCollection.cs
- AttachmentService.cs
- CqlParser.cs
- GcHandle.cs
- NamespaceImport.cs
- DateTimeHelper.cs
- DependencyPropertyDescriptor.cs
- ContentTypeSettingClientMessageFormatter.cs
- StateMachineWorkflowDesigner.cs
- RowTypePropertyElement.cs
- PageAdapter.cs
- DataListCommandEventArgs.cs
- NativeMethods.cs
- SoapCodeExporter.cs
- ListBindingHelper.cs
- DataMisalignedException.cs
- WebPartZone.cs
- PlanCompiler.cs
- TextEditorSpelling.cs
- MatrixAnimationUsingKeyFrames.cs
- SafeTimerHandle.cs
- DropShadowEffect.cs
- MessageContractMemberAttribute.cs
- EventSourceCreationData.cs
- namescope.cs
- TextBoxView.cs
- SequentialOutput.cs
- Grant.cs
- TypeToArgumentTypeConverter.cs
- BinHexDecoder.cs
- isolationinterop.cs
- MissingFieldException.cs
- FrameworkContextData.cs
- SqlUserDefinedAggregateAttribute.cs
- WebPartsPersonalization.cs
- Comparer.cs
- BindingNavigator.cs
- FileIOPermission.cs
- XmlObjectSerializerWriteContextComplex.cs
- TextEditorSpelling.cs
- CounterNameConverter.cs
- DependencyPropertyConverter.cs
- EmptyControlCollection.cs
- ErrorTableItemStyle.cs
- TemplateManager.cs
- ConvertEvent.cs
- LinkUtilities.cs
- ScrollProperties.cs
- NestedContainer.cs
- adornercollection.cs
- DataColumn.cs
- SmtpTransport.cs
- ForeignKeyFactory.cs
- AlphabeticalEnumConverter.cs
- MemberHolder.cs
- MappingException.cs
- ReadOnlyHierarchicalDataSource.cs
- TextParagraphProperties.cs
- DocumentPage.cs
- SqlError.cs
- DynamicActionMessageFilter.cs
- MediaContextNotificationWindow.cs
- _AutoWebProxyScriptEngine.cs
- LineBreakRecord.cs
- Cursors.cs
- ObjectHelper.cs
- ExitEventArgs.cs
- XPathAncestorIterator.cs
- CheckPair.cs
- SqlDelegatedTransaction.cs
- Compiler.cs
- DiscoveryClientOutputChannel.cs
- SQLInt16.cs
- GACIdentityPermission.cs
- ProtocolsSection.cs
- WebPartDisplayModeCollection.cs
- SQLInt16Storage.cs
- ToolboxComponentsCreatingEventArgs.cs