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
- CapabilitiesSection.cs
- CodeCommentStatement.cs
- EventHandlerList.cs
- ContentType.cs
- UIHelper.cs
- ReadOnlyDataSourceView.cs
- BaseInfoTable.cs
- ScriptControlManager.cs
- ImmutablePropertyDescriptorGridEntry.cs
- RouteParameter.cs
- NameTable.cs
- AnnotationStore.cs
- CompilerState.cs
- DigitShape.cs
- SqlFormatter.cs
- Activator.cs
- AnonymousIdentificationSection.cs
- ApplicationServiceHelper.cs
- MatrixTransform.cs
- XmlValueConverter.cs
- QuotedPairReader.cs
- DataListCommandEventArgs.cs
- VirtualizingStackPanel.cs
- IDataContractSurrogate.cs
- SoapHeaderAttribute.cs
- Binding.cs
- ObjectStateManager.cs
- FreezableOperations.cs
- EventTask.cs
- AuthenticateEventArgs.cs
- DataGridCell.cs
- MenuScrollingVisibilityConverter.cs
- LazyInitializer.cs
- PackageRelationshipCollection.cs
- CodeArrayIndexerExpression.cs
- CapiHashAlgorithm.cs
- SynchronizationValidator.cs
- RemotingConfigParser.cs
- RequiredAttributeAttribute.cs
- EntityRecordInfo.cs
- OleAutBinder.cs
- HttpCachePolicyElement.cs
- ReadContentAsBinaryHelper.cs
- LassoSelectionBehavior.cs
- XPathItem.cs
- TableLayoutColumnStyleCollection.cs
- ConstraintStruct.cs
- PerfCounters.cs
- AddInStore.cs
- XmlSchemaValidationException.cs
- MergeFailedEvent.cs
- CurrentTimeZone.cs
- SecurityHelper.cs
- Int32.cs
- PassportAuthenticationEventArgs.cs
- Image.cs
- ContentPosition.cs
- Encoder.cs
- IODescriptionAttribute.cs
- DataKeyPropertyAttribute.cs
- HandlerFactoryWrapper.cs
- XmlElementCollection.cs
- XmlSchemaComplexContent.cs
- CreateUserErrorEventArgs.cs
- Calendar.cs
- Point.cs
- ServiceDescriptionImporter.cs
- DetailsViewUpdatedEventArgs.cs
- HttpApplicationStateBase.cs
- DateTimeUtil.cs
- LineProperties.cs
- Queue.cs
- TextWriterTraceListener.cs
- CommandPlan.cs
- PtsCache.cs
- RepeaterItemCollection.cs
- Screen.cs
- PropertyPath.cs
- XPathBinder.cs
- Int64KeyFrameCollection.cs
- CompositeActivityMarkupSerializer.cs
- ToolTip.cs
- XmlTextWriter.cs
- CollectionDataContractAttribute.cs
- HttpListenerElement.cs
- ExpandCollapseIsCheckedConverter.cs
- StorageComplexTypeMapping.cs
- MetaDataInfo.cs
- WebBrowserNavigatedEventHandler.cs
- BitmapCache.cs
- BuildProvidersCompiler.cs
- ExpressionBuilderContext.cs
- GridItemCollection.cs
- BaseContextMenu.cs
- EntityDataSourceContextCreatedEventArgs.cs
- Lazy.cs
- BuilderInfo.cs
- Part.cs
- GeometryValueSerializer.cs
- StructuredTypeEmitter.cs