Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaExternal.cs / 1 / XmlSchemaExternal.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { using System.Collections; using System.ComponentModel; using System.Xml.Serialization; ///public abstract class XmlSchemaExternal : XmlSchemaObject { string location; Uri baseUri; XmlSchema schema; string id; XmlAttribute[] moreAttributes; Compositor compositor; /// [XmlAttribute("schemaLocation", DataType="anyURI")] public string SchemaLocation { get { return location; } set { location = value; } } /// [XmlIgnore] public XmlSchema Schema { get { return schema; } set { schema = value; } } /// [XmlAttribute("id", DataType="ID")] public string Id { get { return id; } set { id = value; } } /// [XmlAnyAttribute] public XmlAttribute[] UnhandledAttributes { get { return moreAttributes; } set { moreAttributes = value; } } [XmlIgnore] internal Uri BaseUri { get { return baseUri; } set { baseUri = value; } } [XmlIgnore] internal override string IdAttribute { get { return Id; } set { Id = value; } } internal override void SetUnhandledAttributes(XmlAttribute[] moreAttributes) { this.moreAttributes = moreAttributes; } internal Compositor Compositor { get { return compositor; } set { compositor = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ScriptingRoleServiceSection.cs
- ParserContext.cs
- MarshalByRefObject.cs
- ValidationError.cs
- DataMisalignedException.cs
- XhtmlBasicLinkAdapter.cs
- PropertyChangingEventArgs.cs
- TransformDescriptor.cs
- DomainUpDown.cs
- Splitter.cs
- TimeZone.cs
- AllMembershipCondition.cs
- URLMembershipCondition.cs
- DesigntimeLicenseContextSerializer.cs
- UpWmlPageAdapter.cs
- XmlMapping.cs
- ClickablePoint.cs
- IList.cs
- JsonServiceDocumentSerializer.cs
- ActivityBuilderHelper.cs
- ChannelHandler.cs
- SpecialFolderEnumConverter.cs
- compensatingcollection.cs
- Scheduling.cs
- MachinePropertyVariants.cs
- EndpointAddressMessageFilterTable.cs
- X509Utils.cs
- CompilerLocalReference.cs
- SingleResultAttribute.cs
- FigureParagraph.cs
- HttpListenerContext.cs
- HMAC.cs
- PeekCompletedEventArgs.cs
- Compiler.cs
- ArrayConverter.cs
- SpeakProgressEventArgs.cs
- FormatConvertedBitmap.cs
- WebBrowserHelper.cs
- CommonGetThemePartSize.cs
- UnsafeNativeMethods.cs
- WindowsListViewItemStartMenu.cs
- XmlParserContext.cs
- DateTimeValueSerializerContext.cs
- WeakRefEnumerator.cs
- PaperSize.cs
- DictionarySectionHandler.cs
- ExpandedProjectionNode.cs
- ManagedIStream.cs
- FlatButtonAppearance.cs
- ListDependantCardsRequest.cs
- X509Certificate2Collection.cs
- ExpressionBindings.cs
- SmiEventSink.cs
- InternalUserCancelledException.cs
- SynchronizedDispatch.cs
- SmiMetaData.cs
- SpeakProgressEventArgs.cs
- OSFeature.cs
- AnnotationObservableCollection.cs
- DrawingAttributesDefaultValueFactory.cs
- EventArgs.cs
- ImportContext.cs
- ContainerUtilities.cs
- SqlRewriteScalarSubqueries.cs
- ServiceMoniker.cs
- Msec.cs
- FieldNameLookup.cs
- PolyBezierSegment.cs
- BindingSource.cs
- ArcSegment.cs
- ListView.cs
- Triplet.cs
- MsmqIntegrationAppDomainProtocolHandler.cs
- PropertyTabChangedEvent.cs
- FocusManager.cs
- DefaultTextStoreTextComposition.cs
- AppSettingsExpressionEditor.cs
- DescriptionAttribute.cs
- PipelineModuleStepContainer.cs
- MILUtilities.cs
- Stack.cs
- ArithmeticException.cs
- NavigationService.cs
- EntitySet.cs
- DelimitedListTraceListener.cs
- TypedMessageConverter.cs
- CharacterBufferReference.cs
- TypeDescriptor.cs
- XamlReaderHelper.cs
- MenuScrollingVisibilityConverter.cs
- NativeWindow.cs
- SqlGenericUtil.cs
- ColorMap.cs
- DetailsViewRow.cs
- HttpFileCollection.cs
- baseshape.cs
- Message.cs
- SafeRsaProviderHandle.cs
- WebPartChrome.cs
- GenericIdentity.cs