Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space DEWORK and version Dokumentation
Section
Column
width900px

...

Table Filter
inversefalse
defaultDescription
isFirstTimeEnterfalse
hideColumnstrue
sparkNameSparkline
hidePanetrue
datepatterndd M yy
id1625044862953_-1463149623
worklog365|5|8|y w d h m|y w d h m
isORAND
separatorPoint (.)
order0

Multiexcerpt include
SpaceWithExcerptEN
MultiExcerptNamephone
PageWithExcerptEN:phone

...

countryCode

...

string

...

M

...

Ländercode gemäß ITU-T E.164. Nur Ziffern. Keine führenden Nullen.

...

subscriberNumber

...

string

...

M

...

Info
titleInternational ITU-T E.164-number structure for geographic areas

Die internationale ITU-T E.164 Telefonnummer ist in zwei Code-Bereichen angeordnet:

  • der Ländercode (CC) und

  • die nationale (signifikante) Nummer N(S)N.

Die nationale (signifikante) Nummer kann weiter unterteilt sein in die Ortskennzahl (NDC) und die Teilnehmernummer (SN).


Die oft als Vorwahl bekannte NDC hat eine variable Länge je nach Ländercode. Die NDC ist

  • vierstellig in der N(S)N im Fall eines Landes mit einem dreistelligem Ländercode;

  • fünfstellig in der N(S)N im Fall eines Landes mit zweistelligem Ländercode;

  • sechsstellig in der N(S)N im Fall eines Landes mit einstelligem Ländercode.


Image Modified

Schema

Code Block
themeEclipse
linenumberstrue
{
    "$schema": "http://json-schema.org/draft-07/schema#",
    "$id": "https://www.computop-paygate.com/schemas/phone.json",
    "title": "Phone",
    "description": "Telefonnummer",
    "type": "object",
    "properties": {
        "countryCode": {
            "type": "string",
            "minLength": 1,
            "maxLenght": 3
        },
        "subscriberNumber": {
            "type": "string",
            "maxLenght": 12
        }
    },
    "required": ["countryCode", "subscriberNumber"],
    "additionalProperties": false
}

Beispiel

Code Block
themeEclipse
linenumberstrue
{
  "countryCode": "33",
  "subscriberNumber": "12345678910"
}

(info) BASEURL=

Multiexcerpt include
SpaceWithExcerptDE
MultiExcerptNameBaseURL
PageWithExcerptWording
schemas

Multiexcerpt include
SpaceWithExcerptEN
MultiExcerptNameschema
PageWithExcerptEN:phone

Beispiel

Multiexcerpt include
SpaceWithExcerptEN
MultiExcerptNamesample
PageWithExcerptEN:phone

Column




Table of Contents

...