Code:
/ FX-1434 / FX-1434 / 1.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
- LinqDataSourceHelper.cs
- DocumentPageTextView.cs
- TextElementCollection.cs
- ReadOnlyDataSourceView.cs
- QuarticEase.cs
- HttpException.cs
- MappingModelBuildProvider.cs
- WebHttpSecurityElement.cs
- MDIClient.cs
- EventTrigger.cs
- DataKeyArray.cs
- HttpWebResponse.cs
- XhtmlBasicTextBoxAdapter.cs
- DataGridCell.cs
- HtmlContainerControl.cs
- SymmetricKeyWrap.cs
- OdbcConnectionHandle.cs
- QuarticEase.cs
- MemoryMappedViewAccessor.cs
- UIElementAutomationPeer.cs
- TreeNodeStyle.cs
- DataGridParentRows.cs
- DBCommandBuilder.cs
- SelectionEditingBehavior.cs
- TileBrush.cs
- TablePatternIdentifiers.cs
- GridViewHeaderRowPresenterAutomationPeer.cs
- SchemaHelper.cs
- XmlILIndex.cs
- ItemMap.cs
- BrowserDefinitionCollection.cs
- LinkedResourceCollection.cs
- ApplicationServicesHostFactory.cs
- AuthenticationSection.cs
- TrackingServices.cs
- SafeEventLogReadHandle.cs
- TraceLog.cs
- ContentOperations.cs
- TextBox.cs
- ScalarConstant.cs
- Int32AnimationBase.cs
- SqlCacheDependencyDatabaseCollection.cs
- RightsManagementManager.cs
- UpdatableGenericsFeature.cs
- AppDomainAttributes.cs
- CurrentChangingEventArgs.cs
- QueryTask.cs
- UserMapPath.cs
- StyleSheetComponentEditor.cs
- StylesEditorDialog.cs
- CalendarDesigner.cs
- UpdatableGenericsFeature.cs
- XPathSingletonIterator.cs
- TableLayoutStyle.cs
- ExpressionQuoter.cs
- StandardRuntimeEnumValidator.cs
- DesignerSerializerAttribute.cs
- StrokeSerializer.cs
- HandleInitializationContext.cs
- SerializationEventsCache.cs
- WebEventTraceProvider.cs
- SemanticResultKey.cs
- UIElement3DAutomationPeer.cs
- _IPv6Address.cs
- XomlCompilerHelpers.cs
- RuntimeEnvironment.cs
- LookupNode.cs
- SystemFonts.cs
- QilVisitor.cs
- StylusTip.cs
- ControlType.cs
- DocumentGridPage.cs
- TemplateNameScope.cs
- HttpModuleAction.cs
- BitmapEffect.cs
- InplaceBitmapMetadataWriter.cs
- ErrorStyle.cs
- DirectoryRedirect.cs
- XmlReflectionMember.cs
- DictationGrammar.cs
- AsymmetricAlgorithm.cs
- EntitySetRetriever.cs
- InputManager.cs
- RuleSettings.cs
- RegexMatchCollection.cs
- MobileCategoryAttribute.cs
- QueryReaderSettings.cs
- CoreSwitches.cs
- StylusPointPropertyInfo.cs
- MailWebEventProvider.cs
- __TransparentProxy.cs
- PartialCachingControl.cs
- OracleNumber.cs
- DrawItemEvent.cs
- BufferModeSettings.cs
- TextLineResult.cs
- dsa.cs
- AxisAngleRotation3D.cs
- OutputCacheSettingsSection.cs
- UnsafeMethods.cs