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 / 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. //------------------------------------------------------------------------------ //[To be supplied.] ///// 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.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- IPHostEntry.cs
- Hash.cs
- WebConfigurationHostFileChange.cs
- Dictionary.cs
- QilVisitor.cs
- SystemIPInterfaceProperties.cs
- Stopwatch.cs
- PackageStore.cs
- RpcAsyncResult.cs
- CipherData.cs
- ChtmlMobileTextWriter.cs
- XmlQueryCardinality.cs
- LoginName.cs
- EventMappingSettingsCollection.cs
- CustomAttributeSerializer.cs
- IntersectQueryOperator.cs
- SQLString.cs
- RenderDataDrawingContext.cs
- ObjectItemAttributeAssemblyLoader.cs
- QuarticEase.cs
- RadioButtonRenderer.cs
- WebPartCancelEventArgs.cs
- DataGridViewDataConnection.cs
- DoubleUtil.cs
- RenderData.cs
- HttpAsyncResult.cs
- RegistrySecurity.cs
- TextTreeFixupNode.cs
- ComponentChangedEvent.cs
- ReachDocumentReferenceSerializer.cs
- ChtmlTextWriter.cs
- InstanceNameConverter.cs
- XmlNullResolver.cs
- AdornerHitTestResult.cs
- RewritingValidator.cs
- HttpServerChannel.cs
- ZeroOpNode.cs
- Qualifier.cs
- PresentationTraceSources.cs
- ProfileSettings.cs
- _FixedSizeReader.cs
- SQLRoleProvider.cs
- IpcServerChannel.cs
- GenericEnumConverter.cs
- CharEntityEncoderFallback.cs
- HtmlInputReset.cs
- ProcessHostFactoryHelper.cs
- TimeoutStream.cs
- RectIndependentAnimationStorage.cs
- ItemMap.cs
- CheckedListBox.cs
- HttpResponseInternalWrapper.cs
- PrintDialog.cs
- ComPlusServiceHost.cs
- BufferedWebEventProvider.cs
- X509SecurityToken.cs
- _StreamFramer.cs
- CookielessHelper.cs
- SID.cs
- ZipFileInfo.cs
- ThreadAbortException.cs
- _CookieModule.cs
- WaitHandle.cs
- GroupByExpressionRewriter.cs
- ContextMenuService.cs
- VScrollBar.cs
- WebPartUtil.cs
- StringFunctions.cs
- WorkflowQueueInfo.cs
- InputBinder.cs
- FrameworkElementFactoryMarkupObject.cs
- PluralizationServiceUtil.cs
- TemplateContent.cs
- WorkflowExecutor.cs
- BaseAsyncResult.cs
- WinInetCache.cs
- SafeProcessHandle.cs
- ObjectRef.cs
- DataGridViewHitTestInfo.cs
- wmiprovider.cs
- InternalConfigRoot.cs
- TextServicesDisplayAttributePropertyRanges.cs
- Int16AnimationBase.cs
- MemoryRecordBuffer.cs
- TextTreeTextNode.cs
- XmlC14NWriter.cs
- ComboBox.cs
- ZoneLinkButton.cs
- RegistryKey.cs
- WorkflowTransactionService.cs
- MetadataCache.cs
- ExceptionHelpers.cs
- ToolStripControlHost.cs
- FastEncoder.cs
- Properties.cs
- HtmlElementCollection.cs
- FileIOPermission.cs
- ClientEventManager.cs
- SqlDataReaderSmi.cs
- ConnectionManagementSection.cs