System.Xml
[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00]
1.0.5000.0
2.0.0.0
4.0.0.0
To be added
System.Xml.Schema.XmlSchemaAnnotated
To be added
Represents the group element from XML Schema as specified by the World Wide Web Consortium (W3C). This class defines groups at the schema level that are referenced from the complex types. It groups a set of element declarations so that they can be incorporated as a group into complex type definitions.
Constructor
1.0.5000.0
2.0.0.0
4.0.0.0
To be added
Initializes a new instance of the class.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.Xml.Serialization.XmlAttribute("name")
System.String
To be added: an object of type 'string'
The name must be a no-colon name (NCName), as defined in the World Wide Web Consortium (W3C) XML Namespaces specification.
Gets or sets the name of the schema group.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.Xml.Serialization.XmlElement("all", typeof(System.Xml.Schema.XmlSchemaAll))
System.Xml.Serialization.XmlElement("choice", typeof(System.Xml.Schema.XmlSchemaChoice))
System.Xml.Serialization.XmlElement("sequence", typeof(System.Xml.Schema.XmlSchemaSequence))
System.Xml.Schema.XmlSchemaGroupBase
To be added: an object of type 'XmlSchemaGroupBase'
To be added
Gets or sets one of the , , or classes.
Property
2.0.0.0
4.0.0.0
System.Xml.Serialization.XmlIgnore
System.Xml.XmlQualifiedName
To be added.
To be added.
Gets the qualified name of the schema group.