attributeGroup の参照、 name プロパティは、参照先の属性グループを保持します。 ref 属性を持つ W3C (World Wide Web Consortium) attributeGroup 要素を表します。
この型のすべてのメンバの一覧については、XmlSchemaAttributeGroupRef メンバ を参照してください。
System.Object
System.Xml.Schema.XmlSchemaObject
System.Xml.Schema.XmlSchemaAnnotated
System.Xml.Schema.XmlSchemaAttributeGroupRef
Public Class XmlSchemaAttributeGroupRef
Inherits XmlSchemaAnnotated
[C#]
public class XmlSchemaAttributeGroupRef : XmlSchemaAnnotated
[C++]
public __gc class XmlSchemaAttributeGroupRef : public
XmlSchemaAnnotated
[JScript]
public class XmlSchemaAttributeGroupRef extends XmlSchemaAnnotated
スレッドセーフ
この型の public static (Visual Basicでは Shared) のすべてのメンバは、マルチスレッド操作で安全に使用できます。インスタンスのメンバの場合は、スレッドセーフであるとは限りません。
解説
属性グループ参照は、 attributeGroup 要素または complexType 要素の子としてだけ定義できます。この場合は、 ref 属性が存在し、参照される属性グループの名前を格納している必要があります。
使用例
このクラスの使用例については、 XmlSchemaAttributeGroup のトピックを参照してください。
必要条件
名前空間: System.Xml.Schema
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
アセンブリ: System.Xml (System.Xml.dll 内)