Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaNotation.cs / 1 / XmlSchemaNotation.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// [....]
//-----------------------------------------------------------------------------
namespace System.Xml.Schema {
using System.Xml.Serialization;
///
///
/// [To be supplied.]
///
public class XmlSchemaNotation : XmlSchemaAnnotated {
string name;
string publicId;
string systemId;
XmlQualifiedName qname = XmlQualifiedName.Empty;
///
///
/// [To be supplied.]
///
[XmlAttribute("name")]
public string Name {
get { return name; }
set { name = value; }
}
///
///
/// [To be supplied.]
///
[XmlAttribute("public")]
public string Public {
get { return publicId; }
set { publicId = value; }
}
///
///
/// [To be supplied.]
///
[XmlAttribute("system")]
public string System {
get { return systemId; }
set { systemId = value; }
}
[XmlIgnore]
internal XmlQualifiedName QualifiedName {
get { return qname; }
set { qname = value; }
}
[XmlIgnore]
internal override string NameAttribute {
get { return Name; }
set { Name = value; }
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// [....]
//-----------------------------------------------------------------------------
namespace System.Xml.Schema {
using System.Xml.Serialization;
///
///
/// [To be supplied.]
///
public class XmlSchemaNotation : XmlSchemaAnnotated {
string name;
string publicId;
string systemId;
XmlQualifiedName qname = XmlQualifiedName.Empty;
///
///
/// [To be supplied.]
///
[XmlAttribute("name")]
public string Name {
get { return name; }
set { name = value; }
}
///
///
/// [To be supplied.]
///
[XmlAttribute("public")]
public string Public {
get { return publicId; }
set { publicId = value; }
}
///
///
/// [To be supplied.]
///
[XmlAttribute("system")]
public string System {
get { return systemId; }
set { systemId = value; }
}
[XmlIgnore]
internal XmlQualifiedName QualifiedName {
get { return qname; }
set { qname = value; }
}
[XmlIgnore]
internal override string NameAttribute {
get { return Name; }
set { Name = value; }
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ParserOptions.cs
- XmlDictionaryReader.cs
- XmlSchemaDatatype.cs
- ByteStack.cs
- FunctionGenerator.cs
- PageParserFilter.cs
- PackageRelationship.cs
- UIElementHelper.cs
- XmlSerializerVersionAttribute.cs
- WindowsRichEditRange.cs
- HttpGetClientProtocol.cs
- OracleConnectionString.cs
- FontWeights.cs
- PrintControllerWithStatusDialog.cs
- RelationshipDetailsRow.cs
- RowUpdatingEventArgs.cs
- SimpleExpression.cs
- OraclePermissionAttribute.cs
- PropertyPathWorker.cs
- SoapSchemaExporter.cs
- WebPartAuthorizationEventArgs.cs
- Blend.cs
- ConnectionPointCookie.cs
- FixedLineResult.cs
- SoapElementAttribute.cs
- TableLayoutStyleCollection.cs
- ClientBuildManagerCallback.cs
- FusionWrap.cs
- XPathSingletonIterator.cs
- RegexCharClass.cs
- HttpVersion.cs
- BitmapMetadata.cs
- Int16AnimationBase.cs
- DataTable.cs
- ApplicationInfo.cs
- XmlUtilWriter.cs
- LongTypeConverter.cs
- _LocalDataStoreMgr.cs
- HostProtectionException.cs
- StickyNoteHelper.cs
- ArgumentDesigner.xaml.cs
- GeometryCombineModeValidation.cs
- DeviceSpecific.cs
- SmuggledIUnknown.cs
- StylusButton.cs
- HostProtectionPermission.cs
- OverlappedAsyncResult.cs
- Cursors.cs
- ButtonField.cs
- WebPartChrome.cs
- DataSourceCacheDurationConverter.cs
- UIElement.cs
- SwitchElementsCollection.cs
- ViewGenResults.cs
- MenuItem.cs
- CapabilitiesRule.cs
- KeyGesture.cs
- CheckBoxBaseAdapter.cs
- elementinformation.cs
- XmlSchemaAnnotated.cs
- DelegateBodyWriter.cs
- TerminateWorkflow.cs
- NumericUpDownAccelerationCollection.cs
- WindowsListViewGroup.cs
- ToolStripContentPanelDesigner.cs
- WebPartZoneBase.cs
- ScrollChangedEventArgs.cs
- GraphicsState.cs
- WebPartHeaderCloseVerb.cs
- WebPartRestoreVerb.cs
- DataGridSortCommandEventArgs.cs
- SoapFormatter.cs
- PersonalizationProviderHelper.cs
- MainMenu.cs
- ServiceOperation.cs
- WebServiceMethodData.cs
- InputScopeNameConverter.cs
- ByteStreamGeometryContext.cs
- ScalarType.cs
- ColumnReorderedEventArgs.cs
- SendParametersContent.cs
- ObjectNotFoundException.cs
- Vector3DKeyFrameCollection.cs
- CheckPair.cs
- input.cs
- SaveFileDialog.cs
- XmlToDatasetMap.cs
- _HTTPDateParse.cs
- EntryIndex.cs
- LayoutTable.cs
- XmlSchemaAttribute.cs
- RbTree.cs
- HtmlEmptyTagControlBuilder.cs
- SqlDataSourceQuery.cs
- HwndSourceParameters.cs
- DeclaredTypeElement.cs
- ContainerVisual.cs
- PolyBezierSegment.cs
- WindowsGraphics.cs
- OracleNumber.cs