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