The ``documents.py`` module =========================== .. py:module:: ansys.scade.pyalmgw.documents Summary ------- .. py:currentmodule:: documents .. tab-set:: .. tab-item:: Classes .. list-table:: :header-rows: 0 :widths: auto * - :py:obj:`~ansys.scade.pyalmgw.documents.Container` - Base class for ``ReqDocument``, ``Section``, and ``Requirement`` classes. * - :py:obj:`~ansys.scade.pyalmgw.documents.Element` - Base class for ``ReqProject`` and ``Container`` classes. * - :py:obj:`~ansys.scade.pyalmgw.documents.HierarchyElement` - Base class for ``Section`` and ``Requirement`` classes. * - :py:obj:`~ansys.scade.pyalmgw.documents.ReqDocument` - Implements the ``Document`` complex type. * - :py:obj:`~ansys.scade.pyalmgw.documents.ReqObject` - Top level class for Requirements Document. * - :py:obj:`~ansys.scade.pyalmgw.documents.ReqProject` - Provides an implementation of a Requirements File. * - :py:obj:`~ansys.scade.pyalmgw.documents.Requirement` - Implements the ``Requirement`` complex type. * - :py:obj:`~ansys.scade.pyalmgw.documents.Section` - Implements the ``Section`` complex type. * - :py:obj:`~ansys.scade.pyalmgw.documents.TraceabilityLink` - Implements the ``TraceabilityLinkEntity`` complex type. .. toctree:: :titlesonly: :maxdepth: 1 :hidden: Container Element HierarchyElement ReqDocument ReqObject ReqProject Requirement Section TraceabilityLink Description ----------- Provides means to create a Requirements Document for ALM Gateway. The classes defined by the module correspond to the XML schema of a Requirements Document. .. !! processed by numpydoc !!