Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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. // 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
- RecommendedAsConfigurableAttribute.cs
- ColorTypeConverter.cs
- SequentialActivityDesigner.cs
- MatchNoneMessageFilter.cs
- ActiveXContainer.cs
- RelationHandler.cs
- BasicCellRelation.cs
- NavigationHelper.cs
- SubstitutionList.cs
- MasterPageCodeDomTreeGenerator.cs
- XslCompiledTransform.cs
- Camera.cs
- NullEntityWrapper.cs
- LookupBindingPropertiesAttribute.cs
- Material.cs
- RepeatInfo.cs
- BinaryKeyIdentifierClause.cs
- DoubleAnimationBase.cs
- ScriptReferenceEventArgs.cs
- Main.cs
- SqlReferenceCollection.cs
- Page.cs
- ClientBuildManager.cs
- RegexCharClass.cs
- StringConcat.cs
- BrushValueSerializer.cs
- XmlFormatExtensionAttribute.cs
- SoapWriter.cs
- ProjectedSlot.cs
- BinaryObjectWriter.cs
- TableItemProviderWrapper.cs
- DataGridViewRowPostPaintEventArgs.cs
- RSAPKCS1SignatureFormatter.cs
- UpdateEventArgs.cs
- EntityReference.cs
- ObjRef.cs
- AnnotationResourceChangedEventArgs.cs
- Int64KeyFrameCollection.cs
- SourceFilter.cs
- DataGridPreparingCellForEditEventArgs.cs
- TreeNodeStyle.cs
- DictationGrammar.cs
- XmlnsDefinitionAttribute.cs
- ErrorTableItemStyle.cs
- HtmlGenericControl.cs
- GeometryDrawing.cs
- Regex.cs
- MultiSelectRootGridEntry.cs
- PropertyGeneratedEventArgs.cs
- RSAPKCS1KeyExchangeFormatter.cs
- DataContractSerializerSection.cs
- OSFeature.cs
- SqlAliaser.cs
- XPathNodeList.cs
- odbcmetadatafactory.cs
- BitmapEffectrendercontext.cs
- EntityDataSourceViewSchema.cs
- MissingMemberException.cs
- TaskFormBase.cs
- HttpValueCollection.cs
- typedescriptorpermissionattribute.cs
- NullableConverter.cs
- SchemaImporterExtensionElementCollection.cs
- CollectionDataContract.cs
- UnknownBitmapDecoder.cs
- MatrixKeyFrameCollection.cs
- NamedObject.cs
- CompressEmulationStream.cs
- MethodImplAttribute.cs
- PrintDialogException.cs
- OleStrCAMarshaler.cs
- ResourceSetExpression.cs
- Base64Decoder.cs
- MailWebEventProvider.cs
- DataKeyArray.cs
- MembershipValidatePasswordEventArgs.cs
- ActiveDocumentEvent.cs
- SharedPersonalizationStateInfo.cs
- SourceCollection.cs
- CodeRemoveEventStatement.cs
- EastAsianLunisolarCalendar.cs
- ProfileProvider.cs
- Stacktrace.cs
- PointAnimationUsingKeyFrames.cs
- CompilerLocalReference.cs
- PrimitiveXmlSerializers.cs
- WindowsListViewItem.cs
- RegularExpressionValidator.cs
- CustomCategoryAttribute.cs
- Preprocessor.cs
- BitStack.cs
- FixedSOMSemanticBox.cs
- ToggleButton.cs
- IdentityNotMappedException.cs
- ServiceObjectContainer.cs
- ArglessEventHandlerProxy.cs
- CustomAttributeSerializer.cs
- WindowsGraphics.cs
- CommandValueSerializer.cs
- ImpersonateTokenRef.cs