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 / XmlSchemaRedefine.cs / 1 / 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
- TextDecoration.cs
- UrlMappingsSection.cs
- EditCommandColumn.cs
- BaseTemplateCodeDomTreeGenerator.cs
- _NegotiateClient.cs
- RadioButtonFlatAdapter.cs
- AlphabeticalEnumConverter.cs
- SessionEndingEventArgs.cs
- LineServicesRun.cs
- Point3DConverter.cs
- DecimalAnimation.cs
- Comparer.cs
- IPGlobalProperties.cs
- IsolatedStorageException.cs
- NativeMethods.cs
- ButtonBaseAdapter.cs
- Exceptions.cs
- Int64AnimationUsingKeyFrames.cs
- DoubleCollectionValueSerializer.cs
- RolePrincipal.cs
- CallContext.cs
- SR.cs
- _SpnDictionary.cs
- SoapIncludeAttribute.cs
- GeometryGroup.cs
- EntitySetDataBindingList.cs
- TlsSspiNegotiation.cs
- QueryStringParameter.cs
- SoapSchemaMember.cs
- CacheOutputQuery.cs
- ScrollBarRenderer.cs
- MemberPath.cs
- Msec.cs
- EventsTab.cs
- Point3D.cs
- EnterpriseServicesHelper.cs
- DispatcherExceptionFilterEventArgs.cs
- DrawingContext.cs
- ManagedFilter.cs
- ResolveCriteriaCD1.cs
- entityreference_tresulttype.cs
- PassportIdentity.cs
- QueryContinueDragEvent.cs
- XPathMessageFilterElementComparer.cs
- ZoneMembershipCondition.cs
- PreloadedPackages.cs
- ResourceIDHelper.cs
- LifetimeServices.cs
- ReferencedCollectionType.cs
- ServerIdentity.cs
- UserNamePasswordValidator.cs
- EntryWrittenEventArgs.cs
- EntityViewGenerationAttribute.cs
- IndexedEnumerable.cs
- FilterableAttribute.cs
- TreeNodeCollectionEditor.cs
- IPAddressCollection.cs
- FileDialog_Vista.cs
- SelectionManager.cs
- AffineTransform3D.cs
- CodeParameterDeclarationExpression.cs
- OleDbFactory.cs
- ResourceProviderFactory.cs
- Hash.cs
- MenuItemStyleCollection.cs
- DbUpdateCommandTree.cs
- UpdateTracker.cs
- UIntPtr.cs
- RecordManager.cs
- Identity.cs
- DotExpr.cs
- tabpagecollectioneditor.cs
- UrlMappingCollection.cs
- ConfigUtil.cs
- Avt.cs
- Stack.cs
- ListControlBuilder.cs
- SignedPkcs7.cs
- DetailsViewPageEventArgs.cs
- CollectionContainer.cs
- XmlToDatasetMap.cs
- OledbConnectionStringbuilder.cs
- MetaTable.cs
- ParameterCollection.cs
- IxmlLineInfo.cs
- Mappings.cs
- SqlUnionizer.cs
- BaseParaClient.cs
- ApplicationTrust.cs
- TemplateXamlTreeBuilder.cs
- CopyNamespacesAction.cs
- MsiStyleLogWriter.cs
- OdbcEnvironment.cs
- TableChangeProcessor.cs
- serverconfig.cs
- TextServicesDisplayAttribute.cs
- X509PeerCertificateElement.cs
- RelationshipSet.cs
- HMAC.cs
- IpcManager.cs