Schema bimoR.v1
Schema bimoR.v1 : Typ prosty nonNegativeFloat5
Typ prosty nonNegativeFloat5
Opis
Typ prosty umożliwiający zapisanie dziesiętnej liczby wymiernej o maksymalnej długości 5 znaków.
Przestrzeń nazw http://api.big.pl/bimoR/v1
Typ
Restriction of Typ prosty string
Diagram
Typ prosty nonNegativeFloat5
Przegląd
nonNegativeFloat5 Restriction of Typ prosty string
Typ prosty umożliwiający zapisanie dziesiętnej liczby wymiernej o maksymalnej długości 5 znaków.
Dozwolone wartości
MaxLength5
Pattern\d{1,2}([,\.]\d\d{0,1}){0,1}
Źródło
<xs:simpleType name="nonNegativeFloat5" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Typ prosty umożliwiający zapisanie dziesiętnej liczby wymiernej o maksymalnej długości 5 znaków.</div>
    </xs:documentation>
  </xs:annotation>
  <xs:restriction base="bc:string">
    <xs:maxLength value="5" />
    <xs:pattern value="\d{1,2}([,\.]\d\d{0,1}){0,1}" />
  </xs:restriction>
</xs:simpleType>
Zobacz także