Search Results for

    Show / Hide Table of Contents

    Enum DataTypeIec61360

    Namespace: AasCore.Aas3_0
    Assembly: AasCore.Aas3_0.dll
    Syntax
    public enum DataTypeIec61360

    Fields

    Name Description
    Blob

    values containing the content of a file. Values may be binaries.

    Boolean

    values representing truth of logic or Boolean algebra (TRUE, FALSE)

    Date

    values containing a calendar date, conformant to ISO 8601:2004 Format yyyy-mm-dd Example from IEC 61360-1:2017: "1999-05-31" is the [DATE] representation of: "31 May 1999".

    File

    values containing an address to a file. The values are of type URI and can represent an absolute or relative path.

    Html

    Values containing string with any sequence of characters, using the syntax of HTML5 (see W3C Recommendation 28:2014)

    IntegerCount

    values containing values of type INTEGER but are no currencies or measures

    IntegerCurrency

    values containing values of type INTEGER that are currencies

    IntegerMeasure

    values containing values that are measure of type INTEGER. In addition such a value comes with a physical unit.

    Irdi

    values conforming to ISO/IEC 11179 series global identifier sequences

    Iri

    values containing values of type STRING conformant to Rfc 3987

    Rational

    values containing values of type rational

    RationalMeasure

    values containing values of type rational. In addition such a value comes with a physical unit.

    RealCount

    values containing numbers that can be written as a terminating or non-terminating decimal; a rational or irrational number but are no currencies or measures

    RealCurrency

    values containing values of type REAL that are currencies

    RealMeasure

    values containing values that are measures of type REAL. In addition such a value comes with a physical unit.

    String

    values consisting of sequence of characters but cannot be translated into other languages

    StringTranslatable

    values containing string but shall be represented as different string in different languages

    Time

    values containing a time, conformant to ISO 8601:2004 but restricted to what is allowed in the corresponding type in xml.

    Timestamp

    values containing a time, conformant to ISO 8601:2004 but restricted to what is allowed in the corresponding type in xml.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX