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
- ToggleButton.cs
- TriggerCollection.cs
- SpnEndpointIdentityExtension.cs
- KeyGestureConverter.cs
- TraceEventCache.cs
- FormParameter.cs
- ValidatingPropertiesEventArgs.cs
- KeyInfo.cs
- MetadataCacheItem.cs
- DoubleConverter.cs
- DataTransferEventArgs.cs
- XmlSchemaExporter.cs
- Wildcard.cs
- Label.cs
- DecoderFallbackWithFailureFlag.cs
- ParameterElementCollection.cs
- DesignerLoader.cs
- RadioButton.cs
- BamlStream.cs
- NavigationPropertySingletonExpression.cs
- AttachmentCollection.cs
- XPathDocumentBuilder.cs
- ErasingStroke.cs
- OleDbException.cs
- EventListenerClientSide.cs
- ManifestResourceInfo.cs
- CodeThrowExceptionStatement.cs
- CacheModeConverter.cs
- ManualResetEvent.cs
- ManipulationInertiaStartingEventArgs.cs
- SignedXmlDebugLog.cs
- MarkupProperty.cs
- DataGridViewRow.cs
- BaseConfigurationRecord.cs
- UnknownWrapper.cs
- ThreadPoolTaskScheduler.cs
- ProfileModule.cs
- ProcessModelInfo.cs
- WebPartCatalogCloseVerb.cs
- EditorZoneAutoFormat.cs
- Gdiplus.cs
- BoundPropertyEntry.cs
- SiteOfOriginPart.cs
- RepeaterDataBoundAdapter.cs
- TypeDescriptor.cs
- MouseEvent.cs
- TreeNodeBindingCollection.cs
- WebPartZoneBase.cs
- SamlSecurityTokenAuthenticator.cs
- ImportedNamespaceContextItem.cs
- InvariantComparer.cs
- StrongNamePublicKeyBlob.cs
- HashCryptoHandle.cs
- Highlights.cs
- CompositionCommandSet.cs
- CustomValidator.cs
- WizardPanelChangingEventArgs.cs
- FontCollection.cs
- GenericTypeParameterBuilder.cs
- FamilyTypeface.cs
- CultureTableRecord.cs
- HttpWebRequestElement.cs
- DataGridViewImageColumn.cs
- RotateTransform.cs
- ArraySubsetEnumerator.cs
- LocalizationComments.cs
- InstanceNameConverter.cs
- RawUIStateInputReport.cs
- RectangleConverter.cs
- DocumentReference.cs
- ClusterSafeNativeMethods.cs
- ValidationPropertyAttribute.cs
- ADMembershipProvider.cs
- LicenseManager.cs
- Odbc32.cs
- ItemDragEvent.cs
- ParameterReplacerVisitor.cs
- TextReader.cs
- precedingsibling.cs
- metrodevice.cs
- ComplexPropertyEntry.cs
- CompositeScriptReference.cs
- SmiContext.cs
- DrawingContextWalker.cs
- bindurihelper.cs
- __Filters.cs
- QilName.cs
- _FixedSizeReader.cs
- Funcletizer.cs
- XmlElementAttribute.cs
- MemberAssignmentAnalysis.cs
- Table.cs
- SchemaElementLookUpTableEnumerator.cs
- CodePageUtils.cs
- TimeSpan.cs
- baseaxisquery.cs
- PartialCachingAttribute.cs
- ProfileManager.cs
- AstTree.cs
- OperationAbortedException.cs