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
- Deflater.cs
- CFStream.cs
- TextTreeFixupNode.cs
- AstTree.cs
- DataTableMapping.cs
- CodeGroup.cs
- ConfigurationStrings.cs
- WindowsUpDown.cs
- SqlRetyper.cs
- AccessDataSourceView.cs
- WebMessageBodyStyleHelper.cs
- ProcessStartInfo.cs
- Facet.cs
- ListViewInsertEventArgs.cs
- XslCompiledTransform.cs
- SqlNodeAnnotation.cs
- DataGridColumnStyleMappingNameEditor.cs
- CompiledRegexRunnerFactory.cs
- ProfileSection.cs
- SafeRightsManagementQueryHandle.cs
- TableAdapterManagerNameHandler.cs
- UpdatePanelTriggerCollection.cs
- FileStream.cs
- SqlClientPermission.cs
- Floater.cs
- SmiEventSink_Default.cs
- References.cs
- SettingsSection.cs
- ManipulationVelocities.cs
- MaterialCollection.cs
- ModifiableIteratorCollection.cs
- ByteStack.cs
- ConnectionManagementElementCollection.cs
- ToolboxComponentsCreatingEventArgs.cs
- EntityStoreSchemaFilterEntry.cs
- ClockController.cs
- panel.cs
- FormParameter.cs
- WebPartConnectionCollection.cs
- CRYPTPROTECT_PROMPTSTRUCT.cs
- ElementHostAutomationPeer.cs
- HttpConfigurationSystem.cs
- PointCollection.cs
- PageAsyncTaskManager.cs
- MultilineStringEditor.cs
- ProfileManager.cs
- _LocalDataStore.cs
- Constants.cs
- AliasGenerator.cs
- DataGridViewRowsRemovedEventArgs.cs
- StaticFileHandler.cs
- HttpHandlerAction.cs
- typedescriptorpermissionattribute.cs
- XmlQueryContext.cs
- XmlTypeAttribute.cs
- WorkflowMessageEventHandler.cs
- DataRowView.cs
- OptimizedTemplateContent.cs
- InternalTransaction.cs
- AlternationConverter.cs
- TextOptionsInternal.cs
- Context.cs
- ServiceModelInstallComponent.cs
- DatatypeImplementation.cs
- Automation.cs
- ImageBrush.cs
- CalculatedColumn.cs
- StringBuilder.cs
- HttpRuntimeSection.cs
- ExpressionsCollectionEditor.cs
- DbSetClause.cs
- SamlAuthenticationClaimResource.cs
- XPathScanner.cs
- MobileUITypeEditor.cs
- ExceptionHandler.cs
- BamlReader.cs
- PathSegmentCollection.cs
- Overlapped.cs
- XmlCharType.cs
- WpfXamlMember.cs
- SecondaryIndex.cs
- ColumnWidthChangedEvent.cs
- TransportConfigurationTypeElementCollection.cs
- Options.cs
- BatchParser.cs
- CngKey.cs
- GridItemCollection.cs
- Exceptions.cs
- NetworkInformationPermission.cs
- EpmCustomContentSerializer.cs
- Window.cs
- RegexWorker.cs
- VoiceObjectToken.cs
- SqlConnectionPoolGroupProviderInfo.cs
- TranslateTransform3D.cs
- LogEntry.cs
- HttpCapabilitiesBase.cs
- HwndProxyElementProvider.cs
- CombinedGeometry.cs
- EnumBuilder.cs