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
- QueryOutputWriter.cs
- TextFormatter.cs
- SiteOfOriginPart.cs
- TreeNodeBindingDepthConverter.cs
- WebPartMenuStyle.cs
- StyleBamlTreeBuilder.cs
- DbConnectionPoolGroupProviderInfo.cs
- ThicknessConverter.cs
- XamlClipboardData.cs
- Point3DIndependentAnimationStorage.cs
- DataGridViewRowCancelEventArgs.cs
- TypeCollectionPropertyEditor.cs
- ProjectionQueryOptionExpression.cs
- XmlProcessingInstruction.cs
- WsatServiceAddress.cs
- XmlSchemaCompilationSettings.cs
- PreviewPrintController.cs
- EventMemberCodeDomSerializer.cs
- ObjectViewEntityCollectionData.cs
- Literal.cs
- SystemWebExtensionsSectionGroup.cs
- GraphicsPath.cs
- IListConverters.cs
- UInt32.cs
- ValueQuery.cs
- DateTimeOffset.cs
- GeometryGroup.cs
- PathData.cs
- SQLInt16.cs
- arclist.cs
- RegionIterator.cs
- RowSpanVector.cs
- FormatterServices.cs
- BindingExpressionUncommonField.cs
- CheckBoxRenderer.cs
- DataControlLinkButton.cs
- Win32Exception.cs
- BevelBitmapEffect.cs
- NonVisualControlAttribute.cs
- HTMLTagNameToTypeMapper.cs
- SrgsSubset.cs
- DocComment.cs
- ConfigurationLockCollection.cs
- SqlGenericUtil.cs
- EntryWrittenEventArgs.cs
- WindowsFormsLinkLabel.cs
- DiscoveryClientDocuments.cs
- CounterNameConverter.cs
- SafeNativeMethods.cs
- COM2EnumConverter.cs
- SerializerDescriptor.cs
- ListenerElementsCollection.cs
- AnonymousIdentificationSection.cs
- ImageAttributes.cs
- SizeValueSerializer.cs
- XmlUrlResolver.cs
- ClientUrlResolverWrapper.cs
- CustomError.cs
- Lock.cs
- SimpleHandlerFactory.cs
- RequiredAttributeAttribute.cs
- ExtensionsSection.cs
- _HeaderInfoTable.cs
- ChoiceConverter.cs
- UdpSocket.cs
- XmlSchemaSimpleContentRestriction.cs
- SelectedDatesCollection.cs
- SessionPageStateSection.cs
- CompiledXpathExpr.cs
- PropertyCollection.cs
- Calendar.cs
- ModifierKeysConverter.cs
- SpeechRecognizer.cs
- ApplyImportsAction.cs
- ThumbAutomationPeer.cs
- SmiRequestExecutor.cs
- ISAPIRuntime.cs
- ListControl.cs
- ModuleBuilderData.cs
- KeyManager.cs
- ListDictionaryInternal.cs
- DesignerLabelAdapter.cs
- SystemMulticastIPAddressInformation.cs
- AssemblyName.cs
- ExeConfigurationFileMap.cs
- TimeSpanConverter.cs
- PrintDialogException.cs
- HotSpot.cs
- NonDualMessageSecurityOverHttpElement.cs
- WebConfigurationFileMap.cs
- RecommendedAsConfigurableAttribute.cs
- PhysicalAddress.cs
- SecureStringHasher.cs
- PageAdapter.cs
- ExponentialEase.cs
- ClipboardData.cs
- WebExceptionStatus.cs
- TextLine.cs
- DispatchWrapper.cs
- AnimatedTypeHelpers.cs