Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaSimpleContentExtension.cs / 1 / XmlSchemaSimpleContentExtension.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { using System.Xml.Serialization; ////// /// public class XmlSchemaSimpleContentExtension : XmlSchemaContent { XmlSchemaObjectCollection attributes = new XmlSchemaObjectCollection(); XmlSchemaAnyAttribute anyAttribute; XmlQualifiedName baseTypeName = XmlQualifiedName.Empty; ///[To be supplied.] ////// /// [XmlAttribute("base")] public XmlQualifiedName BaseTypeName { get { return baseTypeName; } set { baseTypeName = (value == null ? XmlQualifiedName.Empty : value); } } ///[To be supplied.] ////// /// [XmlElement("attribute", typeof(XmlSchemaAttribute)), XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroupRef))] public XmlSchemaObjectCollection Attributes { get { return attributes; } } ///[To be supplied.] ////// /// [XmlElement("anyAttribute")] public XmlSchemaAnyAttribute AnyAttribute { get { return anyAttribute; } set { anyAttribute = value; } } internal void SetAttributes(XmlSchemaObjectCollection newAttributes) { attributes = newAttributes; } } } // 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 XmlSchemaSimpleContentExtension : XmlSchemaContent { XmlSchemaObjectCollection attributes = new XmlSchemaObjectCollection(); XmlSchemaAnyAttribute anyAttribute; XmlQualifiedName baseTypeName = XmlQualifiedName.Empty; ///[To be supplied.] ////// /// [XmlAttribute("base")] public XmlQualifiedName BaseTypeName { get { return baseTypeName; } set { baseTypeName = (value == null ? XmlQualifiedName.Empty : value); } } ///[To be supplied.] ////// /// [XmlElement("attribute", typeof(XmlSchemaAttribute)), XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroupRef))] public XmlSchemaObjectCollection Attributes { get { return attributes; } } ///[To be supplied.] ////// /// [XmlElement("anyAttribute")] public XmlSchemaAnyAttribute AnyAttribute { get { return anyAttribute; } set { anyAttribute = value; } } internal void SetAttributes(XmlSchemaObjectCollection newAttributes) { attributes = newAttributes; } } } // 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
- MatrixTransform3D.cs
- GetLastErrorDetailsRequest.cs
- ActiveDocumentEvent.cs
- TrackingServices.cs
- Object.cs
- CheckedListBox.cs
- TextLine.cs
- DataServiceException.cs
- DoubleLinkList.cs
- SiteMapNodeItemEventArgs.cs
- SoundPlayerAction.cs
- ZipIOFileItemStream.cs
- DateTimePicker.cs
- ColorTransformHelper.cs
- CodeAccessSecurityEngine.cs
- WebPartUserCapability.cs
- HttpStreamMessageEncoderFactory.cs
- DataListCommandEventArgs.cs
- DbUpdateCommandTree.cs
- RequestCache.cs
- WpfKnownTypeInvoker.cs
- ExternalException.cs
- XDRSchema.cs
- PathGeometry.cs
- TableAdapterManagerGenerator.cs
- SystemThemeKey.cs
- TagNameToTypeMapper.cs
- NetSectionGroup.cs
- MailAddressCollection.cs
- DSASignatureDeformatter.cs
- BindingManagerDataErrorEventArgs.cs
- PersonalizationStateInfo.cs
- GeneralTransform.cs
- FilteredAttributeCollection.cs
- MatrixConverter.cs
- HwndMouseInputProvider.cs
- Vector3D.cs
- AnimationLayer.cs
- CodeDomDesignerLoader.cs
- BasicHttpSecurity.cs
- IDQuery.cs
- FontStyles.cs
- DynamicField.cs
- SafeRegistryHandle.cs
- MessageBox.cs
- PropertyMetadata.cs
- StartUpEventArgs.cs
- Input.cs
- TransformFinalBlockRequest.cs
- GeneralTransform3D.cs
- AccessDataSource.cs
- StatusStrip.cs
- EditorAttribute.cs
- XamlFigureLengthSerializer.cs
- WindowsTab.cs
- SystemNetworkInterface.cs
- DateTimePickerDesigner.cs
- BitmapEffectrendercontext.cs
- PseudoWebRequest.cs
- TemplateContent.cs
- TreeViewHitTestInfo.cs
- ByteConverter.cs
- RoleManagerEventArgs.cs
- FirstMatchCodeGroup.cs
- AvTrace.cs
- ObjectConverter.cs
- VisualStyleRenderer.cs
- CallSiteOps.cs
- ProfileInfo.cs
- WebPartEditorOkVerb.cs
- PagesSection.cs
- StylusButtonEventArgs.cs
- GlobalizationAssembly.cs
- FilterableAttribute.cs
- VirtualPath.cs
- ToolStripDropDownButton.cs
- EpmAttributeNameBuilder.cs
- wpf-etw.cs
- ObjectStateEntryBaseUpdatableDataRecord.cs
- BidPrivateBase.cs
- PointConverter.cs
- SaveFileDialog.cs
- SmiEventSink.cs
- ElementHost.cs
- CommunicationObjectAbortedException.cs
- ObjectToken.cs
- WebBrowserSiteBase.cs
- DataComponentNameHandler.cs
- Vector3DValueSerializer.cs
- StructuredTypeEmitter.cs
- TextDocumentView.cs
- ProviderCollection.cs
- ThrowOnMultipleAssignment.cs
- CodeValidator.cs
- Queue.cs
- NodeLabelEditEvent.cs
- TranslateTransform.cs
- DATA_BLOB.cs
- PropertyMapper.cs
- TextLineResult.cs