Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaSimpleTypeRestriction.cs / 1 / XmlSchemaSimpleTypeRestriction.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { using System.Collections; using System.Xml.Serialization; ////// /// public class XmlSchemaSimpleTypeRestriction : XmlSchemaSimpleTypeContent { XmlQualifiedName baseTypeName = XmlQualifiedName.Empty; XmlSchemaSimpleType baseType; XmlSchemaObjectCollection facets = new XmlSchemaObjectCollection(); ///[To be supplied.] ////// /// [XmlAttribute("base")] public XmlQualifiedName BaseTypeName { get { return baseTypeName; } set { baseTypeName = (value == null ? XmlQualifiedName.Empty : value); } } ///[To be supplied.] ////// /// [XmlElement("simpleType", typeof(XmlSchemaSimpleType))] public XmlSchemaSimpleType BaseType { get { return baseType; } set { baseType = value; } } ///[To be supplied.] ////// /// [XmlElement("length", typeof(XmlSchemaLengthFacet)), XmlElement("minLength", typeof(XmlSchemaMinLengthFacet)), XmlElement("maxLength", typeof(XmlSchemaMaxLengthFacet)), XmlElement("pattern", typeof(XmlSchemaPatternFacet)), XmlElement("enumeration", typeof(XmlSchemaEnumerationFacet)), XmlElement("maxInclusive", typeof(XmlSchemaMaxInclusiveFacet)), XmlElement("maxExclusive", typeof(XmlSchemaMaxExclusiveFacet)), XmlElement("minInclusive", typeof(XmlSchemaMinInclusiveFacet)), XmlElement("minExclusive", typeof(XmlSchemaMinExclusiveFacet)), XmlElement("totalDigits", typeof(XmlSchemaTotalDigitsFacet)), XmlElement("fractionDigits", typeof(XmlSchemaFractionDigitsFacet)), XmlElement("whiteSpace", typeof(XmlSchemaWhiteSpaceFacet))] public XmlSchemaObjectCollection Facets { get { return facets; } } internal override XmlSchemaObject Clone() { XmlSchemaSimpleTypeRestriction newRestriction = (XmlSchemaSimpleTypeRestriction)MemberwiseClone(); newRestriction.BaseTypeName = baseTypeName.Clone(); return newRestriction; } } } // 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
- WebServiceData.cs
- MultiAsyncResult.cs
- Pair.cs
- SubMenuStyleCollection.cs
- IndentedTextWriter.cs
- LeafCellTreeNode.cs
- Schema.cs
- TransformerTypeCollection.cs
- DataGridViewTopLeftHeaderCell.cs
- WebContext.cs
- TrustManagerPromptUI.cs
- PingReply.cs
- Rectangle.cs
- COM2ColorConverter.cs
- WorkflowWebService.cs
- SqlUtils.cs
- ProxyOperationRuntime.cs
- LongCountAggregationOperator.cs
- SendActivityValidator.cs
- tooltip.cs
- ClosableStream.cs
- TabControl.cs
- ListControl.cs
- WsdlWriter.cs
- Paragraph.cs
- MediaPlayerState.cs
- DataControlExtensions.cs
- handlecollector.cs
- BitSet.cs
- BuildProvider.cs
- MetadataFile.cs
- TdsParser.cs
- IntermediatePolicyValidator.cs
- CodeTryCatchFinallyStatement.cs
- AttributeUsageAttribute.cs
- BlobPersonalizationState.cs
- DrawingContextDrawingContextWalker.cs
- PerformanceCounterLib.cs
- EndpointPerformanceCounters.cs
- ObjectListFieldCollection.cs
- StateWorkerRequest.cs
- AbstractExpressions.cs
- HuffmanTree.cs
- CreateUserWizardDesigner.cs
- FontFaceLayoutInfo.cs
- AutoGeneratedField.cs
- EncodingTable.cs
- EventListenerClientSide.cs
- WindowsFont.cs
- OleDbConnection.cs
- WasEndpointConfigContainer.cs
- OracleInternalConnection.cs
- TreeNodeMouseHoverEvent.cs
- AppSettings.cs
- EndOfStreamException.cs
- DataGridViewRowErrorTextNeededEventArgs.cs
- unitconverter.cs
- PreviewPrintController.cs
- ByteStream.cs
- HotSpotCollection.cs
- ManagementClass.cs
- PackageRelationshipCollection.cs
- XmlEventCache.cs
- SpotLight.cs
- XmlSchemaAppInfo.cs
- __ConsoleStream.cs
- HtmlControlAdapter.cs
- ByteAnimation.cs
- FuncCompletionCallbackWrapper.cs
- DesignerHelpers.cs
- DbProviderSpecificTypePropertyAttribute.cs
- CustomAttribute.cs
- ReferenceAssemblyAttribute.cs
- DocumentApplicationJournalEntry.cs
- StringAnimationBase.cs
- UnsafeNativeMethods.cs
- COAUTHIDENTITY.cs
- MbpInfo.cs
- DecodeHelper.cs
- PointAnimationClockResource.cs
- SelectionUIService.cs
- ReadingWritingEntityEventArgs.cs
- ConsumerConnectionPoint.cs
- CompilerHelpers.cs
- Overlapped.cs
- HyperlinkAutomationPeer.cs
- BaseTemplateBuildProvider.cs
- BaseUriHelper.cs
- NamespaceList.cs
- RoleGroupCollectionEditor.cs
- BitmapEffectGroup.cs
- ImageListUtils.cs
- ActivityMarkupSerializationProvider.cs
- RegistryKey.cs
- XmlArrayItemAttribute.cs
- SqlNodeAnnotations.cs
- ContentFileHelper.cs
- CodeIdentifier.cs
- RotateTransform3D.cs
- oledbconnectionstring.cs