Schema bimoCommon.v1
Schema bimoCommon.v1 : Typ prosty string40
Typ prosty string40
Opis
Typ prosty umożliwiający zapisanie tesktu długości maksymalnie 40 znaków.
Przestrzeń nazw http://api.big.pl/bimo/v1
Typ
Restriction of Typ prosty string
Diagram
Typ prosty string40
Przegląd
string40 Restriction of Typ prosty string
Typ prosty umożliwiający zapisanie tesktu długości maksymalnie 40 znaków.
Dozwolone wartości
MaxLength40
Źródło
<xs:simpleType name="string40" 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 tesktu długości maksymalnie 40 znaków.</div>
    </xs:documentation>
  </xs:annotation>
  <xs:restriction base="bc:string">
    <xs:maxLength value="40" />
  </xs:restriction>
</xs:simpleType>
Zobacz także