IXsdElement
Object Hierarchy:
Description:
Namespace: GXml
Package: gxml-0.20
Content:
Constants:
- public const string SCHEMA_NODE_NAME
Properties:
- public abstract bool @abstract { get; set; }
attribute name = abstract
- public abstract string @default { get; set; }
- public abstract string @ref { get; set; }
- public abstract IXsdAnnotation anotation { get; set; }
- public abstract string block { get; set; }
(#all | List of (extension | restriction | substitution))
- public abstract IXsdComplexType complex_type { get; set; }
- public abstract string final { get; set; }
(#all | List of (extension | restriction))
- public abstract string fixed { get; set; }
- public abstract string form { get; set; }
(qualified | unqualified)
- public abstract string? id { get; set; }
- public abstract string maxOccurs { get; set; }
(nonNegativeInteger | unbounded) : 1
- public abstract string minOccurs { get; set; }
nonNegativeInteger : 1
- public abstract string name { get; set; }
- public abstract bool nillable { get; set; }
- public abstract string object_type { get; set; }
attribute name = 'type'
- public abstract IXsdSimpleType simple_type { get; set; }
- public abstract DomTokenList substitution_group { get; set; }
substitutionGroup
- public abstract string target_namespace { get; set; }
targetNamespace
Inherited Members:
All known members inherited from class GLib.Object
All known members inherited from interface GXml.DomElement