Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaSimpleContentRestriction.cs / 1 / XmlSchemaSimpleContentRestriction.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { using System.Xml.Serialization; ////// /// public class XmlSchemaSimpleContentRestriction : XmlSchemaContent { XmlQualifiedName baseTypeName = XmlQualifiedName.Empty; XmlSchemaSimpleType baseType; XmlSchemaObjectCollection facets = new XmlSchemaObjectCollection(); XmlSchemaObjectCollection attributes = new XmlSchemaObjectCollection(); XmlSchemaAnyAttribute anyAttribute; ///[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; } } ///[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
- AsmxEndpointPickerExtension.cs
- FixedNode.cs
- WebPartConnectionsCancelVerb.cs
- CopyAction.cs
- ControlPropertyNameConverter.cs
- Automation.cs
- ParsedRoute.cs
- EntityViewGenerationAttribute.cs
- XmlSchemaSimpleContent.cs
- _ConnectStream.cs
- WinEventTracker.cs
- Crypto.cs
- ConnectionManagementElementCollection.cs
- Pool.cs
- ContainerParaClient.cs
- VirtualPath.cs
- UrlAuthorizationModule.cs
- Rss20ItemFormatter.cs
- CommonDialog.cs
- BinarySerializer.cs
- WindowsListViewItem.cs
- SmtpSection.cs
- RightNameExpirationInfoPair.cs
- WebPartTransformerCollection.cs
- HostedBindingBehavior.cs
- AdornerLayer.cs
- TextEditor.cs
- ExeContext.cs
- ExpandSegment.cs
- TimeSpanSecondsConverter.cs
- MeasureItemEvent.cs
- PerformanceCounterLib.cs
- AssemblyHash.cs
- EmptyEnumerator.cs
- BrushMappingModeValidation.cs
- WindowsMenu.cs
- COM2FontConverter.cs
- Pkcs7Recipient.cs
- SmiTypedGetterSetter.cs
- ErrorWrapper.cs
- ViewgenContext.cs
- RowToFieldTransformer.cs
- CheckoutException.cs
- SemanticResultValue.cs
- OSFeature.cs
- EditingCommands.cs
- TreeIterators.cs
- WebHttpElement.cs
- DataGridViewCell.cs
- ValidationHelper.cs
- SecurityUtils.cs
- MultiPageTextView.cs
- DbProviderFactoriesConfigurationHandler.cs
- _UriTypeConverter.cs
- FontStretch.cs
- RegionIterator.cs
- TableAdapterManagerNameHandler.cs
- CommandLibraryHelper.cs
- ScrollBar.cs
- XMLDiffLoader.cs
- DeferrableContent.cs
- HandledEventArgs.cs
- DataGridViewCellPaintingEventArgs.cs
- PseudoWebRequest.cs
- Overlapped.cs
- TreeNodeBindingDepthConverter.cs
- DictationGrammar.cs
- RepeatBehavior.cs
- OledbConnectionStringbuilder.cs
- UrlPath.cs
- Thread.cs
- BeginStoryboard.cs
- WebUtility.cs
- WSDualHttpSecurity.cs
- ClientTargetSection.cs
- PeerEndPoint.cs
- SQLBinaryStorage.cs
- Header.cs
- Dictionary.cs
- DataControlField.cs
- Contracts.cs
- DeviceFilterEditorDialog.cs
- LongValidatorAttribute.cs
- MediaSystem.cs
- TypeConverterAttribute.cs
- TextPatternIdentifiers.cs
- CommandPlan.cs
- IISUnsafeMethods.cs
- StringUtil.cs
- Timer.cs
- MaskDescriptors.cs
- DefaultValueConverter.cs
- BinaryUtilClasses.cs
- GridViewUpdatedEventArgs.cs
- KnownIds.cs
- SafeProcessHandle.cs
- HtmlButton.cs
- Solver.cs
- WebBrowserUriTypeConverter.cs
- BamlStream.cs