Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / 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
- CodeIterationStatement.cs
- XMLSchema.cs
- ListViewItem.cs
- TcpChannelFactory.cs
- MetadataItemEmitter.cs
- TreeView.cs
- QilScopedVisitor.cs
- FileUtil.cs
- ObjectListDesigner.cs
- EventData.cs
- EntityDataReader.cs
- remotingproxy.cs
- CalendarDesigner.cs
- AutoGeneratedField.cs
- CompositeActivityTypeDescriptor.cs
- OleDbCommandBuilder.cs
- DbModificationCommandTree.cs
- ListManagerBindingsCollection.cs
- MonitorWrapper.cs
- TextOptions.cs
- WasNotInstalledException.cs
- HtmlShim.cs
- InputBinding.cs
- CodeLinePragma.cs
- BitmapSourceSafeMILHandle.cs
- ConfigurationLocationCollection.cs
- BridgeDataReader.cs
- DispatcherHooks.cs
- DescendantQuery.cs
- UInt16.cs
- UrlUtility.cs
- LayoutTable.cs
- DebugView.cs
- codemethodreferenceexpression.cs
- PrimitiveSchema.cs
- CacheAxisQuery.cs
- LineBreakRecord.cs
- InputMethodStateTypeInfo.cs
- IPPacketInformation.cs
- IndexedString.cs
- HijriCalendar.cs
- MultiBinding.cs
- CustomPopupPlacement.cs
- X509CertificateStore.cs
- TreeViewImageIndexConverter.cs
- Vector3dCollection.cs
- TypeResolvingOptions.cs
- ByteConverter.cs
- Guid.cs
- RecognitionResult.cs
- OleDbException.cs
- ColorContextHelper.cs
- GridViewAutomationPeer.cs
- ApplyTemplatesAction.cs
- MultiTrigger.cs
- DataSourceCacheDurationConverter.cs
- ObjectViewEntityCollectionData.cs
- GeometryGroup.cs
- unitconverter.cs
- TypeConverter.cs
- FontDifferentiator.cs
- ScriptResourceHandler.cs
- StoreItemCollection.Loader.cs
- SourceFileInfo.cs
- SimpleBitVector32.cs
- OrderByQueryOptionExpression.cs
- CompilerScope.Storage.cs
- AttachedPropertyMethodSelector.cs
- PKCS1MaskGenerationMethod.cs
- GrammarBuilderRuleRef.cs
- RunInstallerAttribute.cs
- ProjectionAnalyzer.cs
- ValueCollectionParameterReader.cs
- HttpChannelBindingToken.cs
- EntityCollection.cs
- DotAtomReader.cs
- FormParameter.cs
- ExtendedProperty.cs
- DesignTimeTemplateParser.cs
- RadioButtonList.cs
- FlowDocumentPaginator.cs
- AssertSection.cs
- RawStylusSystemGestureInputReport.cs
- GeneralTransform3D.cs
- XmlUrlResolver.cs
- Int64.cs
- OdbcCommand.cs
- SignatureGenerator.cs
- ConnectorRouter.cs
- UserValidatedEventArgs.cs
- RelationshipFixer.cs
- BrowserCapabilitiesCodeGenerator.cs
- ObfuscationAttribute.cs
- CheckBox.cs
- DiagnosticEventProvider.cs
- StylusButtonEventArgs.cs
- RoleServiceManager.cs
- CustomErrorsSection.cs
- xamlnodes.cs
- DataGridTextBoxColumn.cs