Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaAnnotation.cs / 1 / XmlSchemaAnnotation.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { using System.Collections; using System.Xml.Serialization; ////// /// public class XmlSchemaAnnotation : XmlSchemaObject { string id; XmlSchemaObjectCollection items = new XmlSchemaObjectCollection(); XmlAttribute[] moreAttributes; ///[To be supplied.] ////// /// [XmlAttribute("id", DataType = "ID")] public string Id { get { return id; } set { id = value; } } ///[To be supplied.] ////// /// [XmlElement("documentation", typeof(XmlSchemaDocumentation)), XmlElement("appinfo", typeof(XmlSchemaAppInfo))] public XmlSchemaObjectCollection Items { get { return items; } } ///[To be supplied.] ////// /// [XmlAnyAttribute] public XmlAttribute[] UnhandledAttributes { get { return moreAttributes; } set { moreAttributes = value; } } [XmlIgnore] internal override string IdAttribute { get { return Id; } set { Id = value; } } internal override void SetUnhandledAttributes(XmlAttribute[] moreAttributes) { this.moreAttributes = moreAttributes; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- WebEventTraceProvider.cs
- DataGridViewCellPaintingEventArgs.cs
- BasicAsyncResult.cs
- SqlTrackingWorkflowInstance.cs
- SqlFlattener.cs
- UpnEndpointIdentityExtension.cs
- ColorInterpolationModeValidation.cs
- DoubleAnimationUsingKeyFrames.cs
- AddInStore.cs
- Label.cs
- SpeechSeg.cs
- IdentityValidationException.cs
- SendKeys.cs
- StatusBarAutomationPeer.cs
- InvalidFilterCriteriaException.cs
- Constants.cs
- DataGridViewHitTestInfo.cs
- TemplateApplicationHelper.cs
- LinqDataSourceEditData.cs
- ApplyImportsAction.cs
- ReliableMessagingVersion.cs
- FormView.cs
- InkCanvasFeedbackAdorner.cs
- EDesignUtil.cs
- LogicalExpr.cs
- AssemblyCollection.cs
- RelatedEnd.cs
- SqlCaseSimplifier.cs
- DataGridViewComboBoxCell.cs
- FileSystemWatcher.cs
- GradientStopCollection.cs
- SafeNativeMethods.cs
- NetworkInterface.cs
- NullableIntMinMaxAggregationOperator.cs
- TransportManager.cs
- CachedTypeface.cs
- PathStreamGeometryContext.cs
- ReferencedAssembly.cs
- RefreshInfo.cs
- StructuredTypeInfo.cs
- shaperfactoryquerycachekey.cs
- EmissiveMaterial.cs
- IsolatedStorageFilePermission.cs
- TiffBitmapDecoder.cs
- LocalizedNameDescriptionPair.cs
- __TransparentProxy.cs
- Preprocessor.cs
- ManifestResourceInfo.cs
- BaseParaClient.cs
- SecurityRuntime.cs
- RayMeshGeometry3DHitTestResult.cs
- DataGridViewCellStateChangedEventArgs.cs
- Material.cs
- XmlTextWriter.cs
- BitmapCache.cs
- FormViewDeletedEventArgs.cs
- _StreamFramer.cs
- SharedPerformanceCounter.cs
- EntityDesignerUtils.cs
- DictionaryEntry.cs
- HandledEventArgs.cs
- SamlAttributeStatement.cs
- FixedPageStructure.cs
- IProvider.cs
- DbMetaDataFactory.cs
- TypeReference.cs
- CellIdBoolean.cs
- ReflectionHelper.cs
- StylusLogic.cs
- Form.cs
- LockCookie.cs
- Freezable.cs
- UIElement3DAutomationPeer.cs
- TypeInfo.cs
- CodeDomDecompiler.cs
- SaveFileDialog.cs
- XPathDocumentIterator.cs
- DataGridItemCollection.cs
- PerformanceCounterPermissionAttribute.cs
- TemplateControlCodeDomTreeGenerator.cs
- BridgeDataReader.cs
- DataSetMappper.cs
- SecureEnvironment.cs
- ConnectionStringSettings.cs
- BinaryParser.cs
- StructuredProperty.cs
- TypeUtil.cs
- ListSortDescriptionCollection.cs
- GeneralTransformGroup.cs
- MetadataSection.cs
- mediaeventshelper.cs
- MobileControl.cs
- FileLogRecordStream.cs
- ParentUndoUnit.cs
- Console.cs
- ReadonlyMessageFilter.cs
- ListBase.cs
- GetWorkflowTree.cs
- PerfCounterSection.cs
- EntityModelSchemaGenerator.cs