================== Integer Attributes ================== Get the integer attributes of the classes in the DEXPI Information Model. Variables ========= cls The class for which the attribute is declared. attribute Name of the attribute. description Optional. A description of the attribute. .. note:: Descriptions may contain markup that is used to build the official PDF version of the DEXPI Specification. In the cached HTML, CSV, and Excel results below, this markup has been removed for better readability. For example, a description such as *The \\labeledref[class:]{ControlledActuator} of the * will be shown as *The ControlledActuator of the ActuatingSystem*. rdl The RDL reference associated with the attribute in a DEXPI-compliant Proteus file. is_proteus_generic_attribute A boolean indicating if the attribute is represented as a ```` in a DEXPI-compliant Proteus XML file. SPARQL Query ============ .. code-block:: sparql PREFIX meta: SELECT ?cls ?attribute ?description ?rdl ?is_proteus_generic_attribute WHERE { [] a meta:ModelClass; meta:simpleLabel ?cls; meta:hasDeclaration ?decl. ?decl a meta:AttributeDeclaration; meta:hasTargetType [a meta:IntegerType]; meta:simpleLabel ?attribute. OPTIONAL { ?decl meta:rdl ?rdl. } OPTIONAL { ?decl meta:description ?description. } BIND ( EXISTS { ?decl meta:proteusImplementation [ a meta:StandardGenericAttribute] } AS ?is_proteus_generic_attribute ) } ORDER BY ?cls_label ?decl_label Partial SPARQL Results ====================== The full query result contains 7 rows. The first rows are as follows: +---------------------------+------------------------+-------------------------------------------------------------+-----------------------------------------------------+------------------------------+ | cls | attribute | description | rdl | is_proteus_generic_attribute | +===========================+========================+=============================================================+=====================================================+==============================+ | ColumnPackingsArrangement | NumberOfPackings | The number of packings in the ColumnPackingsArrangement. | http://sandbox.dexpi.org/rdl/NumberOfPackings | true | +---------------------------+------------------------+-------------------------------------------------------------+-----------------------------------------------------+------------------------------+ | ColumnTraysArrangement | NumberOfTrays | The number of trays in the ColumnTraysArrangement. | http://sandbox.dexpi.org/rdl/NumberOfTrays | true | +---------------------------+------------------------+-------------------------------------------------------------+-----------------------------------------------------+------------------------------+ | FilterUnit | NumberOfFilterElements | | http://sandbox.dexpi.org/rdl/NumberOfFilterElements | true | +---------------------------+------------------------+-------------------------------------------------------------+-----------------------------------------------------+------------------------------+ | MetaData | TotalNumberOfSheets | The total number of sheets. | http://sandbox.dexpi.org/rdl/TotalNumberOfSheets | true | +---------------------------+------------------------+-------------------------------------------------------------+-----------------------------------------------------+------------------------------+ | MixingElementAssembly | NumberOfMixingElements | The number of mixing elements in the MixingElementAssembly. | http://sandbox.dexpi.org/rdl/NumberOfMixingElements | true | +---------------------------+------------------------+-------------------------------------------------------------+-----------------------------------------------------+------------------------------+ | ... | ... | ... | ... | ... | +---------------------------+------------------------+-------------------------------------------------------------+-----------------------------------------------------+------------------------------+ Full SPARQL Results =================== Cached ------ .. note:: The cached results below are guaranteed to correspond to DEXPI P&ID Specification 1.2. Cached results: * :doc:`HTML table ` * :download:`CSV ` (encoding: UTF-8, column separator: tabulator (Unicode: ``CHARACTER TABULATION``, i.e. ``\u0009``), row separator: line feed (Unicode: ``LINE FEED (LF)``, i.e. ``\u000a``) * :download:`Office Open XML Spreadsheet ` (LibreOffice, OpenOffice, Excel, etc.) * :download:`XML ` (see `SPARQL Query Results XML Format `_) Online ====== .. note:: Online results can change! There is no guarantee that these results correspond to DEXPI P&ID Specification 1.2. Get results online from DEXPI SPARQL server at http://endpoint.dexpi.org: * `plain text table `__ * `HTML table `__ * `XML `__ (see `SPARQL Query Results XML Format `__)