Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaRedefine.cs / 1305376 / XmlSchemaRedefine.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { using System.Xml.Serialization; ////// /// public class XmlSchemaRedefine : XmlSchemaExternal { XmlSchemaObjectCollection items = new XmlSchemaObjectCollection(); XmlSchemaObjectTable attributeGroups = new XmlSchemaObjectTable(); XmlSchemaObjectTable types = new XmlSchemaObjectTable(); XmlSchemaObjectTable groups = new XmlSchemaObjectTable(); ///[To be supplied.] ////// /// public XmlSchemaRedefine() { Compositor = Compositor.Redefine; } ///[To be supplied.] ////// /// [XmlElement("annotation", typeof(XmlSchemaAnnotation)), XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroup)), XmlElement("complexType", typeof(XmlSchemaComplexType)), XmlElement("group", typeof(XmlSchemaGroup)), XmlElement("simpleType", typeof(XmlSchemaSimpleType))] public XmlSchemaObjectCollection Items { get { return items; } } ///[To be supplied.] ////// /// [XmlIgnore] public XmlSchemaObjectTable AttributeGroups { get { return attributeGroups; } } ///[To be supplied.] ////// /// [XmlIgnore] public XmlSchemaObjectTable SchemaTypes { get { return types; } } ///[To be supplied.] ////// /// [XmlIgnore] public XmlSchemaObjectTable Groups { get { return groups; } } internal override void AddAnnotation(XmlSchemaAnnotation annotation) { items.Add(annotation); } } } // 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.Xml.Serialization; ////// /// public class XmlSchemaRedefine : XmlSchemaExternal { XmlSchemaObjectCollection items = new XmlSchemaObjectCollection(); XmlSchemaObjectTable attributeGroups = new XmlSchemaObjectTable(); XmlSchemaObjectTable types = new XmlSchemaObjectTable(); XmlSchemaObjectTable groups = new XmlSchemaObjectTable(); ///[To be supplied.] ////// /// public XmlSchemaRedefine() { Compositor = Compositor.Redefine; } ///[To be supplied.] ////// /// [XmlElement("annotation", typeof(XmlSchemaAnnotation)), XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroup)), XmlElement("complexType", typeof(XmlSchemaComplexType)), XmlElement("group", typeof(XmlSchemaGroup)), XmlElement("simpleType", typeof(XmlSchemaSimpleType))] public XmlSchemaObjectCollection Items { get { return items; } } ///[To be supplied.] ////// /// [XmlIgnore] public XmlSchemaObjectTable AttributeGroups { get { return attributeGroups; } } ///[To be supplied.] ////// /// [XmlIgnore] public XmlSchemaObjectTable SchemaTypes { get { return types; } } ///[To be supplied.] ////// /// [XmlIgnore] public XmlSchemaObjectTable Groups { get { return groups; } } internal override void AddAnnotation(XmlSchemaAnnotation annotation) { items.Add(annotation); } } } // 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
- ViewBox.cs
- Run.cs
- _MultipleConnectAsync.cs
- BamlWriter.cs
- Compiler.cs
- MailAddress.cs
- CookieProtection.cs
- RichTextBoxAutomationPeer.cs
- ContextBase.cs
- CodeTypeDeclaration.cs
- MailDefinition.cs
- NameValueConfigurationCollection.cs
- TextStore.cs
- MappingException.cs
- ChildTable.cs
- CounterSample.cs
- SoapInteropTypes.cs
- OutputCacheProfileCollection.cs
- BehaviorEditorPart.cs
- ObjectStateFormatter.cs
- CodeAccessSecurityEngine.cs
- FileChangeNotifier.cs
- Scripts.cs
- TextModifier.cs
- SqlComparer.cs
- StringReader.cs
- ContractHandle.cs
- StorageEntityContainerMapping.cs
- DSGeneratorProblem.cs
- DependencyProperty.cs
- PropertyGrid.cs
- CheckoutException.cs
- ResourceLoader.cs
- AdornerPresentationContext.cs
- ObjectQueryProvider.cs
- RequestQueue.cs
- ClaimTypes.cs
- TemplatedAdorner.cs
- DragEventArgs.cs
- AssemblyAssociatedContentFileAttribute.cs
- SQLDecimalStorage.cs
- QilNode.cs
- BuilderPropertyEntry.cs
- ImageBrush.cs
- DesignerSerializerAttribute.cs
- DataGridViewUtilities.cs
- ImageMap.cs
- WhereQueryOperator.cs
- SelectionProviderWrapper.cs
- SQLString.cs
- PerformanceCountersElement.cs
- WebPartTransformerCollection.cs
- propertyentry.cs
- ServiceActivationException.cs
- ThrowOnMultipleAssignment.cs
- MarkupExtensionSerializer.cs
- versioninfo.cs
- CollectionChangeEventArgs.cs
- VariableDesigner.xaml.cs
- XmlSchemaAll.cs
- xmlformatgeneratorstatics.cs
- UIPermission.cs
- XmlAtomicValue.cs
- entityreference_tresulttype.cs
- FragmentQueryKB.cs
- FixedFindEngine.cs
- CapabilitiesSection.cs
- OracleConnectionString.cs
- RecordsAffectedEventArgs.cs
- AssemblyBuilderData.cs
- _SslState.cs
- LineServicesRun.cs
- MasterPageBuildProvider.cs
- XPathAncestorQuery.cs
- HandlerFactoryCache.cs
- DataViewManager.cs
- XmlSchemaSimpleContentExtension.cs
- CapabilitiesRule.cs
- Rect.cs
- UnicastIPAddressInformationCollection.cs
- SqlRewriteScalarSubqueries.cs
- FormsAuthenticationCredentials.cs
- DesignerRegion.cs
- EdmSchemaError.cs
- SqlDataSourceStatusEventArgs.cs
- TraceLog.cs
- StringTraceRecord.cs
- DateRangeEvent.cs
- IconBitmapDecoder.cs
- ExpandCollapsePattern.cs
- RepeatBehaviorConverter.cs
- storepermissionattribute.cs
- MetadataHelper.cs
- FixedLineResult.cs
- IncrementalReadDecoders.cs
- RouteParametersHelper.cs
- RectangleGeometry.cs
- CmsInterop.cs
- FacetDescription.cs
- EncoderParameter.cs