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
- UnsettableComboBox.cs
- DbMetaDataColumnNames.cs
- InlineObject.cs
- IdentityReference.cs
- HandoffBehavior.cs
- PersonalizationState.cs
- EntryIndex.cs
- TypeListConverter.cs
- TextReader.cs
- SqlBuffer.cs
- Visual3DCollection.cs
- ObjectDataSource.cs
- CreatingCookieEventArgs.cs
- EventLogRecord.cs
- PageTextBox.cs
- PeerNameRecord.cs
- TableCell.cs
- TreeViewAutomationPeer.cs
- ExpandedWrapper.cs
- EnumerableCollectionView.cs
- BitmapMetadata.cs
- LZCodec.cs
- InternalDuplexBindingElement.cs
- WorkflowApplicationAbortedException.cs
- SQLRoleProvider.cs
- SplineKeyFrames.cs
- DbTransaction.cs
- CachedPathData.cs
- SqlUnionizer.cs
- GZipStream.cs
- TextEditorParagraphs.cs
- ToolStripControlHost.cs
- FlowchartDesignerCommands.cs
- GetWinFXPath.cs
- Point3DCollection.cs
- OutOfMemoryException.cs
- CaretElement.cs
- DiscardableAttribute.cs
- BaseDataBoundControl.cs
- Baml6ConstructorInfo.cs
- WorkItem.cs
- BlurBitmapEffect.cs
- UnsafeNativeMethods.cs
- oledbmetadatacollectionnames.cs
- HttpServerVarsCollection.cs
- GuidelineSet.cs
- Operator.cs
- AudioException.cs
- MimeWriter.cs
- RegexCompiler.cs
- PropertyGridView.cs
- PrintingPermission.cs
- IPPacketInformation.cs
- IRCollection.cs
- DocobjHost.cs
- SEHException.cs
- GenericIdentity.cs
- AdapterUtil.cs
- ConfigurationElementProperty.cs
- PageHandlerFactory.cs
- ClonableStack.cs
- PersonalizableTypeEntry.cs
- HMACSHA384.cs
- EntityTemplateUserControl.cs
- CategoryState.cs
- ParserStack.cs
- BitmapEffectDrawingContextWalker.cs
- StrongNameKeyPair.cs
- DataGridBoolColumn.cs
- CapiHashAlgorithm.cs
- SqlMethodCallConverter.cs
- IODescriptionAttribute.cs
- HtmlTableCell.cs
- TdsParserStateObject.cs
- ExceptionUtil.cs
- PropertyGeneratedEventArgs.cs
- streamingZipPartStream.cs
- NumberFormatInfo.cs
- Privilege.cs
- DataRecordInternal.cs
- StorageInfo.cs
- FixUp.cs
- EmptyCollection.cs
- DocumentOutline.cs
- TreeNodeStyleCollection.cs
- DataGridViewRowErrorTextNeededEventArgs.cs
- DiscoveryProxy.cs
- DefaultAsyncDataDispatcher.cs
- OptimisticConcurrencyException.cs
- ProtocolsConfigurationHandler.cs
- FamilyMapCollection.cs
- FixedTextSelectionProcessor.cs
- MachineKeySection.cs
- ReflectEventDescriptor.cs
- StorageRoot.cs
- AutomationElementIdentifiers.cs
- sqlinternaltransaction.cs
- AsyncStreamReader.cs
- InlineCollection.cs
- CodeSubDirectoriesCollection.cs