| Class | Description |
|---|---|
| Attribute |
Represents an attribute definition of an XML schema.
|
| ComplexMember |
Represents a member of a
ComplexType, having a name,
a type and a permitted cardinality range. |
| ComplexType |
Parent class for schema elements that represent complex types.
|
| CompositeComplexType |
Represents a
ComplexType which composes other ComplexTypes. |
| NamedSchemaElement |
Parent class for
SchemaElements that carry a name (attribute). |
| PlainComplexType |
Represents a plain
ComplexType of an XML schema. |
| Schema |
Represents an XML schema.
|
| SchemaElement |
Parent class of all components that are part of an XML schema.
|
| SchemaParser |
Parses XML schemas and provides an representation by a
Schema obejct. |
| SimpleType |
Represents a simple type in an XML schema.
|
Copyright © 2006–2016 Volker Bergmann. All rights reserved.