Expand description
Contains different type information types.
Re-exports§
pub use abstract_::AbstractInfo;pub use attribute::AttributeInfo;pub use attribute::AttributesInfo;pub use complex::AnyAttributeInfo;pub use complex::AnyInfo;pub use complex::ComplexInfo;pub use complex::GroupInfo;pub use element::ElementInfo;pub use element::ElementMode;pub use element::ElementsInfo;pub use enumeration::EnumerationInfo;pub use enumeration::VariantInfo;pub use reference::ReferenceInfo;pub use union::UnionInfo;pub use union::UnionTypeInfo;pub use union::UnionTypesInfo;
Modules§
- Contains the
AbstractInfotype information and all related types. - Contains the
AttributeInfotype information and all related types. - Contains the
ComplexInfotype information and all related types. - Contains the
ElementInfotype information and all related types. - Contains the
EnumerationInfotype information and all related types. - Contains the
ReferenceInfotype information and all related types. - Contains the
UnionInfotype information and all related types.
Enums§
- Describes the base type information of a specific type information.